Monitoring the health of cloud services software

Use the mmcloudgateway command to monitor the health of cloud services.

To monitor the status of cloud services, issue a command according to this syntax:
mmcloudgateway service status [-N {alltct | Node[,Node...] | NodeFile | NodeClass}]
   [--cloud-storage-access-point-name CloudStorageAccessPointName] [-Y]

For example,

  • To check the status of all available transparent cloud tiering nodes in your cluster, issue this command:
    mmcloudgateway service status -N alltct
    The system displays output similar to this:
    
     Cloud Node Class:  tct
    ======================
    
     Cloud Service                Status      Reason
    ------------------------------------------------
     swift-service                ENABLED                                        
    
                                           Server     Account /   Container /
     Node  Daemon node name                Status     CSAP        File System/Set    Status    Reasons
    -------------------------------------------------------------------------------------------------------
        1  vm597.pk.slabs.ibm.com          STARTED    swift-account  swift-pair
                                                          swift-point  /gpfs/         ONLINE                   
        2  vm482.pk.slabs.ibm.com          STARTED    swift-account  swift-pair
                                                          swift-point  /gpfs/         ONLINE 
  • To check the status of all available transparent cloud tiering nodes in a specific node class (TctNode), issue this command:
    mmcloudgateway service status -N TcTNode
    The system displays output similar to this:
    
    Cloud Node Class:  TcTNode
    ======================
    
     Cloud Service                Status      Reason
    ------------------------------------------------
     cs1                          ENABLED
     cs2                          ENABLED
    
                                     Server     Account /   Container /
     Node  Daemon node name          Status     CSAP        File System/Set    Status    Reasons
    -----------------------------------------------------------------------------------------------
        1  pk.slabs.ibm.com          STARTED    swift-next  cpairnext
                                                csapnext    /gpfs/fs1/         ONLINE
                                                swift-new
                                                csap                           ONLINE
    
    
  • To check the status of all available transparent cloud tiering nodes in a specific CSAP, issue this command:
    mmcloudgateway service status -N TctNode --cloud-storage-access-point-name swift-point
    The system displays output similar to this:
    
    Cloud Node Class: TctNode
    ======================
    
    Cloud Service Status Reason
    ---------------------------
    swift-service ENABLED
    
    Server Account / Container /
    
    Node  Daemon node name  Status    CSAP                                  File System/Set   Status   Reasons
    ----------------------------------------------------------------------------------------------------------
    1     jupiter-vm1192    STARTED   swift-account swift-pairswift-point   /gpfs/            Online   ONLINE
    
Note: ONLINE status here means container exists on the cloud, but it does not guarantee that the migrations would work. This is because there could be storage errors on object storage, due to which new object creation might fail. To verify container status for migrations, issue the mmcloudgateway containerpairset test command.

For more information on all the available statuses and their description, see transparent cloud tiering status description..

GUI navigation

To work with this function in the GUI,
  • Log on to the IBM Storage Scale GUI and select Files >Transparent cloud tiering
  • Log on to the IBM Storage Scale GUI and select Monitoring>Statistics
Additionally, you can check the cloud services status by using the mmhealth node show CLOUDGATEWAY command.