- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problems while creating Volume Group
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2007 10:38 PM
04-16-2007 10:38 PM
problems while creating Volume Group
pvcreate -f /dev/rdsk/cxtxdx
error:It was giving DEFECT01 error
So i tried on other HD
pvcreate -f is successful but i came across the following error:
vgcreate /dev/dsk/vg01 /dev/dsk/cxtxtx
error:vgcreate: Couldn't open physical volume "/dev/dsk/c3t1d0":
Resource temporarily unavailable
please help me out.. how to resolve these prolems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2007 10:44 PM
04-16-2007 10:44 PM
Re: problems while creating Volume Group
because 2 bad disks at the same time are unlikely, it could be a connection problem.
First check the connection, run ioscan to see if the disks are CLAIMED, and run "dd" to test.
Watch the syslog.
Results?
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2007 10:48 PM
04-16-2007 10:48 PM
Re: problems while creating Volume Group
check the server physically whether any amber light is blowing in the disk's try to remove the disks and reconnect it and run ioscan -fnC disk and check using diskinfo /dev/rdsk/c#t#d# and send the output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2007 11:10 PM
04-16-2007 11:10 PM
Re: problems while creating Volume Group
The step u are define is Correct. some time when u insert hard drive it not sit on place accurate. Ensure that the hard drive are physical Connect and machine Detect it successfully.
to verified run ioscan -fnC disk
After verified RUN
pvcreate -f /dev/rdsk/cxtxdx
I personally think that its hardware Issue. Please check it again
Khalid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 09:18 PM
04-17-2007 09:18 PM
Re: problems while creating Volume Group
#vgcreate /dev/vg01 /dev/dsk/cxtxdx
Increased the number of physical extents per physical volume to 2169.
vgcreate: IO error on Physical Volume device "/dev/dsk/cxtxdx".
wts d problem.. pls let me know the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 09:50 PM
04-17-2007 09:50 PM
Re: problems while creating Volume Group
Could be connection related.
Check cabeling, termination and run a "dd", e.g.
dd if=/dev/rdsk/cxtydz of=/dev/null
check syslog.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 11:17 PM
04-17-2007 11:17 PM
Re: problems while creating Volume Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 04:34 AM
04-18-2007 04:34 AM
Re: problems while creating Volume Group
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 04:47 AM
04-18-2007 04:47 AM
Re: problems while creating Volume Group
I believe that disk in good and you need to check your LVM patch level, I saw that issue before and was fixed by patching the system with the appropriate patches.
ex :
For 11.11
Patch Name: PHCO_34196
Patch Description: s700_800 11.11 LVM commands cumulative patch
Look at the itrc patch database for the right patches depending of your OS.
GoodLuck!