Installation strategy


 
Thread Tools Search this Thread
Operating Systems AIX Installation strategy
# 1  
Old 08-24-2005
Installation strategy

I am planning to upgrade the Operation system from AIX 4.3.3 to AIX 5L. The problem is that the current machine where the OS is installed will be replaced by a new machine. I understand that I have to make a "New Installation" for the new machine. But what about the volume groups, user volume groups, system configuration, TCP/IP, already connected devices, etc that are running in the current system?. What is the best strategy to make the upgrade to the new release while not affecting the current data?. I appreciate your input.
# 2  
Old 08-25-2005
Make a bootable mksysb (that is: on a tape, for instance) and boot the new machine from there. Restore to the new machine yxour mksysb and you have a clone of your rootvg and all your settings.

External diskspace (storage subsystems, SAN connections, NAS, ...) have to be physically reattached to the new machine. Let the cfgmgr run and varyon the VGs, that should do it.

You could start by:

stop old machine, varyoffvg all VGs residing on external disks
draw a mksysb to tape
(if you have "internal" VGs other than rootvg, make a savevg on a separate tape)
start old machine and resume its operation
disconnect new machine from all networks, boot it from the mksysb and restore it
(restore eventually drawn backups via savevg with restvg)

Test the new machine. You can do this while the old machine still runs (this is why you had to disconnect it from the network, it is a 1:1 clone down to the IP adresses). Now you could upgrade your OS on the new machine, test that and if everything is to your satisfaction (if not, start over and repeat) shut down both machine, recable your external data sources, disconnect old machine from network, connect the new one and start it up. varyonvg all "external" VGs.

Good luck.

bakunin
# 3  
Old 08-27-2005
Thanks for your input. I realy appreciate it

Do you know by the way how long do I need to keep the old machine disconnected on average?.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

UNIX authentication strategy - LDAP or AD

We are looking at using Tivoli Directory Server (LDAP) or Active Directory 2003 for authentication. I wanted to get some feedback from the community. Our goal is to do it the simplest, easiest, and cheapest way that allows for centralized user authentication. We are mainly an AIX environment with... (3 Replies)
Discussion started by: x96riley3
3 Replies

2. UNIX for Advanced & Expert Users

What is your upgrade strategy?

Hi, all. I'm a unix sysadmin at a community college and I've been doing this for about 10 years. I've been thinking and I realised I spend most of my time worrying about upgrades. By upgrades, I mean anything where I have to interrupt service to switch to a different way of providing that... (1 Reply)
Discussion started by: pileofrogs
1 Replies

3. UNIX for Dummies Questions & Answers

Strategy to concatenate and backup files

I need to be able to concatenate all the files in a directory into a new filename and a different directory. I want to append the date in YYYYMMDD format to the new filename (ie, newfilename_20090207). The original files will have different filenames so I will need to be able to loop thru each... (1 Reply)
Discussion started by: Ryan2786
1 Replies

4. Solaris

What is an Ideal Backup Strategy

Hi, we have a solaris setup in our company and i have been assigned on a project of planning a backup strategy . ours is a midium level company. please help me so that i can plan an Ideal Backup Strategy. Thanks, Una (6 Replies)
Discussion started by: una
6 Replies
Login or Register to Ask a Question