- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- moving boot and data disk and then test it on stan...
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-12-2002 09:08 AM
03-12-2002 09:08 AM
moving boot and data disk and then test it on stand by server.
Once this is done I want to connect this 2 new disks i.e C and D to another server (E55 same class)
I am using it as a standby server. My Question is if I want to connect C and D to New server, will it be boot satisfactory ?, will there be any problems ? any modifications required doing in standby server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:15 AM
03-12-2002 10:15 AM
Re: moving boot and data disk and then test it on stand by server.
The easy way to do this is to cut the image using "make_tape_recovery -AvI" then boot from ignite tape restore the data and OS on those drives and then take the disk out that you need. Hope this helps.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:29 AM
03-12-2002 11:29 AM
Re: moving boot and data disk and then test it on stand by server.
Or according to your process make create a root disk mirro for vg00 that includes mkboot comand also. Then just take out the disk and connect to the new server. After that boot the original server and do the lvreduce.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 02:53 AM
03-13-2002 02:53 AM
Re: moving boot and data disk and then test it on stand by server.
on the E45 then do a make_recovery -A
then place the tape in the E55 and boot from it.
This will then rebuild your system without any user intervention.
of course this is subject to having installed Ignite/UX which can be found on the installation applications CD.Checkout this thread for info on Ignite make_recovery and installation of Ignite.
http://docs.hp.com/hpux/onlinedocs/B2355-90749/B2355-90749.html
good luck
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 03:18 AM
03-13-2002 03:18 AM
Re: moving boot and data disk and then test it on stand by server.
If you have the HP support DAT with ODE and COPYUTIL you can do it this way also?
using COPYUTIL at IPL prompt with the help of HP support Tape or CD, take raw disk backup of root disk in one tape and data disk in another tape.
put 2 new disks in new server using the same COPYUTIL you can restore root an data there in 2 disks.
But the type and size of the disk should be same.
or
use LVM to mirror the root disk to disk c and data disk to disk d respectively,
make disk c bootable,
break the mirror,
update the lvmtab,
move the disks,
-Vija
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 06:24 AM
03-13-2002 06:24 AM
Re: moving boot and data disk and then test it on stand by server.
Why not use Clay Stephenson's lifeboat tactics ?
Making a dd from the used disks to the unused disks and then put the unused disks in the other server ?
using the raw disk devices (e.g)
dd bs=8000k if=/dev/rdsk/c0t6d0 of=/dev/rdsk/c0t4d0.
Rgds
Alexander M. Ermes
p.s.
Clay, if you read this, at least the honor is yours.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 06:30 AM
03-13-2002 06:30 AM
Re: moving boot and data disk and then test it on stand by server.
See this thread too:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html
Shiju