- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pvcreate -f /dev/rdsk/c0doto getting hang
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-21-2007 10:51 PM
02-21-2007 10:51 PM
pvcreate -f /dev/rdsk/c0doto getting hang
any other command to create pv? if any harddisk error how i can chk hardisk is god or not ?
Aarun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 11:35 PM
02-21-2007 11:35 PM
Re: pvcreate -f /dev/rdsk/c0doto getting hang
do you have a typing mistake ?
Should it be:
pvcreate -f /dev/rdsk/c0d0t0
Are you sure about your device path ?
In your position I would use SAM.
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
So far you have not awarded any points !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 12:09 AM
02-22-2007 12:09 AM
Re: pvcreate -f /dev/rdsk/c0doto getting hang
For checking a disk, these can be useful:
# diskinfo -v /dev/rdsk/c0d0t0
(rdsk, not dsk !)
# ioscan -fnCdisk
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 01:09 AM
02-22-2007 01:09 AM
Re: pvcreate -f /dev/rdsk/c0doto getting hang
Make sure your that you are using "zero" in c0t0d0 and not using the alphabet o.
check ioscan and see the disk is ok .
#ioscan -fnC disk ( make sure you are picking the correct disk )
rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 01:11 AM
02-22-2007 01:11 AM
Re: pvcreate -f /dev/rdsk/c0doto getting hang
If that is it, then you can't do a pvcreate on those.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 02:20 AM
02-22-2007 02:20 AM
Re: pvcreate -f /dev/rdsk/c0doto getting hang
there is a good chance to hang your system if you pvcreate your one and only boot disk
;-)
Better way to pvcreate is to do it *without* the "-f" switch.
Compare the "ioscan -fnCdisk" with the "vgdisplay -v" to see what disks are in use.
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
02-22-2007 04:31 AM
02-22-2007 04:31 AM
Re: pvcreate -f /dev/rdsk/c0doto getting hang
Make sure that you run the strings against your lvmtab before you run the pvcreate.
# strings /etc/lvmtab | grep c0t0d0
If present, then you won't be able to run pvcreate against it. If it isn't present, then run the pvcreate.
# pvcreate -f /dev/rdsk/c0t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 08:09 AM
02-22-2007 08:09 AM
Re: pvcreate -f /dev/rdsk/c0doto getting hang
i put c0doto as Example
Realy the hardisk was not good
changed and its working
# pvcreate /dev/rdsk/c2t1d0
Physical volume "/dev/rdsk/c2t1d0" has been successfully created.
thanks
AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 08:13 AM
02-22-2007 08:13 AM