...
Code Block |
---|
the headnode is running at 128.55.56.51. It has a copy of the /common and /home fs from the other image taken last night. # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/vda1 10321208 4363536 5433384 45% / /dev/vda2 9322300 52 8848700 1% /mnt /dev/vdb 51606140 10893984 38090716 23% /common /dev/vdc 30963708 189028 29201816 1% /home /dev/vdd 103212320 192252 97777188 1% /data The idea is to share /common, /home and /data across the worker nodes. So if you want to set up some things for the cluster this will be the one to use. |
Quota on /project disk, from Eric
Code Block |
---|
You can use prjquota to check the quotas on NFG (/project) like this:
pdsf4 88% prjquota star
------ Space (GB) ------- ----------- Inode -----------
Project Usage Quota InDoubt Usage Quota InDoubt
-------- ------- ------- ------- ------- ------- -------
star 1011 1536 1 842365 1000000 1075
pdsf4 89%
So STAR has a quota of 1.5TB now.
|
aaaaaaa