Operating System - HP-UX
1753923 Members
8595 Online
108810 Solutions
New Discussion юеВ

Re: root miirroring error

 
SOLVED
Go to solution
fizan
Super Advisor

root miirroring error

pvcreate -B /dev/rdsk/c2t1d0s2
pvcreate: Unable to query the I/O interface: System call error.

31 REPLIES 31
cnb
Honored Contributor

Re: root miirroring error

cnb
Honored Contributor

Re: root miirroring error

Michal Kapalka (mikap)
Honored Contributor

Re: root miirroring error

hi,

check if you have created the special device :

hope you made this structure on the disk :

EFI 500MB
HPUX 100%
HPSP 400MB

if not try to run insf -eC disk

ioscan -fnC disk

ll /dev/rdsk/c2t1d0s2

mikap
AVV
Super Advisor

Re: root miirroring error

Did ioscan -fnC disk , shows you the disk path is claimed ?
S-M-S
Valued Contributor

Re: root miirroring error

Hi Fizan,

What is your OS version?

Is it a local disk or a LUN presented from a storage ?
fizan
Super Advisor

Re: root miirroring error

disk 1 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 73.4GST373454LC
/dev/dsk/c2t1d0 /dev/dsk/c2t1d0s2 /dev/rdsk/c2t1d0 /dev/rdsk/c2t1d0s2
/dev/dsk/c2t1d0s1 /dev/dsk/c2t1d0s3 /dev/rdsk/c2t1d0s1 /dev/rdsk/c2t1d0s3

show as claimed state.
# cat /tmp/idf
3
EFI 500MB
HPUX 100%
HPSP 400MB

am getting this error ever time.
can you plz correct me where am i wrong?

Thanks
fizan
Super Advisor

Re: root miirroring error

# uname -a
HP-UX rx26-183 B.11.31 U ia64 3870505015 unlimited-user license

its internal HDD of server.

# diskinfo /dev/rdsk/c2t0d0
SCSI describe of /dev/rdsk/c2t0d0:
vendor: HP 73.4G
product id: ST373454LC
type: direct access
size: 71687369 Kbytes
bytes per sector: 512

disk also dosen't looks bad.
S-M-S
Valued Contributor

Re: root miirroring error

Hi Fizan,
Please confirm that the divise file associated with this disk is not there in /etc/lvmtab

which version of OS is this ?

Try
#pvcreate -B /dev/rdsk/c2t1d0s2
Torsten.
Acclaimed Contributor

Re: root miirroring error

Please do the same for partition 2:

# diskinfo -v /dev/rdsk/c2t1d0s2

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!