พาวเวอร์สเกล: วิธีเปลี่ยนหมายเลข LNN ของโหนด
Summary: บทความนี้อธิบายวิธีการเปลี่ยนหมายเลขโหนดตรรกะ (LNN) จาก CLI
Instructions
ด้านล่างนี้คือขั้นตอนในการเปลี่ยนหมายเลข Logical Node Number (LNN) สําหรับโหนดตามความต้องการของเวิร์กโฟลว์
ของคุณหมายเหตุ หากคลัสเตอร์กําลังทําการตรวจสอบโปรโตคอล ให้ทําตามขั้นตอนด้านล่างเพื่อหลีกเลี่ยงความไม่พร้อมใช้งานของข้อมูล คลัสเตอร์ไม่ตรวจสอบการรับส่งข้อมูลโพรโทคอลในขณะที่การตรวจสอบถูกปิดใช้งาน ดําเนินการด้วยความระมัดระวัง
CloudPoolsSeePowerScale-CloudPools lnn rename cookie reservation
ขั้นตอนที่ 1: SSH ลงในโหนดใดๆ ในคลัสเตอร์
ตรวจสอบว่าเปิดใช้งานการตรวจสอบโปรโตคอลแล้ว:
# 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
ขั้นตอนที่ 2: ปิดใช้งานการตรวจสอบก่อนดําเนินการเปลี่ยนแปลง LNN:
Disable Audit: # isi audit settings global modify --protocol-auditing-enabled=no # isi services -a isi_audit_d disable
ขั้นตอนที่ 3: เรียกใช้คําสั่ง "isi config" then use "lnnset" command :
(ตัวอย่างเช่น LNN หมายเลขกําลังเปลี่ยนจากโหนด 3 เป็น 4)
# isi config {Press enter}
>> lnnset 3 4 {Press enter}
ขั้นตอนที่ 4: โหนด 3 ได้เปลี่ยนเป็นโหนด 4 แล้ว ป้อน commit เพื่อยอมรับการเปลี่ยนแปลง:
>> commit {Press enter}
Commit succeeded.
ตรวจสอบว่าหมายเลข LNN เปลี่ยนสําเร็จหรือไม่โดยการเรียกใช้ "isi status" or "isi config" then "lnn" :
ขั้นตอนที่ 5: เปิดใช้งานอีกครั้ง isi_audit_d และการตรวจสอบโปรโตคอล (หากมี)
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