Mirror 4meg SCSI to Larger


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Mirror 4meg SCSI to Larger
# 1  
Old 01-25-2001
Tools

I have a Unix based system running my POS (Point of sale) system that uses two 4.1 gig hard drives. I use the

./diskcopy

command to mirror master to Backup

My problem is 4.1 gig hard drives are no longer available new so I need to move to a larger cap drive but for my command to work the 2 drives must be physically the same.

What should do to mirror (os & data) to a larger physical drve?

Are there util programs to do this?

Possible 11th user of UNIX Smilie
# 2  
Old 01-25-2001
Depending on which flavor of Unix you are running, you may have a proper mirror tool available as part of an LVM.

If not, something like dd, tar, cpio, etc could be used.
# 3  
Old 01-26-2001
Question Newbie Jitters (SCO 5.0)

SCO 5.0 Unix is the flavor......

I come from DOS world and haven't got this UNIX world figured out.... well I am just trying to do a few things.

I am not familiar with the acronyms you used previously so more detail would be very helpful and appreciated.

If I need to find out more info and post it I will be glad to do so.

There must be a command line to do what i want i just don't have a clue what it is.....

I have a pentium prossessor with 3.5 floppy and two H.D. only, no CD or other devices. Drive 0 is the master Drive 1 is the (Backup)Drive. I am going to assume the command
./diskcopy
is a call for a script or batch file (I really don't know)
since it doesn't appear to be a command word in UNIX.

Any suggestions of what I can enter and try would be GREAT.

I have a Beta site to try things on.

Thanks for your help so far and for your responses.....
# 4  
Old 01-26-2001
./diskcopy is more-than-likely a shell script (and not too big). It would help if you posted the script. We could take a look at the script and be more helpful.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Larger window

I would like the window that this opens to be larger. Can it be modified to do so? Thanks. #!/usr/bin/env python3 # Text snippets are in /home/andy/.config/snippet_paste/ import os import subprocess home = os.environ directory = home+"/.config/snippet_paste" if not... (4 Replies)
Discussion started by: drew77
4 Replies

2. Shell Programming and Scripting

Output Row if Third Column is Larger

Hi, I am fairly new to Unix scripting. We are running Solaris 5.10. I have the following question: Assume a text file with one text column, followed by 2 integer columns. How would I generate a script or, preferably, a command that will output the rows in which the value of the third... (6 Replies)
Discussion started by: QZ1
6 Replies

3. HP-UX

What is the difference between DRD and Root Mirror Disk using LVM mirror ?

what is the difference between DRD and Root Mirror Disk using LVM mirror ? (3 Replies)
Discussion started by: maxim42
3 Replies

4. AIX

Clone or mirror your AIX OS larger disk to smaller disk ?

hello folks, I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
Discussion started by: filosophizer
9 Replies

5. Solaris

What is mirror and sub mirror in RAID -1 SVM

Hi , I am new to SVM .when i try to learn RAID 1 , first they are creating two RAID 0 strips through metainit d51 1 1 c0t0d0s2 metainit d52 1 1 c1t0d0s2 In the next step metainit d50 -m d51 d50: Mirror is setup next step is metaattach d50 d52 d50 : submirror d52 is... (7 Replies)
Discussion started by: vr_mari
7 Replies

6. Solaris

ZFS Mirror versus Hardware Mirror

I've looked a little but haven't found a solid answer, assuming there is one. What's better, hardware mirroring or ZFS mirroring? Common practice for us was to use the raid controllers on the Sun x86 servers. Now we've been using ZFS mirroring since U6. Any performance difference? Any other... (3 Replies)
Discussion started by: Lespaul20
3 Replies

7. AIX

mirror external scsi to san

Hi, How do I mirror an external scsi vg to one hdisk san? The vg has multiple hdisks and the san hdisk has only one. Is this possible or do I need to create the same hdisks as the scsi? What I meant is, if the scsi vg has 10 hdisk then I need to create also 10 hdisk of san with the same... (6 Replies)
Discussion started by: itik
6 Replies

8. Shell Programming and Scripting

Grab a smaller and larger value

Hi All, I am trying to grab a term which is just smaller and larger than the assigned value using the below code. But there seems to be some problem. The value i assign is 25 so i would expect it to output a smaller value to be 20 instead of 10 and 20 and larger value to be 30 instead of 30 and... (3 Replies)
Discussion started by: Raynon
3 Replies

9. Solaris

Upgrading To Larger Disk?

I have just been assigned the task of upgrading to a larger disk on a e250; however, I am use to working on Linux and x86 hardware. I would be very appreciative if someone could inform me on how this procedure can be done safely. To begin with, the e250 has a 18 Gig primary scsi disk and a 18... (3 Replies)
Discussion started by: cstovall
3 Replies
Login or Register to Ask a Question