Installation manual

Configuring Front-End Services
Configuring NFS
11-6 CLI Storage-Management Guide
Enabling NLM
While the NFS service is disabled, you can use nlm enable to re-enable NLM
processing:
nlm enable
This causes the front-end service to answer all NLM requests.
For example:
bstnA6k(gbl)# nfs www.wwmed.com
bstnA6k(gbl-nfs[www.wwmed.com])# nlm enable
bstnA6k(gbl-nfs[www.wwmed.com])# ...
Enabling NFS Service
The final step in NFS configuration is to enable it. Use the enable command from
gbl-nfs mode to activate the NFS service:
enable
This makes all declared NFS exports available to clients at the global servers VIP.
For example, the following command sequence enables NFS for the global server at
“www.wwmed.com:”
bstnA6k(gbl)# nfs www.wwmed.com
bstnA6k(gbl-nfs[www.wwmed.com])# enable
bstnA6k(gbl-nfs[www.wwmed.com])# ...
Disabling NFS
Disabling NFS stops all NFS connections to the global server. Use no enable in
gbl-nfs mode to disable NFS.
no enable
For example, the following command sequence disables NFS for the
“www.wwmed.com” global server:
bstnA6k(gbl)# nfs www.wwmed.com