SCO Server Replacement Help


 
Thread Tools Search this Thread
Operating Systems SCO SCO Server Replacement Help
# 1  
Old 06-23-2013
SCO Server Replacement Help

I have a client who was using a Poweredge 4200 (Dinosaur) server running SCO 5.0.6. We would like to upgrade them to a new Poweredge 2600 server. I can get 5.0.6 up and running no problem on this server (Perc 4 Controller for Hard Drives and 2 Adaptec SCSI controllers for Tape drives). I have a copy of their master backup created in lone tar.

What I have successfully been able to do is restore the backup (Minus the ./etc and ./stand directories), which allows me to boot up the system and access all their information and softwares. The only issue is, when I go to add the new network controller and re-link the kernel, upon the next boot I get a message saying no PERC adapter found followed by a kernel panic. Is there an easier/proper way of restoring this data to avoid these issues?

I would like to try to keep the SCO Admin configurations from the restore process as it has all the user accounts, licensing information etc.
# 2  
Old 06-23-2013
Use the 'ap' command to export/import all the user accounts, and then restore the non root file systems, and any files from the old root file system.
# 3  
Old 06-23-2013
What files should I avoid restoring?
# 4  
Old 06-23-2013
Treat everything on the new system as a fresh install.
Install all the required drivers and patches.
Run 'ap -d >/tmp/ap.list' on the old system
Copy /tmp/ap.list to the new system.
Run .'ap -r -f /tmp/aplist' on the new system
Copy the user home directories to the new system.
Re-create the printers on the new system, then copy /usr/spool/lp/admins/lp/interfaces/* from the old system.
Copy /etc/hosts, /etc/resolv.conf.
Anything in /etc/rc2.d and /etc/rc.d that is not on the new system.
Also look in /etc/inittab for user additions.
Copy /usr/spool/cron/crontabs
Run the following command against /usr/bin, and /bin
"ls -l |grep -v "@"'
This will list any files that are not part of the original distribution. If they do not exist on the new system copy them too.
Look in /etc/default for files that do not have the system release date
Since both machines have the same OS release you could run:
"du -a >/tmp/du.list" on both machines and then run diff against both du.list files to see what else is missing
# 5  
Old 06-23-2013
Would it be any easier to visualize the server so I can just do the straight restore from lone tar to the VM? I would love to be able to just point the restore to a location and let it go.
# 6  
Old 06-24-2013
Does Lone Tar have an emergency restore procedure that allows for changing the disk controller?
# 7  
Old 06-25-2013
Lone tar has the emergency boot disks (air-bag) and the latest version has "Rescue Ranger" which their site says you can restore to new hardware automatically, but it doesnt seem to work all too well. Some things I have tried doing is installing SCO fresh, then the latest version of lone-tar, creating the rescue ranger disks, then restoring from the old master backup. But i get the same problem with the kernel being overwritten with the old one.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SCO

My UnixWare SCO Server

Hi, I'm new to this Unix world and have taken over looking after the I.T side of things at work, which includes the internal ERP system which runs on a UNIX SCO platform. My initial worry is what state this is in as its been on site over 20 years. What would be the first things to check on... (13 Replies)
Discussion started by: Mick_Dundee
13 Replies

2. Solaris

Sun Fire V240 server Fan replacement

I have a sun fire v240 server. The output of prtdiag -v shows a failed fan. There are 3 fans for cooling system board. There is 1 fan for each of the powersupply (There are 2 powersupplies) From the below output how do i know which fan is bad and whats its location... (3 Replies)
Discussion started by: Tirmazi
3 Replies

3. SCO

Need Help With SCO Server 5.0.2

Dear All I am a newbie in this forums, I need your expertise assistant on my SCO OpenServer I am currently facing to the BiG problems like this one: "dspmsg: could not execute command printf: No such file or drirectory Error 2" I supposed the file is missing, could you please check if... (4 Replies)
Discussion started by: TinhNhi
4 Replies

4. SCO

SCO Open Server

Hi, Completely new to UNIX - so be gentle Cut a long story short, we have a micros 8700 system (eclipse) that needs the Micros 8700 software installed. The system needs UNIX and I have downloaded and successfully installed SCO open Server 6 and can log into root e.t.c. Now I have... (13 Replies)
Discussion started by: kennyruss
13 Replies

5. UNIX for Dummies Questions & Answers

Unix SCO server 6.0.0

Hellow . I want link download unix sco server 6.0.0. please. I am waiting your answer. (3 Replies)
Discussion started by: newar
3 Replies

6. SCO

sco server recovery

Hi everyone, I am having a problem using SCO I have used linux for years and actually learned linux command line from a unix book, but this is my first experience with sco. I have a server that was running sco 3.04 and thoroughbred basic software. It crashed, and the only backup is on some... (0 Replies)
Discussion started by: uten
0 Replies

7. SCO

Sco Server

:o I should know this but here it goes. Can a Sco server be renamed without re-installation? I have a client that supposedly took some networking course along the way time ago and did sco server intallations in offices in two different states with the same name and domain. Now he wants them... (1 Reply)
Discussion started by: oguerra
1 Replies

8. SCO

SCO Open Server.

Dear All, I am considering installing SCO Open Server as an alternative to MS Exchange. Has anybody had any real world experience of using Open Office? Thanks, TC. (1 Reply)
Discussion started by: TCuk
1 Replies

9. SCO

Reboot the sco server

Dear sir, I am using sco open server 5.06.How we can reboot the system without using root password? Whar are the permision need to change to do this. Thanks, Mostafizur Rahman (3 Replies)
Discussion started by: rahmanm
3 Replies
Login or Register to Ask a Question