diff --git a/content/handling_data/data_storage/integrating_box_with_hcc.md b/content/handling_data/data_storage/integrating_box_with_hcc.md index 4b3e0416610690b0d954e26f316c889250e67778..5bffcf4282f057734ea318df316280d68abc78e2 100644 --- a/content/handling_data/data_storage/integrating_box_with_hcc.md +++ b/content/handling_data/data_storage/integrating_box_with_hcc.md @@ -4,7 +4,7 @@ description = "How to integrate Box with HCC" weight = 50 +++ -{{% notice info %}} +{{% notice warning %}} NU no longer has an active arrangement with <a href="https://www.box.com/" class="external-link">Box.com</a> and has migrated to Microsoft 365 services. Please visit our page on [using rclone for file transfer]({{< relref "using_rclone_with_hcc" >}}) or [using OneDrive with Globus]({{< relref "activating_unl_onedrive" >}}) (UNL only) for instructions on how to access your NU Microsoft 365 storage from HCC resources. diff --git a/content/handling_data/using_scratch_space.md b/content/handling_data/data_storage/using_scratch_space.md similarity index 96% rename from content/handling_data/using_scratch_space.md rename to content/handling_data/data_storage/using_scratch_space.md index 7d97125a27a3236731392c1c312ba64027fad836..d4f32ea161060f3b06acb915ba845089becc0984 100644 --- a/content/handling_data/using_scratch_space.md +++ b/content/handling_data/data_storage/using_scratch_space.md @@ -20,8 +20,8 @@ Using the correct tool for task at hand is important (tool being worker node loc - non-sequential/random seeking over file contents - rapid temporary file i/o patterns involving a mixture of the above -{{% notice info %}} -When a permanent location on the cluster (such as *$WORK|$COMMON*) is used for the analyses from above (avoid [$HOME]({{< relref "./data_storage/#home-directory" >}}) intended for code/scripts/programs only), various issues can occur that can affect the cluster and everyone using it at the moment. +{{% notice warning %}} +When a permanent location on the cluster (such as *$WORK|$COMMON*) is used for the analyses from above (avoid [$HOME]({{< relref "../data_storage/#home-directory" >}}) intended for code/scripts/programs only), various issues can occur that can affect the cluster and everyone using it at the moment. {{% /notice %}} ## How to use Scratch? diff --git a/content/handling_data/data_transfer/_index.md b/content/handling_data/data_transfer/_index.md index 3717077b3d42092e548c6262cca02ebaf9bba969..b8d14b25fa2a0822d197154d386f836e283610c4 100644 --- a/content/handling_data/data_transfer/_index.md +++ b/content/handling_data/data_transfer/_index.md @@ -11,10 +11,19 @@ highly encouraged to consider using [Globus Connect]({{< relref "../data_transfer/globus_connect/" >}}). --- -### Using Box +### Using OneDrive -You can use your [UNL -Box.com]({{< relref "integrating_box_with_hcc" >}}) account to download and +You can use your [Microsoft OneDrive Account]({{< relref "using_rclone_with_hcc" >}}) account to download and upload files from any of the HCC clusters. +--- +### SCP/RSYNC + +HCC supports using standard scp or rsync protocols; however clients must properly support two-factor authentication. Examples are provided +for [command-line scp]({{< relref "scp" >}}), [WinSCP]({{< relref "winscp" >}}), and [Cyberduck]({{< relref "cyberduck" >}}). +--- +### Open OnDemand +HCC supports [Open OnDemand]({{< relref "open_ondemand" >}}), a web-based portal for access to the Swan cluster. Open OnDemand +may also be used to [transfer files]({{< relref "managing_and_transferring_files" >}}) to and from the cluster. This method is not +recommended for transferring large amounts of data or large numbers of files.