Sponsored Content
Full Discussion: Server Migration
Operating Systems Solaris Server Migration Post 302342389 by sparcguy on Sunday 9th of August 2009 10:16:30 PM
Old 08-09-2009
The application you can more or less port over, database you can import from database export dump file, what is more difficult and uncertain are all the little bits and pieces of scripts or programs and little customization here and there scattered all over and added by all the different past sys admins these are the real unknowns, there no way to know what is left out until you port over, thats why I advocate preserve the old disk or if possible build on another system, unless you are very confident of the upgrade that you are planning to do otherwise don't destroy the old system.

Another thing is you cannot expect people in this forum to migrate whole system for you, we are not your helpdesk many of us have our own systems to support. We can offer advise but the rest is up to you, you have to make it your own way.

If you think this migration is very difficult please get professional help, is not possible to migrate based on somebody advise from forum, somebody needs to be familiar with the system and If you say you are new to Unix, seriously I cannot think of a reason why you would agreed to do this in first place? If the system you migrated cannot startup have you thought about what will happen to you or your job?

---------- Post updated 08-10-09 at 10:16 AM ---------- Previous update was 08-09-09 at 10:45 PM ----------

I've been thinking about how you can try to do this. Since you dunno anything about unix can try this first.

Maybe as a trial for yourself, you can do a DR on your own server using seperate new hardisk to get a feel for what it is like and maybe build some confidence level in this and also treat it as a feasibility study.

Quote:
Preparation:
Take level 0 cold backup of database.
Take df -k output
Take ifconfig -a
Take netstat -rn
Take seperate backup of /etc
eg: (tar cvfp /tmp/etc.tar ./etc) <<-- relative tar using ./

Logon to your database
sqldba
connect internal
spool /tmp/listing.txt
select file_name from dba_data_files;
spool off
Quote:
Simulated DR
==========
Install on new hardisk or new system Solaris 2.6 with all the patches.
Use same IP address from ifconfig -a output
Create the filesystem based on df -k output and listings.txt
restore your database including the oracle_home, oracle binaries
move etc.tar to new server and place under /var/tmp
under /var/tmp run tar xvfp ./etc.tar so you will have /var/tmp/etc
copy in file by file from /var/tmp/etc to /etc on new system.
Files like passwd, shadow, hosts, resolv.conf, nsswitch.conf, system, services
Reboot the new system try to startup your database and use your application, does it comes up? does it works? What is missing, take note of what is missing what is giving error. Why is it giving error, take note of whatever is giving error and whatever it missing & refer to your old system for help.

You need to resolve all the errors before you proceed with any migration because the migration you gonna face these similar problems. If you cannot resolve don't do the migration, if you still want to do the migration without resolving these errors, go stick your head into the lions cage or stick your hand into the polar bear cage, it's a faster suicide.

That's why DO NOT DESTROY the old system.

Once you accomplished this DR you will have more confidence and can have better idea what the migration going to be like.

Last edited by sparcguy; 08-09-2009 at 12:15 PM..
 

9 More Discussions You Might Find Interesting

1. AIX

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... (11 Replies)
Discussion started by: aldowsary
11 Replies

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
All times are GMT -4. The time now is 06:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy