Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > 其他操作系统 > 如何解决solaris不支持多个lun的方法
【标  题】:如何解决solaris不支持多个lun的方法
【关键字】:方法,is,solaris,solaris,lun
【来  源】:网络

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

Your Ad Here 我得机器配置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

我没有测试过,如果可以,请告诉大家方法吧
Xinetd 下 Solaris 8 安装配置过程:【上一篇】
Solaris高级系统管理员指南 (5):【下一篇】
【相关文章】
  • Xinetd 下 Solaris 8 安装配置过程
  • SUN SOLARIS 基准安全清单
  • 安装 Solaris 後的设定
  • 设定 Solaris 2 的 ppp
  • 在solaris 2.x 上建立 virtual host
  • Solaris FTP issue
  • 如何在 solaris 中使用 auto mount 来 mount NFS
  • Solaris 如何增加硬碟的 swap space
  • Solaris 8 如何设置终端 TTY
  • Solaris8 公用桌面环境管理--配置登录管理器(1)启动登录服务器
  • 【随机文章】
  • 通通简述4种接入
  • 小灵通短消息条数显示
  • 如何在命令行下运行update_all
  • FreeBSD 实用小技巧ctrl+d
  • Linux经典实用的使用技巧33则
  • C语言常见错误小结
  • Java软件下载好去处
  • 我的一个 C语言代码
  • LMDS向多业务综合运营转变的捷径
  • 电子商务对供应链整合影响的趋势
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.