APLawrence.com -  Resources for Unix and Linux Systems, Bloggers and the self-employed

Transferring to new hardware with a Supertar


© November 2003 Tony Lawrence

With any of the Supertars, transferring to new hardware is easy. If the new hardware uses the same disk controller (or the same driver) as the old, you can just boot from your recovery media and proceed to recover the system. But what about when the new hardware is different?

Well, it's not much different. The general procedure is still that you boot from the media and that you restore the system as usual; it's just that you may have to do some prep work or (SCO) use boot strings to assist the process. Let's take the case of transferring a SCSI system to IDE as an example. To make it more interesting, we'll assume that the SCSI tape controller gets transplanted to the new machine also.

The basic idea is that you may be able to just enable the driver you want (btldinstall if necessary, edit /etc/conf/sdevice.d/whatever, disable old driver same place, and edit /etc/conf/cf.d/mscsi, relink, reboot with new controller).

SCSI to IDE SCO OSR5

IDE is certainly attractive. You can get very large drives for cheap money, and they are much faster than they used to be. However, keep in mind that your system may be slower than you think. Drive RPM and even seek time do not tell the entire story of performance under a multi-user system. If you want ultimate performance, you still want SCSI, not IDE. That said, a new, high performance IDE drive may very well outperform an older SCSI system even under the demands of a multi-user system, so it's not unusual to see people make this migration.

In this case, you don't have any problem with the recovery media not knowing how to use the drive: IDE is built into the kernel. But both the media and the restored kernel think that they are supposed to be looking at SCSI disks, so you have to give them some help. With a SCO system, at the boot media prompt, you'd do:

defbootstr Sdsk=wd(0,0,0,0) hd=wd
 

and then proceed with the restore, The recovery programs may show you that they are recovering the SCSI system, but they will really be writing to the IDE drive. After the recovery is done, you need to boot the hard drive with the same "defbootstr Sdsk=wd(0,0,0,0) hd=wd". Cd over to /etc/conf/cf.d and edit mscsi. Remove hard drive references, leaving cdrom and tape. For example, you might have this:


#ha     attach  number  ID      lun     bus

alad    Sdsk    0       0       0       0
alad    Srom    0       5       0       0
alad    Stp     0       2       0       1
 

You'd need to change that to be:

alad    Srom    0       5       0       0
alad    Stp     0       2       0       1
 
and if the new CD were also IDE (master on secondary controller) you'd use this:
wd      Srom    1       0       0       0
alad    Stp     0       2       0       1
 

You may have to redo drivers for PCI cards that aren't in the same slot that they were in on the old machine: netconfig for nic cards, for example.

Then build a new kernel with "./link_unix -y". Reboot, and you are done.

SCSI to SCSI OSR5

If you don't need a BTLD, then the bootstring method is exactly the same, just different strings. Even with a BTLD (needed if the kernel doesn't have support for your new controller), you are just linking in the driver you do need. Again, after booting the new hard drive, you need to fix up /etc/conf/cf.d/mscsi and build a new kernel.

See also How do I change my SCSI host adapter on older SCO Unix?

Linux

You'd expect Linux to be easier, but actually it doesn't seem to be. There's no "defbootstr" with Linux (Linux can use Driver Disks, which are the same as SCO's BTLD's and are read with the boot command "linux dd"). However, all is not lost. The easiest (and maybe the only) method is to get any modules you need installed on the existing system and included in the modules that your reccovery media has (the exact procedure for doing that will vary with the specific Supertar). After restoring, use the recovery disks utility menus to mount the hard drive and edit /etc/modules.conf. You need to change the "alias scsi_hostadapter" line to reflect what you actally now have. Possibly you need to change /etc/fstab also, and you'll need to reconfigure /etc/lilo.conf or grub.conf.

When you reboot, you might need to help the kernel find its root. You'd change that permanently with "rdev".

I haven't had to do this yet. I think my approach would be just to install Linux on the new hardware, and selectively restore after the fact. It just seems easier to me, but I may be over-reacting. I'll give this a try sometime soon.


Got something to add? Send me email.





(OLDER)    <- More Stuff -> (NEWER)    (NEWEST)   

Printer Friendly Version

->
-> Transferring to new hardware with a Supertar

2 comments


Inexpensive and informative Apple related e-books:

Take Control of the Mac Command Line with Terminal, Second Edition

Take control of Apple TV, Second Edition

Take Control of iCloud, Fifth Edition

Take Control of iCloud

Take Control of Apple Mail, Third Edition




More Articles by © Tony Lawrence


"You may have to redo drivers for PCI cards that aren't in the same slot that they were in on the old machine: netconfig for nic cards, for example."

It is possible on many higher end motherboards to assign IRQ's to specific PCI slots. It might be worth the time to examine the PCI configuration on the old machine and note the IRQ's assigned to specific devices. After installing the devices into the new MB, use the BIOS to permanently map each device to the IRQ it had before. In some cases, it may be necessary to shift things around to achieve the desired results.

--BigDumbDinosaur






Fri Aug 18 21:08:03 2006: 2415   TonyLawrence

gravatar
Be aware that older versions of sco aren't going to run on modern hardware..



------------------------


Printer Friendly Version

Have you tried Searching this site?

This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more.

Contact us


Printer Friendly Version





It is not only that there is no hiding place for the gods from the searching telescope and microscope; there is no such society any more as the gods once supported. (Joseph Campbell)




Linux posts

Troubleshooting posts


This post tagged:

Administration

Backup

Conversion

Linux

SCO_OSR5

Unix



Unix/Linux Consultants

Skills Tests

Unix/Linux Book Reviews

My Unix/Linux Troubleshooting Book

This site runs on Linode