- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk questoin
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-13-2009 02:01 PM
02-13-2009 02:01 PM
disk questoin
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2009 02:55 PM
02-13-2009 02:55 PM
Re: disk questoin
we dont format disks as such in hpux. If the disk was previously used in another system and needs preparing we use pvcreate -f command
#pvcreate -f /dev/rdsk/cxtxdx
see the man pages
http://www.docs.hp.com/en/B2355-90692/pvcreate.1M.html
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2009 03:12 PM
02-13-2009 03:12 PM
Re: disk questoin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2009 03:22 PM
02-13-2009 03:22 PM
Re: disk questoin
only if its a root disk, then it will need partitioning with idisk commands.
see this excellent doc for replacing disks
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2009 03:23 PM
02-13-2009 03:23 PM
Re: disk questoin
Have a look at this doc.
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2009 08:23 PM
02-13-2009 08:23 PM
Re: disk questoin
NO NEED,
pvcreate -f /dev/rdsk/cxtxdx
You can follow
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
(Reason for posting the link , above link very solid and explains all you question and gives idea ,.prior you perform the activity
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2009 03:03 AM
02-14-2009 03:03 AM
Re: disk questoin
pvcreate on a disk is enough so as to make that usable as a new disk to be put in a VG and start using with the LVM. This craetes the ncecessary LVM Structures in the LVM information area so that the LVM metadata can be kept in there.
For a low-level foramt of the disk "mediainit" command was used, but now the use of this command is not reqd at all and not at all suggested.
the New disks that come are themselves factory initialised, just put them in , do a pvcreate (or vgcfgrestore as in reqd in case yiy are replacing the disk) and start using with the LVM.
regards
sujit