cmviewcl(5)							File Formats Manual						       cmviewcl(5)

NAME
cmviewcl - view a high availability cluster using the -f line option SYNOPSIS
cmviewcl [-v] -f line [-s config] [-l type] [-r release] [-c cluster_name] [{-n node_name}... | {-p package_name}... | {-S site_name}...] DESCRIPTION
cmviewcl [ -v ] -f line ... displays the current status information of a cluster in line output format. Output can be displayed for the whole cluster or it may be limited to particular nodes or packages. This output format, as opposed to "-f table" is the machine parsable output format. Each line of output has the format: [ prefix ] attribute=value The prefix used depends on the cmviewcl command run and other factors which qualify the attribute. The prefix does not include information that is specified on the command line. For example, if the "-l package -p <package name>" option is used a prefix specifying the package instance is not needed. # cmviewcl -f line -l package -p PKG1 ... status=up # cmviewcl -f line ... package:PKG1|status=up The prefixes are hierarchial and define the context the attribute is used in. The following example has 3 levels, group, member, and node. group:crs_node_1_NG|member:1|node:node_1|name=node_1 The same attribute name may be used in different contexts. For example, the summary attribute is defined for cluster, node, and package. # cmviewcl -v -f line ... summary=degraded ... node:eggplant|summary=ok ... package:SG-CFS-pkg|summary=ok ... package:pkg-28478_1|summary=degraded ... package:SG-CFS-DG-724_2|summary=ok ... package:SG-CFS-MP-1711_3|summary=ok The hierarchy namespace used is described in the next section. PREFIX HIERARCHY NAMESPACE
Note o the ":" indicates the preceding field requires an instance name. o the field "first_cluster_lock" does not utilize an instance name. o a cluster also has a "second_cluster_lock" attribute, which does not have an instance name, or values. This is an exception to the expected "attribute=value" output described earlier. first_cluster_lock| first_cluster_lock|node:| node:| node:|interface:| node:|interface:|ip_address:| package:| package:|node:| package:|dependency:| package:|dependency:|node:| package:|storage_group:| package:|subnet:| package:|subnet:|node:| package:|service:| package:|service:|node:| package:|authorized_host:| package:|authorized_host:|user:| package:|resource:| quorum_server:| quorum_server:|node:| quorum_server:|node:|ip_address:| authorized_host:| authorized_host:|user:| group:| group:|member:| group:|member:|node:| Note, o information about all these attributes is displayed when using the "-v" option, except for the group attributes. o the group information is listed with the "-l group" option. o the quorum server attributes, the cluster lock attributes, and the cluster authorized_host attributes are only available using the "-v" option. ATTRIBUTE DOCUMENTATION
Each -f line attribute is described in 3 parts, o The name of the attribute is listed. This name is preceded by "*" if the attribute is always printed, i.e. even when the "-v" verbose option is not used. The names are alphabetized in each level in the hierarchy. o An example output line, using the fully qualified prefix. If there is a default it is used as the attribute value, with the qualifier "(default)". Note: A cluster attribute has no prefix. o A description of the field. This has 3 parts, - A "VALUES:" line. - Additional text describing the attribute, if necessary. - A "( ... )" line stating additonal constraints. Example attribute documentation, *autorun package:test1|autorun=enabled (default) VALUES: enabled If enabled, SG can auto start a package when the cluster starts or reforms. failback_policy package:pkg-28478_1|failback_policy=manual (default) VALUES: manual, automatic ( for package type=failover only ) CMVIEWCL CALL FREQUENCY
How often can this command be called? This is highly dependent on the cpu utilization on each cluster member. For example, on a modern 64-way superdome running just SG, the cmviewcl throughput could be very high, with no noticeable degradation. On the other hand, on a clus- ter with older single processor machines, running near 100%, and running other applications, cmviewcl would be competing for cpu time like everyone else, and the performance would be deficient. ATTRIBUTES
o Cluster attributes auto_start_timeout auto_start_timeout=600000000 (default) VALUES: integer The number of seconds a node waits before it stops trying to join a cluster during automatic cluster startup. (microseconds) cluster_formation_time cluster_formation_time=254587 VALUES: integer The time the cluster was formed, in elapsed seconds since 1/1/70. *coordinator coordinator=scotsman VALUES: String This is the coordinator node. heartbeat_interval heartbeat_interval=2000000 (default) VALUES: integer Time interval between the transmission of the heartbeat messages between nodes in the cluster. (microseconds) *id id=1355439725 VALUES: unique numerical identifier incarnation incarnation=1 VALUES: integer (ordinal) A cluster may reform over time, the id stays the same, the incarnation number starts at 1 and is incremented after each successive reformation. configuration_data_version configuration_data_version=1 VALUES: integer (ordinal) The cluster configuration is updated by various operations, most often via the cmapplyconf command. When a cluster is first created, the configuration data version is initialized to 1 and is incremented whenever the cluster configura- tion is updated. max_configured_packages max_configured_packages=8 VALUES: integer max_reformation_duration max_reformation_duration=28 VALUES: integer Maximum cluster reformation duration (in seconds) based on the supplied cluster configuration. network_failure_detection network_failure_detection=inout (default) ( attribute is not displayed if feature is not supported ) VALUES: inout Failure if both inbound and outbound traffic stops. inonly_or_inout Failure if only the inbound traffic stops OR if both the inbound and output traffic stops. network_auto_failback network_auto_failback=yes (default) ( attribute is not displayed if feature is not supported ) VALUES: yes When the standby LAN interface is in use, a recovery of the primary LAN interface at link level will cause an automatic failback. no Failback to the primary LAN interface from the standby interface will not occur automatically. User needs to use cmmodnet(1m) to enable the primary LAN interface and cause the failback to occur. network_polling_interval network_polling_interval=2000000 (default) VALUES: integer How often Serviceguard checks the configured networks to make sure each can still send and receive information. (microseconds) hostname_address_family hostname_address_family=ipv4 (default) VALUES: String ipv4 cluster node names and quorum server host names (if specified) are resolved to IPv4 addresses only. ipv6 cluster node names and quorum server host names (if specified) are resolved to IPv6 addresses only. any cluster node names and quorum server host names (if specified) are resolved to IPv4 addresses first. If IPv4 address resolution fails Serviceguard resolves to IPv6 addresses. member_timeout member_timeout=14000000 (default) VALUES: integer The amonunt of time without receiving heartbeats from a node before that node will be declared failed and removed from the running cluster. (microseconds) io_timeout_extension io_timeout_extension=0 (default) VALUES: integer How long to extend the quiescence period as part of the cluster reformation process which determines how long Service- guard waits for IO activity on the failed node to cease before resuming cluster operations. For VM as a Serviceguard node, this value may be greater than zero to ensure completion of pending IO when the VM node fails. (microseconds) *state state=stable VALUES: stable, reforming *status status=up VALUES: up, down, reforming, halting, or unknown summary summary=critical VALUES: ok All of the following must be true: the cluster is status=up all nodes are summary=ok all packages are summary=ok critical At least one of the following must be true: the cluster is status=down any package is summary=critical starting The following must be true: cluster status=starting degraded If the cluster summary is not one of the prior values, at least one of the following must be true: any node is summary=critical|degraded any package is summary=degraded unknown If the cluster summary is not one of the prior values, either the node summary=unknown or the package summary=unknown weight_default:| name weight_default:memory|name=memory VALUES: String value weight_default:memory|value=1000.5 VALUES: floating point first_cluster_lock| volume_group first_cluster_lock|volume_group=/dev/vglock VALUES: path name Lock VG name. first_cluster_lock|node:| physical_volume first_cluster_lock|node:eggplant|physical_volume=/dev/dsk/c4t0d0 VALUES: path name Lock PV name. As of HP-UX 11i v3, the path name can be either in the form /dev/dsk/c#t#d# (legacy device special file) or /dev/disk/disk# (persistent device special file). See intro(7) for details. status first_cluster_lock|node:radiccio|status=up VALUES: up, down, or unknown QS connection to node. -- this cluster attribute is displayed with first_cluster_lock second_cluster_lock second_cluster_lock VALUES: second_cluster_lock Presence indicates the existence of a dual lock. o Site attributes site:| *name site:downtown|name=downtown VALUES: string (HP-UX only) *id site:downtown|id=1 VALUES: integer o Node attributes node:| cpu_architecture node:kilt|cpu_architecture=PA_RISC VALUES: IA64, IA32, PA_RISC, or X86-64 *id node:kilt|id=2 VALUES: integer Unique numeric identifier within a cluster. *name node:kilt|name=kilt VALUES: String os_distribution node:jazz|os_distribution=RedHat VALUES: Redhat, SuSE ( for linux only ) os_distribution_description node:jazz|os_distribution_description=Red Hat Enterprise ... VALUES: String ( for linux only ) os_distribution_release node:jazz|os_distribution_release=redhat-release-3AS-7.3 VALUES: String ( for linux only ) os_release node:kilt|os_release=B.11.23 VALUES: String *os_status node:kilt|os_status=up VALUES: up, unknown "up" indicates we can talk to cmclconfd on the node. *siteid node:kilt|siteid=1 VALUES: integer (HP-UX only) sg_version node:kilt|sg_version=A.11.17.00 VALUES: String sg_patch node:kilt|sg_patch=PHxxxx_xxxxx VALUES: String The absence of this field can indicate either: a lack of patch for a node on A.11.19 or later, or a lack of support for this information on earlier releases. sgerac_installed node:kilt|sgerac_installed=yes VALUES: yes, no *state node:kilt|state=running VALUES: running, unknown *status node:kilt|status=up VALUES: up, down, starting, halting, or unknown initial_incarnation node:kilt|initial_incarnation=1 VALUES: integer (ordinal) initial_incarnation records the cluster incarnation at which the node joins the cluster. A cluster incarnation occurs each time a cluster is started or re-formed. A node is considered to have joined the cluster when cmcld starts running on that node, and to have left when cmcld stops for any reason; at that point the node's initial_incarnation is set to zero. Stopping the cluster sets initial_incarnation for all nodes to zero; starting the cluster sets initial_incarna- tion for all nodes to 1. Re-forming a running cluster does not reset the surviving nodes' initial_incarnation. boot_timestamp node:kilt|boot_timestamp=142563394 VALUES: integer (ordinal) Timestamp in seconds at which the node was last booted. node_pr_key node:austen|node_pr_key=10001 VALUES: integer (ordinal) The node_pr_key is a numeric value a package will use as a service action registration key when making SCSI Persistent Reservations (PR) on the storage LUN devices accessed by the packages applications. Each node in the cluster has a uniquely different PR Key value. node_pr_key node:austen|node_pr_key=10001 VALUES: integer (ordinal) The node_pr_key is a numeric value a package will use as a service action registration key when performing SCSI Per- sistent Reservations (PR) operations on the storage LUN devices accessed by the applications of the package. Each node in the cluster has a unique PR Key value. pkg_pr_mode package:pkg-s-2083_1|pkg_pr_mode=pr_disabled VALUES: pr_enabled, pr_disabled Indicates whether the package is using persistent reservations to control access to the storage devices accessed by it applications. The value of "pr_enabled" indicates that it is and the value of "pr_disabled" indicates that it is not. The pkg_pr_mode is only shown with the "-v" and "-f line" options. cluster_pr_mode cluster_pr_mode=pr_disabled VALUES: pr_enabled, pr_disabled, pr_force_disabled Indicates whether the cluster will allow packages to use persistent reservations on their underlying storage devices. If the cluster_pr_mode is set to "pr_enabled" then packages are allowed to use persistent reservations provided the underlying devices support it. If it is set to either "pr_disabled" or "pr_forced_disabled" then packages are prohib- ited from using persistent reservations. The cluster_pr_mode is set by Serviceguard when a cluster configuration is created. It is not a customer tunable. The cluster_pr_mode will be set to "pr_disabled" if any cluster members are an HPVM guest. It will be set to "pr_forced_disable" if the FORCE_PR_DISABLE attribute is set in the cluster configu- ration file. The FORCED_PR_DISABLE attribute should not be used unless under direct instruction of HP. Use of FORCED_PR_DISABLE without instruction is unsupported. The cluster_pr_mode is only shown with the "-v" and "-f line" options. summary node:kilt|summary=ok The node summary provides an overall summary of the state of the node. VALUES: ok All of the following must be true: status=up for node status=up for all network interfaces on this node status=up for all cluster lock disks or quorum servers on this node critical The following must be true: node status=down AND either cluster status=up OR node os_status=up degraded At least one of the following must be true: status=down for any network interface on this node status=unreachable on any cluster lock disk or quorum server unknown The following must be true: cluster status=down & node os_status=unknown node:|capacity:| name node:kilt|capacity:memory|name=memory VALUES: String value node:kilt|capacity:memory|value=10000.1 VALUES: floating point node:|interface:| bridged_net node:kilt|interface:lan0|bridged_net=1 VALUES: integer A non persistent value indicating which network interfaces have link level connectivity with each other. (for instance if lan1 and lan2 have the same bridge net value they can exchange packets.) The particular value might change across cmquerycl invocations. hardware_path node:kilt|interface:lan0|hardware_path=0/0/0/0 VALUES: hardware_path Physical hardware slot. ( for HPUX only ) mac_address node:kilt|interface:lan0|mac_address=00:0d:9d:ae:ed:e0 VALUES: mac_address Physical LAN address. mac_type node:kilt|interface:lan0|mac_type=Ethernet VALUES: (HPUX) Ethernet, FDDI, InfiniBand, or Token Ring (linux) Ethernet, FDDI, or Token Ring name node:kilt|interface:lan0|name=lan0 VALUES: String Network interface name. nmid node:kilt|interface:lan0|nmid=1 VALUES: integer Network Management identifier. ( for HPUX only ) ppa node:kilt|interface:lan0|ppa=0 VALUES: integer Physical point of attachment number. status node:kilt|interface:lan0|status=up VALUES: up, down, or unknown disabled node:kilt|interface:lan0|disabled=true VALUES: true, false Value is true if the interface has been disabled via the cmmodnet command failure_type node:kilt|interface:lan0|failure_type=ip_only Details of interface failure. (Printed only if the interface status is down.) VALUES: ip_only The IP monitor has detected a failure, but the interface is still up at the link level. link+ip Interface has failed at the link level, and consequently at the IP level as well. type node:kilt|interface:lan0|type=primary VALUES: primary, standby A network interface is either a primary interface or a standby interface. node:|interface:|ip_address:| heartbeat node:kilt|interface:lan0|ip_address:16.89.84.201|heartbeat=true VALUES: true ( this attribute is printed only if the value is true ) name node:kilt|interface:lan0|ip_address:16.89.84.201| name=16.89.84.201 VALUES: String ip address Name for IP address name. netmask node:kilt|interface:lan0|ip_address:16.89.84.201| netmask=255.255.255.12 VALUES: (netmask) subnet node:kilt|interface:lan0|ip_address:16.89.84.201| subnet=16.89.84.128 VALUES: (ip address) node:|subnet:| name node:kilt|subnet:192.168.1.0|name=192.168.1.0 VALUES: String ip subnet Name of IP subnet name. status node:kilt|subnet:192.168.1.0|status=up VALUES: up, down, or unknown ip_monitor node:kilt|subnet:192.168.1.0|ip_monitor=on VALUES: on, off IP Monitor is enabled (on) or disabled (off). polling_target node:kilt|subnet:192.168.1.0|polling_target=192.168.1.1 VALUES: String IP address. IP address of IP Monitor polling target for the subnet. o Package package:| all_cluster_nodes package:SG-CFS-pkg|all_cluster_nodes=true VALUES: true, false Value is true if the NODE_NAME parameter in the package configuration file is "*". *autorun package:test1|autorun=enabled (default) VALUES: enabled, disabled If enabled, SG can auto start a package when the cluster starts or reforms. environment package:SG-CFS-DG-724_2|environment|CVM_DISK_GROUP= vg_for_cvm_crops_dd4 package:SG-CFS-DG-724_2|environment|CVM_ACTIVATION_MODE= "eggplant=sw radiccio=sw" VALUES: String(s) Environment attributes stored for the package. failback_policy package:pkg-28478_1|failback_policy=manual (default) VALUES: manual, automatic ( for package type=failover only ) failfast package:pkg-28478_1|failfast=disabled (default) VALUES: enabled, disabled If enabled the node where a package is running will be halted in case of package failure, causing the package on this node to failover to another node. failover_policy package:pkg-28478_1|failover_policy=configured_node VALUES: configured_node(default), min_package_node ( for package type=failover only ), or site_preferred ( for package type=failover only ) halt_script package:pkg-28478_1|halt_script=/etc/cmcluster/pkg-28478_1/ pkg-28478_1.control.eggplant-28478 VALUES: full path name Halt script fullpath name, must include "cmcluster" in the path name. halt_script_timeout package:pkg-28478_1|halt_script_timeout=0 (default) VALUES: integer Halt script timeout in seconds. The value 0 indicates no timeout and is equivalent to "NO_TIMEOUT" in the package ascii file. If nonzero, the halt_script_timeout should be greater than the halt_timeout values, for the package services. Note, in this case all the service halt_timeout values must be nonzero. priority package:pkg-28478_1|priority=10 VALUES: integer This attribute corresponds to the parameter "PRIORITY" in the package ascii file. The value "no_priority" indicates no priority and is equivalent to "NO_PRIORITY" for the "PRIORITY" parameter. If this parameter is not specified in the package ascii file the default value of "NO_PRIORITY" is assigned. successor_halt_timeout package:pkg-28478_1|successor_halt_timeout=300 VALUES: integer This attribute corresponds to the parameter "SUCCESSOR_HALT_TIMEOUT" in the package ascii file. The value "no_timeout" indicates no timeout and is equivalent to "NO_TIMEOUT" for the "SUCCESSOR_HALT_TIMEOUT" parameter. If this parameter is not specified in the package ascii file the default value of "NO_TIMEOUT" is assigned. highly_available package:pkg-28478_1|highly_available=no VALUES: yes, no The package highly_available parameter indicates whether the package could survive a failure. Possible values are yes and no. In order for the value to be yes, the following conditions must be met: the package is status=up the package must have autorun enabled at least two nodes must be able to run the package for a multi-node package: if the package has autorun disabled, it is running on one node and it is running or starting on another node Note, a package configured for only one node will always have its highly_available parameter set to no id package:pkg-28478_1|id=35842 VALUES: integer Package ID. initial_autorun package:pkg-28478_1|initial_autorun=enabled (default) VALUES: enabled, disabled Configured value of autorun at cluster startup. local_lan_failover_allowed package:pkg-28478_1|local_lan_failover_allowed=enabled VALUES: enabled(default), disabled If enabled the package will switch to another network interface on the local node if available, otherwise the package will be switched to another node, regardless of the availability of a local network interface on the new node. *name package:test1|name=test1 VALUES: String *owner package:test1|owner=haggis VALUES: One of the configured nodes. Not displayed for non-failover packages and down packages. run_script package:pkg-28478_1|run_script=/etc/cmcluster/pkg-28478_1 /pkg-28478_1.control.eggplant-28478 VALUES; full path name Run script full path name, must include "cmcluster" in the path name. run_script_timeout package:pkg-28478_1|run_script_timeout=0 (default) VALUES: integer (seconds) The value 0 indicates no timeout and is equivalent to "NO_TIMEOUT" in the package ascii file. script_log_file package:SG-CFS-pkg|script_log_file= /etc/cmcluster/SG-CFS-pkg/SG-CFS-pkg.control.log VALUES: full path name Script log file full path name, must include "cmcluster" in the path name. ( for pkg type=[multi_node, system_multi_node] only ) *state package:test1|state=running VALUES: changing, starting, start_wait, running, halting, halt_wait, halted, failing, fail_wait, failed, relo- cate_wait, unknown, reconfiguring, reconfigure_wait, or maintenance changing - Applies to multi-node and system multi-node packages only. This state indicates that some nodes are in transient status and the status on these nodes are different from the package's status. For example, if the package's status is "starting" and the package state is changing, it means that some nodes are in transition but the status on these nodes are different from "starting". halted - The package is down and halted. failed - The package is down and when it last ran, it failed. If a multi-node package, it means that the last running instance failed. maintenance - The package is in maintenance mode. This applies to the failover packages only. running - Please see the description for package status=up below. For the remaining states, please see the description for the corresponding package status. *status package:test1|status=up VALUES: up, down, starting, start_wait, halting, halt_wait, failing, fail_wait, reconfiguring, reconfigure_wait, relo- cate_wait, changing or unknown up - The package start script has completed successfully and the packages is running. A system multi-node package is up when it is running on all active nodes. A multi-node package is up when it is running on any of its configured nodes. down - The package is down on all nodes. start_wait - A cmrunpkg command is in progress for this package. The package is waiting for packages it depends on to start before it can start. starting - The package is starting. The control script for start is running. halt_wait - A cmhaltpkg command is in progress for this package. The package is waiting to be halted, but the halt script cannot start because the package is waiting for packages that depend on it to halt. See the description for SUCCESSOR_HALT_TIMEOUT parameter for how a package waits for its dependent packages to halt before it can halt. halting - A cmhaltpkg command is in progress for this package and the control script for halt is running. fail_wait - The package is waiting to be halted because the package or a package it depends on has failed, but must wait for a package it depends on to halt before it can halt. See the description for SUCCESSOR_HALT_TIMEOUT parameter for how a package waits for its dependent packages to halt before it can halt. failing - The package or a package that it depends on has failed and the control script for halt is running. reconfigure_wait - The node where this package is running is waiting to adjust the package configuration to reflect the latest package configuration changes that has been applied. reconfiguring - The node where this package is running is adjusting the package configuration to reflect the latest package configuration changes that have been applied. unknown - insufficient information was collected to exactly determine the status. relocate_wait - The package is down and serviceguard is still trying to place the package. This applies to the failover packages only. changing - This applies to system multi-node packages only. The package is in transition in one or more active nodes. Note: For multi-node and system multi-node packages, the per node package status is more significant than the global status. summary package:pkg-28478_1|summary=degraded VALUES: ok if failover package: all of the following must be true: the package is status=up auto_run=yes package has node available=yes on all configured nodes if multi-node package: package is up on all configured nodes OR all of the following are true: the package is status=up auto_run=yes package has node available=yes on all configured nodes package is not halted on any configured node critical One of the following must be true: cluster status=down OR Package status=down and package state=failed degraded One of the following must be true: Package status=down and package state is not failed OR Package status is maintenance, starting, halt_wait, halting, fail_wait, or failing OR Package status=up but all the other requirements for "ok" are not satisfied unknown If the package summary is not one of the prior values, the following must be true: cluster status=unknown or at least one package status=unknown *style package:test1|style=modular VALUES: modular or legacy Package style. *type package:test1|type=failover VALUES: failover, multi_node, or system_multi_node Package type. package:|node:| available package:pkg-28478_1|node:eggplant|available=yes VALUES: yes, no The package node available parameter indicates if the package is running or starting or could be started on the node without taking dependencies and weight of other packages into account. Possible values are yes and no. In order for the value to be yes, either: the package must already be up or starting on the node or all of the following conditions must be met: the node is status=up in the cluster the node is switching=enabled for this package package's weight does not exceed node's configured capacity all package subnets are status=up (ipv4 and ipv6) on this node if the package is local_lan_failover_allowed=disabled then all subnets must be active on the primary network interface all EMS resource criteria are status=up on this node last_halt_time package:pkg-28478_1|node:eggplant|last_halt_time=0 VALUES: integer The time the package was last halted on this node, in elapsed seconds since 1/1/70. The value 0 means the node has not been halted. This value is only persistent while the cluster is running. last_run_time package:pkg-28478_1|node:eggplant|last_run_time=0 VALUES: integer The time the package was last started on this node, in elapsed seconds since 1/1/70. The value 0 means the node has not been halted. This value is only persistent while the cluster is running. name package:pkg-28478_1|node:eggplant|name=eggplant VALUES: String order package:pkg-28478_1|node:eggplant|order=1 VALUES: integer The order of the NODE_NAME specified for this node for this package's failover policy in the package configuration. ( for package type=failover only ) state package:SG-CFS-DG-724_2|node:eggplant|state=running VALUES: blocked, halted, failed, running, starting, start_wait, halting, halt_wait, failing, fail_wait, reconfiguring, reconfigure_wait, maintenance, or unknown blocked - The package has never run on the node because a dependency has not been met or auto_run is set to "no". Dependencies are configured in the package configuration file; refer to the Managing Serviceguard manual for more information. halted - The package is down on the node and the instance has been halted. failed - The package is down on the the node and it failed when it last ran on the node. running - The package is up and running. start_wait - A cmrunpkg command is in progress for this package. The package is waiting for packages it depends on to start before it can start. halting - A cmhaltpkg command is in progress for this package and the control script for halt is running. halt_wait - A cmhaltpkg command is in progress for this package. The package is waiting to be halted, but the halt script cannot start because the package is waiting for packages that depend on it to halt. See the description for SUCCESSOR_HALT_TIMEOUT parameter for how a package waits for its dependent packages to halt before it can halt. failing - The package or its dependency has failed and the control script for halt is running. fail_wait - The package is waiting to be halted because the package or a package it depends on has failed, but must wait for a package it depends on to halt before it can halt. reconfiguring - The node is adjusting the package configuration to reflect the latest package configuration changes that has been applied. reconfigure_wait - The node is waiting to adjust the package configuration to reflect the latest package con- figuration changes that has been applied. maintenance - The package is in maintenance mode on the node. status package:pkg-28478_1|node:eggplant|status=up VALUES: up, down, starting, halting, reconfiguring, halt_wait, fail_wait, reconfigure_wait, or unknown switching package:pkg-28478_1|node:eggplant|switching=enabled VALUES: enabled, disabled The switching flag for this package on this node. last_halt_failed package:pkg-28478_1|node:eggplant|last_halt_failed=no VALUES: yes, no Whether the halt script failed or succeeded the last time it was run on this node. Value defaults to no if the halt script was not run since the node joined the cluster, or if the halt script was not run since the package was config- ured to run on the node. type package:pkg-28478_1|node:radiccio|type=Primary VALUES: Primary, Alternate ( for package type=failover only ) package:|weight:| name package:pkg1|weight:memory|name=memory VALUES: String value package:pkg1|weight:memory|value=2.5 VALUES: floating point package:|dependency:| name package:pkg1|dependency:pkg2Dep|name=pkg2Dep VALUES: String Specifies the name of the dependency. It may not include the illegal characters '', '/', '*'. package_id package:pkg1|dependency:pkg2Dep|package_id=49665 The id of the package that this package depends upon. condition package:pkg1|dependency:pkg2Dep|condition=pkg2 = up VALUES: String "pkg2 = up" or "pkg2 = down" Specifies whether the dependent package (pkg1) requires the package it depends on (pkg2) to be "up" or "down" in order to satisfy the dependency. location package:pkg1|dependency:pkg2Dep|location=same_node VALUES: same_node, different_node, any_node, or all_nodes Specifes the scope of evaluation of the dependency expression. package:|dependency:|node:| satisfied package:pkg1|dependency:pkg2Dep|node:eggplant| satisfied=yes VALUES: yes, no Specifies whether the dependency is satisfied on this node. package:|storage_group:| name package:pkg-28478_1| storage_group:vg_for_cvm_crops_dd2|name=vg_for_cvm_crops_dd2 VALUES: String ( for package type=failover only ) package:|subnet:| name package:pkg-28478_1|subnet:15.1.192.0|name=15.1.192.0 VALUES: subnet IP identifier cluster_interconnect package:pkg-multi|subnet:15.1.192.0|cluster_interconnect=yes VALUES: yes ( for package type=multi_node only ) package:|subnet:|node:| status package:pkg-28478_1|subnet:15.1.192.0| node:eggplant|status=up VALUES: up, down, or unknown package:|ip_address:| name package:pkg-28478_1|ip_address:192.39.1.17| name=192.39.1.17 package:pkg-28478_1|ip_address:fec0:0:0:2701::11| name=fec0:0:0:2701::11 VALUES: ip addresses Addresses, ipv4 or ipv6. package:|service:| failfast package:pkg-28478_1|service:pkg-28478_1srv28478_1|fail fast=disabled VALUES: enabled, disabled halt_timeout package:pkg-28478_1| service:pkg-28478_1srv28478_1|halt_timeout=5 VALUES: integer (seconds) If a service cannot be stopped by sending it a SIGTERM this is the wait time before sending a SIGKILL. A zero value means the cluster software will not wait before sending a SIGKILL. id package:pkg-28478_1|service:pkg-28478_1srv28478_1|id=1 VALUES: integer name package:pkg-28478_1|service:pkg-28478_1srv28478_1|name= pkg-28478_1srv28478_1 VALUES: String package:|service:|node:| restart_count package:pkg-28478_1|service:pkg-28478_1srv28478_1| node:eggplant|restart_count=0 VALUES: integer restart_limit package:pkg-28478_1|service:pkg-28478_1srv28478_1| node:eggplant|restart_limit=2 VALUES: integer status package:pkg-28478_1|service:pkg-28478_1srv28478_1| node:eggplant|status=up VALUES: up, down, starting, halting, or unknown pid package:pkg-28478_1|service:pkg-28478_1srv28478_1| node:eggplant|pid=4327 VALUES: integer o Package authorized_host attributes package:|authorized_host:| name package:New_Package1|authorized_host:CLUSTER_MEMBER_NODE| name=CLUSTER_MEMBER_NODE VALUES: String package:|authorized_host:|user:| name package:New_Package1|authorized_host:CLUSTER_MEMBER_NODE| user:aruna|name=aruna VALUES: String role package:New_Package1|authorized_host:CLUSTER_MEMBER_NODE| user:aruna|role=package_admin VALUES: package_admin o Package resource attributes package:|resource:| name package:pkg-5140_1|resource:/BASIC_nelson_200505311649/sg1| name=/BASIC_nelson_200505311649/sg1 VALUES: String EMS Resource Name. polling_interval package:pkg-5140_1|resource:/BASIC_nelson_200505311649/sg1| polling_interval=1 VALUES: integer Polling interval. How often EMS checks the resource's health in seconds. start package:pkg-5140_1|resource:/BASIC_nelson_200505311649/sg1| start=automatic VALUES: automatic, deferred Describes how the EMS resource is started up, when the cluster node starts up versus when the package starts up. status package:pkg-5140_1|resource:/BASIC_nelson_200505311649/sg1| node:milhouse|status=up VALUES: up, down, or unknown State of EMS resource on node. up_value package:pkg-5140_1|resource:/BASIC_nelson_200505311649/ sg1|up_value=0 VALUES: value designated by the user Criteria for up_value. o Quorum Server attributes quorum_server:| name quorum_server:atlantic|name=atlantic VALUES: quorum server machine See cmquerycl QS_HOST. The host name or IP address of the quorum server. The quorum server that acts as a cluster mem- bership tie-breaker, alternative to volume group (disk device) cluster lock. polling_interval quorum_server:atlantic|polling_interval=300000000 (default) VALUES: integer See cmquerycl QS_POLLING_INTERVAL. The interval, specified in microseconds, at which quorum server health is checked. Default is 300000000 (5 minutes). Minimum value is 10000000 (10 seconds). Maximum value is 2147483647 (approx. 35 minutes). timeout_extension quorum_server:hpq7|timeout_extension=0 (default) VALUES: integer (multiple of 1000000 microseconds) User requested amount for increasing the system calculated qs_lock_time. The qs_lock_time is the time allocated for ping and lock request message replies. quorum_server:|node:|ip_address:| state quorum_server:atlantic|ip_address:192.78.1.12|node:eggplant|state=running VALUES: running, access_denied, unsupported_version, error, or unknown State of the quorum server at the specified ip address from the perspective of the node. (from cmviewcl Quo- rum_Server_Status STATE). The normal state is running, the cluster tie-breaking service is available. Check quorum server log and the system log on the node if the state is anything else. status quorum_server:atlantic|ip_address:192.78.1.12|node:eggplant|status=up VALUES: up, down, or unknown State of the quorum server at the specified ip address from the perspective of the node. (from cmviewcl Quo- rum_Server_Status STATUS). Status of the quorum server can be up or down or unknown. Status indicates whether the quorum server is available to the node as a tie breaking service. quorum_server:|node:| state quorum_server:atlantic|node:eggplant|state=running VALUES: running, down, access_denied, unsupported_version, error, or unknown This line is deprecated in favor of quorum_server:|node:|ip_address:|state. State of the quorum server from the perspective of the node. (from cmviewcl Quorum_Server_Status STATE). The normal state is running, the cluster tie-breaking service is available. Check the quorum server log and the system log on the node if the state is anything else. status quorum_server:atlantic|node:eggplant|status=up VALUES: up, down, or unknown This line is deprecated in favor of quorum_server:|node:|ip_address:|status. Status of the quorum server from the perspective of the node. (from cmviewcl Quorum_Server_Status STATUS). Status of the quorum server can be up or down or unknown. Status indicates whether the quorum server is available to the node as a tie breaking service. o Authorized host attributes authorized_host:| name authorized_host:CLUSTER_MEMBER_NODE|name=CLUSTER_MEMBER_NODE VALUES: ANY_SERVICEGUARD_NODE, CLUSTER_MEMBER_NODE ( the authorized_host instance attribute is the same as the name attribute ) authorized_host:|user:| name authorized_host:CLUSTER_MEMBER_NODE|user:rba0001f|name=rba0001f VALUES: String role authorized_host:CLUSTER_MEMBER_NODE|user:rba0001f|role=full_admin VALUES: full_admin, package_admin, or monitor o Group attributes ( for clusters created using Serviceguard Extension for RAC, information retrieved only when using the "-l group" option ) group=| name group:OCLSMON_|name=OCLSMON_ VALUES: Group name is a text field. group:|member:| name group:OCLSMON_|member:1|name=1 VALUES: integer Group member name. ( attribute has the same value as the "member:" field which precedes it in the fully qualified entry ) pid group:OCLSMON_|member:1|pid=15611 VALUES: integer Process ID of the group member. group:|member:|node:| name group:OCLSMON_|member:1|node:platypus|name=platypus VALUES: String Node on which the member is running. o Other attributes ( In modular packages, attributes from non-Serviceguard modules will include the module name as a prefix. For example, the "monitor_interval" attribute froom the apache toolkit module is shown as "ecmt/apache/apache/monitor_interval" ) package:pkg-28478_1|ecmt/apache/apache/monitor_interval=30 SEE ALSO
cmviewcl(1m), cmquerycl(1m), cmruncl(1m), cmhaltcl(1m), cmrunnode(1m), cmhaltnode(1m), cmrunpkg(1m), cmhaltpkg(1m), cmmakepkg(1m) Example output Cluster cluster1 name=cluster1 id=1391614493 status=up state=stable summary=degraded coordinator=eggplant incarnation=1 configuration_data_version=1 cluster_formation_time=254587 member_timeout=14000000 auto_start_timeout=600000000 network_polling_interval=2000000 network_failure_detection=inout network_auto_failback=on hostname_address_family=ipv4 max_reformation_duration=28 max_configured_packages=150 quorum_server:atlantic|name=atlantic quorum_server:atlantic|polling_interval=300000000 quorum_server:atlantic|node:eggplant|status=up quorum_server:atlantic|node:eggplant|state=running quorum_server:atlantic|node:radiccio|status=up quorum_server:atlantic|node:radiccio|state=running quorum_server:atlantic|ip_address:192.168.1.3|name=192.168.1.3 quorum_server:atlantic|ip_address:192.168.1.3|node:eggplant|status=up quorum_server:atlantic|ip_address:192.168.1.3|node:eggplant|state=running quorum_server:atlantic|ip_address:192.168.1.3|node:radiccio|status=up quorum_server:atlantic|ip_address:192.168.1.3|node:radiccio|state=running quorum_server:atlantic|ip_address:192.168.2.3|name=192.168.2.3 quorum_server:atlantic|ip_address:192.168.2.3|node:eggplant|status=down quorum_server:atlantic|ip_address:192.168.2.3|node:eggplant|state=error quorum_server:atlantic|ip_address:192.168.2.3|node:radiccio|status=up quorum_server:atlantic|ip_address:192.168.2.3|node:radiccio|state=running Node eggplant node:eggplant|name=eggplant node:eggplant|status=up node:eggplant|state=running node:eggplant|os_status=up node:eggplant|initial_incarnation=1 node:eggplant|summary=ok node:eggplant|id=1 node:eggplant|sg_version=A.11.17.00 node:eggplant|os_release=B.11.23 node:eggplant|cpu_architecture=PA node:eggplant|interface:lan0|name=lan0 node:eggplant|interface:lan0|status=up node:eggplant|interface:lan0|disabled=false node:eggplant|interface:lan0|ip_status=up node:eggplant|interface:lan0|mac_address=00:30:6e:2c:d6:e3 node:eggplant|interface:lan0|ppa=0 node:eggplant|interface:lan0|bridged_net=1 node:eggplant|interface:lan0|mac_type=Ethernet node:eggplant|interface:lan0|hardware_path=0/0/0/0 node:eggplant|interface:lan0|nmid=1 node:eggplant|interface:lan0|type=primary node:eggplant|interface:lan0|ip_address:15.1.192.159|name=15.1.192.159 node:eggplant|interface:lan0|ip_address:15.1.192.159|netmask=255.255.252.0 node:eggplant|interface:lan0|ip_address:15.1.192.159|subnet=15.1.192.0 node:eggplant|interface:lan0|ip_address:15.1.192.159|heartbeat=true node:eggplant|interface:lan1|name=lan1 node:eggplant|interface:lan1|status=up node:eggplant|interface:lan1|disabled=false node:eggplant|interface:lan1|mac_address=00:30:6e:39:51:7f node:eggplant|interface:lan1|ppa=1 node:eggplant|interface:lan1|bridged_net=2 node:eggplant|interface:lan1|mac_type=Ethernet node:eggplant|interface:lan1|hardware_path=0/2/0/0 node:eggplant|interface:lan1|nmid=2 node:eggplant|interface:lan1|type=primary node:eggplant|interface:lan1|ip_address:192.39.1.2|name=192.39.1.2 node:eggplant|interface:lan1|ip_address:192.39.1.2|netmask=255.255.255.0 node:eggplant|interface:lan1|ip_address:192.39.1.2|subnet=192.39.1.0 node:eggplant|interface:lan1|ip_address:192.39.1.2|heartbeat=true node:eggplant|interface:lan1|ip_address:fec0::2701:0:0:c027:2| name=fec0::2701:0:0:c027:2 node:eggplant|interface:lan1|ip_address:fec0::2701:0:0:c027:2| netmask=ffff:ffff:ffff:ffff:: node:eggplant|interface:lan1|ip_address:fec0::2701:0:0:c027:2| subnet=fec0:0:0:2701:: node:eggplant|interface:lan2|name=lan2 node:eggplant|interface:lan2|status=up node:eggplant|interface:lan2|disabled=false node:eggplant|interface:lan2|ip_status=up node:eggplant|interface:lan2|mac_address=00:30:6e:37:a7:f3 node:eggplant|interface:lan2|ppa=2 node:eggplant|interface:lan2|bridged_net=2 node:eggplant|interface:lan2|mac_type=Ethernet node:eggplant|interface:lan2|hardware_path=0/6/0/0 node:eggplant|interface:lan2|nmid=3 node:eggplant|interface:lan2|type=primary node:eggplant|interface:lan2|ip_address:192.39.2.2|name=192.39.2.2 node:eggplant|interface:lan2|ip_address:192.39.2.2|netmask=255.255.255.0 node:eggplant|interface:lan2|ip_address:192.39.2.2|subnet=192.39.2.0 node:eggplant|interface:lan2|ip_address:fec0::2702:0:0:c027:2| name=fec0::2702:0:0:c027:2 node:eggplant|interface:lan2|ip_address:fec0::2702:0:0:c027:2| netmask=ffff:ffff:ffff:ffff:: node:eggplant|interface:lan2|ip_address:fec0::2702:0:0:c027:2| subnet=fec0:0:0:2702:: node:eggplant|subnet:15.1.192.0|name=15.1.192.0 node:eggplant|subnet:15.1.192.0|status=up node:eggplant|subnet:192.39.1.0|name=192.39.1.0 node:eggplant|subnet:192.39.1.0|status=up node:eggplant|subnet:192.39.1.0|ip_monitor=on node:eggplant|subnet:192.39.1.0|polling_target=192.39.1.125 node:eggplant|subnet:192.39.1.0|polling_target=192.39.1.124 node:eggplant|subnet:fec0:0:0:2701::/64|name=fec0:0:0:2701::/64 node:eggplant|subnet:fec0:0:0:2701::/64|status=up node:eggplant|subnet:fec0:0:0:2701::/64|ip_monitor=off node:eggplant|subnet:192.39.2.0|name=192.39.2.0 node:eggplant|subnet:192.39.2.0|status=up node:eggplant|subnet:192.39.2.0|ip_monitor=off node:eggplant|subnet:fec0:0:0:2702::/64|name=fec0:0:0:2702::/64 node:eggplant|subnet:fec0:0:0:2702::/64|status=up node:eggplant|subnet:fec0:0:0:2702::/64|ip_monitor=on Package SG-CFS-pkg package:SG-CFS-pkg|name=SG-CFS-pkg package:SG-CFS-pkg|style=legacy package:SG-CFS-pkg|type=system_multi_node package:SG-CFS-pkg|status=up package:SG-CFS-pkg|state=running package:SG-CFS-pkg|highly_available=yes package:SG-CFS-pkg|summary=ok package:SG-CFS-pkg|autorun=enabled package:SG-CFS-pkg|id=49665 package:SG-CFS-pkg|all_cluster_nodes=true package:SG-CFS-pkg|initial_autorun=enabled package:SG-CFS-pkg|local_lan_failover_allowed=enabled package:SG-CFS-pkg|failfast=enabled package:SG-CFS-pkg|run_script=/etc/cmcluster/cfs/SG-CFS-pkg.sh package:SG-CFS-pkg|run_script_timeout=300 package:SG-CFS-pkg|halt_script=/etc/cmcluster/cfs/SG-CFS-pkg.sh package:SG-CFS-pkg|halt_script_timeout=60 package:SG-CFS-pkg|script_log_file=/etc/tmp/cmcluster/SG-CFS-pkg/ SG-CFS-pkg.control.log package:SG-CFS-pkg|node:eggplant|name=eggplant package:SG-CFS-pkg|node:eggplant|status=up package:SG-CFS-pkg|node:eggplant|switching=enabled package:SG-CFS-pkg|node:eggplant|last_run_time=1129921554 package:SG-CFS-pkg|node:eggplant|last_halt_time=0 package:SG-CFS-pkg|node:eggplant|available=yes package:SG-CFS-pkg|node:radiccio|name=radiccio package:SG-CFS-pkg|node:radiccio|status=up package:SG-CFS-pkg|node:radiccio|switching=enabled package:SG-CFS-pkg|node:radiccio|last_run_time=1129921576 package:SG-CFS-pkg|node:radiccio|last_halt_time=0 package:SG-CFS-pkg|node:radiccio|available=yes Package SG-CFS-pkg services package:SG-CFS-pkg|service:SG-CFS-vxconfigd|name=SG-CFS-vxconfigd package:SG-CFS-pkg|service:SG-CFS-vxconfigd|id=1 package:SG-CFS-pkg|service:SG-CFS-vxconfigd|failfast=enabled package:SG-CFS-pkg|service:SG-CFS-vxconfigd|halt_timeout=5 package:SG-CFS-pkg|service:SG-CFS-vxconfigd|node:eggplant|status=up package:SG-CFS-pkg|service:SG-CFS-vxconfigd|node:eggplant|restart_limit=0 package:SG-CFS-pkg|service:SG-CFS-vxconfigd|node:eggplant|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-vxconfigd|node:radiccio|status=up package:SG-CFS-pkg|service:SG-CFS-vxconfigd|node:radiccio|restart_limit=0 package:SG-CFS-pkg|service:SG-CFS-vxconfigd|node:radiccio|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-sgcvmd|name=SG-CFS-sgcvmd package:SG-CFS-pkg|service:SG-CFS-sgcvmd|id=2 package:SG-CFS-pkg|service:SG-CFS-sgcvmd|failfast=enabled package:SG-CFS-pkg|service:SG-CFS-sgcvmd|halt_timeout=5 package:SG-CFS-pkg|service:SG-CFS-sgcvmd|node:eggplant|status=up package:SG-CFS-pkg|service:SG-CFS-sgcvmd|node:eggplant|restart_limit=5 package:SG-CFS-pkg|service:SG-CFS-sgcvmd|node:eggplant|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-sgcvmd|node:radiccio|status=up package:SG-CFS-pkg|service:SG-CFS-sgcvmd|node:radiccio|restart_limit=5 package:SG-CFS-pkg|service:SG-CFS-sgcvmd|node:radiccio|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-vxfsckd|name=SG-CFS-vxfsckd package:SG-CFS-pkg|service:SG-CFS-vxfsckd|id=3 package:SG-CFS-pkg|service:SG-CFS-vxfsckd|failfast=enabled package:SG-CFS-pkg|service:SG-CFS-vxfsckd|halt_timeout=30 package:SG-CFS-pkg|service:SG-CFS-vxfsckd|node:eggplant|status=up package:SG-CFS-pkg|service:SG-CFS-vxfsckd|node:eggplant|restart_limit=5 package:SG-CFS-pkg|service:SG-CFS-vxfsckd|node:eggplant|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-vxfsckd|node:radiccio|status=up package:SG-CFS-pkg|service:SG-CFS-vxfsckd|node:radiccio|restart_limit=5 package:SG-CFS-pkg|service:SG-CFS-vxfsckd|node:radiccio|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-cmvxd|name=SG-CFS-cmvxd package:SG-CFS-pkg|service:SG-CFS-cmvxd|id=4 package:SG-CFS-pkg|service:SG-CFS-cmvxd|failfast=enabled package:SG-CFS-pkg|service:SG-CFS-cmvxd|halt_timeout=5 package:SG-CFS-pkg|service:SG-CFS-cmvxd|node:eggplant|status=up package:SG-CFS-pkg|service:SG-CFS-cmvxd|node:eggplant|restart_limit=0 package:SG-CFS-pkg|service:SG-CFS-cmvxd|node:eggplant|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-cmvxd|node:radiccio|status=up package:SG-CFS-pkg|service:SG-CFS-cmvxd|node:radiccio|restart_limit=0 package:SG-CFS-pkg|service:SG-CFS-cmvxd|node:radiccio|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|name=SG-CFS-cmvxpingd package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|id=5 package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|failfast=enabled package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|halt_timeout=5 package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|node:eggplant|status=up package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|node:eggplant|restart_limit=0 package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|node:eggplant|restart_count=0 package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|node:radiccio|status=up package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|node:radiccio|restart_limit=0 package:SG-CFS-pkg|service:SG-CFS-cmvxpingd|node:radiccio|restart_count=0 Package pkg-28478 package:pkg-28478_1|name=pkg-28478_1 package:pkg-28478_1|style=modular package:pkg-28478_1|type=failover package:pkg-28478_1|status=up package:pkg-28478_1|state=running package:pkg-28478_1|highly_available=no package:pkg-28478_1|summary=degraded package:pkg-28478_1|autorun=disabled package:pkg-28478_1|owner=eggplant package:pkg-28478_1|id=35842 package:pkg-28478_1|initial_autorun=enabled package:pkg-28478_1|failover_policy=configured_node package:pkg-28478_1|failback_policy=manual package:pkg-28478_1|local_lan_failover_allowed=enabled package:pkg-28478_1|failfast=disabled package:pkg-28478_1|run_script_timeout=300 package:pkg-28478_1|halt_script_timeout=300 package:pkg-28478_1|priority=2835 package:pkg-28478_1|successor_halt_timeout=no_timeout package:pkg-28478_1|script_log_file=/var/opt/sgtest/tmp/cmcluster/pkg-28478_1/pkg-28478_1.control.log package:pkg-28478_1|weight:ff0|name=ff0 package:pkg-28478_1|weight:ff0|value=42 package:pkg-28478_1|weight:ff2|name=ff2 package:pkg-28478_1|weight:ff2|value=8 package:pkg-28478_1|node:radiccio|name=radiccio package:pkg-28478_1|node:radiccio|status=down package:pkg-28478_1|node:radiccio|switching=enabled package:pkg-28478_1|node:radiccio|last_run_time=0 package:pkg-28478_1|node:radiccio|last_halt_time=0 package:pkg-28478_1|node:radiccio|available=yes package:pkg-28478_1|node:radiccio|type=Primary package:pkg-28478_1|node:radiccio|order=1 package:pkg-28478_1|node:eggplant|name=eggplant package:pkg-28478_1|node:eggplant|status=up package:pkg-28478_1|node:eggplant|switching=enabled package:pkg-28478_1|node:eggplant|last_run_time=1129921888 package:pkg-28478_1|node:eggplant|last_halt_time=0 package:pkg-28478_1|node:eggplant|available=yes package:pkg-28478_1|node:eggplant|type=Alternate package:pkg-28478_1|node:eggplant|order=2 package:pkg-28478_1|dependency:SG-CFS-pkg|name=SG-CFS-pkg package:pkg-28478_1|dependency:SG-CFS-pkg|package_id=49665 package:pkg-28478_1|dependency:SG-CFS-pkg|location=same_node package:pkg-28478_1|dependency:SG-CFS-pkg|condition=SG-CFS-pkg = up package:pkg-28478_1|dependency:SG-CFS-pkg|node:eggplant|satisfied=yes package:pkg-28478_1|dependency:SG-CFS-pkg|node:radiccio|satisfied=yes package:pkg-28478_1|storage_group:vg_for_cvm_crops_dd2| name=vg_for_cvm_crops_dd2 package:pkg-28478_1|subnet:15.1.192.0|name=15.1.192.0 package:pkg-28478_1|subnet:15.1.192.0|node:eggplant|status=up package:pkg-28478_1|subnet:15.1.192.0|node:radiccio|status=up package:pkg-28478_1|subnet:fec0:0:0:2701::/64|name=fec0:0:0:2701::/64 package:pkg-28478_1|subnet:fec0:0:0:2701::/64|node:eggplant|status=up package:pkg-28478_1|subnet:fec0:0:0:2701::/64|node:radiccio|status=up Package pkg-28478 services package:pkg-28478_1|service:pkg-28478_1srv28478_1| name=pkg-28478_1srv28478_1 package:pkg-28478_1|service:pkg-28478_1srv28478_1|id=1 package:pkg-28478_1|service:pkg-28478_1srv28478_1|failfast=disabled package:pkg-28478_1|service:pkg-28478_1srv28478_1|halt_timeout=5 package:pkg-28478_1|service:pkg-28478_1srv28478_1|node:eggplant|status=up package:pkg-28478_1|service:pkg-28478_1srv28478_1|node:eggplant| restart_limit=2 package:pkg-28478_1|service:pkg-28478_1srv28478_1|node:eggplant| restart_count=0 package:pkg-28478_1|service:pkg-28478_1srv28478_1|node:radiccio| status=down package:pkg-28478_1|service:pkg-28478_1srv28478_1|node:radiccio| restart_limit=unknown package:pkg-28478_1|service:pkg-28478_1srv28478_1|node:radiccio| restart_count=0 package:pkg-28478_1|service:pkg-28478_1srv28478_2| name=pkg-28478_1srv28478_2 package:pkg-28478_1|service:pkg-28478_1srv28478_2|id=2 package:pkg-28478_1|service:pkg-28478_1srv28478_2|failfast=disabled package:pkg-28478_1|service:pkg-28478_1srv28478_2|halt_timeout=5 package:pkg-28478_1|service:pkg-28478_1srv28478_2|node:eggplant|status=up package:pkg-28478_1|service:pkg-28478_1srv28478_2|node:eggplant| restart_limit=2 package:pkg-28478_1|service:pkg-28478_1srv28478_2|node:eggplant| restart_count=0 package:pkg-28478_1|service:pkg-28478_1srv28478_2|node:radiccio| status=down package:pkg-28478_1|service:pkg-28478_1srv28478_2|node:radiccio| restart_limit=unknown package:pkg-28478_1|service:pkg-28478_1srv28478_2|node:radiccio| restart_count=0 package:pkg-28478_1|service:pkg-28478_1srv28478_3| name=pkg-28478_1srv28478_3 package:pkg-28478_1|service:pkg-28478_1srv28478_3|id=3 package:pkg-28478_1|service:pkg-28478_1srv28478_3|failfast=disabled package:pkg-28478_1|service:pkg-28478_1srv28478_3|halt_timeout=5 package:pkg-28478_1|service:pkg-28478_1srv28478_3|node:eggplant|status=up package:pkg-28478_1|service:pkg-28478_1srv28478_3|node:eggplant| restart_limit=2 package:pkg-28478_1|service:pkg-28478_1srv28478_3|node:eggplant| restart_count=0 package:pkg-28478_1|service:pkg-28478_1srv28478_3|node:radiccio| status=down package:pkg-28478_1|service:pkg-28478_1srv28478_3|node:radiccio| restart_limit=unknown package:pkg-28478_1|service:pkg-28478_1srv28478_3|node:radiccio| restart_count=0 package:pkg-28478_1|ip_address:192.39.1.17 package:pkg-28478_1|ip_address:fec0:0:0:2701::11 Package pkg-28478 modules package:pkg-28478_1|module_name:sg/basic|module_name=sg/basic package:pkg-28478_1|module_name:sg/basic|module_version=1 package:pkg-28478_1|module_name:sb/sb_failover_pkg|module_name=sb/sb_failover_pkg package:pkg-28478_1|module_name:sb/sb_failover_pkg|module_version=1 package:pkg-28478_1|module_name:sg/all|module_name=sg/all package:pkg-28478_1|module_name:sg/all|module_version=1 package:pkg-28478_1|module_name:sg/failover|module_name=sg/failover package:pkg-28478_1|module_name:sg/failover|module_version=1 package:pkg-28478_1|module_name:sg/priority|module_name=sg/priority package:pkg-28478_1|module_name:sg/priority|module_version=1 package:pkg-28478_1|module_name:sg/dependency|module_name=sg/dependency package:pkg-28478_1|module_name:sg/dependency|module_version=1 package:pkg-28478_1|module_name:sg/weight|module_name=sg/weight package:pkg-28478_1|module_name:sg/weight|module_version=1 package:pkg-28478_1|module_name:sg/monitor_subnet|module_name=sg/monitor_subnet package:pkg-28478_1|module_name:sg/monitor_subnet|module_version=1 package:pkg-28478_1|module_name:sg/package_ip|module_name=sg/package_ip package:pkg-28478_1|module_name:sg/package_ip|module_version=1 package:pkg-28478_1|module_name:sg/package_ip|module_scripts=$SGCONF/scripts/sg/package_ip.sh package:pkg-28478_1|module_name:sg/service|module_name=sg/service package:pkg-28478_1|module_name:sg/service|module_version=1 package:pkg-28478_1|module_name:sg/service|module_scripts=$SGCONF/scripts/sg/service.sh package:pkg-28478_1|module_name:sg/resource|module_name=sg/resource package:pkg-28478_1|module_name:sg/resource|module_version=1 package:pkg-28478_1|module_name:sg/resource|module_scripts=$SGCONF/scripts/sg/resource.shpackage:pkg-28478_1|module_name:sg/volume_group|module_name=sg/volume_group package:pkg-28478_1|module_name:sg/volume_group|module_version=1 package:pkg-28478_1|module_name:sg/volume_group|module_scripts=$SGCONF/scripts/sg/volume_group.sh package:pkg-28478_1|module_name:sg/filesystem|module_name=sg/filesystem package:pkg-28478_1|module_name:sg/filesystem|module_version=1 package:pkg-28478_1|module_name:sg/filesystem|module_scripts=$SGCONF/scripts/sg/filesystem.sh package:pkg-28478_1|module_name:sg/pev|module_name=sg/pev package:pkg-28478_1|module_name:sg/pev|module_version=1 package:pkg-28478_1|module_name:sg/external_pre|module_name=sg/external_pre package:pkg-28478_1|module_name:sg/external_pre|module_version=1 package:pkg-28478_1|module_name:sg/external_pre|module_scripts=$SGCONF/scripts/sg/external_pre.sh package:pkg-28478_1|module_name:sg/external|module_name=sg/external package:pkg-28478_1|module_name:sg/external|module_version=1 package:pkg-28478_1|module_name:sg/external|module_scripts=$SGCONF/scripts/sg/external.sh package:pkg-28478_1|module_name:sg/acp|module_name=sg/acp package:pkg-28478_1|module_name:sg/acp|module_version=1 package:pkg-28478_1|module_name:sb/sb_cleanup|module_name=sb/sb_cleanup package:pkg-28478_1|module_name:sb/sb_cleanup|module_version=1 package:pkg-28478_1|module_name:sb/sb_cleanup|module_scripts=$SGCONF/scripts/ext/sb/pkgsb_cleanup.sh package:pkg-28478_1|module_name:sb/sb_resource|module_name=sb/sb_resource package:pkg-28478_1|module_name:sb/sb_resource|module_version=1 package:pkg-28478_1|module_name:sb/sb_resource|module_scripts=$SGCONF/scripts/ext/sb/pkgsb_resource.sh package:pkg-28478_1|module_name:sb/sb_fo_time|module_name=sb/sb_fo_time package:pkg-28478_1|module_name:sb/sb_fo_time|module_version=1 package:pkg-28478_1|module_name:sb/sb_fo_time|module_scripts=$SGCONF/scripts/ext/sb/pkgsb_failovertime_end.pl package:pkg-28478_1|operation_sequence:$SGCONF/scripts/ext/sb/pkgsb_cleanup.sh|operation_sequence=$SGCONF/scripts/ext/sb/pkgsb_cleanup.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/sg/external_pre.sh|operation_sequence=$SGCONF/scripts/sg/external_pre.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/sg/volume_group.sh|operation_sequence=$SGCONF/scripts/sg/volume_group.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/sg/filesystem.sh|operation_sequence=$SGCONF/scripts/sg/filesystem.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/sg/package_ip.sh|operation_sequence=$SGCONF/scripts/sg/package_ip.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/sg/external.sh|operation_sequence=$SGCONF/scripts/sg/external.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/sg/service.sh|operation_sequence=$SGCONF/scripts/sg/service.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/ext/sb/pkgsb_resource.sh|operation_sequence=$SGCONF/scripts/ext/sb/pkgsb_resource.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/sg/resource.sh|operation_sequence=$SGCONF/scripts/sg/resource.sh package:pkg-28478_1|operation_sequence:$SGCONF/scripts/ext/sb/pkgsb_failovertime_end.pl|operation_sequence=$SGCONF/scripts/ext/sb/pkgsb_failovertime_end.pl Package pkg-multi Cluster Interconnect Subnet package:pkg-multi|subnet:15.1.192.0|name=15.1.192.0 package:pkg-multi|subnet:15.1.192.0|cluster_interconnect=yes package:pkg-multi|subnet:15.1.192.0| node:eggplant|status=up Package SG-CFS-DG package:SG-CFS-DG-724_2|name=SG-CFS-DG-724_2 package:SG-CFS-DG-724_2|style=legacy package:SG-CFS-DG-724_2|type=multi_node package:SG-CFS-DG-724_2|status=up package:SG-CFS-DG-724_2|state=running package:SG-CFS-DG-724_2|highly_available=yes package:SG-CFS-DG-724_2|summary=ok package:SG-CFS-DG-724_2|autorun=enabled package:SG-CFS-DG-724_2|id=39683 package:SG-CFS-DG-724_2|initial_autorun=enabled package:SG-CFS-DG-724_2|local_lan_failover_allowed=enabled package:SG-CFS-DG-724_2|failfast=disabled package:SG-CFS-DG-724_2|run_script=/etc/cmcluster/cfs/sgcfspkg.sh package:SG-CFS-DG-724_2|run_script_timeout=no_timeout package:SG-CFS-DG-724_2|halt_script=/etc/cmcluster/cfs/sgcfspkg.sh package:SG-CFS-DG-724_2|halt_script_timeout=no_timeout package:SG-CFS-DG-724_2|script_log_file=/etc/cmcluster/SG-CFS-DG-724_2/ SG-CFS-DG-724_2.control.log package:SG-CFS-DG-724_2|environment|CVM_DISK_GROUP=vg_for_cvm_crops_dd4 package:SG-CFS-DG-724_2|environment| CVM_ACTIVATION_MODE="eggplant=sw radiccio=sw" package:SG-CFS-DG-724_2|node:eggplant|name=eggplant package:SG-CFS-DG-724_2|node:eggplant|status=up package:SG-CFS-DG-724_2|node:eggplant|switching=enabled package:SG-CFS-DG-724_2|node:eggplant|state=running package:SG-CFS-DG-724_2|node:eggplant|last_run_time=1129921701 package:SG-CFS-DG-724_2|node:eggplant|last_halt_time=0 package:SG-CFS-DG-724_2|node:eggplant|available=yes package:SG-CFS-DG-724_2|node:radiccio|name=radiccio package:SG-CFS-DG-724_2|node:radiccio|status=up package:SG-CFS-DG-724_2|node:radiccio|switching=enabled package:SG-CFS-DG-724_2|node:radiccio|state=running package:SG-CFS-DG-724_2|node:radiccio|last_run_time=1129921702 package:SG-CFS-DG-724_2|node:radiccio|last_halt_time=0 package:SG-CFS-DG-724_2|node:radiccio|available=yes package:SG-CFS-DG-724_2|dependency:SG-CFS-pkg|name=SG-CFS-pkg package:SG-CFS-DG-724_2|dependency:SG-CFS-pkg|package_id=49665 package:SG-CFS-DG-724_2|dependency:SG-CFS-pkg|location=same_node package:SG-CFS-DG-724_2|dependency:SG-CFS-pkg|condition=SG-CFS-pkg = up package:SG-CFS-DG-724_2|dependency:SG-CFS-pkg|node:eggplant|satisfied=yes package:SG-CFS-DG-724_2|dependency:SG-CFS-pkg|node:radiccio|satisfied=yes Package SG-CFS-MP-1711 package:SG-CFS-MP-1711_3|name=SG-CFS-MP-1711_3 package:SG-CFS-MP-1711_3|style=legacy package:SG-CFS-MP-1711_3|type=multi_node package:SG-CFS-MP-1711_3|status=up package:SG-CFS-MP-1711_3|state=running package:SG-CFS-MP-1711_3|highly_available=yes package:SG-CFS-MP-1711_3|summary=ok package:SG-CFS-MP-1711_3|autorun=enabled package:SG-CFS-MP-1711_3|id=47620 package:SG-CFS-MP-1711_3|initial_autorun=enabled package:SG-CFS-MP-1711_3|local_lan_failover_allowed=enabled package:SG-CFS-MP-1711_3|failfast=disabled package:SG-CFS-MP-1711_3|run_script=/etc/cmcluster/cfs/sgcfspkg.sh package:SG-CFS-MP-1711_3|run_script_timeout=no_timeout package:SG-CFS-MP-1711_3|halt_script=/etc/cmcluster/cfs/sgcfspkg.sh package:SG-CFS-MP-1711_3|halt_script_timeout=no_timeout package:SG-CFS-MP-1711_3|script_log_file=/etc/cmcluster/ SG-CFS-MP-1711_3/SG-CFS-MP-1711_3.control.log package:SG-CFS-MP-1711_3|environment| CFS_MOUNT_POINT=/mnt/dev/vx/dsk/vg_for_cvm_crops_dd4/lvol2 package:SG-CFS-MP-1711_3|environment|CFS_VOLUME=vg_for_cvm_crops_dd4/lvol2 package:SG-CFS-MP-1711_3|environment| CFS_MOUNT_OPTIONS="eggplant=rw radiccio=rw" package:SG-CFS-MP-1711_3|environment|CFS_PRIMARY_POLICY="" package:SG-CFS-MP-1711_3|node:eggplant|name=eggplant package:SG-CFS-MP-1711_3|node:eggplant|status=up package:SG-CFS-MP-1711_3|node:eggplant|switching=enabled package:SG-CFS-MP-1711_3|node:eggplant|state=running package:SG-CFS-MP-1711_3|node:eggplant|last_run_time=1129921743 package:SG-CFS-MP-1711_3|node:eggplant|last_halt_time=0 package:SG-CFS-MP-1711_3|node:eggplant|available=yes package:SG-CFS-MP-1711_3|node:radiccio|name=radiccio package:SG-CFS-MP-1711_3|node:radiccio|status=up package:SG-CFS-MP-1711_3|node:radiccio|switching=enabled package:SG-CFS-MP-1711_3|node:radiccio|state=running package:SG-CFS-MP-1711_3|node:radiccio|last_run_time=1129921744 package:SG-CFS-MP-1711_3|node:radiccio|last_halt_time=0 package:SG-CFS-MP-1711_3|node:radiccio|available=yes package:SG-CFS-MP-1711_3|dependency:SG-CFS-DG-724_2|name=SG-CFS-DG-724_2 package:SG-CFS-MP-1711_3|dependency:SG-CFS-DG-724_2|package_id=39683 package:SG-CFS-MP-1711_3|dependency:SG-CFS-DG-724_2|location=same_node package:SG-CFS-MP-1711_3|dependency:SG-CFS-DG-724_2| condition=SG-CFS-DG-724_2 = up package:SG-CFS-MP-1711_3|dependency:SG-CFS-DG-724_2|node:eggplant| satisfied=yes package:SG-CFS-MP-1711_3|dependency:SG-CFS-DG-724_2|node:radiccio| satisfied=yes quorum server quorum_server:atlantic|name=atlantic quorum_server:atlantic|polling_interval=300000000 quorum_server:atlantic|node:eggplant|status=up quorum_server:atlantic|node:eggplant|state=running quorum_server:atlantic|node:radiccio|status=up quorum_server:atlantic|node:radiccio|state=running group attributes group:OCLSMON_|name=OCLSMON_ group:OCLSMON_|member:1|name=1 group:OCLSMON_|member:1|pid=15611 group:OCLSMON_|member:1|node:node_1|name=node_1 group:OCLSMON_|member:2|name=2 group:OCLSMON_|member:2|pid=11139 group:OCLSMON_|member:2|node:node_2|name=node_2 group:crs_node_1_NG|name=crs_node_1_NG group:crs_node_1_NG|member:1|name=1 group:crs_node_1_NG|member:1|pid=15673 group:crs_node_1_NG|member:1|node:node_1|name=node_1 group:crs_node_1_NG|member:2|name=2 group:crs_node_1_NG|member:2|pid=11201 group:crs_node_1_NG|member:2|node:node_2|name=node_2 group:opsm|name=opsm group:opsm|member:1|name=1 group:opsm|member:1|pid=19301 group:opsm|member:1|node:node_1|name=node_1 group:opsm|member:2|name=2 group:opsm|member:2|pid=13996 group:opsm|member:2|node:node_2|name=node_2 Package authorized_host attributes package:pkg-s-NMAPI|authorized_host:CLUSTER_MEMBER_NODE| name=CLUSTER_MEMBER_NODE package:pkg-s-NMAPI|authorized_host:CLUSTER_MEMBER_NODE| user:rba0001s|name=rba0001s package:pkg-s-NMAPI|authorized_host:CLUSTER_MEMBER_NODE| user:rba0001s|role=package_admin cluster_lock attributes first_cluster_lock|volume_group=/dev/vglock first_cluster_lock|node:uno|physical_volume=/dev/dsk/c4t0d0 first_cluster_lock|node:uno|status=up first_cluster_lock|node:dos|physical_volume=/dev/dsk/c4t0d0 first_cluster_lock|node:dos|status=up first_cluster_lock|node:tres|physical_volume=/dev/dsk/c4t0d0 first_cluster_lock|node:tres|status=up first_cluster_lock|node:quattro|physical_volume=/dev/dsk/c4t0d0 first_cluster_lock|node:quattro|status=unknown authorized_host authorized_host:CLUSTER_MEMBER_NODE|name=CLUSTER_MEMBER_NODE authorized_host:CLUSTER_MEMBER_NODE|user:rba0001f|name=rba0001f authorized_host:CLUSTER_MEMBER_NODE|user:rba0001f|role=full_admin authorized_host:CLUSTER_MEMBER_NODE|user:rba0001p|name=rba0001p authorized_host:CLUSTER_MEMBER_NODE|user:rba0001p|role=package_admin authorized_host:CLUSTER_MEMBER_NODE|user:rba0001m|name=rba0001m authorized_host:CLUSTER_MEMBER_NODE|user:rba0001m|role=monitor authorized_host:eins|name=eins authorized_host:eins|user:root|name=root authorized_host:eins|user:root|role=full_admin authorized_host:eins|user:rba0001r|name=rba0001r authorized_host:eins|user:rba0001r|role=full_admin authorized_host:eins|user:rba0001f|name=rba0001f authorized_host:eins|user:rba0001f|role=full_admin authorized_host:eins|user:rba0001p|name=rba0001p authorized_host:eins|user:rba0001p|role=package_admin authorized_host:eins|user:rba0001m|name=rba0001m authorized_host:eins|user:rba0001m|role=monitor authorized_host:zwei|name=zwei authorized_host:zwei|user:root|name=root authorized_host:zwei|user:root|role=full_admin authorized_host:zwei|user:rba0001r|name=rba0001r authorized_host:zwei|user:rba0001r|role=full_admin authorized_host:zwei|user:rba0001f|name=rba0001f authorized_host:zwei|user:rba0001f|role=full_admin authorized_host:zwei|user:rba0001p|name=rba0001p authorized_host:zwei|user:rba0001p|role=package_admin authorized_host:zwei|user:rba0001m|name=rba0001m authorized_host:zwei|user:rba0001m|role=monitor Requires Optional Serviceguard Software cmviewcl(5)