Displaying information about the appliance node

Use CLI or web console to view information about nodes in Integrated Analytics System.

About this task

A node can be defined by its state and status. The node state determines its use in the system, not its health. Node state can be one of the following:
  • ENABLED - the node is used to run appliance applications
  • DISABLED - the node is not used to run appliance applications
  • ENABLING - node enablement is in progress
  • DISABLING - node disablement is in progress

You can also check the status of the node, which is its health, for example, OK, or WARNING.

Procedure

  • To display node state, use the ap node command:
    ap node
    +-----------------+----------+-----------+-----------+
    | Node            |    State | Monitored | Is Master |
    +-----------------+----------+-----------+-----------+
    | hadomain1.node1 |  ENABLED |       YES |       YES |
    | hadomain1.node2 |  ENABLED |       YES |        NO |
    | hadomain1.node3 | DISABLED |       YES |        NO |
    +-----------------+----------+-----------+-----------+
    
    Generated: 2018-07-27 09:12:20
    
  • To display node status, use the ap hw -t node command:
    ap hw -t node
    +--------+-----------------+--------+---------+----------+----------------------+
    | Name   | Location        | Status | SN      | Model    | FW                   |
    +--------+-----------------+--------+---------+----------+----------------------+
    | Server | hadomain1.node1 | OK     | 212EB6A | 8247-22L | FW860.20 (SV860_077) |
    | Server | hadomain1.node2 | OK     | 212EB7A | 8247-22L | FW860.20 (SV860_077) |
    | Server | hadomain1.node3 | OK     | 212EB2A | 8247-22L | FW860.20 (SV860_077) |
    +--------+-----------------+--------+---------+----------+----------------------+
    
    Generated: 2018-07-27 09:14:01
    
  • To display information about the mapping of multiple logical nodes (MLNs) and logical ports, as well as MLN status, use the ap ds command:
    ap ds
    +------------+--------------+--------------+--------+
    | Data slice |     Node     | Logical Port | Status |
    +------------+--------------+--------------+--------+
    |          0 | node0101-fab |            0 |   UP   |
    |          1 | node0101-fab |            1 |   UP   |
    |          2 | node0101-fab |            2 |   UP   |
    |          3 | node0102-fab |            0 |   UP   |
    |          4 | node0102-fab |            1 |   UP   |
    |          5 | node0102-fab |            2 |   UP   |
    |          6 | node0102-fab |            3 |   UP   |
    |          7 | node0103-fab |            0 |   UP   |
    |          8 | node0103-fab |            1 |   UP   |
    |          9 | node0103-fab |            2 |   UP   |
    |         10 | node0103-fab |            3 |   UP   |
    +------------+--------------+--------------+--------+
    
    Generated: 2018-07-27 08:52:20
    
  • You can also use the web console to view node information. Click System > Monitor > Hardware
    There is a graphical overview of the appliance. You can view all nodes with their physical location in the rack. Next to a node there is an icon representing possible alerts. You can view details in the Nodes section on the right side.