Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting;

...

The following example shows how a small directory tree is copied to a user account named charon from another system:


Div

$ scp -r ./Tmp charon@192.168.2.107:

charon@192.168.2.107's password:

file4.txt  100%    0     0.0KB/s   00:00   

file3.txt  100%    0     0.0KB/s   00:00   

file1.txt  100%    0     0.0KB/s   00:00   

file2.txt  100%    0     0.0KB/s   00:00


...

The following example shows how a directory structure is recursively copied from the guest system (IP address 192.168.2.107 in the example) by another system:


Div
classcommandline

$ sftp charon@192.168.2.107

charon@192.168.2.107's password:

Connected to 192.168.2.107.

sftp> ls Tmp

Tmp/A  Tmp/B  Tmp/C 

sftp>

sftp> get -r Tmp/

Fetching /home/charon/Tmp/ to Tmp

Retrieving /home/charon/Tmp

Retrieving /home/charon/Tmp/B

Retrieving /home/charon/Tmp/B/b

Retrieving /home/charon/Tmp/B/a

Retrieving /home/charon/Tmp/A

Retrieving /home/charon/Tmp/A/b

Retrieving /home/charon/Tmp/A/a

Retrieving /home/charon/Tmp/C

sftp>

sftp> bye


...

Warning

Charon-HPA comes with MPE/iX 7.5 - . Note that there are significant restrictions for earlier MPE/iX releases. Charon-HPA may not run with such releases. When using the provided system disk, you must not overwrite any MPE files with copies from earlier MPE releases. As a general rule, specify the ;KEEP keyword on :RESTORE commands, especially when using STORE tapes that may contain PUB.SYS files. It is strongly recommended to use the MPE/iX 7.5 disk provided by Stromasys. Should you have different requirements, please discuss them with your Stromasys representative.

...

When using HP or third-party Store, you should specify the ;COMPRESS (or equivalent) keyword to ensure that the resulting archive files are as small as possible. Compression can reduce space required to store TurboIMAGE files quite considerably. The ;PARTDB keyword is also recommended, to include any partial database files you may have.
You need to To ensure that all files in the Hierarchical File System (HFS) are included . This is accomplished by storing store the " / " fileset,; Store also interprets the " @.@.@ " fileset as " / ".

...

There are two ways you can connect a tape device to a Charon-HPA host system. If you build your server with a SCSI card, you can connect any SCSI tape device that works with the HP3000. You can also connect a HP USB DAT 72 drive to the Charon-HPA host system which offers a low-cost solution if you currently use DDS3 or DDS4 media.

...