Previous Topic: Filer CatalogNext Topic: System_ms Catalog


Filer_Linux - Linux Filer Appliance

Latest Version: 5.2.4-2

Filer_Linux: Linux Filer Appliance

At a Glance

Catalog

Filer

Category

Filers

User volumes

yes

Min. memory

128 MB

OS

Linux

Constraints

no

Functional Overview

Filer_Linux is an appliance that provides filesystem-level access to a volume with a Linux file system. Filer_Linux supports the following Linux file systems: ext2, ext3, ext4, fat16, fat32, reiserfs, swap, and ext3-snapshot (ext3 over LVM with snapshots) and supports the following modes of operation:

In manual mode, Filer_Linux provides GUI access and root shell to the volume through its default interface. In this mode, Filer_Linux also optionally provides external network access for the user to copy files to and from the volume. Manual mode operation can be performed over one or two volumes.

Important! The Filer is a system application that is used internally by AppLogic. You should not include the Filer in any user application or call or access the Filer by any user application.

Resources

Resource

Minimum

Maximum

Default

CPU

0.05

0.05

0.05

Memory

160 MB

1G

512 MB

Bandwidth

1 Mbps

1 Mbps

1 Mbps

Terminals

Name

Direction

Protocol

Description

None

The external interface is enabled. It is used for incoming and outgoing traffic and its network settings are configured through properties. It is only used in the manual mode and is not configured in all other modes.

The default interface is enabled. It is used for maintenance. Also, in the manual mode, it is used for accessing the Web GUI.

User Volumes

Volume

Description

src

Source volume for filesystem-level volume copy or management of two volumes. Always mounted read-only except by the Windows03 filer.

dst

Volume that Filer_Linux provides access to. All operations are executed on this volume. Mounted read-only in fsck mode and in manual mode if mount_mode property is ro, otherwise mounted read/write. Mandatory in all modes.

Properties

Property name

Type

Description

mode

String

Mode of operation for the filer. Valid values are: manual, format, fscopy, fsck, fsrepair. This property is mandatory.

Default: manual

fs_type_src

String

File system on the src volume when two volumes are being managed. See fs_type_dst for valid values. This property is mandatory when two volumes are being managed; otherwise, it is ignored.

Default: ext2

fs_type_dst

String

File system on the dst volume. Depending on mode, it is either the file system currently on the dst volume or the file system to format on the dst volume. Valid values are: ext2, ext3, fat16, fat32, reiserfs, swap, ext3-snapshot. This property is mandatory.

Default: ext2

fs_options

String

Additional file system options used to format the dst volume, in options=val pairs. This property is file system specific and is valid only in the format or fscopy modes. See the following for the options that are valid for each file system.

Default: empty

mount_mode

String

Mount mode of dst volume in manual operations. Valid values are: rw, ro, and none. A value of none causes the dst volume not to be mounted.

Default: ro

ip_addr

IP

Defines the IP address of the external interface in manual mode. If set to 0.0.0.0, the external interface is not used.

Default: 0.0.0.0 (not used).

netmask

IP

Defines the network mask of the external interface in manual mode. This property must be specified if ip_addr is specified.

Default: 0.0.0.0.

gateway

IP

Defines the default network gateway for the external interface in manual mode. It can be left blank only if the remote host is on the same subnet; must be specified otherwise.

Default: (empty).

dns1

IP

Defines the primary DNS server used in manual mode to resolve domain names. This allows the user to specify hostnames when uploading/downloading files to/from a volume.

Default: 208.67.222.222 (OpenDNS.org address).

dns2

IP

Defines the secondary DNS server, which will be used if the primary DNS server does not respond.

Default: 208.67.220.220 (OpenDNS.org address).

vol_name_src

String

Name of the src volume being accessed by the filer when two volumes are being managed.

Default: (empty)

vol_name_dst

String

Name of the dst volume being accessed by the filer.

Default: (empty)

Operation modes

The following table lists the supported mode for each of the supported file systems:

 

format

fscopy

fsck

fsrepair

manual

ext2

yes

yes

yes

yes

yes

ext3

yes

yes

yes

yes

yes

ext4

yes

yes

yes

yes

yes

fat16

yes

yes

yes

yes

yes

fat32

yes

yes

yes

yes

yes

reiserfs

yes

yes

yes

yes

yes

swap

yes

no

no

no

yes

ext3-snapshot

yes

yes

yes

yes

yes

In manual mode:

Filesystem options

This section lists the file system options, as specified on fs_options, for each file system supported by Filer_Linux.

Interface

The Filer appliances provide an HTTP interface on their default interface to collect status on non-manual volume operations and to access the Web GUI when in manual mode. The following functions are available by URL:

Web GUI

The Filer appliances use a web-based file manager named eXtplorer to provide the Web GUI access to a volume (accessible only in manual mode). eXtplorer is released under the GNU GENERAL PUBLIC LICENSE Version 2. The version of eXtplorer used in the filers have been modified. The following are the changes to eXtplorer:

  1. Removed the login.
  2. Updated eXtplorer not to display its own files.
  3. Changed the file list to show the target for all links under the Type column.
  4. Changed the tooltip generated when the mouse is over a directory in the directory list to show the symlink target if the directory is a symlink.
  5. Changed symlink creation through the GUI to support orphaned links.
  6. Changed delete file through the GUI to support deletion of symlinks.
  7. Added an interface for editing the volume base path for any available volume.
  8. Changed the generation of file & directory lists to support links.
  9. Resolve relative & absolute links which include '..'.
  10. Add UI for chgrp/chown, allowing numeric entries only.
  11. Add owner/group to the file display.

The reference for the eXtplorer Volume Browser GUI can be found here.

The eXtplorer licenses and the source to the original un-modified eXtplorer can be found on the Filer appliances in /mnt/monitor/.volume_browser/LICENSES/.

Notes

The Linux Filer is based on CentOS 6.3 x86_64

In non-manual mode, there is no SSH or GUI access

3rd party open source software used inside of the appliance

Filer_Linux uses the following 3rd party open source packages in addition to its base OS install of CentOS 6.3 x86_64

Software

Version

Modified

License

httpd

2.2.15-15

Yes

Apache

httpd-tools

2.2.15-15

Yes

Apache 2.0

php

5.3.3-3.el6_1.3

No

PHP

php-common

5.3.3-3.el6_1.3

No

PHP

php-cli

5.3.3-3.el6_1.3

No

PHP

php-mbstring

5.3.3-3.el6_1.3

No

PHP

eXtplorer

2.0.0_RC1-18

Yes

GPLv2

kernel

2.6.32-279.14.1.el6.centos.plus

No

GPLv2+

reiserfs-utils

3.6.21-1

No

GPLv2