- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- installing unix 11 on several WS: time saved with ...
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-18-2002 09:16 AM
03-18-2002 09:16 AM
I would like to have a rough estimation on how much time would be saved if upgrading several identical WS using the ignite tool make_tape_recovery instead of make a cold installation of each WS from CD.
Can you help me on that?
thanks,
Alessandra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 09:23 AM
03-18-2002 09:23 AM
Re: installing unix 11 on several WS: time saved with ignite?
the more workstations the more time you save this is what it was designed for make the best of it
good luck John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 09:29 AM
03-18-2002 09:29 AM
Re: installing unix 11 on several WS: time saved with ignite?
You are not quite asking the right question. A better approach is the 'Golden System Image'. Study that section of the 'Ignite/UX Administrator's Guide'. The idea is that you set up a machine with the desired OS, patches, kernel configuration, and possibly applications as well. You then install over the network from an Ignite Server. The advantage of this method is that several installs can be going at once. A typical Ignite install takes about half an hour (depending upon your network and hardware).
When I've had to upgrade several workstations this approach has been a real time-saver. The main task that you have to do on each install is assign hostnames and ip addresses but almost everything else is fully automatic.
Food for thought, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 09:36 AM
03-18-2002 09:36 AM
SolutionIf the boxes are dead (nothing bootable), then it requires less than a minute to interact with the processor ROMs to direct the workstation to the Golden Image server and start reloading the boot disk(s). Doing it by tape requires a tape drive for each compter.
Any alternate (ie, install from the CDROM, then patch from the CDROM, then install applications from the CDROM, then patch from the CDROM, etc...is going to take HOURS per workstation.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 02:19 AM
03-20-2002 02:19 AM
Re: installing unix 11 on several WS: time saved with ignite?
But if you don't have an ignite server or it isn't on the same network, then tapes are pretty easy to get going and take the same amount of time to ignite (I have been cloning 57 D-class and 30 K-class servers and they only take 30-45 mins each).
Just make sure that all the software and setting are in place (such as NTP, DNS, userids if they are all the same) and run a make_tape_recovery.
Remember of course that if you make a non-interactive tape, then the IP addresses and the like will be transfered over from the source machine - so either:
a) make a non-interactive and change the settings
b) give the source machine place holder hostnames/IP address before creating the tape and change them afterwards (with a script perhaps?)
c) Investigate the make_sys_image command and use it to clean up some of the customised files (I've never used this option before)
HTH