When you say that it doesn't "see" the second hard disk, what do you mean?
It's been a long time since I used SCO in anger but from what I remember the boot&root floppy set just lands you in a shell where you can start disaster recovery from. With SCO you can boot the O/S once the root filesystem is recovered (and you don't need other filesystems to be there initially; you can recover them afterwards). So you only need access to the first HD.
However, I do remember:
and then manually creating directories under /mnt and mounting other HD based filesystems in order to do a full system restore from tape.
(Have you looked for a /dev/hd1root on the boot&root set???)
When you say that it doesn't "see" the second hard disk, what do you mean?
It's been a long time since I used SCO in anger but from what I remember the boot&root floppy set just lands you in a shell where you can start disaster recovery from. With SCO you can boot the O/S once the root filesystem is recovered (and you don't need other filesystems to be there initially; you can recover them afterwards). So you only need access to the first HD.
However, I do remember:
and then manually creating directories under /mnt and mounting other HD based filesystems in order to do a full system restore from tape.
(Have you looked for a /dev/hd1root on the boot&root set???)
I remember that for a disaster recovery kit I would periodically backup (find|cpio) just the root filesystem (in maintenance mode) and then store that tape with the boot&root set in the safe. If the root filesystem became damaged and the system unable to boot then I would use the boot&root and then:
to restore the root filesystem. (perhaps also need to re-write the MBR)
Once system was booted I could sort the other filesystems.
Only then, with non-root filesystems mounted, would I use last nights backup tape to restore the whole system (which would include the very latest root filesystem (which would overwrite).
I remember that for a disaster recovery kit I would periodically backup (find|cpio) just the root filesystem (in maintenance mode) and then store that tape with the boot&root set in the safe. If the root filesystem became damaged and the system unable to boot then I would use the boot&root and then:
to restore the root filesystem. (perhaps also need to re-write the MBR)
Once system was booted I could sort the other filesystems.
Only then, with non-root filesystems mounted, would I use last nights backup tape to restore the whole system (which would include the very latest root filesystem (which would overwrite).
Hope that helps.
Hope that helps.
I basically tried to do this, but I think I should have booted off the floppy and then run cpio to backup root, stand, and u. I tried to backup to /dev/d1250 (second hard drive) in lieu of using a tape.
Do you have a cli sample for cpio doing the restore? Does it restore to a mount filesystem or the /dev/devicename?
The /dev/stand filesystem is mounted on /stand on the root filesystem.
Therefore if you boot into single user mode and then backup, you would automatically take /stand in addition to the root (/) filesystem.
Assuming a tape drive on /dev/rct0 (the default config):
You might also want to use -C and -K switches for block size and media capacity.
To restore in a DR situation..........
Boot from boot&root set (to # prompt) then
mount /dev/hd0root /mnt
cd /mnt
cpio -ivudlm -I /dev/rct0that being the current directory.
Yes, the backup is restored to /mnt
Having mounted /dev/d1250 on a directory you could specify a file, eg
You could then specify a file as the backup destination remembering to use the exclude switch to ensure the cpio does not try to backup the output file itself.
In my previous thread post (which is also the most recent on this SCO forum), I mentioned that we have an HP DL380G5 server running SCO Unixware 7.11
which has unable to boot with error “FATAL BOOT ERROR: Can't load stage 3”.
..
Unfortunately no media is available for the machine and I think the... (1 Reply)
We have old SCO Openserver 5.0.5. and its was running out of disk space on root disk - error 142 /2. I tried to move some files to another partition with space, but I ran into issue as I moved /opt/K and /opt/P. Now when the servers boots it fails and goes into debug mode.
I don't have a... (4 Replies)
Hi all,
I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
I know how to create the bootable tape image by using emergency_rec, but I could not find any document to instruct me on how to boot off the tape, and detail steps I should go through, for instance, at what point the booting sequency would prompt me to enter bootable path, and what the path is...... (0 Replies)
Hello,
I have an AIX 5.1 server. Model : 7029-6E3. The users of this server have forgotted the root password and I am now supposed to reset it. I boot through the AIX 5.1 CD and try to go to the maitenance mode. But I am facing this issue, where, the hard disk does not recognised during this... (1 Reply)
I need to boot an OpenServer 5.0.5 server but I don't have emergency boot disks for it. There are some boot disks of other servers.
Can I use these disks, changing defbootstr ?. How ?.
The fact is that administrator can't login as root and it seems to be a corrupted auth system issue. Other... (2 Replies)
Hi,
My dear friends,
I am trying to install red hat linux. I have downloaded its disc1. On the instructions page, the next stage is to make the boot disk, so that I can boot from the floppy. However, I am unable to locate the boot image iso file. I tried on google, but I got a few files which... (3 Replies)
i installed caldera linux from CD and now without floopy its not booting, how do i write into MBR, uning lilo, i dont have any other OS , so i want to boot into linux always. pls help me out,
thank you. (1 Reply)
hello ,
i have sun sparc machine with sunos2.7 , the machine has a cdrom but no floppy drive , it is networked with windows machine , from where i can use ftp and telnet.
can i use floppy drive of windows machine and create a boot image(of unix) on that drive, using ftp?
thanx
raju (4 Replies)