I just created my cluster and my mounts are all showing failed offline on both nodes.
-----> lssam -nocolor <-----
Failed offline IBM.ResourceGroup:SA-mq-rg Nominal=Online
|- Failed offline IBM.Application:SA-mq-data-log
|- Failed offline IBM.Application:SA-mq-data-log:node01
'- Failed offline IBM.Application:SA-mq-data-log:node02
|- Failed offline IBM.Application:SA-mq-data-var
|- Failed offline IBM.Application:SA-mq-data-var:node01
'- Failed offline IBM.Application:SA-mq-data-var:node02
|- Offline IBM.Application:SA-mq-mgr
|- Offline IBM.Application:SA-mq-mgr:node01
'- Offline IBM.Application:SA-mq-mgr:node02
|- Offline IBM.Application:SA-mq-mq_lsn
|- Offline IBM.Application:SA-mq-mq_lsn:node01
'- Offline IBM.Application:SA-mq-mq_lsn:node02
'- Offline IBM.ServiceIP:SA-mq-ip-1
|- Offline IBM.ServiceIP:SA-mq-ip-1:node01
'- Offline IBM.ServiceIP:SA-mq-ip-1:node02
Online IBM.Equivalency:SA-mq-nieq-1
|- Online IBM.NetworkInterface:eth0:node01
'- Online IBM.NetworkInterface:eth0:node02
Answer by Clark Jackson (4396) | Sep 28, 2017 at 05:17 PM
Typically this would be due to the mounts not being listed in /etc/fstab or /etc/filesystems. Please check your syslogs for more information.
In this case these messages where showing up on both nodes:
Sep 28 10:01:05 node01 /usr/sbin/rsct/sapolicies/mqm/mqctrl-data:[25436]: Error: MountPoint '/var/mqm/qmgrs/db01' not found in /etc/fstab
Sep 28 10:01:11 node01 /usr/sbin/rsct/sapolicies/mqm/mqctrl-data:[28020]: Error: MountPoint '/var/mqm/log/db01' not found in /etc/fstab
And on node02:
Sep 28 10:12:26 node02 /usr/sbin/rsct/sapolicies/mqm/mqctrl-data:[30988]: Error: MountPoint '/var/mqm/qmgrs/db01' not found in /etc/fstab
Sep 28 10:12:32 node02 /usr/sbin/rsct/sapolicies/mqm/mqctrl-data:[31106]: Error: MountPoint '/var/mqm/log/db01' not found in /etc/fstab
Simply add them to the correct file (depending on your OS) and the failed offline should be cleared.