PowerScale: LNN-nummer knooppunt wijzigen
Summary: In dit artikel wordt uitgelegd hoe u het Logical Node Number (LNN) kunt wijzigen vanuit de CLI.
Instructions
Hieronder vindt u de procedure voor het wijzigen van het LNN-nummer (Logical Node Number) voor een knooppunt op basis van uw workflowvereisten.
Opmerking: Als het cluster protocolcontrole uitvoert, voert u de onderstaande stappen uit om niet-beschikbaarheid van data te voorkomen. Het cluster controleert geen protocolverkeer terwijl auditing is uitgeschakeld. Ga voorzichtig te werk.
SeePowerScale-CloudPools lnn rename cookie reservation
Stap 1: SSH naar een willekeurig knooppunt in het cluster
Controleer of protocolcontrole is ingeschakeld:
# isi audit settings global view
Protocol Auditing Enabled: Yes <<<<<<<<<<<<<<<<
Audited Zones: -
CEE Server URIs: -
Hostname:
Config Auditing Enabled: No
Config Syslog Enabled: No
Config Syslog Servers: -
Protocol Syslog Servers: -
Auto Purging Enabled: No
Retention Period: 180
Stap 2: Schakel controle uit voordat u de LNN-wijziging doorvoert:
Disable Audit: # isi audit settings global modify --protocol-auditing-enabled=no # isi services -a isi_audit_d disable
Stap 3: Voer de opdracht uit "isi config" then use "lnnset" command :
(Bijvoorbeeld de LNN nummer gaat van knooppunt 3 naar 4)
# isi config {Press enter}
>> lnnset 3 4 {Press enter}
Stap 4: Knooppunt 3 is nu veranderd in knooppunt 4. Voer commit in om de wijziging door te voeren:
>> commit {Press enter}
Commit succeeded.
Controleer of het LNN-nummer is gewijzigd door deze opdracht uit te voeren "isi status" or "isi config" then "lnn" :
Stap 5: Opnieuw inschakelen isi_audit_d en protocolauditing, indien van toepassing:
Enable Audit: # isi services -a isi_audit_d enable
ONLY re-enable if the cluster was doing protocol auditing from the first step: # isi audit settings global modify --protocol-auditing-enabled=yes