compacdata.com
Compact Data Works - Disaster Recovery and Storage Solutions
 

JetStream Menu

 

 

 

 

 

 

 

 

 

JetStream file replication

 

 

'...far and away, the fastest network copy there is!'

 

 

 

 

JetStream file replication examples

 

 

These examples show how to perform basic file copy/replicate operations using JetStream for OpenVMS.

 

JetStream can copy files or directories to local disks or remote disks. The JetStream command syntax is similar to VMS Copy syntax and many of the command qualifiers are similar.

 

In the following examples, the local node is alpha. Remote nodes include beta, delta, and omega. The nodes may be any combination of AXP and IA64 systems.

 

 

 

Network File Copy

 

  • Copy some files on a local disk to a remote disk using TCP/IP.

 

alpha$ JETS/TCP *.DBS beta::DKA0:[SAVEDATA]

 

  • Replicate some files on a local disk to 3 remote disks at the same time using DECnet.

 

alpha$ JETS*.DBS beta::DKA0:[SAVEDATA],delta::DKA100:[USERDIR],omega::DKA0:[NEWDIR]

 

  • Replicate some files on a local disk to 2 remote disks and another local disk at the same time using TCP/IP.

 

alpha$ JETS/TCP *.DBS beta::DKA0:[SAVEDATA],delta::DKA100:[USERDIR],alpha::DKA0:[NEWDIR]

 

 

 

Local File Copy

 

  • Copy some files on a local disk to another local disk. The disks may be clustered.

 

alpha$ JETS/LOCAL*.DBS DKA0:[SAVADATA]

 

  • Replicate some files on a local disk to 2 other local disks. The disks may be clustered.

 

alpha$ JETS/LOCAL*.DBS DKA0:[SAVADATA],DKA300:[NEWDATA]