Sponsored Content
Full Discussion: SCO 5.0.6 Media needed
Operating Systems SCO SCO 5.0.6 Media needed Post 302755871 by gthmpsn on Monday 14th of January 2013 03:50:15 PM
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..
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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 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

7. 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

8. 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

9. 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
SIMPLEFTP(1)						    InterNetNews Documentation						      SIMPLEFTP(1)

NAME
simpleftp - Rudimentary FTP client SYNOPSIS
simpleftp url [...] DESCRIPTION
simpleftp is a Perl script that provides basic support for fetching files with FTP in a batch oriented fashion. It takes one or more FTP URLs on the command line. The file(s) will be retrieved from the remote server and placed in the current directory with the same basename as on the remote; e.g., <ftp://ftp.isc.org/pub/usenet/CONFIG/active.gz> is stored as active.gz in the current directory. The script properly understands usernames, passwords and ports specified as follows: ftp://user:password@host:port/path/file BUGS
simpleftp is an extremely poor substitute for more complete programs like the freely available wget or ncftp utilities. It was written only to provide elementary support in INN for non-interactive fetching of the files in <ftp://ftp.isc.org/pub/pgpcontrol/> or <ftp://ftp.isc.org/pub/usenet/CONFIG/> without requiring administrators to install yet another package. Its shortcomings as a general purpose program are too numerous to mention, but one that stands out is that downloaded files by simpleftp override existing files with the same name in the local directory. HISTORY
Tossed off by David C Lawrence <tale@isc.org> for InterNetNews. Rewritten to use "Net::FTP" by Julien Elie. $Id: simpleftp.pod 8357 2009-02-27 17:56:00Z iulius $ SEE ALSO
actsync(8). INN 2.5.2 2009-05-21 SIMPLEFTP(1)
All times are GMT -4. The time now is 06:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy