Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rc-nhc
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
rc-nhc
Merge requests
!12
Update for GPFS5 nodes c0202..c0219 NFS GPFs4 mounts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update for GPFS5 nodes c0202..c0219 NFS GPFs4 mounts
update-gpfs5-nodes-nfs-mounts
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Mike Hanby
requested to merge
update-gpfs5-nodes-nfs-mounts
into
main
10 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
GPFS5 nodes have /data and /scratch mounted via NFS from GPFS4
c0101 and c0102 - updated expected RAM
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
33a10b22
1 commit,
10 months ago
1 file
+
12
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
nhc.conf
+
12
−
3
Options
@@ -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
256
gb
256
gb
5
%
{
c00
[
97
-
99
],
c0
[
103
-
114
]} ||
check_hw_physmem
256
gb
256
gb
5
%
#### c0101 and c0102 are out of warranty and have lost a DIMM
{
c0
[
101
-
102
]} ||
check_hw_physmem
231
gb
231
gb
5
%
{
c0
[
115
-
135
]} ||
check_hw_physmem
192
gb
192
gb
5
%
{
c0
[
136
-
139
]} ||
check_hw_physmem
1510
gb
1510
gb
5
%
{
c0
[
140
-
201
]} ||
check_hw_physmem
768
gb
768
gb
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
Loading