Skip to content
Snippets Groups Projects
Commit 588f5e8d authored by Caughlin Bohn's avatar Caughlin Bohn
Browse files

Added warnings to a few pages about Common retiring

parent 59f4dfd2
Branches
No related tags found
1 merge request!455Added warnings to a few pages about Common retiring
......@@ -6,6 +6,14 @@ weight = "30"
{{% panel theme="danger" header="**Sensitive and Protected Data**" %}}HCC currently has *no storage* that is suitable for **HIPAA** or other **PID** data sets. Users are not permitted to store such data on HCC machines.{{% /panel %}}
{{% notice warning %}}
The Common filesystem will be retiring on June 30th, 2025!!! Any data under `/common` or `$COMMON` will be lost if it is not moved to another location before the retirement.
It is strongly recommended to begin moving data and updating workflows as soon as possible to avoid lossing data or disrupting workflows.
More information on the retirement is available on the [Common Retirement FAQ Page]({{< relref "../FAQ/common_retirement" >}}). If you have any questions about the retirement, please email <a href="mailto:hcc-support@unl.edu" class="external-link">hcc-support@unl.edu</a>.
{{% /notice %}}
All HCC machines have three separate areas for every user to store data,
each intended for a different purpose. The three areas are `/common`, `/work`, and `/home`, each with different functions. `/home` is your home directory with a quota limit of **{{< hcc-quota "swan.home.block" >}}** and is backed up for best-effort disaster recovery purposes. `/work` is the high performance, I/O focused directory for running jobs. `/work` has a **{{< hcc-quota "swan.work.block" >}} per group quota**, is not backed-up and is subject to a [purge policy]({{<relref "data_storage/#purge-policy" >}}) of **{{< hcc-quota "swan.work.purge" >}} of inactivity on a file**. `/common` works similarly to `/work` and is mounted with read and write capabilities on all HCC clusters, meaning any files on `/common` can be accessed from all of HCC clusters unlike `/home` and `/work` which are cluster dependant. More information on the three storage areas on HCC's clusters are available in the [Data Storage]({{<relref "data_storage">}}) page.
{{< figure src="/images/storage_overview_graphic.png" height="500" class="img-border">}}
......
......@@ -29,6 +29,14 @@ intended as an area for I/O to active jobs.
---
### Common Directory
{{% notice warning %}}
The Common filesystem will be retiring on June 30th, 2025!!! Any data under `/common` or `$COMMON` will be lost if it is not moved to another location before the retirement.
It is strongly recommended to begin moving data and updating workflows as soon as possible to avoid lossing data or disrupting workflows.
More information on the retirement is available on the [Common Retirement FAQ Page]({{< relref "../../FAQ/common_retirement" >}}). If you have any questions about the retirement, please email <a href="mailto:hcc-support@unl.edu" class="external-link">hcc-support@unl.edu</a>.
{{% /notice %}}
{{% notice info %}}
You can access your common directory quickly using the $COMMON
environmental variable (i.e. '`cd $COMMON`')
......
......@@ -18,6 +18,14 @@ needs. For truly robust file backups, we recommend combining multiple
methods. For example, use Git regularly along with manual backups to an
external hard-drive at regular intervals such as monthly or biannually.
{{% notice warning %}}
The Common filesystem will be retiring on June 30th, 2025!!! Any data under `/common` or `$COMMON` will be lost if it is not moved to another location before the retirement.
It is strongly recommended to begin moving data and updating workflows as soon as possible to avoid lossing data or disrupting workflows.
More information on the retirement is available on the [Common Retirement FAQ Page]({{< relref "../../FAQ/common_retirement" >}}). If you have any questions about the retirement, please email <a href="mailto:hcc-support@unl.edu" class="external-link">hcc-support@unl.edu</a>.
{{% /notice %}}
---
### 1. Use your local machine:
......
......@@ -4,6 +4,14 @@ description = "How to use HCC's /common file system"
weight = 30
+++
{{% notice warning %}}
The Common filesystem will be retiring on June 30th, 2025!!! Any data under `/common` or `$COMMON` will be lost if it is not moved to another location before the retirement.
It is strongly recommended to begin moving data and updating workflows as soon as possible to avoid lossing data or disrupting workflows.
More information on the retirement is available on the [Common Retirement FAQ Page]({{< relref "../../FAQ/common_retirement" >}}). If you have any questions about the retirement, please email <a href="mailto:hcc-support@unl.edu" class="external-link">hcc-support@unl.edu</a>.
{{% /notice %}}
### Quick overview:
- Connected read/write to all HCC HPC cluster resources – you will see
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment