6.5 HP StoreAll OS User Guide

To remove a client access entry, select the affected file system, and then select Client Exports from
the lower Navigator. Select the access entry from the Client Exports display, and click Delete.
To manage access entries using the CLI, see the ibrix_exportfs command in the HP StoreAll
OS CLI Reference Guide.
ibrix_lwmount -f FSNAME -m MOUNTPOINT -o mountpath=/PATHNAME
Using Export Control
When Export Control is enabled on a file system, by default, StoreAll clients have no access to the
file system. Instead, the system administrator grants the clients access by executing the
ibrix_mount command. Export Control affects only NFS access for StoreAll clients. Enabling
Export Control does not affect access from a file serving node to a file system. File serving nodes
always have RW access.
To determine whether Export Control is enabled, run ibrix_fs -i or ibrix_fs -l. The output
indicates whether Export Control is enabled.
To enable Export Control, include the -C option in the ibrix_fs command:
ibrix_fs -C -E -f FSNAME
To disable Export Control, execute the ibrix_fs command with the -C and -D options:
ibrix_fs -C -D -f FSNAME
To mount a file system that has Export Control enabled, include the ibrix_mount -o {RW|RO}
option to specify that all clients have either RO or RW access to the file system. The default is RO.
In addition, when specifying a hostgroup, the root user can be limited to RO access by adding
the root_ro parameter.
Using Export Control 29