- 論壇徽章:
- 0
|
安裝vxvm 2.2版(沒有3。5版本),安裝后如果封裝了根盤進rootdg,發(fā)現(xiàn)系統(tǒng)無法認(rèn)到原來正?吹降腟CSI盤陣了,以前fdisk -l 是可以看到的。
安裝vxvm 2.2版(沒有3。5版本),安裝后如果封裝了根盤進rootdg,發(fā)現(xiàn)系統(tǒng)無法認(rèn)到原來正?吹降腟CSI盤陣了,以前fdisk -l 是可以看到的。
解決辦法:
1。將rootdg解封裝。
2。在根盤上新建一個/dev/sda3.
3。 按照在solaris上創(chuàng)建分區(qū)封裝的方式來將/dev/sda3的盤封裝進rootdg去。
#vxdctl disable
#vxdctl init
#vxdctl init rootdg
#vxdctl add disk /dev/sda3 type=simple
#vxdisk -f init sda3 type=simple
#vxdg adddisk sda3
#vxdctl enable
#rm /etc/vx/reconfig.d/state.d/install-db
4。 這個步驟和在solrais 一摸一樣。
5。 適用于vxvm 2.2 for linux vxvm3.5 for solaris
6。 后來出兩個個問題。 系統(tǒng)在客戶手中導(dǎo)致vxvm啟動不了了。 不知道什么原因。
本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u/2267/showart_43987.html |
|