Useful Commands
This section describes some useful commands available for interacting with GLUON.
Gluon Quota
gluonquota
is a script to retrieve user quota information in the GLUON system.
Usage:
[gluon_user@glui01 ~]$ gluonquota
Description:
Retrieves the quota for the user in /lhome/ific/.
Lists the groups the user belongs to and checks if they have a Lustre project directory.
If the group has a Lustre directory, it displays its quota.
Example Output:
--------------------------------------------------------
Disk quotas for user jdoe (uid 12345):
Filesystem space quota limit grace files quota limit grace
/lhome/ific/j 10G 50G 60G - 1000 5000 6000 -
--------------------------------------------------------
Disk quotas for project 6010:
Filesystem space quota limit grace files quota limit grace
/lustre/ific.uv.es/prj/gl 500G 1T 1.2T - 50000 100000 120000 -
--------------------------------------------------------
Gluon Status
gluonstatus
is a script to check the status of GLUON nodes.
Usage:
[gluon_user@glui01 ~]$ gluonstatus
Description:
Retrieves available CPUs and memory on each node.
Displays the maximum runtime allowed per node.
The information is gathered using condor_status.
Example Output:
***********************************************************
* WN CPUs Mem. (GB) Max RunTime *
* ------ ------ ---------- ----------- *
* glwn01 96/96 251/251 2 hours *
* glwn03 36/96 51/251 24 hours *
* glwn05 36/96 51/251 24 hours *
***********************************************************