HP StorageWorks 9100 Extreme Data Storage System administration guide V1.0.2 (AN540-96018, February 2010)
• An IP address (for example, 10.10.10.70)
• An FQDN (for example, www.acme.com)
• <exportoptions> specifies the export options for the clients
• Several <optionstring> parameters are allowed and must be separated by a space.
• There must not be any white space in <optionstring>.
• Optional parameter. If not specified, the default export options are as shown below in the left
column.
• If specified, <exportoptions> specifies the export options for the clients.
AlternativeDefault
all_squashno_all_suash
crossmntnocrossmnt
no_wdelaywdelay
nohidehide
no_auth_nlmauth_nlm
rwro
no_root_squashroot_squash
insecuresecure
no_subtree_checksubtree_check
asyncsync
anongid=<value>anongid=-2
anonuid=<value>anonuid=-2
• servers=<1,2...n | [1-n] | [1-i], [m-n], and so on.>
• Optional parameter. If not specified, the list of servers is read from the database.
• If specified, the VNFS configuration can be restricted to a subset of the servers. The servers
can be specified as individual comma-separated values, or by using the sub-range m-n syntax,
or a combination of the two.
Examples
In the following example, all servers are used with a contiguous IP address range starting at
16.123.123.10:
# exdsmgr create vnfs network=eth2 vips=16.123.123.10 \
options=16.123.123.0/16(rw)
In the following example, three servers are used with a non contiguous IP address range:
Managing data64