Here are a few suggestions:
hpc-announce
mailing list.#hpc
channel in our BioITX Slack team workspace, where traffic on this mailing list is posted automatically for your convenience and to facilitate discussion or answering questions.Home directories on Cheaha are available via SMB share, which can be mounted to the file system.
For example, on a Windows computer, you can Map Network Drive to \\files.uabgrid.uab.edu\<blazerid>
.
I suggest an e-mail to SUPPORT@LISTSERV.UAB.EDU, which is the support request mailing list for UAB HPC, monitored by Research Computing.
This has an advantage over an e-mail to askit@uab.edu. While both will create a ticket in ServiceNow, if you e-mail SUPPORT@LISTSERV.UAB.EDU, the ticket will be routed directly to Research Computing, which should eliminate the risk of delays due to mis-routed ServiceNow tickets.
For your labs, I suggest requesting "project storage". Here are conventions we are following:
$SHARE_PROJECT/<foo>lab
, where foo is investigator name or some other moniker.$SHARE_PROJECT/biokdd-lab
$SHARE_PROJECT/chonglab
$SHARE_PROJECT/daylab
drwxrws--- 3 jakechen biokdd 512 Apr 24 2017 biokdd-lab
drwxrws---+ 5 zchong chonglab 512 Nov 29 16:06 chonglab
We have also established project storage at $SHARE_PROJECT/bioitx
.
bioitx
Unix group members.See https://docs.uabgrid.uab.edu/wiki/Cheaha_GettingStarted#Storage for official documentation.
On the UAB IT Server Management page in ServiceNow, under the Included tab, there is a link to a Service Level Agreement PDF document.
The mmlsquota
command (and related mmfs tools) is no longer in your PATH
by default so you will either need to add /usr/lpp/mmfs/bin
to your PATH
variable or use the full path.
Here are a couple examples:
/usr/lpp/mmfs/bin/mmlsquota --block-size=auto -v -j bioitx data
/usr/lpp/mmfs/bin/mmlsquota --block-size=auto -u $USER data:user
A big TY to Mike Hanby in Research Computing for his help on this FAQ item.