Migration from OLD server to NEW one


 
Thread Tools Search this Thread
Operating Systems AIX Migration from OLD server to NEW one
# 1  
Old 11-06-2006
Lightbulb Migration from OLD server to NEW one

Hi everybody,

I want ask if it is possible to copy all storage structure (VGs, LVs & filesystems) from one server to another. In other words, I want to move my system from old server to new one, so I want the new server exactly have the same sizes and number of VGs, LVs, & filesystems.

Thanks in advance.
Smilie
# 2  
Old 11-07-2006
From what to what? Model numbers would help.
# 3  
Old 11-07-2006
AIX level might help too.

mksysb -m can do this, you will also need to do the non-rootvg volume groups with savevg -m

http://publib.boulder.ibm.com/infoce...ds3/mksysb.htm

http://publib.boulder.ibm.com/infoce...ds5/savevg.htm

as johnf says though, the new machine must support the AIX level of the old machine, or vice versa if you need to upgrade the old machine AIX level to a later level, that the new machine supports, before the migration.

Last edited by dukessd; 11-07-2006 at 09:55 PM.. Reason: added last paragraph
# 4  
Old 11-08-2006
answer

If the operating system is built up on the new system,
The things you have to do are

on the old system;
1-Unmount the filesystems
1-Varoff the vg s
2-Export the vg s
3-Remove the vpath and/or hdisk definitons from old system

on the new system;
1-Give the disks to the new system from disk management
2-Change the zoning on the SAN switch
3-If needed install SDD or MPIO and host attachment scripts
3-cfgmgr
4-Get the pvids with chdev
5-Import the vg s on one of the disks
6-Mount the filesystems


The structure is the same as the old one. All things including data. No risk of data corruption. If you give details about the systems I can help more. I can give the commands if you give the structure.
# 5  
Old 11-08-2006
samaks,
only if the non-root vg's are on san storage, if they are on internal disks....see my last post.
# 6  
Old 11-09-2006
I think more details should be given by aldowsary. aldowsary talks about storage and I didnt think storage would be on internal disks. By the way we have to wait the answer.
# 7  
Old 11-09-2006
Quite correct we have to wait for an answer. He might want to move from an old 43P to a P510 for all we know. Also storage is storage whether external or internal so he needs to clarify both points! As I said in my first post from what to what?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Server migration - using ufsdump

hi all, i am refreshing my hardware, but i do not want to do a clean installation/reinstallation. I am wondering if i could do - do a ufsdump of the / partition (into a file on a nfs share) - bootup using cdrom in the new machine - mount the boot device/slice, and restore the ufsdump on... (7 Replies)
Discussion started by: javanoob
7 Replies

2. AIX

Server migration

Hi, Existing several p5 server with lpar (aix5.3), also implemented with hacmp. And now planning to buy new set of server (installing aix7.1)and SAN to replace the existing server. My question is, how to perform data migration from old server/SAN to new server/SAN. Suppose I install... (6 Replies)
Discussion started by: Oceanlo2013
6 Replies

3. UNIX and Linux Applications

Server migration from samba+ldap to windows server 2003

Hi, i have a server installed samba+openldap (pdc). Need to migration windows server 2003 (active directory) object users, computers. Where you can read how to do it? Or can tell me how to do it? Thanks. P.S. Sorry for bad english (0 Replies)
Discussion started by: ap0st0l
0 Replies

4. Red Hat

Print server Migration from AIX to Linux

Hi, Can anyone help me on migration the print server from AIX to RHEL 4? Appreciate your help? (1 Reply)
Discussion started by: brby07
1 Replies

5. Solaris

Storage Migration on Solaris server

Hi All, I need your help urgently. Below I have given the brief description of the Architecture and the Problem. The brief details of the architecture: We have 5 Containers(Non-Global Zones) running on one T5220 Box. The Global Zone is running Solaris 10. The Non-global Zones are... (6 Replies)
Discussion started by: kamaldeep1986
6 Replies

6. Linux

CentOS Live Server Migration?

Hello, everyone. I've been lurking on this forum for a while but have never needed to post asking for a bit of help until now. Long story short, I have a test of sorts scheduled with a prospective employer, a managed web hosting company, that involves migrating a hypothetical customer from... (2 Replies)
Discussion started by: Deputy Cartman
2 Replies

7. Shell Programming and Scripting

Server Migration: Problems with attributes

I am migrating from a host to another and I am trying to mimic the attributes on the old server. Only problem is I can't figure out a fast way. Any recommendations? Initially I thought about listing all my files on my previous host, but for some reason the listing of all files produced... (2 Replies)
Discussion started by: raykon
2 Replies

8. Solaris

Server Migration

Hi All We are having a very old server that is working on solaris 5.6 and oracle7. now We are planning to migrate it to a Solaris 8 and oracle 9 environment. The application software of the server is basically written in ProC and there are few sql ,perl and shell scripts on the server . We... (13 Replies)
Discussion started by: asalman.qazi
13 Replies

9. AIX

How will do migration through NIM server in AIX

Can any one help..... How will do migration through NIM server? (4 Replies)
Discussion started by: AIXlearner
4 Replies
Login or Register to Ask a Question