- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: what files i must copy to clone a server qith...
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
02-19-2003 10:27 AM
02-19-2003 10:27 AM
I have two HP9000 servers with HPUX 11i, one of them is on production and the other is new, they are the same model and i have to configure the new server like the old one.
I know that i have to do manually the VG's and LV's, but i want to know if the users accounts and kernel configuration can be copied directly.
Thanks for your answers...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:25 AM
02-19-2003 10:25 AM
SolutionAs John said, use ignite:
http://www.software.hp.com/products/IUX/download.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:30 AM
02-19-2003 10:30 AM
Re: what files i must copy to clone a server qith hpux 11i??
You need to get Ignite-UX. It is free, and it will allow you to clone your system easily and pretty painlessly.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:42 AM
02-19-2003 10:42 AM
Re: what files i must copy to clone a server qith hpux 11i??
You can go to docs.hp.com for manuals for ignite...
cheers..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:59 AM
02-19-2003 10:59 AM
Re: what files i must copy to clone a server qith hpux 11i??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 11:14 AM
02-19-2003 11:14 AM
Re: what files i must copy to clone a server qith hpux 11i??
You can create a make_tape_recovery tape while the system is up and running and users are doing stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 11:16 AM
02-19-2003 11:16 AM
Re: what files i must copy to clone a server qith hpux 11i??
Get Ignite-UX. It's free, and it's easy. If you did a standard cold install of 11i on your boxes you might already have it on there. With Ignite-UX you'll have your system cloned and be done in less time than it would take to even begin figuring out which files you need to do it manually.
If you already have the systems fairly closely configured to match each other, you might get by with just setting up the user accounts and matching the kernel parameters. Still, if they really, really need to be identical, Ignite-UX is the way to go.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 11:17 AM
02-19-2003 11:17 AM
Re: what files i must copy to clone a server qith hpux 11i??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 02:19 PM
02-24-2003 02:19 PM
Re: what files i must copy to clone a server qith hpux 11i??
I need the original configuration in my new server (which have more HDD's)so i will copy the next files
/.profile
/etc/profile
/etc/group
/etc/hosts
/etc/inetd.conf
/etc/inittab
/etc/nsswitch
/etc/ntp.conf
/etc/inittab
/etc/passwd
/etc/rc.config.d/netconf
/etc/services
/var/adm/cron/*.allow
I will addition more space for some logical volumes, so i must not to export the original volume groups.
Do you have any suggestion??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 03:34 PM
03-26-2003 03:34 PM
Re: what files i must copy to clone a server qith hpux 11i??
I didn't cipy directly the files, instead i edit the original files in my new server adding in them the values of the old server, i only added the values that weren't listed in the original files.
Then i added the printer's scripts from the /etc/var/spool/lp/* in the old server to the corresponding directory in the new server
The only thing i had to eraise was a line in the inittab because a demon in the other configuration was trying to run programs in the new server, and it maked too much retries to do this action.
Good luck