Operating System - Linux
1753943 Members
8697 Online
108811 Solutions
New Discussion юеВ

Re: Mounting an unassigned physicaldrive

 
saavik
Advisor

Mounting an unassigned physicaldrive

Hello!

I would like to mount an unassigned physicaldrive on my dl380 ( os: SLES9 ).

Smart Array 6i in Slot 0

array A
physicaldrive 2:0 (port 2:id 0 , Parallel SCSI, 72.8 GB, OK)
physicaldrive 2:1 (port 2:id 1 , Parallel SCSI, 72.8 GB, OK)

array B
physicaldrive 2:2 (port 2:id 2 , Parallel SCSI, 146.8 GB, OK)
physicaldrive 2:3 (port 2:id 3 , Parallel SCSI, 146.8 GB, OK)

unassigned
physicaldrive 2:4 (port 2:id 4 , Parallel SCSI, 300 GB, OK)


The 300GB drive is the new one and, well, thats the one I would like to mount without reboot.

Is that possilbe ?
1 REPLY 1
skt_skt
Honored Contributor

Re: Mounting an unassigned physicaldrive

see if this helps

****************************************************************
***** Install the ACU Command Line Interface *******************
****************************************************************
[root@MeshManager Desktop]# rpm -i hpacucli-7.80-6.linux.rpm


****************************************************************
***** Run the ACU Command Line Interface ***********************
****************************************************************
[root@MeshManager Desktop]# hpacucli
HP Array Configuration Utility CLI 7.80-6.0
Detecting Controllers...Done.
Type "help" for a list of supported commands.
Type "exit" to close the console.

*****************************************************************
****** Check to see that the 2nd hard drive is available and ****
****** unassigned. ****
*****************************************************************
=> ctrl all show config detail

Smart Array 6i in Slot 0
Bus Interface: PCI
Slot: 0
RAID 6 (ADG) Status: Disabled
Controller Status: OK
Chassis Slot:
Hardware Revision: Rev B
Firmware Version: 2.58
Rebuild Priority: Low
Expand Priority: Low
Surface Scan Delay: 15 sec
Cache Board Present: True
Cache Status: OK
Accelerator Ratio: 100% Read / 0% Write
Total Cache Size: 64 MB
Battery Pack Count: 0
SATA NCQ Supported: False

Array: A
Interface Type: Parallel SCSI
Unused Space: 0 MB
Status: OK

Logical Drive: 1
Size: 33.9 GB
Fault Tolerance: RAID 0
Heads: 255
Sectors Per Track: 32
Cylinders: 8716
Stripe Size: 128 KB
Status: OK
Array Accelerator: Enabled
Unique Identifier: 600508B1001FFFFFA0000439EA740000
Disk Name: /dev/cciss/c0d0
Mount Points: /boot 99 MB, /var 9.8 GB, / 22.1 GB, swap 1.9 GB

physicaldrive 1:0
SCSI Bus: 1
SCSI ID: 0
Status: OK
Drive Type: Data Drive
Interface Type: Parallel SCSI
Transfer Mode: Ultra 320 Wide
Size: 36.4 GB
Transfer Speed: 320 MB/Sec
Rotational Speed: 15000
Firmware Revision: HPB1
Serial Number: DSL1P6500Y090620
Model: COMPAQ BF03689BC3

unassigned

physicaldrive 1:1
SCSI Bus: 1
SCSI ID: 1
Status: OK
Drive Type: Unassigned Drive
Interface Type: Parallel SCSI
Transfer Mode: Ultra 320 Wide
Size: 36.4 GB
Transfer Speed: 320 MB/Sec
Rotational Speed: 15000
Firmware Revision: HPB5
Serial Number: 3KQ22Q6Y00009706RMZK
Model: COMPAQ BF0368A4CA

*****************************************************************
****** Assign physicaldrive 1:1 to array A **********************
*****************************************************************
=> ctrl slot=0 array A add drives=allunassigned

*****************************************************************
****** Check to see that the 2nd hard drive is now assigned ****
****** to array A. Note: Check the Status of Array A. ****
****** Array A's status will show 'Expanding'. ****
****** Do not shutdown or restart until 'Status' of Array A ****
****** shows Expanding 100% complete. ****
****** Note: Expanding takes about 15 minutes per Gigabyte. ****
*****************************************************************
=> ctrl all show config detail

Smart Array 6i in Slot 0
Bus Interface: PCI
Slot: 0
RAID 6 (ADG) Status: Disabled
Controller Status: OK
Chassis Slot:
Hardware Revision: Rev B
Firmware Version: 2.58
Rebuild Priority: Low
Expand Priority: Low
Surface Scan Delay: 15 sec
Cache Board Present: True
Cache Status: Temporarily Disabled
Accelerator Ratio: 100% Read / 0% Write
Total Cache Size: 64 MB
Battery Pack Count: 0
SATA NCQ Supported: False

Array: A
Interface Type: Parallel SCSI
Unused Space: 34728 MB
Status: OK

Logical Drive: 1
Size: 33.9 GB
Fault Tolerance: RAID 0
Heads: 255
Sectors Per Track: 32
Cylinders: 8716
Stripe Size: 128 KB
Status: Expanding 0.1% complete
Array Accelerator: Enabled
Unique Identifier: 600508B1001FFFFFA0000439EA740000
Disk Name: /dev/cciss/c0d0
Mount Points: /boot 99 MB, /var 9.8 GB, / 22.1 GB, swap 1.9 GB

physicaldrive 1:0
SCSI Bus: 1
SCSI ID: 0
Status: OK
Drive Type: Data Drive
Interface Type: Parallel SCSI
Transfer Mode: Ultra 320 Wide
Size: 36.4 GB
Transfer Speed: 320 MB/Sec
Rotational Speed: 15000
Firmware Revision: HPB1
Serial Number: DSL1P6500Y090620
Model: COMPAQ BF03689BC3
physicaldrive 1:1
SCSI Bus: 1
SCSI ID: 1
Status: OK
Drive Type: Data Drive
Interface Type: Parallel SCSI
Transfer Mode: Ultra 320 Wide
Size: 36.4 GB
Transfer Speed: 320 MB/Sec
Rotational Speed: 15000
Firmware Revision: HPB5
Serial Number: 3KQ22Q6Y00009706RMZK
Model: COMPAQ BF0368A4CA

*****************************************************************
****** After 2nd drive has been added to Array A and ****
****** array expanding is complete (100%) the resulting ****
****** config information is shown below. Status = 'OK' ****
*****************************************************************
=> ctrl all show config

Smart Array 6i in Slot 0 ()

array A (Parallel SCSI, Unused Space: 34728 MB)

logicaldrive 1 (33.9 GB, RAID 0, OK)

physicaldrive 1:0 (port 1:id 0 , Parallel SCSI, 36.4 GB, OK)
physicaldrive 1:1 (port 1:id 1 , Parallel SCSI, 36.4 GB, OK)

*****************************************************************
****** Check to see which RAID options are now available ****
*****************************************************************
=> ctrl slot=0 ld 1 modify raid=?

Available options are:
raid 0 (current value)
raid 1+0 (default value)

*****************************************************************
****** Migrate logicaldrive 1 (ld 1) from RAID=0 to RAID=1+0 ****
****** Use same stripe size... stripesize = 128. This command****
****** returns to the '=>' prompt. ****
*****************************************************************


=> ctrl slot=0 ld 1 modify raid=1+0 stripesize=128
=>

*****************************************************************
****** Check the status to verify that the drive is now ****
****** in RAID=1+0 and is expanding. ****
****** Do not shutdown or restart until 'Status' of Array A ****
****** shows Expanding 100% complete. ****
****** Note: Expanding takes about 15 minutes per Gigabyte. ****
*****************************************************************
=> ctrl all show config

Smart Array 6i in Slot 0 ()

array A (Parallel SCSI, Unused Space: 0 MB)

logicaldrive 1 (33.9 GB, RAID 1+0, Expanding 4.3% complete)

physicaldrive 1:0 (port 1:id 0 , Parallel SCSI, 36.4 GB, OK)
physicaldrive 1:1 (port 1:id 1 , Parallel SCSI, 36.4 GB, OK)

*****************************************************************
****** Verify that Status changes to 'OK' once expansion is ****
****** complete. Both drives are now mirrored in RAID 1+0. ****
*****************************************************************
=> ctrl all show config

Smart Array 6i in Slot 0 ()

array A (Parallel SCSI, Unused Space: 0 MB)

logicaldrive 1 (33.9 GB, RAID 1+0, OK)

physicaldrive 1:0 (port 1:id 0 , Parallel SCSI, 36.4 GB, OK)
physicaldrive 1:1 (port 1:id 1 , Parallel SCSI, 36.4 GB, OK)