Post by Steve M. Fabac, Jr.Post by Dana EckelWe need more details. Try to answer some questions for us.
* Can you login as root? yes
* Type and enter the following command, then report the resulting
string. Remember, this is all case sensitive.
uname -X
System = SCO_SC
Node = Hancock1
Release = 3.2v5.07
KernelID = 2003-02-18
Machine = i80386
BusType = ISA
Serial = 3MG002106
Users = 5
OEM# =0
Orgin# = 1
NumCPU = 1
* Is there a functioning backup device, such as a tape drive, on the
system? Provide details. NO!!!
netconfig
If it runs you have a working network. Exit the program without
changing anything. YES!
custom
Use the Tab, F10 and arrow keys to navigate the screen.
What you're looking for is some program like Lone-Tar, C-Tar or Backup
Edge.
* What is the application? The name and version might be helpful, if
might be easier to migrate and upgrade than to nurse this system along
forever.
Intel(r) PRO/1000 Network Drivers (ver 1.5.2)
SCO OpenServer Enterprise System (ver 5.07Hw)
OSS656B - OpenServer Licensing Update (ver 1.0.1a)
Dana,
Looks like you have a basic installation.
My recommendation is that you find someone locally that can help you.
Without a full system backup, you have no way to recover from any
problems that you might cause by a misstep.
1) You have no backup software listed above so you may be at risk
in anything you do following my or anyone's suggestions from this
point on.
2) The system installation is not complete as no maintenance patches
have been installed (if the list above is complete).
You should install the latest maintenance pack (MP5) on the system.
*WARNING* Before installing MP5 you must remove OSS656B using the
software manager. I found this out the hard way.
3) MP5 has cdrecord (and mkisofs) with which you could create an ISO
image file of specified directories. you could then ftp the ISO
file to a Windows system for writing to CD or DVD media.
If the UNIX box has a CD or DVD writer, you can use cdrecord to
write the ISO directly to CDR or DVD-R media.
mkisofs -V "507 usr_lib_drivers" -R -J /usr/lib/drivers > /ISOimages/507lib.isof
cdrecord -v -v fs=6m driveropts=burnfree speed=12 dev=2,0,0 \
/ISOimages/507lib.isof | tee /tmp/logcd 2>&1
Cdrecord is not a suitable backup substitute as products like Backup
Edge and Lonetar will backup the entire system and restore to a bare
hard disk. Using cd record as suggested above is only a safety
measure to preserve the application data while working on your original
request.
Option: You can install 5.0.7 on a suitable old windows system with
a DVD writer (should be PATA not SATA for the hard disk and DVD drive
then pull the hard disk and install a new disk) and practice with it.
Remove OSS656B (installed automatically by the initial installation)
and download and install MP5. Don't use the license used on the old
system but install in 60 day demo mode.
Once you have the demo system up, you can copy directories across the
network from the running system to the demo system. (If you go this
way, post back and we'll help with the commands.)
Get the application working on the demo system then download and install
BackupEdge in 60 day demo mode and get familiar with using it to
backup the demo system. At that point you will be knowledgeable enough
to decide how to add a backup device to the live system with all
necessary software and SCO patches.
Post by Dana EckelMark
After I talked to their accountant, I basicly learned the software
isn't a database, and it was custom made.
Custom made software may be compiled C code or COBOL or anything else.
Since your list of software did not include a C development system, it
is likely to be something other then C. Be aware that COBOL and other
runtime software will live in system directories (/bin or /usr/bin) and
not in the application directory. The will likely be configuration files
in /etc as well. This becomes germaine if you go the route of setting up
a demo system and copying the application and user accounts to the demo
system for safety/testing.
--
Steve Fabac
S.M. Fabac & Associates
816/765-1670- Hide quoted text -
- Show quoted text -
need all of them to replicate, been there done it. Where are yu