Operating System - HP-UX
1752299 Members
4718 Online
108786 Solutions
New Discussion юеВ

Re: Adding a new 146 GB HDD to HP surestore 2100

 
whiteSox
Frequent Advisor

Adding a new 146 GB HDD to HP surestore 2100

HI,

Can some one please let me know how to add a new HDD 146 GB to HP 2100 storage ..when i run the command ioscan i get this ..
# ioscan -fnC disk
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.4GMAS3367NC
/dev/dsk/c2t0d0 /dev/dsk/c2t0d0s2 /dev/rdsk/c2t0d0 /dev/rdsk/c2t0d0s2
/dev/dsk/c2t0d0s1 /dev/dsk/c2t0d0s3 /dev/rdsk/c2t0d0s1 /dev/rdsk/c2t0d0s3
disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 146 GMAP3147NC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
disk 3 0/1/1/1.2.0 sdisk CLAIMED DEVICE HP 146 GMAP3147NC
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
disk 4 0/2/1/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c4t0d0 /dev/rdsk/c4t0d0
disk 5 0/2/1/0.2.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c4t2d0 /dev/rdsk/c4t2d0
disk 6 0/2/1/0.4.0 sdisk CLAIMED DEVICE COMPAQ BD1468A4C5
#

Thanks for your help...
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: Adding a new 146 GB HDD to HP surestore 2100

This is a DS2100? Just insert the disk and run ioscan +

# insf -H 0/2/1/0.4.0

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
sujit kumar singh
Honored Contributor

Re: Adding a new 146 GB HDD to HP surestore 2100

Hi,

as suggested by Torsten, if this is DS2100 disk enclosure, insert the disk (you can do that online) , ioscan , insf -eCdisk,then normally do pvcreate, vgcreate/vgextend to that path , lvcreate/lvextend etc.
regards
sujit
Suraj K Sankari
Honored Contributor

Re: Adding a new 146 GB HDD to HP surestore 2100

Hi,
As per the output of ioscan -fnC disk it seems you already add those disk into the server.

disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 146 GMAP3147NC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
disk 3 0/1/1/1.2.0 sdisk CLAIMED DEVICE HP 146 GMAP3147NC
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0

now you can create vg or extend vg into other existing vg with vgcreate or vgextend command.

Suraj


Steven E. Protter
Exalted Contributor

Re: Adding a new 146 GB HDD to HP surestore 2100

Shalom,

It looks like you already have added the disk.

Unless you are tyring to replace the 36.4 GB disk.

If so:

insf -C disk

Try the ioscan again.

After the ioscan:
pvcreate /dev/rdsk/c2t0d0s2
pvcreate /dev/rdsk/c2t0d0s3


SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
whiteSox
Frequent Advisor

Re: Adding a new 146 GB HDD to HP surestore 2100

thanks all for your quick respose the vg00 is the whole 36GB drive when i try to add the 146GB drive to that vg00 it tells me that the capacity is only 36GB all the other disk space will go to waste .How can i chnage the capacity of the vg00 so i can add the 146GB drive to that .

Thanks all for your help ...
Pete Randall
Outstanding Contributor

Re: Adding a new 146 GB HDD to HP surestore 2100

When originally created, your vg00 was allowed to use the default values for max_pe and pe_size. The default accommodates the original 36GB drive but all subsequent additional drives are limited to that same size. In 11.31 and, I think, 11.23 with a patch, there is provided a vgmodify command that can be used to modify this restriction. Without vgmodify, you will need to create an Ignite backup then restore that backup, modifying your root volume layout to include the new disk.


Pete

Pete