Previous Topic: Windows FilerNext Topic: Application Catalog Reference Guide


Filer_Windows08 - Windows Filer Appliance

Latest Version: 3.5.20

windows

At a Glance

Catalog

system_ms

Category

Filers

User volumes

yes

Min. memory

512 MB

OS

Windows

Constraints

no

Functional Overview

Filer_Windows08 is an appliance that provides filesystem-level access to a volume with a Windows file system. Filer_Windows08 supports the following Windows file systems: ntfs08. Filer_Windows08 supports the following modes of operation:

In manual mode, Filer_Windows08 provides GUI access and root shell to the volume through its default interface. In this mode, Filer_Windows08 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.

Notes:

Resources

Resource

Minimum

Maximum

Default

CPU

0.25

0.25

0.25

Memory

512 MB

1 GB

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 block-level volume copy or management of two volumes. Always mounted read/write.

dst

Volume that Filer_Windows08 provides access to. All operations are executed on this volume. Mounted read/write in all modes. 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.

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 (empty)

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: ntfs08. This property is mandatory.

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 below 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. Filer_Windows08 always provides read/write access when a volume is 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

ntfs08

yes

yes

yes

yes

yes

Filesystem Options

This section lists the file system options (as specified on fs_options) for each file system supported by Filer_Windows08.

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/.

NTFS Implementation Specifics

Carefully note the following implementation specifics and behaviors of Filer_Windows:

Typical Usage

The following sections describe the configuration of Filer_Windows08 in several typical use cases:

Formatting a volume

Example:

Property name

Value

Description

mode

format

format volume

fs_type_dst

ntfs08

format volume with ntfs08

Filer_Windows08 executes format over the dst volume, specifying a filesystem type of ntfs08.

Block-level volume copy

Example:

Property name

Value

Description

mode

fscopy

block-level copy

fs_type_dst

ntfs08

filesystem type of dst volume

Filer_Windows08 copies the contents of the src volume to the dst volume using the dd utility.

File system check

Example:

Property name

Value

Description

mode

fsck

file system check

fs_type_dst

ntfs08

volume to be checked has file system type ntfs08

Filer_Windows08 executes chkdsk on the dst volume.

File system check with repair

Example:

Property name

Value

Description

mode

fsrepair

file system check with repair

fs_type_dst

ntfs08

volume to be checked and repaired has file system type ntfs08

Filer_Windows08 executes chkdsk with the repair option on the dst volume.

User level access to volume

Example:

Property name

Value

Description

mode

manual

provide user level access to volume

fs_type_dst

ntfs08

volume has ntfs08

mount_mode

rw

read/write access to the volume

ip_addr

192.168.123.100

IP address for external interface

netmask

255.255.255.0

netmask for external interface

gateway

192.168.123.1

gateway for external interface

dns1

192.168.123.254

DNS server

Notes

3rd party open source software used inside of the appliance

The Windows Filer uses the following 3rd party/open source packages

Software

Version

Modified

License

Notes

apache

2.2.9

No

Apache 2.0

homepage

php

5.2.6

No

PHP v3.01

homepage

eXtplorer

2.0.0_RC1-16

Yes

GPLv2

homepage