The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SCO
.
google unix.com



SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Make non-bootable scsi drive, bootable bfisk Filesystems, Disks and Memory 1 02-17-2007 02:54 AM
recovering files removed with rm jack1981 UNIX for Dummies Questions & Answers 4 09-15-2006 08:06 AM
HELP! Recovering system from New Orleans!! ggraham SCO 1 09-01-2005 01:14 PM
What is the command in Openservr 5.0.4 in recovering from bad sector kayode UNIX for Advanced & Expert Users 1 02-21-2003 10:26 AM
Recovering lost files LivinFree UNIX for Dummies Questions & Answers 1 08-16-2001 11:15 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-07-2007
teamhog's Avatar
teamhog teamhog is offline
Registered User
  
 

Join Date: Jun 2007
Location: Farmington, CT
Posts: 8
Recovering 5.0.7 from Bootable CD

I've been working with SCO Unix for several years now but have never had to restore a system from a bare drive.

I have a bootable CD that contains what appears to be the correct files necessary to recover the boot and root filesystems.

I've got the BIOS setup such that the CD is the first boot device.

When the CD boots I type

defbootstr Srom=wd(0,0,0,0) link=cha
and I get an error telling that the floppy drive doesn't contain any media.

What steps do I need to take to get the system restore to a bare scsi hard drive?

There should be three filesystems, a root, boot and a u.
Here's what the space allocations look like on the original.

/ : Disk space: 2645.39 MB of 3906.25 MB available (67.72%).
/stand : Disk space: 16.28 MB of 29.29 MB available (55.60%).
/u : Disk space: 56215.66 MB of 62413.10 MB available (90.07%).



Any help is appreciated...
I'm a quick learner, but know that some of this stuff is so far over my head that it's hard to understand sometimes without help.

-

T'Hog
  #2 (permalink)  
Old 06-07-2007
jgt jgt is offline
Registered User
  
 

Join Date: Apr 2007
Location: 44.21.48N 80.50.15W
Posts: 455
The diskette has the device driver for the SCSI host adapter.
You should be able to make one from the Compaq/HP Smartstart CD.
You will also need the serial number and activation key.
Does this system have RAID?. It seems to me that a two drive system, with one of 4 to 8gb and one of 72gb is rather unusual.
More likely the system has two 72gb drives in it that are mirrored.
Some RAID systems will only boot from drive 0 of a RAID 1 configuration, so it may appear that all data has been lost even though only one of the two drives has failed.
I strongly suggest that you find a local SCO reseller, or at least a local HP dealer in order to determine the exact system configuration before you do anything.
  #3 (permalink)  
Old 06-07-2007
teamhog's Avatar
teamhog teamhog is offline
Registered User
  
 

Join Date: Jun 2007
Location: Farmington, CT
Posts: 8
Quote:
Originally Posted by jgt
The diskette has the device driver for the SCSI host adapter.
You should be able to make one from the Compaq/HP Smartstart CD.
You will also need the serial number and activation key.
Does this system have RAID?. It seems to me that a two drive system, with one of 4 to 8gb and one of 72gb is rather unusual.
More likely the system has two 72gb drives in it that are mirrored.
Some RAID systems will only boot from drive 0 of a RAID 1 configuration, so it may appear that all data has been lost even though only one of the two drives has failed.
I strongly suggest that you find a local SCO reseller, or at least a local HP dealer in order to determine the exact system configuration before you do anything.
It's not an HP Computer it's a Dell PowerEdge 1800.
It's not a RAID System.
The three file systems are on one physically installed drive.
I believe the boot CD has the SCSI driver on it already.

I'll get more information regarding the boot CD and post that shortly.

-

T'Hog
  #4 (permalink)  
Old 06-07-2007
teamhog's Avatar
teamhog teamhog is offline
Registered User
  
 

Join Date: Jun 2007
Location: Farmington, CT
Posts: 8
The bootable CD contains the following files:

Name Size
boot.image 2,880 KB
emgboot.dd 1,440 KB
emgroot.dd 1,440 KB
rootsys.bak 584,764 KB
standsys.bak 8,561 KB
sysinfo.int 10 KB
sysinfo.txt 115 KB

It appears to me as if the emgboot.dd is the emergency boot floppy image and the emgroot.dd is the emgergency boot floppy image for the root directory.

Does anyone know how I can get all of this restored to my new hdd?

Thanks,

T'Hog
  #5 (permalink)  
Old 06-07-2007
jgt jgt is offline
Registered User
  
 

Join Date: Apr 2007
Location: 44.21.48N 80.50.15W
Posts: 455
If the CD was made from the system, then you don't need to specify the boot string. Just press enter.
Then when you get the shell prompt run fdisk, divvy and restore the files using a program appropriate for the .bak files, (probably cpio or restore).
  #6 (permalink)  
Old 06-07-2007
teamhog's Avatar
teamhog teamhog is offline
Registered User
  
 

Join Date: Jun 2007
Location: Farmington, CT
Posts: 8
Quote:
Originally Posted by jgt
If the CD was made from the system, then you don't need to specify the boot string. Just press enter.
Then when you get the shell prompt run fdisk, divvy and restore the files using a program appropriate for the .bak files, (probably cpio or restore).
Thanks...
Yes the CD was made from the system.

I hope it's that simple...

-

T'Hog
  #7 (permalink)  
Old 03-28-2009
teamhog's Avatar
teamhog teamhog is offline
Registered User
  
 

Join Date: Jun 2007
Location: Farmington, CT
Posts: 8
Okay fellas, it's been about 2 years now and for the life of me I can't recall how I restored the files...
I've got another computer that has a toasted hard drive and now I've got to rebuild it. I've got this same system, with the same bootable CD.

I created the filesystems and are now trying to mount them so that I can restore the rootsys.bak and standsys.bak files.

I've got the /mnt directory and I've mounted the hard the root to it using the command:
mount /dev/hd0root /mnt

I tried cpio and that didn't work. I don't have a restore file on the CD so I don't recall if I used restore to put the files on there.

Any ideas on what to do next?

There's data on some tapes that I need to restore for the client to get his 1st Quarter '09 reports out.
Closed Thread

Bookmarks

Tags
cpio

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:11 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0