亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3846 | 回復: 6
打印 上一主題 下一主題

[SCO UNIX] 疑惑:RAID0+1 加arrayB sco507如何加? [復制鏈接]

論壇徽章:
0
跳轉到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2011-04-27 19:01 |只看該作者 |倒序瀏覽
HP380 G5

smart array p400 in slot 1
sas array A
Logical drive 1 ((286080 MB,RAID 1+0)
sas array B
Logical drive 2 (286080 MB,RAID 1+0)

我mkdev hd                      target id 選了很多  lun也選了很多
但是卻還是加不了arrayB的磁盤。。。求助呀。。  我哪里錯了?

論壇徽章:
0
2 [報告]
發(fā)表于 2011-04-27 21:12 |只看該作者
HP380 G5 + p400卡下,SCO 5.0.7添加第二個SCSI硬盤
安裝過程中,主要涉及以下幾點:
1、        在選擇SCSI host adapter時,需要輸入安裝系統(tǒng)時的btld驅動名稱,如hpsas。
2、        選擇Target ID時,需要輸入1,依次類推,如第三個硬盤為2。
3、        需要執(zhí)行二次mkdev hd,第一次執(zhí)行之后,需要重啟。

# mkdev hd

Your rootdisk is attached to a SCSI controller.

Pick one of the choices below or you may quit and
invoke mkdev hd -u for a detailed usage message.

                1) Add a hard disk to an IDE controller
                2) Add a hard disk to a SCSI controller
                3) Add a hard disk to an IDA controller
                4) Add a hard disk to a  USB controller

Enter 1, 2, 3, 4or enter 'q' to quit: 2

Enter the prefix of the SCSI host adapter that supports this device
or press <Return> for the default: 'wd'
Enter h for a list of host adapters or enter q to quit:hpsas

Which 'hpsas' SCSI host adapter supports this device?
Select 0-1, or enter q to quit: 0

The Host Adapter parameters 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: 0

What is the Target ID for this device?
Select 0-15, or h for help, or q to quit: 1

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

You are about to add the following SCSI device:

      Host              Adapter
Type  Adapter  Device   Number  ID      LUN     Bus
-------------------------------------------------------
SCSI  hpsas    disk     0       1       0       0

注:以上對應到/etc/conf/cf.d/mscsi里的條目:
*ha     attach  number  ID      lun     bus *表示備注
*
wd      Srom    0       0       0       0  光驅
hpsas   Sdsk    0       0       0       0  第一個硬盤
hpsas   Sdsk    0       1       0       0  第二個硬盤
hpsas   Sdsk    0       2       0       0  第三個硬盤

Update SCSI configuration? (y/n) y

The SCSI configuration file has been updated.


A new kernel must be built and rebooted before disk configuration can continue.
Would you like to relink at this time? (y/n) y

        The UNIX Operating System will now be rebuilt.
        This will take a few minutes.  Please wait.

        Root for this system build is /

        The UNIX Kernel has been rebuilt.


Do you want this kernel to boot by default? (y/n) y
Backing up unix to unix.old
Installing new unix on the boot file system

The kernel environment includes device node files and /etc/inittab.
The new kernel may require changes to /etc/inittab or device nodes.


Do you want the kernel environment rebuilt? (y/n) y

The kernel has been successfully linked and installed.
        To activate it, reboot your system.

Setting up new kernel environment

After the system is rebooted with the new kernel,
reinvoke mkdev hd to initialize the new hard disk.

# shutdown -y -g0 -i6

# mkdev hd

Your rootdisk is attached to a SCSI controller.

Pick one of the choices below or you may quit and
invoke mkdev hd -u for a detailed usage message.

                1) Add a hard disk to an IDE controller
                2) Add a hard disk to a SCSI controller
                3) Add a hard disk to an IDA controller
                4) Add a hard disk to a  USB controller

Enter 1, 2, 3, 4or enter 'q' to quit: 2

Enter the prefix of the SCSI host adapter that supports this device
or press <Return> for the default: 'hpsas'
Enter h for a list of host adapters or enter q to quit:hpsas

Which 'hpsas' SCSI host adapter supports this device?
Select 0-1, or enter q to quit: 0

The Host Adapter parameters 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: 0

What is the Target ID for this device?
Select 0-15, or h for help, or q to quit: 1

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

During installation you may choose to overwrite all
or part of the present contents of your hard disk.

Do you wish to continue? (y/n) y

The hard disk installation program will now invoke /etc/fdisk.
Entering 'q' at the following menu will exit /etc/fdisk,
and the hard disk installation will continue.

If you wish to exit the entire installation at this menu,
press the <DEL> key.


        1. Display Partition Table
        2. Use Entire Disk for UNIX
        3. Use Rest of Disk for UNIX
        4. Create UNIX Partition
        5. Activate Partition
        6. Delete Partition
        7. Create Partition

Enter your choice or 'q' to quit: 1

Current Hard Disk Drive: /dev/rdsk/1s0

        +-------------+----------+-----------+---------+---------+---------+
        | Partition   | Status   | Type      |   Start |     End |    Size |
        +-------------+----------+-----------+---------+---------+---------+
        +-------------+----------+-----------+---------+---------+---------+

Total disk size: 4550475 tracks (256 reserved for masterboot and diagnostics)

Press <Return> to continue

到此就可以進行正常分區(qū)了。以后可以使用以下命令:

# fdisk -f /dev/rhd00 第一個硬盤
# fdisk -f /dev/rhd10 第二個硬盤
# fdisk -f /dev/rhd20 第三個硬盤

HP ML350G3添加硬盤的過程類似。
*ha     attach  number  ID      lun     bus *表示備注
*
wd      Srom    0       0       0       0
ad160   Sdsk    0       0       0       0
ad160   Sdsk    0       1       0       0

論壇徽章:
0
3 [報告]
發(fā)表于 2011-04-27 22:01 |只看該作者
執(zhí)行sconf -v來查看你的第二個raid組對應磁盤的target id

論壇徽章:
0
4 [報告]
發(fā)表于 2011-04-28 10:06 |只看該作者
謝謝大家 ! 我試試看吧

論壇徽章:
0
5 [報告]
發(fā)表于 2011-05-06 12:11 |只看該作者
可以了, 是不是要重啟以后 再一次MKDEV hd  才可以呢?

論壇徽章:
0
6 [報告]
發(fā)表于 2011-05-11 22:21 |只看該作者
可以了, 是不是要重啟以后 再一次MKDEV hd  才可以呢?
bohuangcn 發(fā)表于 2011-05-06 12:11


對的。需要執(zhí)行2次mkdev hd才能成功添加硬盤

論壇徽章:
0
7 [報告]
發(fā)表于 2011-05-21 09:26 |只看該作者
太感人了。。。。  好人哪。。。
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術有限公司. 版權所有 京ICP備16024965號-6 北京市公安局海淀分局網監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯網協會會員  聯系我們:huangweiwei@itpub.net
感謝所有關心和支持過ChinaUnix的朋友們 轉載本站內容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP