Archive for April, 2011

MSA1000 Brocade SAN Switch commands

I have fumbled around long enough trying to remember these commands at various points in my career, so I decided to write down a few of the commands needed to create a SAN zone and enable a config.

alicreate β€œaliasname β€œ, β€œWWIDβ€œ

zonecreate β€œzonename”, β€œaliasname; aliasname; etc”

cfgcreate β€œconfignameβ€œ, β€œzonename1; zonename2; etcβ€œ)

cfgsave β€œcfgnameβ€œ

cfgenable β€œcfgnameβ€œ

Commands to show information configured above:

alishow
zoneshow
cfgshow
switchshow

Windows 2003/2008 shutdown command

Because I never remember the syntax for 2003 and later:

Reboot:
shutdown /r /c β€œcommentÒ€ /t time

Shutdown:
shutdown /s /c β€œcommentÒ€ /t time

Add a /m computername to reboot/shutdown a remote server.

Return top

INFORMATION