- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: system cloning by using mirrored 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
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
07-23-2001 12:55 AM
07-23-2001 12:55 AM
system cloning by using mirrored disk
using mirrored disks. The idea behind this was, that we
have one application running on a L-class server and intend to have exactly the same configuration on a second server, simply inserting the mirrored disks.
Does that work ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 01:14 AM
07-23-2001 01:14 AM
Re: system cloning by using mirrored disk
This can be "iffy" as all config files, paths and enviroment for the application will have to match.
Safer to install the application and then copy in the data files.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 01:15 AM
07-23-2001 01:15 AM
Re: system cloning by using mirrored disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 01:58 AM
07-23-2001 01:58 AM
Re: system cloning by using mirrored disk
Yaa...If U have same (exactly) hardware configuration , then it will work. Incase if it is not, U will have to resinstall. Because this cloning is not suggested.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 02:16 AM
07-23-2001 02:16 AM
Re: system cloning by using mirrored disk
I'm not going to say that it's impossible but I wouldn't recommend this option.
I think Ignite/UX is the most preferred way to clone servers (can be downloaded here).
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 02:51 AM
07-23-2001 02:51 AM
Re: system cloning by using mirrored disk
I also recommend against using "lvreduce -m 0". It is even harder to get a system running (changes of the device files, the fstab, order of lvreduce important etc.) that is cloned in this way.
Much easier (and supported) is to use make_recovery(1m) of the Ignite/UX software. This clones your system in a consistent way.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 04:03 AM
07-23-2001 04:03 AM
Re: system cloning by using mirrored disk
make_recovery,seems to be more reliable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:56 AM
07-24-2001 02:56 AM
Re: system cloning by using mirrored disk
I don't think so and you will have a planty of problem inserting mirrored disk into another server, problems for new server are :
1. Hostname
2. IP address
3. Subnet mask
4. Default gateway
5. Mac Address
6. Any external FTP
7. NFS hanging
....
I would prefer :
1. make_recovery command to build a bootable tape from the source server.
2. insert it into the second server and boot.
3. Interrupt the boot processin the ISL level.
4. execute SEA command to look for all known hardware paths.
5. type BOOT P5 ( P5 stand for the tape path for example ).
6. follow instructions to give new hostname, IP address, subnet mask and so on .
Hope this could helps.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 03:11 AM
07-24-2001 03:11 AM
Re: system cloning by using mirrored disk
1. Hostname
2. IP address
3. Subnet mask
....
That's the idea of cloning ;) These settings must indeed be changed if the server is on the same network.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 04:24 AM
07-24-2001 04:24 AM
Re: system cloning by using mirrored disk
I described in my response that, the process of restauting from Ignite-Tape will be interrupted to give other values of network and hostname to prevent against values ambiguity. Cloning servers means for me " To have an identical volume group 00 ( vg00 ) but with different network and hostname values. This is a must ".
I used it and it works really fine.
Bye
Magdi