Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SCO Openserver 5.0.4 IDE RAID 1 3

Status
Not open for further replies.

IRONRINGED

IS-IT--Management
Mar 13, 2009
16
CA
Hey all,

I would like to set up a RAID 1 IDE configuration. I need to purchase an IDE RAID controller, but I am having trouble finding one that is compatible with 5.0.4. Does anybody know of a controller that will work. I do not have the PC specs, but I can get those if needed. The only RAID controllers I have found are SCSI controllers.

Thanks in advance.
 
IDE raid tends to be software driven, while scsi (and its modern variants) are more hardware driven. so it will be hard/impossible to find an ide raid controller that will work with 5.0.4.

are you looking for redundancy, hot swappable, or speed?

how intensive is the application and can it be moved to a later version of openserver?

 
stanhubble, thank you for your response. I want to create a redundant backup of the main hard drive on the server. The size of the files is not very large; around 5gb for everything. There are about 20 people that log onto the server to perform their daily tasks. It is used from 8:30am to 6:00pm. I cannot switch to a later version of openserver. Within the next year we will be switching OS and updating other software as well.

Do you know of any software that can perform the functions I need that will work on 5.0.4 Openserver?

Thanks,

Jag
 
rsync ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Hey PHV,

I'm trying to install rsync 3.0.5, but when I type ./configure it says I don't have a gcc compiler installed. This is what it says in config.log,

configure.sh:1953: checking for gcc
configure.sh:1983: result: no
configure.sh:2050: checking for cc
configure.sh:2097: result: no
configure.sh:2153: checking for cl.exe
configure.sh:2183: result: no
configure.sh:2211: error: no acceptable C compiler found in $PATH

$PATH looks like this,

PATH: /bin
PATH: /etc
PATH: /usr/bin

I installed gcc-2.95.2pl1-VOLS.tar from ftp://ftp2.sco.com/pub/skunkware/osr5/vols/, which did not resolve the problem.

Either rsync is not looking in the right directory for gcc, or the gcc install does not support rsync.

Any suggestions?

Thanks,

Jag
 
I figured out where gcc has been installed. It is in /usr/local/bin. Here are its contents,

-rwxr-xr-x 1 root sys 207192 Apr 14 09:45 c++@
-rwxr-xr-x 1 root sys 101136 Apr 14 09:45 c++filt@
-rwxr-xr-x 1 root sys 2912 Apr 14 09:45 chill@
-rwxr-xr-x 1 root sys 207656 Apr 14 09:45 cpp@
-rwxr-xr-x 1 root sys 207192 Apr 14 09:45 g++@
-rwxr-xr-x 1 root sys 212264 Apr 14 09:45 g77@
-rwxr-xr-x 1 root sys 204376 Apr 14 09:45 gcc@
-rwxr-xr-x 1 root sys 209944 Apr 14 09:45 gcj@
-rwxr-xr-x 1 root sys 184888 Apr 14 09:45 gcjh@
-rwxr-xr-x 1 root sys 57460 Apr 14 09:45 gcov@

I believe rsync also gets installed in this folder, but I don't see it in there.

Is there a way to get rsync to look into /usr/local/bin?
I just finished installing Supplement Patch C; I had A installed previously.
 
I've done more searching online to try to get this resolved. I followed the instructions in this article,

"To install the headers and libraries, insert your original OS CDROM, run custom, choose Install New and install the 'SCO OpenServer Linker and Application Development Libraries'"

I completed that step, but running ./configure rsync still does not find a gcc or c compiler.

I am going to reinstall the gcc compiler.

Does anybody know anything about SCO OpenServer 5.0.4. It's taking me hours and hours to do things that should only take a few hours at most to complete. Just had to vent.
 
Two more things I have tried which did not work. I insatlled oss646c ver 1.2.0a(Execution Environment Supplement). One item did not get installed, which was,

OSS646C-CDMT Toolkit Update (OSS646C.506.SCO.cdmt)

The reasoning from SCO was,

The software they modify is not installed. Could this be the source of my problems?
These two files are present in /usr/lib,

libresolv.so.1
libsocket.so.2

I also tried installing two different version of rsync, 3.0.5 and 3.0.0. Both give me the same compiler error.

I am exhausted and finished for the day.

Regards,

Jag
 
I added /usr/local/bin to $PATH via .profile. This is what I am getting in the rsync's config.log,

configure.sh:1736: Configuring rsync 3.0.5
configure.sh:1784: checking build system type
configure.sh:1802: result: i386-pc-sco3.2v5.0.4
configure.sh:1824: checking host system type
configure.sh:1839: result: i386-pc-sco3.2v5.0.4
configure.sh:1861: checking target system type
configure.sh:1876: result: i386-pc-sco3.2v5.0.4
configure.sh:1953: checking for gcc
configure.sh:1969: found /usr/local/bin/gcc
configure.sh:1980: result: gcc
configure.sh:2218: checking for C compiler version
configure.sh:2225: gcc --version >&5
2.95.2
configure.sh:2228: $? = 0
configure.sh:2235: gcc -v >&5
Reading specs from /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/2.95.2/specs
gcc version 2.95.2 19991024 (release)
configure.sh:2238: $? = 0
configure.sh:2245: gcc -V >&5
gcc: argument to `-V' is missing
configure.sh:2248: $? = 1
configure.sh:2271: checking for C compiler default output file name
configure.sh:2298: gcc conftest.c >&5
Undefined first referenced
symbol in file
_fini /usr/ccs/lib/crt1.o
UX:i386ld: ERROR: Symbol referencing errors. No output written to a.out
collect2: ld returned 1 exit status
configure.sh:2301: $? = 1
configure.sh:2339: result:
configure.sh: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define RSYNC_VERSION "3.0.5"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure.sh:2345: error: C compiler cannot create executables
See `config.log' for more details.

I haven't done any investigating on my part yet. I'll post back my results.

Jag
 
I just tried this today on a fresh (albeit ancient) SCO 5.0.4 install (VMWare server using and rsync is working.

ftp ftp2.sco.com
cd /pub/skunkware/osr5/vols

Download and install:
autoconf-2.12-VOLS.tar
automake-1.4-VOLS.tar
gcc-98q2-VOLS.tar
make-3.76.1-VOLS.tar

Insert SCO 5.0.4 CD and install
SCO OpenServer Linker and Application Development Libraries (ver 5.1.0Ac)
SCO Optimizing C Compiler (ver 2.1.4d)

It may tell you that you need to install the SCO Development system (Just Press Enter)

Set path by typing:
PATH=/usr/local/bin:/usr/local/include:/bin:/etc:/usr/bin:/tcb/bin

./configure
make
make install
rsync --version
 
M577A2, you are a god send!! How did you know which files were required for the install?

I followed your instructions to the t. I uninstalled gcc-2.95.2pl1-VOLS.tar, and oss646c, then restarted the computer. I had Linker and Application Development Libraries and Optimizing C Compiler previously installed. Meaning, it does not matter which order these files are installed. I also had supplement c for 5.0.4 installed too.

The main question though, how did you know which files to use to get rsync to work? I installed rsync 3.0.5.

Time to test it out. Again, thank you.

Jag
 
Unfortunately, it's probably because I've tried everything else... I just hate that error: C compiler cannot create executables. Kinda makes you wonder what you'd download a C compiler for if it couldn't compile executables!?!?

Building working gcc's for AIX4.# and SCO5.0.# was/is an adventure in frustration.

Good luck with rsync. It adds a great level of protection to your data.
 
FYI if you have rsync on a 5.0.7 system the binary will work on a 5.0.5 system. I suppect it may rely on a couple of libraries but I just tried it on a 5.0.5 with the following installed:

Set Release Notes
--- ------- -----
SCO UNIX System V Operating Syst 5.0.5Eb partially installed
RS505A: Core OS Supplement rs505a.Un applied
OSS471C: Pentium Pro/PII mic oss471c.U applied
Y2K Patch to RS505A for Unix oss600a.U applied
OSS497B: Base OS Supplement oss497b.U applied
OSS646C - UNIX Runtime Syste OSS646C.5 applied
RS505A: Core OS Supplement rs505a.Un loaded
OSS471C: Pentium Pro/PII microco oss471c.U loaded
Y2K Patch to RS505A for Unix oss600a.U loaded
OSS497B: Base OS Supplement oss497b.U loaded
OSS646C - UNIX Runtime System Up OSS646C.5 loaded
SCO System V Link Kit 1.1.1Eb installed
RS505A: Link-Kit Supplement rs505a.li applied
OSS471C: Pentium Pro/PII mic oss471c.l applied
OSS497B: Link-Kit Supplement oss497b.l applied
RS505A: Link-Kit Supplement rs505a.li loaded
OSS471C: Pentium Pro/PII microco oss471c.l loaded
OSS497B: Link-Kit Supplement oss497b.l loaded
Extended Tcl 7.3.2c installed
Visual Tcl 5.1.3b installed
RS505A: Visual TCL Supplemen rs505a.WS applied
Y2K Patch to RS505A for WSer oss600a.W applied
RS505A: Visual TCL Supplement rs505a.WS loaded
Y2K Patch to RS505A for WServer oss600a.W loaded
Administration Framework 1.0.0Be installed
Software Manager 1.0.2a installed
RS505A: Software Manager Sup rs505a.So applied
RS505A: Software Manager Supplem rs505a.So loaded
Network Configuration Manager 5.0.5a installed
SCO Mail User Agents 1.0.4a installed
RS505A: Mail Clients Supplem rs505a.Ma applied
Y2K Patch to MailUA for RS50 oss600a.M applied
RS505A: Mail Clients Supplement rs505a.Ma loaded
Y2K Patch to MailUA for RS505A oss600a.M loaded
Software Manager English Languag 1.0.2a installed
SCO Online Documentation Utiliti 5.0.5a installed
The ct graphics driver 5.3.1a installed
X Server 5.2.2a installed
Video Configuration Manager 5.3.1a installed
RS505A: Video Configuration rs505a.Vi applied
RS505A: Video Configuration Mana rs505a.Vi loaded
Extended X Clients 5.1.3b installed
RS505A: Extended X Clients S rs505a.XC applied
RS505A: Extended X Clients Suppl rs505a.XC loaded
Desktop 3.6.3a installed
RS505A: IXI XDesktop Supplem rs505a.De applied
RS505A: IXI XDesktop Supplement rs505a.De loaded
Standard X Clients 5.1.3b installed
RS505A: Standard X Clients S rs505a.Ba applied
RS505A: Standard X Clients Suppl rs505a.Ba loaded
SCO TCP/IP 2.1.1Eb installed
RS505A: TCP/IP Supplement rs505a.tc applied
OSS497B: TCP/IP Supplement oss497b.t applied
OSS646C - TCP/IP Runtime Upd OSS646C.5 applied
OSS663A for 506, 505 OSS663A.5 applied
RS505A: TCP/IP Supplement rs505a.tc loaded
OSS497B: TCP/IP Supplement oss497b.t loaded
OSS646C - TCP/IP Runtime Update OSS646C.5 loaded
OSS663A for 506, 505 OSS663A.5 loaded
SCO NFS 2.1.1Eb installed
RS505A: Network File System rs505a.nf applied
OSS646C - NFS Runtime Update OSS646C.5 applied
RS505A: Network File System Supp rs505a.nf loaded
OSS646C - NFS Runtime Update OSS646C.5 loaded
IPX/SPX Runtime System 2.1.0Ab installed
Network Installation Boot Module 5.1.0c installed
SCO Netscape FastTrack Server 2.0.1g installed
SCO FastStart Administration 1.3 installed
SCO SendMail 8.8.8b installed
RS505A: Sendmail Supplement rs505a.Se applied
RS505A: Sendmail Supplement rs505a.Se loaded
Netscape Communicator 4.0.5b installed
UDK Compatability Module for Ope 5.0.5A installed
Supplemental Graphics, Web and X 2.1.0Ba installed
X.org X11R6.8.2 Core Fonts 6.8.2Ee installed
X.org X11R6.8.2 Runtime 6.8.2Ee installed
CD-ROM Mastering Toolkit 1.0 installed
Cdrecord - record audio or data 1.6.1b installed
Lynx Character Mode Browser 2.8rel2 installed
Samba - A Windows SMB/CIFS files 2.0.8 installed
PRNGD - Pseudo Random Number Gen 0.9.23 installed
zlib - unencumbered lossless dat 1.1.4 installed
Zip - compression and file packa 2.3 installed
Perl - Practical Extraction and 5.005_03 installed
OpenSSH - Secure Shell remote ac 3.4p1 installed
SCO OpenServer Enterprise System 5.0.5m partially installed
UDK Compatibility Module for Ope 5.0.5A installed
OSS646C - Execution Environment 1.2.0a partially loaded
RS505A: Software Manager Supplem rs505a loaded
RS505A: Release Supplement for S rs505a partially loaded
OSS471C: Pentium Pro/PII microco oss471c.1 loaded
Year 2000 Supplement for RS505A oss600a partially loaded
OSS497B: Core OS Supplement oss497b partially loaded
OSS663A - LPD Supplement for OSS 1.0.0 loaded

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top