- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Image
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
01-04-2004 10:51 PM
01-04-2004 10:51 PM
A Happy New Year for all.
Well, let's go on....
I have an E class (E35) with HP-UX 10.20.
How to move the system (HP-UX) for another disk.
Thanks for now.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 10:55 PM
01-04-2004 10:55 PM
Re: Disk Image
If you have the license you can use mirrorux.
Add the second disk in the volume group( do not forget to make the disk bootable).
Mirror the lvols and reduce the first disk.
If you do not have mirrorux and you have a tape drive. You can install ignite ux and create an ignite image ( make_recovery) and restore it on the second disk.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 10:55 PM
01-04-2004 10:55 PM
Re: Disk Image
im not sure exactly what you wish to do but if you wish to make an image and replace the disk and recover you can use ignite s/w command make_tape_recovery
perhaps you could explain a little more what you wish to achieve :-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 11:03 PM
01-04-2004 11:03 PM
Re: Disk Image
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUX
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 12:38 AM
01-05-2004 12:38 AM
Re: Disk Image
I'll to switch my boot HD (2.GB) for other (4.GB)
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 12:42 AM
01-05-2004 12:42 AM
Re: Disk Image
You can restore it with ignite, but you need to alter the vgconfig. If you boot go for the advanced installation. go to the LVM tab and select advanced. Now you can half the number of pv per vg. Now you can restore the tape.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:01 AM
01-05-2004 01:01 AM
Re: Disk Image
I'm not using LVM.....
How to do??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:14 AM
01-05-2004 01:14 AM
Re: Disk Image
I am not sure since i never did anything like this without LVM but you can try a dd.
dd if=/dev/rdsk/<2GBdisk> of=/dev/rdsk/<4gbdisk> bs=1024k
Again i am not sure if this works, but you can give it a risk free shot as long as you do not mix up the disks.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:24 AM
01-05-2004 01:24 AM
Re: Disk Image
the dd command doesn't works....the system don't boot with newer HD.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 02:36 AM
01-05-2004 02:36 AM
SolutionI dont think it matters how or what your boot disk is configured with if it has hpux on it and ignite simply run make_tape_recovery -A
shut the system down /etc/shutdown -hy now
replace the disk with the new larger one
boot the system and interrupt by pressing keyboard in 1st ten seconds
type SEA for list of boot devices
select tape drive by left column number P0 or P2..
type BO P2
this will boot the system from teh tape and restore your system to the new disk
:-) John.