分享
 
 
 

如何解决solaris不支持多个lun的方法

王朝other·作者佚名  2006-11-24
窄屏简体版  字體: |||超大  

我得机器配置dell6400,adaptec的perc2 raid 卡,外加一个dell 221的阵列,机器内部8块

73G硬盘,外部14块73G硬盘,总容量1T多,系统sol2.7x86,perc2的raid卡化了22个

container,solaris2.7只能认识8个lun,郁闷。。。。。

手动修改/kernel/drv/sd.conf文件,一个lun只支持15个target,不用多写,具体修改如下

# more /kernel/drv/sd.conf

#

# ident "@(#)sd.conf 1.17 98/08/10 SMI"

#

# Copyright (c) 1998 by Sun Microsystems, Inc.

# All rights reserved.

#

name="sd" class="scsi" target=0 lun=0;

name="sd" class="scsi" target=1 lun=0;

name="sd" class="scsi" target=2 lun=0;

name="sd" class="scsi" target=3 lun=0;

name="sd" class="scsi" target=4 lun=0;

name="sd" class="scsi" target=5 lun=0;

name="sd" class="scsi" target=6 lun=0;

name="sd" class="scsi" target=7 lun=0;

name="sd" class="scsi" target=8 lun=0;

name="sd" class="scsi" target=9 lun=0;

name="sd" class="scsi" target=10 lun=0;

name="sd" class="scsi" target=11 lun=0;

name="sd" class="scsi" target=12 lun=0;

name="sd" class="scsi" target=13 lun=0;

name="sd" class="scsi" target=14 lun=0;

name="sd" class="scsi" target=15 lun=0;

name="sd" class="scsi" target=0 lun=1;

name="sd" class="scsi" target=1 lun=1;

name="sd" class="scsi" target=2 lun=1;

name="sd" class="scsi" target=3 lun=1;

name="sd" class="scsi" target=4 lun=1;

name="sd" class="scsi" target=5 lun=1;

name="sd" class="scsi" target=6 lun=1;

name="sd" class="scsi" target=7 lun=1;

name="sd" class="scsi" target=8 lun=1;

name="sd" class="scsi" target=9 lun=1;

name="sd" class="scsi" target=10 lun=1;

name="sd" class="scsi" target=11 lun=1;

name="sd" class="scsi" target=12 lun=1;

name="sd" class="scsi" target=13 lun=1;

name="sd" class="scsi" target=14 lun=1;

name="sd" class="scsi" target=15 lun=1;

name="sd" class="scsi" target=0 lun=2;

name="sd" class="scsi" target=1 lun=2;

name="sd" class="scsi" target=2 lun=2;

name="sd" class="scsi" target=3 lun=2;

name="sd" class="scsi" target=4 lun=2;

name="sd" class="scsi" target=5 lun=2;

name="sd" class="scsi" target=6 lun=2;

name="sd" class="scsi" target=7 lun=2;

name="sd" class="scsi" target=0 lun=3;

name="sd" class="scsi" target=1 lun=3;

name="sd" class="scsi" target=2 lun=3;

name="sd" class="scsi" target=3 lun=3;

name="sd" class="scsi" target=4 lun=3;

name="sd" class="scsi" target=5 lun=3;

name="sd" class="scsi" target=6 lun=3;

name="sd" class="scsi" target=7 lun=3;

name="sd" parent="blogic" target=0 lun=0;

name="sd" parent="blogic" target=1 lun=0;

name="sd" parent="blogic" target=2 lun=0;

name="sd" parent="blogic" target=3 lun=0;

name="sd" parent="blogic" target=4 lun=0;

name="sd" parent="blogic" target=5 lun=0;

name="sd" parent="blogic" target=6 lun=0;

name="sd" parent="flashpt" target=0 lun=0;

name="sd" parent="flashpt" target=1 lun=0;

name="sd" parent="flashpt" target=2 lun=0;

name="sd" parent="flashpt" target=3 lun=0;

name="sd" parent="flashpt" target=4 lun=0;

name="sd" parent="flashpt" target=5 lun=0;

name="sd" parent="flashpt" target=6 lun=0;

touch /reconfigure

reboot

然后认到了22个container,好像sun的网站提供sd.conf文件的补丁,我试了,但是不行

sparc的机器也会有此问题,解决如下

8 LUNS with Solaris 2.7/E250/A1000/RAID 6.1.1 Update 2

Thanks to Andreas Sinderman (who responded immediately to the ssa-managers

mail) and Mark Reid at Sun (who responded to my service call).

Andreas had it mostly right. The Tpatch (T106925-03) coupled with the other

required configuration file changes fixed things (I got the Tpatch from Mark).

Solaris 7 doesn't support more than 16 LUNS.

In addition to the Tpatch, you need to have the following:

* Appropriate entries in /kernel/drv/sd.conf -- manually type them in (like

I did) or run add16luns.sh from the Tools directory on the Raid Manager

software cd.

* create/edit /kernel/drv/glm.conf to have:

device-type-scsi-options-list =

"Symbios StorEDGE A1000", "lsi-scsi-options",

"Symbios StorEDGE A3000", "lsi-scsi-options",

"SYMBIOS RSM Array 2000", "lsi-scsi-options";

lsi-scsi-options = 0x407f8;

* change the /etc/osa/rmparams to have 16 MaxLuns instead of 8:

System_MaxLunsPerController=16

All this and boot -r. I found that the /dev/dsk links for disks 8 and up were

not created at boot time, but were created as LUNS using these disk numbers

were created.

lauradel

我没有测试过,如果可以,请告诉大家方法吧

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有