- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- question:how can HPUX format a disk,delete info of...
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
11-07-2007 12:57 AM
11-07-2007 12:57 AM
question:how can HPUX format a disk,delete info of LVM(PVRA/VGRA)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 12:59 AM
11-07-2007 12:59 AM
Re: question:how can HPUX format a disk,delete info of LVM(PVRA/VGRA)?
dd if=/dev/random of=/dev/rdsk/cXtXdX bs=1024k
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 12:59 AM
11-07-2007 12:59 AM
Re: question:how can HPUX format a disk,delete info of LVM(PVRA/VGRA)?
pvremove /dev/rdsk/cxtxdx
Regards;
J. Bravo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 01:01 AM
11-07-2007 01:01 AM
Re: question:how can HPUX format a disk,delete info of LVM(PVRA/VGRA)?
You mean erase all data from a disk?
# dd if=/dev/zero of=/dev/rdsk/cxtydz bs=1024k
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 01:05 AM
11-07-2007 01:05 AM
Re: question:how can HPUX format a disk,delete info of LVM(PVRA/VGRA)?
Go with the dd command explained above or the mediainit command:
http://docs.hp.com/en/B2355-90689/mediainit.1.html
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 06:44 PM
11-07-2007 06:44 PM
Re: question:how can HPUX format a disk,delete info of LVM(PVRA/VGRA)?
use the command below
mediainit -f /dev/rdsk/cxtxdx
Note : This task would take time depending on the size of the disk.
Cheers
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 08:50 PM
11-07-2007 08:50 PM
Re: question:how can HPUX format a disk,delete info of LVM(PVRA/VGRA)?
All the best
Victor