Operating System - HP-UX
1832207 Members
2390 Online
110040 Solutions
New Discussion

Persistent DSF is not showing the 3 partitions of the disk.

 
Vipin K Gupta
Occasional Advisor

Persistent DSF is not showing the 3 partitions of the disk.

I am new to HPUX 11.31. I need to mirror a disk. whenever I run pvcreate -B /dev/rdsk/c0t0d0 i gives the error
pvcreate: Couldn't open physical volume "/dev/rdsk/c0t0d0s2":
I/O error

I have run insf to create special file devices.
ioscan -m dsf is not showing the 3 partitions of the disk.

ioscan -funC disk is showing s1,s2 and s3 of the disk.

Kindly resolve.
6 REPLIES 6
AnthonySN
Respected Contributor

Re: Persistent DSF is not showing the 3 partitions of the disk.

What is your server model, are you using any hardware raid

you need to use
pvcreate -B /dev/rdsk/c0t0d0s2

go thru the below link.
http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa
stephen peng
Valued Contributor

Re: Persistent DSF is not showing the 3 partitions of the disk.

be caution! just make it clear which is the original disk and target disk, get a user guide for root disk mirror will do you good!
Kapil Jha
Honored Contributor

Re: Persistent DSF is not showing the 3 partitions of the disk.

>>I need to mirror a disk.
you need to mirror root disk or normal VG.

If its normal no need to do a pvcreate -B its for boot disk.

Follow pdf "when good disk go bad"

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Viktor Balogh
Honored Contributor

Re: Persistent DSF is not showing the 3 partitions of the disk.

Hi,

Here is the abovementioned doc:

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf

****
Unix operates with beer.
nightwich
Valued Contributor

Re: Persistent DSF is not showing the 3 partitions of the disk.

Hi Gupta

In your case you sould have raid by hardware.


To see the status of the raid do the following command:

sasmgr get_info -D /dev/sasd0 -q raid

If you do not have raid by hardware and you do not have time for downtime. You should do a raid by software.

You need to have the software mirror UX. In 11iv3 it cames by default.

To do the setup follow the directions by the book in " When good discs go bad" ..


Regards.
Deeos
Regular Advisor

Re: Persistent DSF is not showing the 3 partitions of the disk.

you should follow the steps as per attached documents


Regards
Deeos
Deepak