机型:ibm7100 操作系统sco unix5.0.5
一.开机插入serverraid光盘配置双阵列: 【程序编程相关:对Blog的高级修改[原创]】 【推荐阅读:用ILDasm.exe深入理解委托】 本地配置raid1,阵列柜配置raid5. 【扩展信息:捕获数据包(一)】 二.安装sco unix(注意事项:boot:defbootstr link="ipsraid" sdsk=(0,0,0,0) srom=wd(0,0,0) 三.增加阵列柜scsi磁盘. 可以使用hwconfig -h来查看系统的硬件. 下面是安装的步骤: l 系统进入单用户,运行“mkdev hd”,准备制作逻辑盘分区 # mkdev hdyour rootdisk is attached to a scsi controller.
pick one of choices below or you may quit and
invoke nkdev hd -u for a detailed usage message.1) add a hard disk to ide controller
2) add a hard disk to scsi controller 3) add a hard disk to ida controllerenter 1, 2, 3 or enter ‘q’ to quit: 2 →选择2
enter the prefix of the scsi host adapter that supports this device
or press <return> for the default:’ips’ →选择scsi卡类型 enter h for a list of host adapters or enter q to quit:which ‘ips’ scsi host adapter supports this device?
select 0-6, or enter q to quit: 0 →选择scsi卡号the host adapter paramters will be automatically configured
what scsi bus is this device attached to?
press <return> to use the default: 0 select 0-n, or h for help, or q to quit: →选择scsi总线号what is the target id for this device?
select 0-15, or h for help, or q to quit:1 →选择设备的id号what is the lun of this device?
press <return> to use the default: 0 select 0-7, or h for help, or q to quit:0 →选择lun号 l 硬盘挂接到操作系统,准备重构系统核心 ... 下一页