1833030 Members
2202 Online
110049 Solutions
New Discussion

Re: mediainit problem

 
Dong-Hwan Cha_1
Occasional Contributor

mediainit problem

Dear All,

I have stopped the mediainit process by shutdown system cause it took so long time.
After that, the disk has no size and can't access it.
following is the ioscan & pvcreate output:
------------------------------
# diskinfo /dev/rdsk/c1t1d0
SCSI describe of /dev/rdsk/c1t1d0:
vendor: SEAGATE
product id: ST336704LC
type: direct access
size: 0 Kbytes
bytes per sector: 0

And run vgcreate command, I/O error happend.
# vgcreate -s 8 /dev/vg01 /dev/dsk/c1t1d0
vgcreate: Couldn't open physical volume "/dev/dsk/c1t1d0":
I/O error
----------------------------
At now, retry mediainit.....but it takes so long time.
How should I do?
Please help me.....
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: mediainit problem

Hi,

Your disk is failg, call your Hardware support (HP-responce center) and log a hardware call.

Best regards,
Robert-Jan
bhavin asokan
Honored Contributor

Re: mediainit problem

hi,

it is clear that disk is having problem.you have to change the disk.

regds,
Ivajlo Yanakiev
Respected Contributor

Re: mediainit problem

Why you start mediainint.
It is like low level format.
Do not do it.
there are factory info that you lost :(
It was work with old disk. Do not do it on new disk.

what give you
ioscan -nfC disk
Bharat Katkar
Honored Contributor

Re: mediainit problem

Hi,
Try doing :

1. # pvcreate -f /dev/rdsk/c1t1d0
If this fails then try doing dd to confirm whether disk id faulty.
# dd if=/dev/rdsk/c1t1d0 of=/dev/null

Hope that helps.
REgards,
You need to know a lot to actually know how little you know