- 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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-07-2007 05:18 PM
тАО06-07-2007 05:18 PM
pvcreate error
My storage team had created 3 luns for me. I hv done ioscan -fnC disk and run insf -C disk.
After that, while trying to create pv using pvcreate it is giving following error.
pvcreate: writing LVM record: Device busy
Although I believe it is realted to storage, ur inputs are invaluable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2007 05:28 PM
тАО06-07-2007 05:28 PM
Re: pvcreate error
The error occured when writing the LVM resource areas on the physical volume.
This might be due to a hardware failure of the disk.
You can easily perform a read test with dd:
# dd if=/dev/rdsk/[suspicious disk] of=/dev/null bs=1024k count=10
This command reads the first 10 Mb from the disk. Usually, the LVM header does not exceed this value. Otherwise, increase the count value.
If no error occurs, there still might be a hardware failure of the disk which has to be verified by writing to the disk.
NOTE: All data will be lost.
# dd if=/dev/rdsk/[other disk] of=/dev/rdsk/[suspicious disk] bs=1024k count=10
If you get an I/O error the disk should be replaced. Please follow the common procedures for replacing defective hard disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2007 10:45 PM
тАО06-07-2007 10:45 PM
Re: pvcreate error
Might be an idea to try pvcreate -f /dev/rdsk/c?t?d?. May be the lun's have been used on another system in the past, but this does sound more hardware related as you normally get a different error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2007 11:31 PM
тАО06-07-2007 11:31 PM
Re: pvcreate error
If this is a SAN environment, check if other nodes have locks on these LUNs.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2007 01:50 PM
тАО06-10-2007 01:50 PM
Re: pvcreate error
I deally there should be a centralised information of the USED luns collected through any script by scanning/checking all servers in the network. We have the same established.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2007 04:19 PM
тАО06-10-2007 04:19 PM
Re: pvcreate error
The LUN presented from storage will be visible to different hosts if the SAN zoning is not proper.
If some other OS has put its signature (like Open VMS, Tru64,AIX) then you will see such errors.
Ask your storage team to perform properly and present the LUN only to this host.
Regards,
BALAJI M.S