重新分配/修改Instance Numbers(Reassign Instance Numbers)
如果你想配置Serviceguard cluster, 把磁盘disk或者LAN的instance number设置为一样的,那么这个步骤特别有用。
This process is especially useful if you're trying to get DISK and LAN instance numbers to match between nodes in a Serviceguard cluster.
1. Create source file
# ioscan -kf | grep -e INTERFACE -e DEVICE | grep -v target | awk '{printf "%s %s %s\n",$3,$1,$2}' > /stand/infile
2. Edit source file (/stand/infile) and modify instance numbers. Example:
8/0 ext_bus 0
8/4 ext_bus 3
==> Modify as:
8/0 ext_bus 3
8/4 ext_bus 0
3. Save ioconfig files:
# mv /stand/ioconfig /stand/ioconfig.sav
# mv /etc/ioconfig /etc/ioconfig.sav
4. Reboot.
# shutdown -ry 0
5. From the console, stop boot process and boot in single-user mode:
hpux -is (under PA-RISC)
boot vmunix -is (under Itanium)
6. The system starts witn an "ioinitrc" prompt. Create ioconfig file:
# cd /stand
# /sbin/ioinit -c
7. Update it with infile. (This command will also reboot the system.):
# /sbin/ioinit -f infile -r
HP-UX重新分配Instance Numbers
版主: xyevolve
版面规则
1. 本版是定位于惠普软件系统及解决方案的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版禁止灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件禁止用于商业目的,请在下载后24小时内删除,本站不对其造成的结果负任何责任。
1. 本版是定位于惠普软件系统及解决方案的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版禁止灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件禁止用于商业目的,请在下载后24小时内删除,本站不对其造成的结果负任何责任。
-
- 荣誉版主
- 帖子: 229
- 注册时间: 2011年 1月 26日 23:31 星期三
Re: HP-UX重新分配Instance Numbers
不错的分享,MUDBOY看来在研究HPUX啊, :-)