两台rp3440-4 server共享一个DS2405的盘柜,DS2405中一共有4块73GB的硬盘,c4t0d0 ,c4t1d0,c4t2d0,c4t3d0 ,其中两块硬盘在做pvcreate ,vgextend ,vgcreate等命令时总是出错。收集到如下信息:
lnnc_pm2[/]ioscan -kfnCdisk Class I H/W Path Driver S/W State H/W Type Description ========================================================================= disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE TEAC DV-28E-C /dev/dsk/c0t0d0 /dev/rdsk/c0t0d0 disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 36.4GMAU3036NC /dev/dsk/c2t0d0 /dev/rdsk/c2t0d0 disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 36.4GST336754LC /dev/dsk/c2t1d0 /dev/rdsk/c2t1d0 disk 5 0/4/1/0.8.0.255.0.2.0 sdisk CLAIMED DEVICE HP 73.4GST3 73307FC /dev/dsk/c4t2d0 /dev/rdsk/c4t2d0 disk 6 0/4/1/0.8.0.255.0.3.0 sdisk CLAIMED DEVICE HP 73.4GST3 73307FC /dev/dsk/c4t3d0 /dev/rdsk/c4t3d0 disk 7 0/4/1/0.8.0.255.0.4.0 sdisk CLAIMED DEVICE HP 73.4GST3 73307FC /dev/dsk/c4t4d0 /dev/rdsk/c4t4d0 disk 8 0/4/1/0.8.0.255.0.5.0 sdisk CLAIMED DEVICE HP 73.4GST3 73307FC /dev/dsk/c4t5d0 /dev/rdsk/c4t5d0
lnnc_pm2[/]diskinfo /dev/rdsk/c4t5d0 SCSI describe of /dev/rdsk/c4t5d0: vendor: HP 73.4G product id: ST373307FC type: direct access size: 140000000 Kbytes bytes per sector: 520 lnnc_pm2[/]diskinfo /dev/rdsk/c4t4d0 SCSI describe of /dev/rdsk/c4t4d0: vendor: HP 73.4G product id: ST373307FC type: direct access size: 140000000 Kbytes bytes per sector: 520 lnnc_pm2[/]diskinfo /dev/rdsk/c4t3d0 SCSI describe of /dev/rdsk/c4t3d0: vendor: HP 73.4G product id: ST373307FC type: direct access size: 71687369 Kbytes bytes per sector: 512 lnnc_pm2[/]diskinfo /dev/rdsk/c4t2d0 SCSI describe of /dev/rdsk/c4t2d0: vendor: HP 73.4G product id: ST373307FC type: direct access size: 71687369 Kbytes bytes per sector: 512
Need install CVSDM to run JBODfmt formatting disks to 512Byte/Sector
Here's what I followed to format the DS2405 drives:
1. Insert the drive in the DS2405 chassis
2. "discover" the drive # ioscan -fnC disk
3. Create device files # insf -e
4. Discover the DS2405 if not already "visible" # armdiscover
5. To display DS2405 information # JBODdsp -I
6. Format the drive - command line # JBODfmt -f /dev/dsk/c8t4d0 -or- if already formatted # JBODfmt -foverride /dev/dsk/c8t4d0
7. Format the drive using cvui select drive number select "Disk" select "Format"
|