SCO UNIX Won't Boot


 
Thread Tools Search this Thread
Operating Systems SCO SCO UNIX Won't Boot
# 22  
Old 10-20-2009
# fdisk

1. Display Partition Table
2. Use Entire Disk for UNIX
3. Use Rest of Disk for UNIX
4. Create UNIX Partition
5. Activate Partition
6. Delete Partition
7. Create Partition

Enter your choice or 'q' to quit: 1

Current Hard Disk Drive: /dev/rhd00

+-------------+----------+-----------+---------+---------+---------+
| Partition | Status | Type | Start | End | Size |
+-------------+----------+-----------+---------+---------+---------+
| 1 | Active | UNIX | 1 | 130943 | 130943 |
+-------------+----------+-----------+---------+---------+---------+

Total disk size: 131072 tracks (129 reserved for masterboot and diagnostics)

I do have a backup for this. would extracting it to root fix the problem? Just did a #tar tvf /dev/rct0 on it & contained a full backup on all the filesystems. Would restoring it be a fix to it?

Thanks.
# 23  
Old 10-20-2009
First.
#tar tvf /dev/rct0 >/tmp/tapelist
Examine the contents of tapelist and then decide whether to:
#tar xvf /dev/rct0 /u1
or
#tar xvf /dev/rct0 u1

In both cases this will create a directory in the root file system called u1.

Also you can check /etc/default/tar, in all likelihood, "tar tvf /dev/rct0" can be shortened to "tar tv8" where 8 is used to substitute the appropriate line from /etc/default/tar.

There will be no difference in system operation whether u1 is a directory or a file system, other than not having to mount a u1 file system.

If you need other files off the tape, create a directory called oldroot, and extract the tape into it, (check for absolute file names on the tape.)
Offhand you may want to look at /etc/passwd, to find the uid numbers, and add the users back the same way,
/usr/spool/lp/admins/lp/interfaces for code added to the printer models.
/usr/spool/cron/crontabs
/etc/rc2.d
# 24  
Old 10-20-2009
I did the following:

#tar tvf /dev/rct0 ------this showed all the filesystems were backed up in full
#tar xvf /dev/rct0 / -----tried to run this hoping that when it restores root, it fixes my missing filesystem domain.

Dunno if I am doing it right, appreciate more inputs. Thanks
# 25  
Old 10-21-2009
You really don't want to restore from /. If you had problems at the point you did the backup you'll drag them back into your system.

You would be better served following JGT's advice and selectively restoring the /u1 (that was the one, wasn't it?) .

There may be a problem with JGT's advice about restoring stuff to /oldroot. It depends on how much space is left on root after u1 is pulled back in and how much is stored on the tape. Doing a full restore to oldroot is going to pull /u1 into oldroot too. You may need to do a partial restore to get just those things you may need.

I'll put in a plug here for backupedge or lonetar. They are a better backup method than tar due to verifications and reporting capabilities. I've used both but find lonetar's reporting to create more messages than I need.
# 26  
Old 10-21-2009
good point. anyways, i've discovered that the backups that i have were run by a script using lone tar software. i've already ordered from them awhile ago. my current contingencies:

1. re-install os, re-create filesystems.
2. increase partition size of root, swap & u1.
3. install lone tar & use a utility called airbag that is packaged with it to restore the last good bakup that I have.

or do this:
1. add a new disk & create a partition soley for u1.
2. restore using lone tar software.


my only hitch is as follows:
- I have no media, os licenses ( i guess & assume that restoring from backup will take care of this.
- I have no recovery/boot diskette's.

Am going for contingency no# 2 since I do not need any media.......
More inputs are highly appreciated.
# 27  
Old 10-21-2009
I would go for alternative 1 with a different hard drive. Cleaner in the long run. Media, patches, and license are resolvable. No need to diddle with the division sizes, they would automatically generate what you need.

That being said, you might post your hardware specs. It is easy to say what you should do, based on our experiences, but you may be locked into something that would preclude the actions we would take.
# 28  
Old 10-21-2009
here it is...reposting....

Quote:
Originally Posted by jedimaster
jgt here are the outputs I got from what you asked.

Code:
#df -v
Mount Dir            Filesystem               Blocks                Used                 Free               %Used
/                       /dev/root                3373036             3298658            74378              98%  
/stand               /dev/boot                3373036             3298658            74378              98%
/u1                   /dev/u1                   3373036             3298658            74378              98%
 
#dfspace
dfspace:  not found
 
#uname -X
System = SCO_SV
Node = xxxxx 
Release = 3.2v5.0.5
KernelID = 98/07/02
Machine = Pentium II (D)
BusType = ISA
Serial = 2GA023210
Users = 2-User
OEM# = 0
Origin# = 1
Num Cpu = 2

Hope this info works. With regards to going to multi user, all I get is a hard hung state.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Sco UNIX 5.0.6 not boot

hi i have image SCo Unix 5.0.6 and I want transfer on my HP ML350 G5 after Transfer show this message : boot not found cannot open stage 1 boot failure: error loading hd (40)/boot this hp server used smart array E200i and P400 and sco not recognized HDD tanks (7 Replies)
Discussion started by: moein.mojtaba
7 Replies

2. UNIX for Advanced & Expert Users

UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot: cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/boot what to do? (5 Replies)
Discussion started by: Joaoalpande
5 Replies

3. SCO

UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot: cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/boot what to do? (1 Reply)
Discussion started by: Joaoalpande
1 Replies

4. UNIX for Dummies Questions & Answers

Error UNIX: UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot:cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/bootWhat to do? (2 Replies)
Discussion started by: Joaoalpande
2 Replies

5. Hardware

AT&T UNIX PC won't boot

Hello, I am new to the UNIX community, however I have a beginner's level understanding of a majority of the basic commands in UNIX. Today, my teacher gave me her old AT&T UNIX PC. I brought it home, turned it on, and got a completely green screen. I turned it off, and back on and it booted... (12 Replies)
Discussion started by: _dhoepp
12 Replies

6. AIX

won't mount /usr...won't boot fully

Hello: NOOB here. I attempted to use smit mkcd. Failed on first attempt, not enough space. 2nd attempt tried to place iso on /usr, not enough space there. Cleanup ran for about 5 minutes after aborting. Now AIX won't boot. LCD display on 7029-6E3 says: 0517 MOUNT /USR. Attempted to boot from CD... (11 Replies)
Discussion started by: bbird
11 Replies

7. SCO

sco unix v/386 boot disk

anyone know where I can download or get a boot disk for sco unix v/386? I have an old PC running sco unix v/386 3.2. I dont have an install or boot disk. I need to reset the root password. I have looked all over the internet and cannot find it anywhere. any help would be greatly appreciated.... (5 Replies)
Discussion started by: format
5 Replies

8. Solaris

cannot find boot device and won't boot off cdrom

I'm running solaris 2.5.1. My main development server is DEAD, i can't even boot off the cdrom, it powers up, acts like it is starting the boot process but then says cannot find boot device. I've done the search here on this site and saw the other posts, but at the ok prompt it won't even let me... (3 Replies)
Discussion started by: kymberm
3 Replies

9. SCO

sco unix and xp boot loader needed?

hi, i m a newbie and installed sco unix on my machine. Also i installed win-xp. i tried to modify the boot.ini file but it does not give me a choice in the begining. please guide me on this. do we get a boot loader for unix like LILO or GRUB? :confused: (3 Replies)
Discussion started by: 187final
3 Replies

10. UNIX for Advanced & Expert Users

Error during Sco Unix boot

Hi friends, i am getting the following error while booting my system which has SCo UNIX . ========================= H iinit PANIC: srmountfun-Error 22 mounting of rootdev hd(1/42) cannot dump 40863 pages to dempdev hd(1/41) : Space for only 0 pages. Dump not completed. safe to power off... (3 Replies)
Discussion started by: sveera
3 Replies
Login or Register to Ask a Question