slofhm
如何对磁盘阵列的空间进行调整?
主机是Solaris10的机器,用HBA卡连接了HP EVA4000,第一次为了测试划分了部分空间,format,newfs,mount都很顺利。
分区的信息:
Part Tag Flag Cylinders Size Blocks
0 root wm 0 - 3 32.00MB (4/0/0) 65536
1 swap wu 4 - 11 64.00MB (8/0/0) 131072
2 backup wu 0 - 125 1008.00MB (126/0/0) 2064384
3 unassigned wm 12 - 125 912.00MB (114/0/0) 1867776
4 unassigned wm 0 0 (0/0/0) 0
5 unassigned wm 0 0 (0/0/0) 0
6 usr wm 0 0 (0/0/0) 0
7 unassigned wm 0 0 (0/0/0) 0
现在,我对HP阵列上的空间进行了增加,但是主机上却识别不到增加后的空间,
reboot -- -r 不行
后来把/dev/dsk/ 和 /dev/rdsk/下面对应的设备都删了,也不行
重装系统实在是不想了
求高手指教一下
briangao
There are a few problems you may have.
1. After reboot -- -r, login as root and try cfgadm -av
2. If you see the disk but the size is still not right, you may be using a wrong disk label. Use format -e command, choose your disk --> label --> choose SMI label to see whether it recognizes the right size or not. (WARING: You may loose all your data if you re-label your disk.)
mac2008
[quote]原帖由 [i]briangao[/i] 于 2008-6-10 22:20 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=8566746&ptid=1156089][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
There are a few problems you may have.
1. After reboot -- -r, login as root and try cfgadm -av
2. If you see the disk but the size is still not right, you may be using a wrong disk label. Use ... [/quot
welldone, your's english are very good!