SCO 5.0.6 Media needed


 
Thread Tools Search this Thread
Operating Systems SCO SCO 5.0.6 Media needed
# 15  
Old 01-11-2013
Well, there is on person (already retired) that wrote the programs in microfocus.
I could ask him to do something but it would have to be very easy and fast to do.

We have hundreds (literally) of programs with hundreds each lines of code.

Thanks
# 16  
Old 01-11-2013
It took me about a week to convert a payroll application consisting of about 60 programs and 65000 lines of code from Microfocus 4.1 to Opencobol 1.1
# 17  
Old 01-12-2013
@sopela123.........

FTP upload of iso image done!!!

1. You may need to rename it due to accidental double (iso.ISO) filename extension.
2. you might like to edit your previous post to remove ftp credentials if you don't want to leave them in the public domain.
3. You might like to backup the file immediately.

Hope that helps.
# 18  
Old 01-12-2013
This may help for the serial number and activation key.
Find the Licence number 4 a re-install
Also if the Compaq Smartstart was used for the initial installation, the "installation interview" is stored in the root file system.
This User Gave Thanks to jgt For This Post:
# 19  
Old 01-14-2013
Here is what I know - not much

I understand if this needs to be in a different thread, but when I got started I wish this would have been easy to find. I am also sure there are betters ways of doing this, but here has been my experience:

First thanks to hicksd8 for the iso. - My boys are still impressed


A great resource to start - http://www.anandhacorp.co.uk/itresou...SR506onESX.pdf also attached

What I found is there are a few RAID cards that have been used for SCO machines that are obviously older and the newer ESXi versions do not support that hardware. For me to get it to work I had to use an older version of ESX but then I was unable to use USB drives - it will get you one way or another.

Because of these issues I was unable to successful do an image restore. You might be able to do a better job than me with this.

What I decided to do was a new install and then copy over the necessary data. I also had to install certain patches. Some of the time ftp.sco.com was down and that created issues so get them while you can and move to your own ftp.

Below is some of the steps I took:

Install SCO 5.0.6 - at one point it looks for something but is unable to find it, I change the cd to the 5.0.7 image where it finds it and then I switch back. Sorry I do not remember what it was but it will be obvious because you can not move forward.

After install finishes then I run the following commands.
[CODE]
netconfig
(Add net card)


Code:
vi /etc/default/tcp
GATEWAY=192.168.0.1
vi /etc/resolv.conf
nameserver 192.168.0.25
 
# reboot now
 
cd /tmp
 
mkdir ssh
cd /ssh
 
mkdir openssh
cd /openssh
 
ftp ftp.sco.com
anonymous
<your@email.com>
 
get ftp.sco.com/pub/openserver5/opensrc/openssh-4.2p1/openssh42p1_vol.tar
exit
 
tar xvf openssh42p1_vol.tar
cd ..
 
mkdir rs506a
cd rs506a
 
ftp ftp.sco.com
anonymous
<your@email.com>
 
get ftp.sco.com/pub/openserver5/rs506a/rs506a.tar
exit
 
tar xvf rs506a.tar
cd ..
 
mkdir oss646c
cd oss646
 
ftp ftp.sco.com
anonymous
<your@email.com>
 
mget ftp.sco.com/pub/openserver5/oss646c/*
exit
 
cd ..
 
mkdir gwxlibs
cd gwxlibs 
 
ftp ftp.sco.com
anonymous
<your@email.com>
 
get ftp.sco.com/pub/openserver5/opensrc/gwxlibs-2.1.0Ba/gwxlibs210Ba_vol.tar
exit
 
tar xvf gwxlibs210Ba_vol.tar
cd ..
 
Login to Software admin > "Media Device"
install /tmp/ssh/rs506a
install /tmp/ssh/oss646c
install /tmp/ssh/gwxlibs
install /tmp/ssh/openssh42p1




this is at least what I have typed out

Last edited by radoulov; 01-21-2013 at 11:15 AM..
# 20  
Old 01-16-2013
Thanks !!

Hello there!!

Thank you so much for the iso, I have downloaded it and already installed, I have the VM running!

Also thanks for the instructions on installing the updates, as I said I have very basic unix knowledge, I couldnt have done it without your help.

I installed the vm using the 5.0.7 boot floppy and the 5.0.6 cd.
That tutorial said it had to be done using a virtual hd of 2gb and later on add a larger second hd.

Here is where I have a new problem. In the vm properties I add the second hd and has id (0:1) 0:0 is the first one.

I use mkdev hd as instructed but it ends with an error.
What commands should I use to add this disk? Can I just resize the one I have in the vm to 32 gb and end of story? I think i'll try that later.

I have used df command to check the size of the disk but I dont really understand the results... It talks about blocks... Are those bytes? Any other commands to check disks?

Again, I really appreciate your help with this project.

Cheers
# 21  
Old 01-16-2013
'df' reports space in512 byte blocks (by default).
Use 'dfspace' as it reports the same information but displays it in a more easily read format
Code:
-bash-3.2# df                                                           
/         (/dev/root        ): 53340520 blocks  1693329 i-nodes         
/stand    (/dev/boot        ):    14120 blocks     3259 i-nodes         
/u        (/dev/u           ): 59918848 blocks  1902144 i-nodes         
/home     (/dev/home        ): 19085536 blocks  1230809 i-nodes         
-bash-3.2# dfspace                                                      
/         : Disk space: 26045.17 MB of 31899.99 MB available (81.65%).  
/stand    : Disk space:     6.89 MB of    12.75 MB available (54.04%).  
/u        : Disk space: 29257.24 MB of 31899.99 MB available (91.72%).  
/home     : Disk space:  9319.10 MB of 11519.72 MB available (80.90%).  
                                                                        
Total Disk Space: 64628.42 MB of 75332.47 MB available (85.79%).        
-bash-3.2#

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SCO

SCO OpenServer 5.0.6 media needed

My media disk is unusable. Can someone provide me an ISO for Openserver 5.0.6? Thank you. Brantley Allen (2 Replies)
Discussion started by: brantleyallen
2 Replies

2. SCO

Need SCO 5.0.5 install media

I need to reinstall SCO Openserver 5.0.5. I have a license, but the install media is long lost. Can anyone help me find an .iso? (12 Replies)
Discussion started by: dudeman411
12 Replies

3. SCO

Need SCO 5.0.6 openserver media kit

hello everyone i need a copy of sco 5.0.6 iso for isntall a new server crash I read in a post that someone uploaded to an ftp an iso but I did not find the ftp any can helpme? (7 Replies)
Discussion started by: mjgeddo
7 Replies

4. SCO

SCO 5.0.2 Installation Media

We recently started having problems with our SCO OpenServer 5.0.2 Server. I know it is VERY outdated but we are unable to move off of it yet due to an application that is still used daily. We have a new software replacement that will be implemented Q3 2016. I was looking for some installation... (0 Replies)
Discussion started by: AOC
0 Replies

5. SCO

Sco media needed for openserver 5.0.6

Hello, i need if possible media for sco openserver 5.0.6 and also want to know if is possible to upgrade from 5.0.2 to 5.0.6. Best regards, Paolo (1 Reply)
Discussion started by: elnino981
1 Replies

6. SCO

SCO OpenServer 5.0.4 Media Needed

Greetings, I've recently been given responsibility for a legacy server running SCO OpenServer 5.0.4 and upon taking inventory I discovered we have all the license documents but no installation media. Can anyone assist me with where I might download these? Thanks Kevin (9 Replies)
Discussion started by: Kevin Harris
9 Replies

7. SCO

Need installation media for SCO 5.0.4

I need to reinstall SCO 5.0.4 onto another server as the customer does mnot want to pay for another license. Does anoine have the installation media for this? I'm willing to trade as I have every other installation CD. Let me download the 5.0.4 media from you and I'll give you any OS you want. I... (2 Replies)
Discussion started by: buffbiker23
2 Replies

8. SCO

SCO Unix OpenServer 5.0.5 Media Kit

My client has lost the SCO OS 5.0.5 install media. However, they do have a working SCO 5.0.5 system, but is crumbling apart. Where can I find the SCO OS 5.0.5 install media? Or can I get a copy of the SCO CD as a ISO file? Your help is much appreciated. (7 Replies)
Discussion started by: chedlee88-1
7 Replies

9. SCO

OpenServer 5.0.6 Media Needed

I have a client with 5.0.6 who wants to migrate to new hardware. We have in our posession all appropriate paper software licenses. Over the years the media has vanished Can anyone assist with locating an ISO or actual CD containing OpenServer 5.0.6, please? Thank you (9 Replies)
Discussion started by: theantisco
9 Replies
Login or Register to Ask a Question