免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2953 | 回复: 5
打印 上一主题 下一主题

怎样修改instance number? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-02 01:16 |只看该作者 |倒序浏览
修改instance number对于安装系统和mc来说有一定作用。。再说因为曾经的case印象深刻。。

1.  Extract a configuration template from the current ioscan output.
         Execute the following command:

         # ioscan -f | grep -e INTERFACE -e DEVICE | \
         grep -v target | \
         awk '{print $3, $1, $2}' > /infile

     2.  Edit /infile and change the ext_bus and lan instances as desired.
         No class is allowed to get more than one line for the same instance!

     3.  Bring down the system gracefully to run level 1.

         # init 1

     4.  Apply the ioconfig change:

         # /sbin/ioinit -f /infile -r

         The system will reboot immediately if the change is successful.
         Warnings like 'Input is identical to kernel' can be ignored.

         If unsuccessful, the most likely error to happen is:
         "ioinit: Instance number X already exists for class XXX"

         The problem is that your desired instance assignment conflicts with
         an existing instance number.

     5.  Once the system reboots, verify that all the instance numbers
         were changed as expected. It may be necessary to re-import volume
         groups to ensure that /etc/lvmtab contains the correct
         entries. The lan configuration may need to be changed also.

[ 本帖最后由 lu407 于 2006-6-2 01:18 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-06-02 11:17 |只看该作者
修改实例个数?
是在你的数据库安装好了吧?
可以通过srvctl 来实现的,你参考:
http://dev.csdn.net/article/67/67101.shtm
希望对你有用!

论坛徽章:
0
3 [报告]
发表于 2006-06-02 20:34 |只看该作者
汗。。看来兄弟们对这个不是很熟悉
修改instance number的作用是用来修改设备文件名。。比如一个disk本来叫c0t6d0通过修改使之变成c2t6d0。。
因为instance number本来是系统自身分配的。。很多情况下要求双机设备文件名一致,可以通过以上方法修改。。
当然这是最简单的一种。。

论坛徽章:
0
4 [报告]
发表于 2006-06-03 18:44 |只看该作者
顶!言简意赅!收藏!

论坛徽章:
0
5 [报告]
发表于 2006-06-03 20:08 |只看该作者
看来以后共享文档还是写成中文的比较好。。

论坛徽章:
0
6 [报告]
发表于 2006-06-04 22:26 |只看该作者
哈哈,此“实例”非彼“实例”!!
一个是HP设备的称呼
一个是Oracle的叫法!
呵呵
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP