- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- About dd (ghost HPUX OS)
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
03-03-2004 05:34 PM
03-03-2004 05:34 PM
Can I use the command 'dd' ?
How should I write the command line?
Thank in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 05:38 PM
03-03-2004 05:38 PM
SolutionBoot in to single user mode (recommended bcoz u will have less number of open files),
dd if=/dev/rdsk/c1t2d0 of=/dev/dsk/c2t2d0 bs=1024k
Regards,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 05:43 PM
03-03-2004 05:43 PM
Re: About dd (ghost HPUX OS)
If this disk goes, and you have no mirror, your machine is going to die. In order to get it back how it was, you are going to have to do a re-build and Ignite is best for that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 05:48 PM
03-03-2004 05:48 PM
Re: About dd (ghost HPUX OS)
If you think your disk is corrupted, I would not like to boot to Single User mode (it migth not come up at all).
What you can do is create an Ignite Tape (try install the IgniteUX software if not installed yet, it does not need a reboot)
Put DDS tape in tapedrive
run:
make_tape_recovery -ACvid /dev/rmt/0mn
Change devicename to your DDS tape device.
After you created the recoverytape you can recover this on the other disk.
If above is not possible (for example no tapedrive) you can use the suggested dd option)
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 07:07 PM
03-03-2004 07:07 PM
Re: About dd (ghost HPUX OS)
I try it,and it proved to be right.
After it runs completely,I shutdown the machine. then replace the disk c1t2d0 with c2t2d0,and the new disk can bring the OS to startup.
Thank you ,everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 10:30 PM
03-03-2004 10:30 PM
Re: About dd (ghost HPUX OS)
Regards,
Trond