Backup/RAID of HD on Old UNIX Server


 
Thread Tools Search this Thread
Operating Systems SCO Backup/RAID of HD on Old UNIX Server
# 22  
Old 10-03-2015
No, it is an older 6 or 7 inch tape, but I am sure I could find a drive that fits it and and borrow an old system. A DC600 cartridge?

Actually thought about what you are suggesting. question, is my SCO unix going to be copy protected with a product key like modern windows that will prevent install? No. The only issue is if there are two servers on the same local area network with the same serial number.

Regardless, if I can, I probably going to install UNIX just to play with/learn it.

Also, the APP SW peeps keep telling be BASIS license is tied to HD and it will not work on another HD? I am going to try to contact BASIS Monday.
Most likely the install uses a technique to save the inode number of one of the files in a file; meaning that you cannot copy an installed version to another system.

Another thing I thought about, not sure if it will work, Back up my data daily via FTP and clonezilla the HD. If HD it crashes restore the HD from clonezilla and copy my updated data to the new HD. Of course, this only works if BASIS will re-license me for the new HD AND Clonezilla will clone a UNIX HD that will actually boot...
Using clonezilla, you do not need to re-license Basis, as the inode numbers do not change, you only have to install the pre-configured replacement drive, and restore the data.
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
BACKUP_DELDUMP(8)					       AFS Command Reference						 BACKUP_DELDUMP(8)

NAME
       backup_deldump - Deletes a dump level from the Backup Database

SYNOPSIS
       backup deldump -dump <dump level name> [-localauth]
	   [-cell <cell name>] [-help]

       backup deld -d <dump level name> [-l]
	   [-c <cell name>] [-h]

DESCRIPTION
       The backup deldump command deletes the indicated dump level and all of its child dump levels from the dump hierarchy in the Backup
       Database. Use the backup listdumps command to display the dump hierarchy.

OPTIONS
       -dump <dump level name>
	   Specifies the complete pathname of the dump level to delete.

       -localauth
	   Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. The backup command interpreter presents it to
	   the Backup Server, Volume Server and VL Server during mutual authentication. Do not combine this flag with the -cell argument. For more
	   details, see backup(8).

       -cell <cell name>
	   Names the cell in which to run the command. Do not combine this argument with the -localauth flag. For more details, see backup(8).

       -help
	   Prints the online help for this command. All other valid options are ignored.

EXAMPLES
       The following command deletes the dump level "/sunday1/monday1" from the dump hierarchy, along with any of its child dump levels.

	  % backup deldump /sunday1/monday1

PRIVILEGE REQUIRED
       The issuer must be listed in the /etc/openafs/server/UserList file on every machine where the Backup Server is running, or must be logged
       onto a server machine as the local superuser "root" if the -localauth flag is included.

SEE ALSO
       backup(8), backup_adddump(8), backup_listdumps(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							 BACKUP_DELDUMP(8)