Brocade Fabric OS Command Reference Manual - Supporting Fabric OS v5.3.0 (53-1000436-01, June 2007)

332 Fabric OS Command Reference Manual
53-1000436-01
isnscCfg
2
isnscCfg
iSNS Client Configure.
Synopsis isnsccfg --set slot/geport -s server_ip
isnsccfg --set -m -s server_ip
isnsccfg --reregister
isnsccfg --show
isnsccfg --clear
Description Use this command to display and update the configuration state of the iSNS client daemon.
The execution of this command is subject to Admin Domain restrictions that may be in place.
Operands This command has the following operands:
--set Sets the iSNS server to peer with.
--show Displays the current iSNS client configuration.
--reregister Triggers a re-registration of iSNS objects.
--clear Clears the configured iSNS server IP address.
-h Displays help.
-m Specifies whether the iSNS server is attached to the management port.
slot/geport Specifies the slot number of an iSCSI blade in a chassis and the port number
of a GbE port in an iSCSI blade. NOTE: This parameter supports Brocade
FC4-16IP blades in Brocade 48000 directors.
--s server_ip Specifies the IP address in dotted-decimal form.
Examples To set the IP address of the iSNS server (GbE port attached):
switch:admin> isnsccfg --set 7/ge0 -s 192.168.131.124
iSNS client configuration updated:
peering with iSNS server 192.168.131.124
on slot 7, port ge0
To set the IP address of the iSNS server (Management port attached)
switch:admin> isnsccfg --set -m -s 192.168.131.124
iSNS client configuration updated:
peering with iSNS server 192.168.131.124
on the management port
To display the current configuration of the iSNS client daemon
switch:admin> isnsccfg --show
iSNS client is peering with iSNS server 192.168.250.109 on
slot 7, port ge0
Operational Status: Connected to iSNS server.
To trigger a re-registration of iSNS ojects:
switch:admin> isnsccfg --reregister