Description:
This command manages connectivity to newtork attached storage.
Form:
Command Handler: SYSD
NETSTORAGE | NAS | N5 [[COMMAND] VALUE]
Argument list:
COMMAND VALUE DESCRIPTION
connect NNN.NNN.NNN.NNN:/path/to/share NFS network IP address and share.
show none Displays the current storage.
delete none Diconnects from the current storage.
Response:
"OK\r\n" to acknowledge receipt of command, and
[Reply Info] if required by the command
"ERROR- [Description]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
Examples:
Connect to storage:
*.SYSD NETSTORAGE 192.168.9.150:/mnt/data/SoloistHD_Pro-01113B/
Response is: OK\r\n
r\n
Show connection:
*.SYSD NETSTORAGE SHOW
Response is: OK\r\n
192.168.9.150:/mnt/data/SoloistHD_Pro-01113B/\r\n
r\n
Remove connection to storage:
*.SYSD NETSTORAGE delete
Response is: OK\r\n
r\n
Notes:
There can only one connection to a network attached storage at a time.
Attempting to make a second connection returns "Busy" error. Units
automatically re-connect to the storage after rebooting.