Brocade: Unterschied zwischen den Versionen

Aus MeinWiki
Wechseln zu: Navigation, Suche
(FC-Switch)
Zeile 29: Zeile 29:
 
*Passwort ändern.
 
*Passwort ändern.
 
     passwd
 
     passwd
 +
 +
=== Firmenwareupdate ===
 +
*Zip File entpacken und per FTP zur Verfügung stellen.
 +
*Upload vom FC-Switch starten. (Indem Path wird automatisch das entsprechende Unterferzeichnis (SWBD32) eingefügt.
 +
  firmwaredownload
 +
      You can run firmwareDownloadStatus to get the status
 +
      of this command.
 +
 +
      This command will cause the switch to reset and willfriw
 +
      require that existing telnet, secure telnet or SSH
 +
      sessions be restarted.
 +
 +
      Do you want to continue [Y]: y
 +
  Server Name or IP Address: 172.16.2.153
 +
  User Name: update
 +
  File Name: v5.0.3a/release.plist (Filepath: v5.0.3a/SWBD32/release.plist)
 +
  Password:
 +
  Firmwaredownload has started.
 +
* Firmware-Version anzeigen.
 +
firmwareshow
 +
* Update ohne Reboot und Commit.
 +
firmwaredownload -sf

Version vom 31. März 2016, 14:43 Uhr

FC-Switch

Alias

  • Alias anzeigen.
   alishow
  • Alias erstellen (Keine Umlaute).
   alicreat "Aliasname", "WNN"
  • Alias entfernen.
   alidelete "Aliasname"

Zone

  • Übersicht der aktuellen Zonenkonfiguration.
   zoneshow
  • System einer Zone zuordnen.
   zoneadd "Zonename", "Aliasname"
  • Alias aus einer Zone entfernen.
   zoneremove "Zonename", "Aliasname"

Konfiguration

  • Konfiguration speichern
   cfgsave
  • Konfiguration aktiveren
   cfgenable "ConfigName"

Benutzerverwaltung

  • Alle Account anzeigen.
   userconfig --show -a
  • Account sperren.
   userconfig --change "Username" -e no
  • Passwort ändern.
   passwd

Firmenwareupdate

  • Zip File entpacken und per FTP zur Verfügung stellen.
  • Upload vom FC-Switch starten. (Indem Path wird automatisch das entsprechende Unterferzeichnis (SWBD32) eingefügt.
 firmwaredownload
     You can run firmwareDownloadStatus to get the status
     of this command.

     This command will cause the switch to reset and willfriw
     require that existing telnet, secure telnet or SSH
     sessions be restarted.

     Do you want to continue [Y]: y
 Server Name or IP Address: 172.16.2.153
 User Name: update
 File Name: v5.0.3a/release.plist (Filepath: v5.0.3a/SWBD32/release.plist)
 Password:
 Firmwaredownload has started.
  • Firmware-Version anzeigen.
firmwareshow
  • Update ohne Reboot und Commit.
firmwaredownload -sf