CommunityData:Hyak Mox migration: Difference between revisions

From CommunityData
(Created page with "=== Moving files from ikt to mox === You can copy files at high speed without a password between the Hyak systems using commands like the ones below (instructions from the [h...")
 
No edit summary
Line 1: Line 1:
=== Moving files from ikt to mox ===
This page includes resources that are useful for migration from Ikt to Mox (completed in June 2020) in Hyak.
 
== Moving files from ikt to mox ==


You can copy files at high speed without a password between the Hyak systems using commands like the ones below (instructions from the [http://wiki.cac.washington.edu/display/hyakusers/Hyak+mox+Overview Hyak documentation]).
You can copy files at high speed without a password between the Hyak systems using commands like the ones below (instructions from the [http://wiki.cac.washington.edu/display/hyakusers/Hyak+mox+Overview Hyak documentation]).

Revision as of 02:08, 20 May 2020

This page includes resources that are useful for migration from Ikt to Mox (completed in June 2020) in Hyak.

Moving files from ikt to mox

You can copy files at high speed without a password between the Hyak systems using commands like the ones below (instructions from the Hyak documentation).

From ikt to mox

   ikt1$ hyakbbcp myfile mox1.hyak.uw.edu:/gscratch/comdata/users/YOUR_ID/YOUR_DIR
   ikt1$ hyakbbcp -r mydirectory mox1.hyak.uw.edu:/gscratch/comdata/users/YOUR_DIR

From mox to ikt

   mox1$ hyakbbcp myfile ikt1.hyak.uw.edu:/com/users/YOUR_DIR
   mox1$ hyakbbcp -r mydirectory ikt1.hyak.uw.edu:/com/users/YOUR_DIR