- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pvcreate failure
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
02-06-2007 01:02 AM
02-06-2007 01:02 AM
pvcreate failure
we are having a problem with a new disk that we have installed on a lclass server, we can see the disk via ioscan and diskinfo returns the correct information, however when we run the pvcreate -f /dev/rdsk//c1t0d0 we get the following error message
LIVE!--ssdopro1[/] pvcreate -f /dev/rdsk/c1t0d0
pvcreate: writing LVM record: Interrupted system call
can anyone shed any light on the situation
cheers in advance
john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 01:10 AM
02-06-2007 01:10 AM
Re: pvcreate failure
I'd be interested to see if the 'syslog' has any other messages.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 01:11 AM
02-06-2007 01:11 AM
Re: pvcreate failure
have you tried (faulty disk?):
dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k
to check that the disk is actually ok.
Is/was there a mediainit running against the disk ?
Double check your device path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 01:12 AM
02-06-2007 01:12 AM
Re: pvcreate failure
and if you try with command "mediainit" ?
hth
pg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 03:13 AM
02-06-2007 03:13 AM
Re: pvcreate failure
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1096621
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 03:54 AM
02-06-2007 03:54 AM
Re: pvcreate failure
This test should more than suffice:
dd if=/dev/rdsk/c1t0d0 of=/dev/null bs=256k