Skip to content
Snippets Groups Projects
Commit e30da5ee authored by Mike Hanby's avatar Mike Hanby
Browse files

Merge branch 'update-gpfs5-nodes-nfs-mounts' into 'main'

Update for GPFS5 nodes c0202..c0219 NFS GPFs4 mounts

See merge request !12
parents 30691eb0 33a10b22
No related branches found
No related tags found
1 merge request!12Update for GPFS5 nodes c0202..c0219 NFS GPFs4 mounts
......@@ -26,7 +26,9 @@
{c0[202-255]} || check_hw_cpuinfo 2 128 128
# Set these to the amount of physical RAM you have (leave the fudge factor).
{c00[97-99],c0[100-114]} || check_hw_physmem 256gb 256gb 5%
{c00[97-99],c0[103-114]} || check_hw_physmem 256gb 256gb 5%
#### c0101 and c0102 are out of warranty and have lost a DIMM
{c0[101-102]} || check_hw_physmem 231gb 231gb 5%
{c0[115-135]} || check_hw_physmem 192gb 192gb 5%
{c0[136-139]} || check_hw_physmem 1510gb 1510gb 5%
{c0[140-201]} || check_hw_physmem 768gb 768gb 5%
......@@ -90,11 +92,18 @@
{c00[97-99],c0[100-255]} || check_fs_mount_rw -f /var
{c00[97-99],c0[100-255]} || check_fs_free /var 10%
# /data FS
{c00[97-99],c0[100-255]} || check_fs_mount_rw -t gpfs -f /data
{c00[97-99],c0[100-201],c0[220-255]} || check_fs_mount_rw -t gpfs -f /data
{c00[97-99],c0[100-255]} || check_file_test -r -e -f /data/.nhc-test
# /data FS for GPFS5 nodes
{c0[202-219]} || check_fs_mount_rw -t nfs -f /data
# /scratch FS
{c00[97-99],c0[100-255]} || check_fs_mount_rw -t gpfs -f /scratch
{c00[97-99],c0[100-201],c0[220-255]} || check_fs_mount_rw -t gpfs -f /scratch
{c00[97-99],c0[100-255]} || check_file_test -r -e -f /scratch/.nhc-test
# /scratch FS for GPFS5 nodes
{c0[202-219]} || check_fs_mount_rw -t nfs -f /scratch
# /gpfs FS for GPFS5 clients
{c0[202-219]} || check_fs_mount_rw -t gpfs -f /gpfs
# /rstore/share FS
##MJH## * || check_fs_mount -s 192.168.200.19:6789,192.168.200.20:6789,192.168.200.21:6789:/share -t ceph -f /rstore/share
# /cm/shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment