SCO UNIX Won't Boot


 
Thread Tools Search this Thread
Operating Systems SCO SCO UNIX Won't Boot
# 57  
Old 10-28-2009
The divvy program looks at the file system names for all disk drives.
On disk 0 you already have a /dev/u1
On disk 1 you can add a /dev/newu1

/u1 is a directory that is filled with the data that resides on /dev/u1 when you mount the file system.

See post #43 for the details of moving the data from the old u1 to the new u1.
# 58  
Old 10-28-2009
You are going to want a directory /u1. That is the filesystem tie point for your data, tied to either /dev/u1 from your old data or to /dev/newu1 for your new data and is required for your programs to find the stuff they need.

I would suggest that you create a directory called newu1 for the tie point for your new hard drive and use that for the transfer as JGT suggested from post 43. It is awfully easy to forget where you are when you are moving around in directories.

And as an alternative to copying stuff from directory to directory you could also create a backup directory (newu1/backup) and tar your /u1 to it, then when the /dev/newu1 is attached to /u1 you could tar it back off the /u1/backup directory that will show up with the filesystem change.

JGT may have more comments on this.
# 59  
Old 10-29-2009
thanks. post 43? can't seem to find it? would you show me how? please & thanks.

---------- Post updated at 10:16 AM ---------- Previous update was at 09:19 AM ----------

I have made the new filesystems. Do I manually need to mount them? More inputs please. Thanks.

i[nstall] Install the division set-up shown
r[eturn] Return to the previous menu
e[xit] Exit without installing a division table

Please enter your choice: i

Making filesystems
bash-2.03#

---------- Post updated at 10:27 AM ---------- Previous update was at 10:16 AM ----------

Added 2 new mounts. Now to figure out the links..from /u1 to /flexxu1.

Mount Dir Filesystem blocks used free %used
/ /dev/root 3373036 2363442 1009594 71%
/stand /dev/boot 30720 22408 8312 73%
/flexxu1 /dev/flexxu1 26000002 815686 25184316 4%
/backup /dev/backup 4000000 125572 3874428 4%

---------- Post updated at 10:34 AM ---------- Previous update was at 10:27 AM ----------

Am I still missing something? Did a reboot & the 2 new filesystems created didn't mount automatically.

bash-2.03# df -v
Mount Dir Filesystem blocks used free %used
/ /dev/root 3373036 2363518 1009518 71%
/stand /dev/boot 30720 22408 8312 73%
bash-2.03# mountall
fsstat: /dev/boot mounted
Mounted /stand filesystem
bash-2.03# mount /dev/flexxu1 /flexxu1
bash-2.03# mount /dev/backup /backup
bash-2.03# df -v
Mount Dir Filesystem blocks used free %used
/ /dev/root 3373036 2363528 1009508 71%
/stand /dev/boot 30720 22408 8312 73%
/flexxu1 /dev/flexxu1 26000002 815686 25184316 4%
/backup /dev/backup 4000000 125572 3874428 4%
bash-2.03#
# 60  
Old 10-29-2009
Ususal way for automatic mounting is "mkdev fs".

Have your directory structure finished first by creating directories flexxu1 and backup, both on root.

run "mkdev fs" twice, once for flexxu1 and once for backup. point both hardware attachements to /dev/xxx and the directories to /xxx, don't let users mount, and clean if dirty.

Next boot they will mount. Both will create lost+found directories.

You can get some instructions via "man mkdev", the built in manual system.

---------- Post updated at 11:51 AM ---------- Previous update was at 11:26 AM ----------

If you attempting the method I suggested this is how you would proceed:

on next login try "df -kv" to verify that the filesystems are in place

tar cvf /backup/u1backup.tar /u1 does a tar of u1
mkdev fs and remove the flexxu1 filesystem
mkdev fs and add the flexxu1 file system to your directory /u1
reboot the system
tar xvf /backup/u1backup.tar which will pull everything back into /u1
you now have your larger /u1 directory mounted on the new drive.

be aware that if the flexxu1 filesystem fails to mount for any reason you will be seeing old data at /u1.

You may at some time in the future want to unmount flexxu1 and wipe the old data out. But not now.
# 61  
Old 10-29-2009
Did the following & saw post 43:

Create two new directories /home and /flexxu1 permissions same as /u1
When you have re-booted the system, start scoadmin and go to Filesystems, add the file system ( /dev/flexxu1 to /flexxu1), and mount now.
Copy all of /u1 to /u2 --------> plan to restore this via tape
Go back into scoadmin ->filesystem ->modify and
modify /dev/flexxu1 to mount to /u1 directory...tried this & got an error from below, and
modify /dev/u1 to mount to /home -----> did not do this yet


──────────────────── Modify Mount Configuration on ccns2 ─────────────────────┐

Host: |localhost_________________________________________|│

Filesystem: |/dev/flexxu1______________________________________|│

Mount Point: |/u1_______________________________________________|│

Description (optional): |__________________________________________________|│

┌──────────────────────────────────────────┐ ┌───────────────────────────────┐│
│ Filesystem Type: |HTFS______________| │ │[ Check and Repair Options... ]││
│ Access Mode: [ Read-write |v] │ │[ Advanced Options... ]││
│ Can Users Mount? [ No |v] │ └───────────────────────────────┘│
│ │ ┌───────────────────────────────┐│
│ │ │When to Mount: ││
│ │ │[*] Now ││
│[*] At System Startup ││
╔═════════════════ Error ═════════════════╗ │ ││
║Failed to remove mount configuration for ║░ │ ││
║ /flexxu1. ║░ └───────────────────────────────┘│
║─────────────────────────────────────────║░ │
║[ OK ] [ Details... ]║░──────────────────────────────────│
╚═════════════════════════════════════════╝░ [ Help ]│
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░──────────────────────────────────┘
# 62  
Old 10-29-2009
Was the original /u1 unmounted prior to running scoadmin->filesystem?
# 63  
Old 10-29-2009
yes, it was unmounted.

---------- Post updated at 05:22 PM ---------- Previous update was at 01:53 PM ----------

just wondering if SCO will allow me to do this....

remove my existing filesystem u1.
create the same filesystem u1 to the new hard drive?
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