Brocade Fabric OS Command Reference (Supporting Fabric OS v7.3.0) User Manual

Page 462

Advertising
background image

432

Fabric OS Command Reference

53-1003131-01

fosConfig

2

--disable feature

Disables a feature on the switch. Valid values for feature include the following:

fcr

Disables the FC Routing service on the switch. All enabled EX_Ports and
VEX_Ports on the switch must be offline for this command to succeed.

To use this command to disable the FC Routing service only instead of disabling
the switch, issue this command, then change the BB fabric ID using
fcrConfigure.

When disabling the FCR service, you may encounter the following system
messages:

"Please disable all EX/VEX_Ports first before running this command." This means
that there were EX_Ports or VEX_Ports online when this command was issued.
Take these ports offline and try the command again.

"FC Routing service is already disabled" -This means that the FC Routing service
is already disabled.

vf

Disables Virtual Fabrics on the switch. This command prompts for confirmation,
because the chassis reboots after this command is executed.

ethsw

Disables the Ethernet switch service. Ethernet switching is disabled by default.
This operation reboots the switch and is therefore disruptive.

--show

Displays the current operating status of features on the switch.

EXAMPLES

To display the operating status of the services on a Brocade 6510:

switch:admin> fosconfig --show

FC Routing service: disabled

Virtual Fabric: enabled

Ethernet Switch Service: Service not supported on this Platform

To disable the FC Routing service:

switch:admin> fosconfig --disable fcr

FC Routing service is disabled

To enable the FC Routing service:

switch:admin> fosconfig --enable fcr

FC Routing service is enabled

To enable Virtual Fabrics:

switch:admin> fosconfig --enable vf

WARNING: This is a disruptive operation that \

requires a reboot to take effect.

All EX ports will be disabled upon reboot.

Would you like to continue [Y/N]y

To disable Virtual Fabrics:

switch:admin> fosconfig --disable vf

WARNING: This is a disruptive operation that \

requires a reboot to take effect.

Would you like to continue [Y/N]y

Advertising