- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: replace the root disk
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
Discussions
Discussions
Discussions
Forums
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
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-11-2004 05:17 AM
тАО02-11-2004 05:17 AM
replace the root disk
this drive some problem I want to replace new drice
how to replace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 05:21 AM
тАО02-11-2004 05:21 AM
Re: replace the root disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 05:25 AM
тАО02-11-2004 05:25 AM
Re: replace the root disk
If you have only one disk, then I suggest you don't have much choice except to create a make_tape_recovery tape. If you don't have a tape drive but if you have another hp system, you can try make_net_recovery.
Otherwise, you would need to take backup of all the configuration files, load the OS on the newdisk and the restore the configuration.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 05:25 AM
тАО02-11-2004 05:25 AM
Re: replace the root disk
can i do by Disk mrrioring I have 2nd slot is free I can put 2 nd drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 06:09 AM
тАО02-11-2004 06:09 AM
Re: replace the root disk
You could use dd as well to copy from one disk to the other, assuming the disks are the same size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 06:50 AM
тАО02-11-2004 06:50 AM
Re: replace the root disk
You do not have Mirror/UX, you do not have tape drive and you do not have ignite installed or do you?
If above is true then the only option you have is using dd.
Even with dd and hardware??? I pray a successful copy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 06:55 AM
тАО02-11-2004 06:55 AM
Re: replace the root disk
swlist -l bundle
I have HP-UX Installation utilites (Ignite-ux)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 07:17 AM
тАО02-11-2004 07:17 AM
Re: replace the root disk
what is proceure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 02:18 PM
тАО02-11-2004 02:18 PM
Re: replace the root disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2004 06:46 PM
тАО02-11-2004 06:46 PM
Re: replace the root disk
Try this procedure;
1.check bad disk size
2.get new disk with same size and connect it into your system.
3.suppose bad disk has device file c0t6d0
and new one has device file c0t3d0
then run this cmmand;
#dd if=/dev/rdsk/c0t6d0 of=/dev/rdsk/c0t3d0 bs=1024
4.after dd copy finishes,power down system,change new disk ID to be the same as the bad disk ID,disconnect bad disk and reboot.
Regards