Thanks the console's output caused the command line to be garbled, we issued wit the proper synax unfortunately and still we get the deprecated message.
We tried to force an error by running:
XANOCS26-0-0-1:/root-# N1 -c 'set controller [a] iscsiHostPort [1] ;' <
Performing syntax check...
The option "iscsiHostPort" at line 1 is deprecated. Use the option "hostPort".
Encountered ";" at line 1, column 52.
Was expecting one of:
"enableIPV4" ...
"enableIPV4Priority" ...
"enableIPV4Vlan" ...
"enableIPV6" ...
"enableIPV6Priority" ...
"enableIPV6Vlan" ...
"IPV4Address" ...
"IPV4ConfigurationMethod" ...
"IPV4GatewayIP" ...
"IPV4Priority" ...
"IPV4SubnetMask" ...
"IPV4VlanId" ...
"IPV6ConfigurationMethod" ...
so it's really not accepting the iscsiHostPort. While if we try to send:
XANOCS26-0-0-1:/root-# 1 -c 'set controller [a] HostPort [1] ;' <
Performing syntax check...
Encountered ";" at line 1, column 47.
Was expecting one of:
"enableIPV4" ...
"enableIPV4Priority" ...
"enableIPV4Vlan" ...
it's now complaining only due to missing the rest of the command.
Is this iscsiHostPort parameter being deprecated ?
Thanks