Hi Keith,
That sample workflow does few validations before executing. Probably one of those is failing for you.
Can you check if those are fine for you?
The Vserver selected in the user input:
- Has to be in running state
- Has to have NFS service configured and up and running
- Has to have a logical interface configured on the Vserver which allows NFS traffic.
f3270-208-238-239-240-241::> vserver show -vserver datavs -fields allowed-protocols,admin-state
vserver admin-state allowed-protocols
------- ----------- -----------------
datavs running nfs
f3270-208-238-239-240-241::> net interface show -vserver datavs -fields data-protocol
(network interface show)
vserver lif data-protocol
------- --------------------- -------------
datavs datavs_data_interface nfs,cifs
f3270-208-238-239-240-241::> vserver nfs status -vserver datavs
The NFS server is running.
Thanks,
Shailaja