Brocade: Unterschied zwischen den Versionen
Aus MeinWiki
(→FC-Switch) |
(→FC-Switch) |
||
Zeile 51: | Zeile 51: | ||
* Update ohne Reboot und Commit. | * Update ohne Reboot und Commit. | ||
firmwaredownload -sf | firmwaredownload -sf | ||
+ | |||
+ | === Fabric === | ||
+ | * Masterswitch definieren. | ||
+ | fabricprincipal -f 1 | ||
+ | * Slave definieren. | ||
+ | fabricprincipal 0 | ||
+ | * DomainiID anpassen. | ||
+ | switchDisable | ||
+ | configure | ||
+ | Fabric parameters (yes,y,no,n):[no] y | ||
+ | Domain: ... | ||
+ | switchEnable |
Aktuelle Version vom 1. April 2016, 07:32 Uhr
Inhaltsverzeichnis
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
Fabric
- Masterswitch definieren.
fabricprincipal -f 1
- Slave definieren.
fabricprincipal 0
- DomainiID anpassen.
switchDisable configure Fabric parameters (yes,y,no,n):[no] y Domain: ... switchEnable