Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Atos update

...

Certificates are PEM/Base64 encoded ASCII files. OpenSSL can be used to decode and display certificate components. The expiry of the various ECaccess services can be displayed with the command ecaccess-certificate-list:

ecgateuid@ad6-101{/home/ectrain/trxuid}:1 --> ecaccess> ecaccess-certificate-list
submitJob            168h     Jan 18 11:56         job submission
getJobList           168h     Jan 18 11:56         job list
deleteJob            168h     Jan 18 11:56         delete a job
getJobResult         168h     Jan 18 11:56         job result
deleteFile           168h     Jan 18 11:56         delete file
getFileList          168h     Jan 18 11:56         get file list
mkdir                168h     Jan 18 11:56         make directory
getFileSize          168h     Jan 18 11:56         get file size
readFile             168h     Jan 18 11:56         read file
writeFile            168h     Jan 18 11:56         write file
moveFile             168h     Jan 18 11:56         move file
rmdir                168h     Jan 18 11:56         remove directory
chmod                168h     Jan 18 11:56         change file mode
getTempFile          168h     Jan 18 11:56         create temporary file
getTransferList      168h     Jan 18 11:56         get transfer listsubmitJob            168h     Jan 18 11:56         job submission
getJobList           168h     Jan 18 11:56         job list
deleteJob            168h     Jan 18 11:56         delete a job
getJobResult         168h     Jan 18 11:56         job result
deleteFile           168h     Jan 18 11:56         delete file
getFileList          168h     Jan 18 11:56         get file list
mkdir                168h     Jan 18 11:56         make directory
getFileSize          168h     Jan 18 11:56         get file size
readFile             168h     Jan 18 11:56         read file
writeFile            168h     Jan 18 11:56         write file
moveFile             168h     Jan 18 11:56         move file
rmdir                168h     Jan 18 11:56         remove directory
chmod                168h     Jan 18 11:56         change file mode
getTempFile          168h     Jan 18 11:56         create temporary file
getTransferList      168h     Jan 18 11:56         get transfer list

As can be seen from the output, for a normal user-id the validity is 168 hours (7 days) for all services. The date/time shown refers to the expiration of the certificate.

...

To display the "Message of the day" (/etc/motd on ecgatethe Atos HPC (ecs-login or hpc-login)) containing announcements of upcoming system sessions etc., use the command ecaccess-cosinfo:

-> ecaccess-cosinfo
*******************************************************************************
*                                                                             *
*                                                                             *
*  Welcome to AIX Version 5.3!                                                *
*                                                                             *
*                                                                             *
*  Please see the README file in /usr/lpp/bos for information pertinent to    *
*  this release of the AIX Operating System.                                  *
*                                                                             *
*                                                                             *
*******************************************************************************

ECMWF SYSTEM SESSIONS> ecaccess-cosinfo
ECMWF SYSTEM SESSIONS
--------------------

WEDNESDAY the 12th of JANUARY 2011WEDNESDAY the 25th of JANUARY 2023:
----------------------------------

08:30-10:30 UTC Mars and ECFS System Session30 UTC Mars and ECFS System Session:
impact: Mars and ECFS will be unavailable

To reread the message please use: more /etc/motd or cat  Mars and ECFS will be unavailable

To reread the message please use: more /etc/motd or cat /etc/motd

==============================================================================

...

Domain valuePurpose
home:the ecgate Atos HPC $HOME file system
scratch:the ecgate Atos HPC $SCRATCH file system
ec:the ECFS domain ec:
ectmp:the ECFS domain ectmp:
host-name:any server at ECMWF, e.g. c2aecs-login

If no domain is specified then an absolute path will translate to an absolute path on the ecgate server Atos HPC and a relative path will translate to a path in the HOME directory of the current user. If no user-id is specified then the current user-id is selected by default. When you specify a host-name you are by default under the root directory; the user-id parameter can not be used with a host-name. File location examples:

bin/a.outfile a.out in directory $HOME/bin of the current user
home:bin/a.outfile a.out in directory $HOME/bin of the current user
/tmp/a.outfile a.out in directory /tmp on ecgateecs-login
home:/xzy/bin/a.outfile a.out in directory $HOME/bin of user xzy
ec:bin/a.outfile a.out in directory bin in the current user's ECFS domain ec:
ec:/xzy/bin/a.outfile a.out in directory bin in user xzy's ECFS domain ec:
c2ahpc-login:/c2aec/tmp/groupvol/xzy/a.outfile a.out in directory /c2aec/tmp/systemsvol/xzy/ on c2ahpc-login

Table 4: Web Toolkit commands for file management (ecaccess-file-*).

...