Operating System - HP-UX
1836964 Members
2549 Online
110111 Solutions
New Discussion

Re: volume mounting problem

 
Sandeep Daphal
Frequent Advisor

volume mounting problem

when i reboot hpunix 11.0 system user one volume is not mounting
it given error vchange :-warning couldn't attach volume group physical volume /dev/dsk/c1t5d0 device busy.

please give soluction

thanks
8 REPLIES 8
Sandy Chen
Honored Contributor

Re: volume mounting problem

Hi,

Can you post the result of:

# ioscan -fnC disk
# diskinfo /dev/rdsk/c1t5d0

regards,
Sandy
I never think of the future. It comes soon enough.
Sandeep Daphal
Frequent Advisor

Re: volume mounting problem

SCSI describe of /dev/rdsk/c1t5d0:
vendor: SEAGATE
product id: ST39140WS
type: direct access
size: 0 Kbytes
bytes per sector: 0
Thanks
Sandeep
SANTOSH S. MHASKAR
Trusted Contributor

Re: volume mounting problem

Hi,


have u tried to mount it manually, also since /dev/dsk/c1t5d0
is busy u have to kill all processes on /dev/dsk/c1t5d0

# kill -9 /dev/dsk/c1t5d0

to stop usage of /dev/dsk/c1t5d0


then try vgchange.



Noble Sebastian
Frequent Advisor

Re: volume mounting problem

Hi ,Sandeep

Disk size is 0 , i think disk have problem
check c1t5d0 disk
Sandeep Daphal
Frequent Advisor

Re: volume mounting problem

after killing what is the next step
melvyn burnard
Honored Contributor

Re: volume mounting problem

Looks like you need to verify that your discs are really there, do ioscan -fk and see if anything shows up as NO_HW

Also, check the system start log /etc/rc.log and see if anythng was logged as an error in activating any VG's.
You could also try vgchange -a y and see what error that gives you
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
MarkSyder
Honored Contributor

Re: volume mounting problem

I think the size 0 Kbytes should be ringing alarm bells. Can you see the disc? E.g. is it in an array? If you can see it, is there a fault light flashing?

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Sandeep Daphal
Frequent Advisor

Re: volume mounting problem

Thanks for u responce.