Fabric OS Reference Manual

186 Fabric OS Reference Manual
quietMode
Toggles shell quiet mode on and off.
Synopsis
quietMode [0|1]
Availability All users (display)
admin (set/clear)
Description Use this command to change the output displayed on the switch console
(serial port or telnet session).
By default, quiet mode is off and all switch tasks can send output to the
console, including output caused by asynchronous events, such as the fabric
reconfiguring, or devices logging in.
When quiet mode is on, only output produced by shell commands is shown;
asynchronous output produced by other tasks is suppressed.
Turn quiet mode on when driving a telnet session using a script that does
not expect asynchronous output.
Operands This command has the following operand:
0|1
Specify to set or clear quiet mode. Valid values are:
0 to clear quiet mode (all tasks can print to the console)
1 to set quiet mode (only shell commands may print)
Example To display the current mode, and then reset to ON:
See Also
ramTest
switch:admin> quietMode
Quiet Mode is OFF
switch:admin> quietMode 1
Committing configuration...done.
Quiet Mode is now ON