Previous Topic: info Command (Grid Control)--Retrieve Current Grid InformationNext Topic: get Command (Grid Control)--Retrieve Grid Configuration Parameter


grid info Command Output Specification

The output of this command has the following format:

Non-batch output
Grid Name                   : val
Grid Description            : val
Grid Tag                    : val (only displayed  if --verbose is specified)
CA 3Tera AppLogic Version            : val
Controller IP               : val (only displayed if --verbose is specified)
Grid ID                     : val (only displayed if --verbose is specified)
Current Time                : val (only displayed if --verbose is specified)
System Uptime               : val
Controller Uptime           : val
Last Server Failure Time    : val (srv)  (srv is only displayed if last server failure time is not 'none')
Grid Reboot Required        : val (yes/no)
Controller Reboot Required  : val (yes/no)
Grid Public SSH Key         : val (only displayed if --verbose is specified)
HA State                    : val
   Application HA State     : val
   Controller HA State      : val
   Backbone Network HA State: val
   External Network HA State: val
Switches                    : (only displayed if --verbose is specified)
   ID       Name   Network  Mode   Detection Method
   -------------------------------------------------------
   val      val    val      val    val
   ...
(network may be "backbone", "external" or "mixed")
(mode may be "active", "passive", or "mixed")
VLAN ID                     : val  (only displayed if --verbose is specified)
Application VLAN ID Ranges  :      (only displayed if --verbose is specified)
   Interface    Start       End
   Public       val         val
                val         val
   Private      val         val
                val         val
Default Locale              : val (only displayed if --verbose is specified)
Available Locales           : (only displayed if --verbose is specified)
   ID            Description
   -------------------------
   val           val

Server Management Mode      : val
Available Architectures      :val
Total servers               : val
Servers running             : val
Servers enabled             : val
Applications running        : val
Resource Information        : (per hypervisor info is only displayed if --verbose is specified and there
are different hypervisors running on the servers of the grid; the Physical and Ratio columns appear only
when overcommitment of a resource is specified)
Pool     Resource Count     Total        Alloc      Hypervisor         Free         Physical      Ratio
-------------------------------------------------------------------------------------------------------
grid     CPU      val         val          val               -          val              val        val
         MEM      -           val unit     val unit        val unit     val unit         val unit   val
         BW       -           val unit     val unit          -          val unit           -        val
         DISK     val         val unit     val unit          -          val unit           -        val
<hvisor> CPU      val         val          val               -          val              val        val
         MEM      -           val unit     val unit          -          val unit         val unit   val
         BW       -           val unit     val unit          -          val unit           -        val
         DISK     val         val unit     val unit          -          val unit           -        val
... (next hypervisor)

SSL SHA1 Fingerprint        : val  (only displayed if --verbose is specified and present)
Application DNS1            : val  (only displayed if --verbose is specified)
Application DNS2            : val (only displayed if --verbose is specified)
Application DNS3            : val (only displayed if --verbose is specified)
Application IP Ranges       : (only displayed if --verbose is specified)
   Start        End        Netmask     Gateway
   Val          val        val         val
Batch output
grid <name>
   {
   description          = "val"
   tag                  = "val"  (only displayed if --verbose is specified)
   version              = "val"
   controller_ip        = val (only displayed if --verbose is specified)
   grid_id              = val (only displayed if --verbose is specified)
   current_time         = n_secs (only displayed if --verbose is specified)
   timezone             = "val" (only displayed if --verbose is specified)
   system_uptime        = n_secs
   controller_uptime    = n_secs
   last_srv_failure_time= tstamp
   last_failed_srv      = val
   grid_reboot_required = val
   ctl_reboot_required  = val
   grid_public_ssh_key  = "val"  (only displayed if --verbose is specified)
   ha_state             = val
   ha_state_apps        = val
   ha_state_controller  = val
   ha_state_backbone    = val
   ha_state_external    = val
   switches
      [
      id = val, name = val, network = val, mode = val, manufacturer = val, model = val, detection_method = "val"
      ...
      ]
   vlan_id              = "val"  (only displayed if --verbose is specified)
   app_vlan_id_ranges          (only displayed if --verbose is specified)
      {
      public
         [
         start=val, end=val
         ...
         ]
      private
         [
         start=val, end=val
         ...
         ]
      }
   dflt_locale          = "val" (only displayed if --verbose is specified)
   locales (only displayed if --verbose is specified)
      [
      id = "val", description = "val"
      ...
      ]
   srv_mgmt_mode        = "val" (only displayed if --verbose is specified)
   available_architectures      = val
   srv_total            = val
   srv_running          = val
   srv_enabled          = val
   app_running          = val
   cpu_total            = val
   cpu_reserved         = val
   cpu_free             = val
   cpu_load             = val
   cpu_alloc            = val
   cpu_thread_tot       = val
   mem_total            = val
   mem_reserved         = val
   mem_free             = val
   mem_alloc            = val
   mem_hypervisor       = val
   mem_phy_tot          = val
   bw_total             = val
   bw_reserved          = val
   bw_free              = val
   bw_alloc             = val
   bw_phy_tot           = val
   disk_n               = val
   disk_total           = val
   disk_reserved        = val
   disk_free            = val
   resources (pool name is name of hypervisor - per hypervisor information is only displayed if --verbose is specified and not all grids run the same hypervisor)
      {
      pool <name> : disk_alloc=val, disk_n=val, cpu_total=val, cpu_alloc=val, mem_hypervisor=val, mem_alloc=val, bw_total=val, cpu_reserved=val, mem_total=val, disk_reserved=val, disk_total=val, cpu_phy_total=val, cpu_free=val, mem_reserved=val, disk_free=val, bw_free=val, bw_reserved=val, cpu_load=val, mem_free=val, bw_alloc=val, cpu_thread_tot=val, mem_phy_tot=val, bw_phy_total=val
      ...
      }
   ssl_sha1_fingerprint = "val" (only displayed if --verbose is specified and present)
   app_dns1             = val  (only displayed if --verbose is specified)
   app_dns2             = val (only displayed if --verbose is specified)
   app_dns3             = val (only displayed if --verbose is specified)
   app_ip_ranges (only displayed if --verbose is specified)
      [
      start = val, end = val, netmask = val, gateway = val
      ...
      ]
   }