Before you apply a patch, check that the cluster is ready for a patch to be applied. In addition to the prerequisites, consider verifying that the cluster utilizes best practices which will facilitate a more optimal patch installation.
Before you apply a patch on the cluster, verify that all CLDB nodes are running and that container 1 is fully replicated on each CLDB node.
Run maprcli dump containerinfo -ids 1 -json. In the output, all CLDBs
should be listed under ActiveServers and each node should report a VALID
state.
...
"data":[
{
"ContainerId":1,
"Epoch":3,
"Master":"<masterCLDB_IP>:5660--3-VALID",
"ActiveServers":{
"IP:Port":[
"<masterCLDB_IP>:5660--3-VALID",
"<slaveCLDB_IP>:5660--3-VALID",
"<slaveCLDB_IP>:5660--3-VALID"
]
},
"InactiveServers":{
},
"UnusedServers":{
},
...For more information, see dump containerinfo
maprcli dump volumeinfo -volumename mapr.cldb.internal -jsonmaprcli alarm listFor more information, see maprcli alarm list.mrconfig sp list [-v]