我来我网
https://5come5.cn
您尚未
登录
注册
|
菠菜
|
软件站
|
音乐站
|
邮箱1
|
邮箱2
|
风格选择
|
更多 »
vista
鍙よ壊涔﹂
card
wind
绮夌孩濂抽儙
帮助
统计与排行
无图版
我来我网·5come5 Forum
»
电脑技术
»
Linux专区
»
如何解决Solaris不支持多个Lun的方法
交 易
投 票
本页主题:
如何解决Solaris不支持多个Lun的方法
隐藏签名
|
打印
|
加为IE收藏
|
收藏主题
|
上一主题
|
下一主题
2004
∷
性别:
∷
状态:
∷
等级:
品行端正
∷
发贴:
222
∷
威望:
0
∷
浮云:
1107
∷
在线等级:
∷
注册时间: 2006-09-25
∷
最后登陆: 2011-10-25
【
复制此帖地址
只看此人回复
】
5come5帮你背单词 [
archaeology
/a:ki'ol
ə
d
3
i/
n. 考古学
]
如何解决Solaris不支持多个Lun的方法
如何解决Solaris不支持多个Lun的方法
我得机器配置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
我没有测试过,如果可以,请告诉大家方法吧
Posted: 2008-01-10 15:29 |
[楼 主]
快速跳至
|- 站务管理
|- 惩罚,奖励公布区
|- 会员咨询意见区
|- 申请区
|- 已批准申请区
|- 威望和荣誉会员推荐区
|- 5come5名人堂·Hall of Fame
>> 休闲娱乐
|- 灌水乐园 大杂烩
|- 精水区
|- 幽默天地
|- 开怀大笑(精华区)
|- 灵异空间
|- 运动新时空·菠菜交流
|- 动之风.漫之舞
|- 新货上架
|- 古董挖挖
|- 唯美贴图
|- 创意&美化&设计
|- 5COME5头像及签名档图片引用专区
|- 艺术摄影
|- 音乐咖啡屋
|- 音道乐经
>> 热点讨论
|- 工作交流
|- 求职信息
|- 就业精华区
|- 同城联谊
|- 留学专版
|- 情感物语
|- 情感物语精华区
|- 带走一片银杏叶
|- 精华区
|- 新闻直通车
|- 众志成城,抗震救灾
|- 衣食住行
|- 跳蚤市场
|- 旅游出行
>> 学术交流
|- 学业有成
|- 智力考场
|- 考研专版
|- 外语乐园
|- 考试·毕业设计
|- 电子设计·数学建模
|- 学生工作·社团交流·RX
|- 电脑技术
|- 电脑F.A.Q.
|- 软件交流
|- 硬件·数码
|- 程序员之家
|- Linux专区
|- 舞文弄墨
|- 历史&文化
|- 军临天下
|- 军事精华区
|- 财经频道
>> 游戏新干线[电子竞技俱乐部]
|- Blizz@rd游戏特区
|- WarCraft III
|- 魔兽区档案库
|- 魔兽争霸3博彩专区
|- StarCraft(new)
|- 暗黑专区
|- 休闲游戏区
|- PC GAME综合讨论区
|- 实况足球专区
|- Counter-Strike专区
|- TV GAME& 模拟器
|- 网络游戏
>> 资源交流
|- 恋影部落
|- 连续剧天地
|- 综艺开心档
|- 书香小筑
|- 小说发布
|- 资源交流
|- 综艺、体育、游戏资源发布
|- 音乐资源发布区
|- 电影电视剧发布区
|- 字幕园地
我来我网·5come5 Forum
»
Linux专区
Total 0.006932(s) query 4, Time now is:12-23 02:37, Gzip enabled
Powered by PHPWind v5.3, Localized by
5come5 Tech Team
,
黔ICP备16009856号