Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IBM General Parallel File System (GPFS) is a high performance parallel filesystem  featuring storage virtualization, high availability and is designed to manage large amounts of file data,  You can find out more about GPFS in this introduction.

 

  • Checking your

    gpfs

    GPFS quotas on the Atlas cluster

    By default all users of the atlas gpfs space get 100 GB in the u directory and 2 TB in the g dir.

    On hosts running native gpfs like the rhel6-64 cluster you can issue the following 2 commands to see your quota and space used:

    df -h /gpfs/slac/atlas/fs1/d/$USER
    df -h /gpfs/slac/atlas/fs1/u/$USER

    On other hosts that dont run the gpfs code, but do have nfs access, you can issue:

    df -h /nfs/slac/atlas/fs1/d/$USER
    df -h /nfs/slac/atlas/fs1/u/$USER

...