Operating System - HP-UX
1826312 Members
4345 Online
109692 Solutions
New Discussion

Re: adding hdd in storage

 
sujeet joshi
Frequent Advisor

adding hdd in storage

Hi,
want some help, one of our customer has following setup.
1.server e55 os hpux 10.20
2.server k200 with os 10.20 heartbits with serial port.
3.storage is hp model 10 with five 2 gb hdd configured in raid 5 both the server in cluster .
4.Now we want to upgrade storage disks from 2 gb to 18 gb(5 disks)
5.I want to remove old hdd.
In this scenario how to configure new disk. please help me.

regards

sujeet
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: adding hdd in storage

Chan 007
Honored Contributor

Re: adding hdd in storage

Hi,


Present the new disk array to the system.

Then do a vgexport -p -s -v -m .

Keep that mapfile.

Add the new disks to the system. IOSCAN and insf -e that.

Vgcreate and vgimport with the mapfile.

Mount with /Newdisk/

use find with cpio (it you have file size less then 2 GB.) else use tar or cp.

Ensure that your applictions are off with doing so.

Once copied unmount and mount to the old mountpoints...

007
sujeet joshi
Frequent Advisor

Re: adding hdd in storage

Hello,

my set up is in cluster so how can i find out which is my quorum disk or cluster lock


regards


sujeet
Tvs
Regular Advisor

Re: adding hdd in storage

hi

this information you can find in the /etc/cmcluster.conf file


FIRST_CLUSTER_LOCK_VG /dev/vgsap
FIRST_CLUSTER_LOCK_PV /dev/dsk/c3t0d0


regards

Tvs

Sivakumar TS
Honored Contributor

Re: adding hdd in storage


Dear Sujeet,

execute

#cmquerycl -v

will give you the detailed info about the cluster.

With Regards,

Siva.
Nothing is Impossible !