- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

HPSS User Access

From HLRS Platforms
Revision as of 11:17, 24 February 2010 by Hpcchris (talk | contribs) (User Access moved to HPSS User Access: misleading name)
Jump to navigationJump to search

Currently, there are two methods to access the HPSS complex:

FTP

Initiate the ftp connection to HPSS using

  ftp hpsscore 4021

when requested, please provide your username and password. The password is your general hww password (as your have it for the SX-8 for example).

Please note: For technical reasons a password change is vald on HPSS with a one day delay.

Class of Service

When putting files into HPSS you have to specify a so called class of service. The class of service depends on the file size. The following values are possible:

112: size < 2GB

122: 2GB < size < 8GB

132: size > 8GB

You have to specify the class of service for a file prior to moving the file into HPSS. Before the transfer, you have to specify at the ftp prompt:

  site setcos <cos id>

Default setting for the cos id is 112. The setting of the cos id is valid for all following file transfers.

Beside the setting of the class of service, this option works just like normal ftp.


Parallel FTP

on the following systems, there is a Parallel FTP client available:

asama.hww.de, a1.hww.de

The advantage of Parallel FTP is a file transfer which makes use of several parallel network connections or at least several parallel I/O streams.

to start the client, you should specify the number of parallel streams.

We recommend a setting of 2.

  pftp_client -w2 hpsscore 4021

When requested, please provide your username and password. The password is your general hww password (as your have it for the SX-8 for example).

Please note: For technical reasons a password change is valid on HPSS with a one day delay.

Compared to the ftp access, there is no setting for the class of service necessary as this is done automatically by the pftp_client.

For a parallel put please use the pput command instead of put. For a parallel get, please use pget.

More details of using ftp and pftp to access HPSS can be found in the official user guide which will be available here soon.

Other Access Methods

Currently, there are no other access methods available. Especially, there is currently no access to HPSS available from outside the hww network. For a transfer of stored files to your home site, please move these files to a system within hww where you have scp access. This is an intermediate solution, we plan to provide a method for a direct transfer within the next months.