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 recovery boot floppy nor the original CDs as we have not installed in many years. Can someone provide a emergency boot floppy or location to download .iso files so I can re-install. We are using Adaptec 2940UW controller with 9 GB hard disk and CDROM.
Send me an email. I can provide you with a link to the iso.
/opt/K is the actual operating system files. /bin and /usr/bin and /etc are links to the actual files in /opt/K
You have moved the operating system from the root file system.
When you get the system running again, run the following:
#du -a |sort -r -n >/u/file.list assuming that your secondary file system is /u
then examine the contents of file.list.
It contains a list of all files and directories on the system in descending order by size. Size is shown in blocks, so multiply by 512 for bytes.
thanks for the explanation on the OS directory. Here are the exact commands I used:
the system got hung on either /opt/P or /opt/K I did backup those folders via FTP first.
---------- Post updated at 10:28 AM ---------- Previous update was at 10:24 AM ----------
Right now the plan is to buy another SCSI hard disk. Install it in that same system. Then install 5.0.5 so I can create emergency boot floppy with a kernal that supports the Adaptec 2940UW controller. Then boot off this floppy with the original SCSI disk drive present. Then 'mv' the files back.
---------- Post updated at 10:35 AM ---------- Previous update was at 10:28 AM ----------
Another idea might be to just mount the old SCSI drive and 'mv' the files back and then shutdown, remove the new SCSI disk and put the old SCSI disk back at its original SCSI ID and boot up.
Is there anyway to skip making the emergency boot floppy? Such as boot of the 5.0.5 cd with Adaptec 2940 controller support and get to 'live cd' type functionality.
---------- Post updated at 10:36 AM ---------- Previous update was at 10:35 AM ----------
Quote:
Originally Posted by jgt
Send me an email. I can provide you with a link to the iso.
/opt/K is the actual operating system files. /bin and /usr/bin and /etc are links to the actual files in /opt/K
You have moved the operating system from the root file system.
When you get the system running again, run the following:
#du -a |sort -r -n >/u/file.list assuming that your secondary file system is /u
then examine the contents of file.list.
It contains a list of all files and directories on the system in descending order by size. Size is shown in blocks, so multiply by 512 for bytes.
Can you PM me as the system will not allow me to email/PM you due to post count.
Last edited by grips03; 08-18-2013 at 01:18 PM..
Reason: Please use code tags
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)
I am hoping that someone will give me information on opening and installing Ubuntu to run beside Windows 7 on my computer.
I downloaded Ubuntu-14.04-desktop-i386, but it came as an .ISO file, and I have no idea how to open it to install it.
Please Help. (7 Replies)
OS = Openserver 5.0.5
Ran 'mkdev fd' and made emergency boot floppy (boot and root). Choose custom kernel, not generic.
However kernel on the 1.44 floppy did not see both hard disks, it only saw the first one (SCSI id 0), and not SCSI id 1 (second disk)
Q. Is this a limitation of emergency... (5 Replies)
Hello Everyone,
Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Hi guys,
I have used mkbootdisk to create (with -iso option) an iso file for centos servers. I think this commands are only available for redhat's family. Debian brings mkbootbut it only support floppies and not iso format. My question is, is possible to create an iso file on a debian5 server,... (4 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)
Hi,
I am beginer to unix. i have backup in 7 floppies.(each having same file name 'xxx.tar.Z'). I need to restore all in one directory. Please help me.!!!
anyone here to help.....!! (2 Replies)
Hey !
I am running EWS-UX/V (Rel 4.2) on NEC EWS/4800/330 station and I am having problems rebooting my station : I am getting the following message on display : BOOT : PANIC : File size out of range.
According to user guide, this error is occuring when a file exceeding the limit and/or... (2 Replies)
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)
Just trying to come up with a solution to something I'm trying...
Does anyone know if it's possible to edit the contents of an ISO image? Or a file created using the dd command?
What am I trying to do? - Well, I had the idea that if I took the FreeBSD "mini.iso" - I could strip out the bits... (4 Replies)