- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- replicating a 10.20 server (I repeat 10.20)
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
11-18-2003 09:57 PM
11-18-2003 09:57 PM
The problem I have is the server is ancient and does not have LVM, therefore ignite is a no go. I intend to install from the 10.20 media and install neccesary software. I am aware of the standard excludes on the graph file but can I confirm that by excluding /var/adm/sw this will ensure that the new software installs are untouched.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 10:01 PM
11-18-2003 10:01 PM
SolutionHowever, the problem comes from any apps installed which go into /opt or /usr or /var. Some 3rd party apps do. You cant just copy over all of /var, /opt, /usr from the old server to the new (patches/os software/libraries will be different from new hardware and new install cd). You need to identify if any apps are installed in these dirs and isolate their directory structures (eg. Netback uses /opt/openv), some apps may use a dir in /opt, another in /var and /etc so you need to be careful checking for each app. Once youve identified any and all their directory trees you can copy them over individually. Hopefully you wont have this problem an all apps are installed into a non Vg00 VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 10:07 PM
11-18-2003 10:07 PM
Re: replicating a 10.20 server (I repeat 10.20)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 10:37 PM
11-18-2003 10:37 PM
Re: replicating a 10.20 server (I repeat 10.20)
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 10:41 PM
11-18-2003 10:41 PM
Re: replicating a 10.20 server (I repeat 10.20)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 10:46 PM
11-18-2003 10:46 PM
Re: replicating a 10.20 server (I repeat 10.20)
I've done this several times in the past - installed clean, used backup tapes to restore any 3rd party apps no matter where they lived, copied over all my local configuration files (I've attached the script I use - you can use it for reference). It's not really all that difficult. You just need to make sure you identify *all* the things that need to be brought along from the old machine!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 11:32 PM
11-18-2003 11:32 PM
Re: replicating a 10.20 server (I repeat 10.20)
Assuming I am right there is a suggestion:
Use an ignite server to backup this machine (old_client).
Add another new_client with LVM disk layout.
For the old_client edit /var/opt/ignite/OLD_client/recovery/latest/system_cfg file to include a "Disk and Filesystems" section similar to what the system_cfg for new_client says (i.e. LVM layout and make sure it matches for lvol sizes/filesystem sizes, see bdf of old_client)
you may also want to change IP adress etc in this system_cfg
Copy this config for the machine you want to clone.
Recover (clone) with changed config (LVM layout instead of whole disk) and originally archived files!
Regards,
Bernhard