- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pvcreate error
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
08-03-2004 08:30 PM
08-03-2004 08:30 PM
Wehn I run pvcreate on a disk it comes with an error : pvcreate -f /dev/rdsk/c13t2d7
pvcreate: writing LVM record: I/O error
When i run the dd on the disk the output is okay.
Then ran vgreduce but it failed, then i went and deleted the vg but the disk is not released. It still recognised it as attached to vg.
what should I do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 08:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 08:39 PM
08-03-2004 08:39 PM
Re: pvcreate error
dd reading is ok but there still could be a disk hardware failure which can be checked by attempting writing to the disk.
NOTE: All data will be lost.
# dd if=/dev/rdsk/[other disk] of=/dev/rdsk/c13t2d7 bs=64k count=160
Should you get I/O error replace the disk .
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 08:46 PM
08-03-2004 08:46 PM
Re: pvcreate error
Look like disk problem
#dd if=/dev/rdsk/c13t2d7 of=/dev/null bs=1024k
check for any I/O errors
post the o/p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 10:14 PM
08-03-2004 10:14 PM
Re: pvcreate error
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 10:23 PM
08-03-2004 10:23 PM
Re: pvcreate error
Thanks for your responses, I have tried everything you guys suggested. this the outcome :
Franky, I tried the steps but whae I getto the part where I have to remove the LV I fail, the delete of vg as well fails and the pvremove. I am still stuck
Steve and Ravi
I did dd and the output was:
dd if=/dev/rdsk/c13t2d7 of=/dev/null bs=1024k
209+0 records in
209+0 records out
So I'm still stuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 09:28 PM
08-11-2004 09:28 PM
Re: pvcreate error
It looks like disk problem.Initial sectors of the disk might have problem.
Replacement of disk should be soultion.