OCTOPUS has a different file system from the SQUID.
On this page, we introduce how to transfer data between these systems.
 

    †This page introduces the procedure that should be done on OCTOPUS.
     If you want to do on SQUID, please see the following page.
    procedure on SQUID

 

How to File Transfer betweeen same accounts

If you have the same account on SQUID and OCTOPUS, please adopt this way. You can access from OCTOPUS frontend server to a part of SQUID's file system. In the case, please note that file pass differs by depending on file systems.

file pass on SQUID file pass in the case of accessing from OCTOPUS *
home area on SQUID /sqfs/home/ /sqfs/home/
work area on SQUID /sqfs/work/ /sqfs/work/
SSD area on SQUID /sqfs/ssd/ /sqfs/ssd/

* OCTOPUS caliculation node can not access to SQUID. You can only transfer any file on OCTOPUS frontend server.

 
The following is an example command of a transfer. The userID is "a61234".
- from SQUID to OCTOPUS 

    + If you want to transfer the file "sample.f" onto the home directory on SQUID to the home directory on OCTOPUS:

% cp /sqfs/home/a61234/abc ~

- from OCTOPUS to SQUID

    + If you want to transfer the file "sample2.f" onto the home directory on OCTOPUS to the home directory on SQUID:

% cp ~/sample2.c /sqfs/a61234/