- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- How to format HDD for using in HP-ux
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
12-31-2008 05:00 AM
12-31-2008 05:00 AM
I wants to use a IRIX(Silicon Graphics INDY) formateed HDD in HP-Unix, Data is not important,
shall i need to format the HDD before using it.
I need to take the back up of the original HDD on this HDD using dd
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-31-2008 05:05 AM
12-31-2008 05:05 AM
SolutionThere is no need of formatting the HDD. When you run pvcreate on this disk, new lvm headers will be put into the new disk.
If you still want to erase the content of the disk then run dd on the disk.
# dd if=/dev/null of=/dev/rdsk/c1t5d0 bs=1024k
There is a command "mediainit" which will be used for low level disk formatting.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-31-2008 05:23 AM
12-31-2008 05:23 AM
Re: How to format HDD for using in HP-ux
You mean: if=/dev/zero
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-31-2008 07:11 AM
12-31-2008 07:11 AM
Re: How to format HDD for using in HP-ux
If you want to use dd to replicate data from one HDD to the one you had used for IRIX, then no need to do a dd if=/dev/zero ...., prior to this replication, because the use of dd for doing the replication itself would have overwritten all the data.
Also, you need not add the disk in any VG, because when you do a dd for the whole disk, the header information etc would also be overwritten by the data from your source disk.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-01-2009 05:56 AM
01-01-2009 05:56 AM
Re: How to format HDD for using in HP-ux
>>How to format HDD for using in HP-ux <<
NO, need for that,
by performing the "pvcreate" command will be enough " if still cannot pvcreate
pvcreate -f (option -f will force creating new pshyical volume)but you need to make sure to specify "current device files"
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-2009 04:23 AM
01-03-2009 04:23 AM
Re: How to format HDD for using in HP-ux
Johnson.. I am not using LVM, So still can i use pvcreate,
Ninad.. Thanks.. I tried ur solution & its working .. r u an ex cmcite(Impress group)? My personal email id initin@rediffmail.com
Thanks agin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-2009 11:23 PM
01-04-2009 11:23 PM
Re: How to format HDD for using in HP-ux
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-05-2009 12:43 AM
01-05-2009 12:43 AM
Re: How to format HDD for using in HP-ux
# dd if=/dev/zero of=/dev/rdsk/cXtXdX bs=1024k ; replace 'cXtXdX' with the correct disk file name.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP