@@ -61,6 +61,7 @@ Yes. Please see [Virtual environments]({{site.baseurl}}{% link software/virtual-
...
@@ -61,6 +61,7 @@ Yes. Please see [Virtual environments]({{site.baseurl}}{% link software/virtual-
### How can I check my disk quota and disk usage?
### How can I check my disk quota and disk usage?
{% comment %}
To check the disk quota of your home directory ( /home/username ), you can use the repquota command which prints a summary of the disc usage and quotas for the specified file systems.
To check the disk quota of your home directory ( /home/username ), you can use the repquota command which prints a summary of the disc usage and quotas for the specified file systems.
$ /usr/sbin/repquota -a -s
$ /usr/sbin/repquota -a -s
...
@@ -77,20 +78,13 @@ Hard Limit -> This is the absolute maximum disk space or number of files a user
...
@@ -77,20 +78,13 @@ Hard Limit -> This is the absolute maximum disk space or number of files a user
Grace Period -> The amount of time a user is allowed to exceed the soft limit before they are required to get back under it. If this period expires, the soft limit becomes enforced like a hard limit.
Grace Period -> The amount of time a user is allowed to exceed the soft limit before they are required to get back under it. If this period expires, the soft limit becomes enforced like a hard limit.
File limits (inodes) -> These limit the number of files a user can create, regardless of their size.
File limits (inodes) -> These limit the number of files a user can create, regardless of their size.
{% endcomment %}
To check the quota of the main project storage (parallel file system - `/fs1/projects/<project>`), you can use this command:
$ mmlsquota -j <project_name> fs1
To check the quota of the main project storage (parallel file system - `/fs1/proj/<project>`), you can use this command:
The -j option specifies that you are querying a fileset, which is how quotas are set on different directories in GPFS.
$ mmlsquota -j <fileset_name> <filesystem_name>
The -j option specifies that you are querying a fileset. Filesets in GPFS are similar to directories that can have independent quota limits.
fileset_name -> This is the name of the fileset whose quota you want to check.
filesystem_name -> The name of the GPFS filesystem in which the fileset resides.
example: mmlsquota -j project_fileset gpfs1
### How many CPU hours have I spent?
### How many CPU hours have I spent?
...
@@ -124,6 +118,7 @@ your local PC.
...
@@ -124,6 +118,7 @@ your local PC.
Please read about Interactive jobs at [Submitting jobs]({{site.baseurl}}{% link jobs/submitting-jobs.md %}).
Please read about Interactive jobs at [Submitting jobs]({{site.baseurl}}{% link jobs/submitting-jobs.md %}).
{% comment %}
### My ssh connections are dying / freezing
### My ssh connections are dying / freezing
How to prevent your ssh connections from dying / freezing.
How to prevent your ssh connections from dying / freezing.