Changes between Version 35 and Version 36 of Doc/ComputingCenters/IDRIS


Ignore:
Timestamp:
01/20/16 10:17:33 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/IDRIS

    v35 v36  
    4141module load cdo/1.6.5 
    4242}}} 
    43  * Avoid messages displayed when connecting on Ada and Ergon. Make sure that the command rsh ergon pwd returns a unique line with the HOME on Ada. Make sure the copy of a file using rcp works properly in the two directions. Make sure that the command ssh ergon pwd returns a unique line with the HOME of ERGON on ADA. 
     43 * Avoid messages displayed when connecting on Ada and Ergon. Do the following tests: 
     44   * Make sure that the command rsh ergon pwd returns a unique line with the HOME on Ada.  
    4445{{{ 
    45 ryyy999@ada: ssh ergon pwd 
     46ryyy999@ada: rsh ergon pwd 
    4647/arch/home/rech/yyy/ryyy999 
     48}}} 
     49   * Make sure the copy of a file using rcp works properly in the two directions. The following test transfers the file '''a''' containing the date: 
     50{{{ 
    4751ryyy999@ada: date > a ; rcp a ergon: 
    4852}}}