Backup Hard Disk Xenix System V


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Backup Hard Disk Xenix System V
# 1  
Old 04-20-2011
Backup Hard Disk Xenix System V

Hey all,

At my work we have an installation that runs on a Xenix System V coupled with a PLC.
Now I have to take a backup of the complete Hard Disk from the PC but have no idea how to manage this.

Could someone help me and tell me which steps I have to take.

Thanx.
# 2  
Old 04-20-2011
PLC=Programmable Logic Controller? Presumably this is a 25-year old computer in some sort of production environment. Even power cycling something this old is high risk.

1) Make sure you have the unix root password.

2) Obtain a hardware and software inventory and find out what you have got.
Find original receipts, manuals, media etc. .
If it has a backup device, see if there are directions.

3) If you have several of these, check whether they are clones of a master system which has a backup device fitted.

4) Consider contacting the original suppliers.

5) Consider hiring a specialist data recovery company to make the backup.
# 3  
Old 04-20-2011
Since Xenix compiled programs will run on the current version of SCO (either 5.0.7 or 6.0.0) all you really need to backup is the programs and data.
You could use tar to back up all this to diskettes, slow but easily accomplished.
Code:
tar ctv6  /usr /u    # backs up all of /usr and /u to 3-1/2 diskettes

Check /etc/default/tar for the number that corresponds to your device.
Code:
/dev/rfd0135ds18 is drive 0 (A), 135 tracks, 18 sectors per track. (1.44mb)
/dev/rfd096ds15 is drive 0 (A), 96 tracks, 15 sectors per track  (1.2mb)

Tar will automatically create multi disk volumes.
If you have a 5-1/4 diskette drive only, then you would probably be better off replacing it with a 3-1/2

You can duplicate the disk using Norton Ghost, however, depending upon the specific release of Xenix, only hard drives that are listed in the BIOS can be used.

The larger problem is the PLC, if it is connected using a specific purpose ISA or EISA card you are very unlikely to find a replacement PCI card that would use the same software.
# 4  
Old 04-20-2011
@jgt: so it is possible to make a complete copy of the hard drive with norton ghost? Is norton ghost not only for making images of a windows PC?
# 5  
Old 04-20-2011
ghost or not, there's various ways of making copies of the disk, but that depends what the hardware is. Depending on how old it is, it may not even be useful to do so.
# 6  
Old 04-20-2011
You can make a duplicate of the Xenix partition using Norton Ghost, you would have to install the drive in a system running the appropriate DOS/Windows operating system. But, you cannot change the size of the partition, and, you probably would not be able to use the copied drive in the current machine.
The newest machine that you could use would likely be a P3 with both PCI and ISA slots.
I have assumed that the disk is IDE/MFM and not SCSI.
You could also add a second disk to the current system, and use dd to copy the contents of drive 0 to drive 1. The same problem of having the MB recognize a new disk still exists though.
# 7  
Old 04-20-2011
Another way which is often used for forensics is to use dd and netcat to "pipe" the partition image to another system.

You do this by starting a netcat listener (nc -l -p <port>) on another system which has enough space to store an image of the XENIX disk or partition and on XENIX system do dd <dd options> | nc <hostname> <port>.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

2. Solaris

backup the whole system to a usb disk.

Hi dears, i´m working with a sun sparc server(M4000) , solaris 10 installed. I need a little help, because i wanna know if is it possible to backup the whole system in a usb disk. I´m gonna explain you a little more why i want to do it. Currently i have installed a Solaris 10 working with... (5 Replies)
Discussion started by: botella
5 Replies

3. Solaris

Broken system disk - mount a zfs backup fs

I have installed Solaris 11 Express on my machine. I have made a script which would take snapshots of all the rpool filesystems every day and send them to a (local) hard drive. There is a zpool on that drive called backup. Now in case of a system failure, I will act according to a manual on the... (1 Reply)
Discussion started by: RychnD
1 Replies

4. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

5. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

6. SCO

declare disk driver for IDE hard disk

hi I've a fresh installation of SCO 5.0.7 on the IDE hard disk. For SCSI hard disk I can declare, for example blc disk driver using: # mkdev hd 0 SCSI-0 0 blc 0but it works for IDE hard disk? (3 Replies)
Discussion started by: ccc
3 Replies

7. UNIX for Dummies Questions & Answers

Hard Disk at 99% Help!

:eek: I use this Solaris to run CMS a call acounting software package for my job. No one could run reports today because it said the this when you logged on "The following file systems are low, and could adversely affect server performance: File system /: 99%full" Can some one please explain... (9 Replies)
Discussion started by: mannyisme
9 Replies

8. UNIX for Dummies Questions & Answers

backup disk to disk to tape question

Hi all I had started to learn how to backup disk to disk to tape method Firstly I had backup to my NAS tar czvf /MyNetworkStorge/backup.tar /home Secondly I using dd command to copy the tar to tape dd if=/MyNetworkStorge/backup.tar of=/dev/tape0 But the tape drive always hang.... (5 Replies)
Discussion started by: lijiajin
5 Replies

9. UNIX Desktop Questions & Answers

Hard Disk

I have a cuestion. How Can I to add other hard disk to my computer? I need to configurate anyone? (4 Replies)
Discussion started by: hmaraver
4 Replies

10. Filesystems, Disks and Memory

hard disk meltdown

I had an issue with a second hard disk in my machine. I have a sparc station running solaris 7. It was working fine but now it wont mount on boot up and when you try to mount it manually it gives an I/O error. I tried a different disk as a control which was fine. What I want to know is if my... (3 Replies)
Discussion started by: Henrik
3 Replies
Login or Register to Ask a Question