Backup/RAID of HD on Old UNIX Server


 
Thread Tools Search this Thread
Operating Systems SCO Backup/RAID of HD on Old UNIX Server
# 8  
Old 10-01-2015
If your software is copy protected, then it is highly unlikely that restoring the system from a tape backup will allow you to run the application, as the inode numbers will be different.
Option 1 to continue duplicating disks will work, although you will only be able to restore the data files.
Installing a new system is no where near 20k unless you have a hundred users. I have done 5 in the last 18 months, and the most expensive was 3k. Including one with copy protected software.
This User Gave Thanks to jgt For This Post:
# 9  
Old 10-01-2015
Quote:
Originally Posted by jgt
If your software is copy protected, then it is highly unlikely that restoring the system from a tape backup will allow you to run the application, as the inode numbers will be different.
Option 1 to continue duplicating disks will work, although you will only be able to restore the data files.
Installing a new system is no where near 20k unless you have a hundred users. I have done 5 in the last 18 months, and the most expensive was 3k. Including one with copy protected software.
The 20k was updating to Windows Server and New version of App. (current version is at least 20 years old)

I just got some additional information. A bit more about the App and copy protection. Quoting maker of software:

"To get our programs and data files to work on Unix, Linux, or Windows we use another layer of software, which is a compiler from a company called Basis. This compiler is what's tied to the Unix system, and the license key is most likely tied to the MAC address of the hard drive. You were very lucky for a number of reasons that when you lost the old system the hard drive was still intact and you found an identical box."

I did not realize a HD had a MAC address, but if I am reading that correctly, backup as I am trying to do is a moot point as the restore will not work on another HD as indicated above. Maybe I am missing something, I can't believe that is correct.
# 10  
Old 10-01-2015
The network card has a mac address, the cpu has a serial number. Of course if the network card is on board then effectively the software is tied to the motherboard. What version of Basis, I have version 1.06 dated June 98.
This User Gave Thanks to jgt For This Post:
# 11  
Old 10-01-2015
Quote:
Originally Posted by jgt
The network card has a mac address, the cpu has a serial number. Of course if the network card is on board then effectively the software is tied to the motherboard. What version of Basis, I have version 1.06 dated June 98.
Well, I am certain the software is not tied to CPU or motherboard as the motherboard on the old server failed and I have already moved HD to another Server and it booted and worked.

After I verified it worked with the replacement MB and CPU, just for the heck of it, I took the CPU and Memory out of the old MB and put in the replacement server to make a powerful Dual Processor 800 Mhz PIII machine with 500 MB ram and 9 GB HD.

It is the common HP E800 server.
# 12  
Old 10-01-2015
There used to be a licencing application which was very popular with software vendors wanting licence control called FlexLM (standing for Flexible Licence Manager). This tied licence security to the MAC address of the network interface. A value was computed on the MAC address which is known as the Hostid.

If your server is running FlexLM it will have a process running the executable 'lmgrd'. See if you've got one of those.

Code:
# ps -eaf|grep lmgrd

This User Gave Thanks to hicksd8 For This Post:
# 13  
Old 10-01-2015
Quote:
Originally Posted by hicksd8
There used to be a licencing application which was very popular with software vendors wanting licence control called FlexLM (standing for Flexible Licence Manager). This tied licence security to the MAC address of the network interface. A value was computed on the MAC address which is known as the Hostid.

If your server is running FlexLM it will have a process running the executable 'lmgrd'. See if you've got one of those.

Code:
# ps -eaf|grep lmgrd

When I enter that command, it just comes back to the root prompt # with no other message.
# 14  
Old 10-01-2015
An alternative is to create an image of the disk, and use it to create a virtual system.
This User Gave Thanks to jgt For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Hardware

3ware RAID server

We have a 3ware RAID server at work, and as the appointed systems administrator (by virtue of being the one with the most knowledge) I've taken on the job of maintaining it. I've installed smartmontools on it to keep an eye on the drives and run scans every day, and looking at the data from the... (0 Replies)
Discussion started by: Krendoshazin
0 Replies

2. Filesystems, Disks and Memory

Help finding a Unix friendly RAID 1 backup

First time poster and a very new Unix user, so I'll just pre-apologize for stupid questions now. Does anybody know of a good RAID 1 hard drive backup that is Unix friendly? I want to avoid any hardcore programming. Can you recommend both NAS and non-NAS options? I need to do nightly backups... (31 Replies)
Discussion started by: c.wakeman
31 Replies

3. Linux

Help Setting up Linux Raid Server

I just built a home computer with 3TB hard drives I wanted to set up in a RAID 5 and load Ubuntu server onto it. The first thing I did was set up the drives in a RAID 5 using just the motherboard chipset software to do it, so a 'hardware' RAID basically. I installed Windows first to see if... (2 Replies)
Discussion started by: lorewap3
2 Replies

4. Hardware

Raid 0 on database server

Hi guys. if we want to use SSD drives on a database server, can we use RAID 0 configuration because of their reliability? (3 Replies)
Discussion started by: majid.merkava
3 Replies

5. Hardware

Hardware RAID on Sun T2000 Server

Hi All I have a Sun T2000 server. Couple of years ago I had configured and mirrored the boot drive with an other drive using hardware RAID 1 using raidctl command. Following is the hardware RAID output. root@oracledatabaseserver / $ raidctl RAID Volume RAID RAID Disk... (0 Replies)
Discussion started by: Tirmazi
0 Replies

6. UNIX for Dummies Questions & Answers

efficient raid file server

I need to put together a RAID1 file server for use by Windoze systems. I've built zillions of windows systems from components. I was a HPUX SE for a long time at HP, but have been out of the game for years. I've got an old workhorse mobo FIC PA-2013 with a 450 MHz K6 III+ I could use, but I'd... (2 Replies)
Discussion started by: pcmacd
2 Replies

7. Red Hat

linux server with raid controller card

I am planning on building a fedora box with raid controller (database server). Is anybody done that ? also what kind of software do you need to backup and recover data. (1 Reply)
Discussion started by: amir07
1 Replies

8. Filesystems, Disks and Memory

Adding RAID to server

Hi, I have a server that I am adding a RAID that we purchased to. The server works fine. It is running Fedora 7 and is a Dell Precision 690. When the RAID is attached, it boots up and says the following: Controller Bus #00, Device#1F, Function#02: 00 Ports No device found AHCI BIOS not... (0 Replies)
Discussion started by: user23
0 Replies

9. Filesystems, Disks and Memory

2-Ch RAID Problem in SCO Open Server

Help, if possible. In SCO Open Server with installation of two-channel RAID controller the following happens: on the channel 0 disk array is seen by an operational system, and on the channel 1 array is not seen (simultaneously). That is the operational system can not simultaneously use more than... (1 Reply)
Discussion started by: pko60
1 Replies
Login or Register to Ask a Question