- 论坛徽章:
- 0
|
你的系统是8,9 还是10 要是10的 话可不是这么改的哥们 10 要修改这个/kernel/drv/fp.conf
还有你的主机也是光纤盘的话例如 890 490 的你看看吧Enabling mpxio enables it everywhere. This includes the internal drives if they\'re fibre-attached, like on a V880. Now, you can get an extra kit to add a second path to the internal storage, in which case you would want to use mpxio. But in that case you really want to use stmsboot instead. So I\'m not going to cover that here, I\'m just going to tell you how to disable it on a particular port.
Add a line like the following to the end of /kernel/drv/fp.conf:
name=\"fp\" parent=\"/pci@8,600000/SUNW,qlc@2\" port=0 mpxio-disable=\"yes\";
That\'s the right entry for a V880 or V890. To find the parent and port numbers, look at the device entry for one of the internal disks:
lrwxrwxrwx 1 root 70 Nov 7 11:45 /dev/dsk/c1t0d0s2
->
../../devices/pci@8,600000/SUNW,qlc@2/fp@0,0/ssd@w21000011c6ce45a8,0:c
I\'ve folded it, but the parent is the bit between /devices/ and /fp |
|