Go to main content

Oracle Solaris Cluster 4.3 Reference Manual

Exit Print View

Updated: September 2015
 
 

commandlog(4)

Name

commandlog - command log file

Synopsis

/var/cluster/logs/commandlog 

Description

The commandlog ASCII text file contains records of selected Oracle Solaris Cluster commands that are executed in a cluster. The logging of commands starts automatically when you set up the cluster and ends when you shut down the cluster.

Commands that are not logged in this file include those that display the configuration and current state of the cluster. Commands that are logged in this file include those that configure and change the current state of the cluster, as follows:

  • claccess

  • cldevice

  • cldevicegroup

  • clinterconnect

  • clnasdevice

  • clnode

  • clquorum

  • clreslogicalhostname

  • clresource

  • clresourcegroup

  • clresourcetype

  • clressharedaddress

  • clsnmphost

  • clsnmpmib

  • clsnmpuser

  • cltelemetryattribute

  • cluster

  • clzonecluster

  • scconf

  • scdidadm

  • scdpm

  • scgdevs

  • scrgadm

  • scshutdown

  • scswitch

Each record in the commandlog file contains the following information:

  • Date and timestamp

  • Host name from the which the command was executed

  • Process ID of the command

  • ID of the user who executed the command

  • Command that the user executed, including all options and operands


    Note - Command options are quoted in the commandlog file to enable you to copy, paste, and execute them in the shell.
  • Exit status or signal of the executed command

By default, the commandlog file is regularly archived at the end of every week. Oracle Solaris Cluster maintains up to eight previously archived commandlog files on each cluster node at any given time.

Examples

Example 1 /var/cluster/logs/commandlog File

The following example shows the contents of a typical /var/cluster/logs/commandlog file:

11/11/2011 09:43:36 phys-schost-1 5758 root START - clrg add "app-sa-1"
11/11/2011 09:43:36 phys-schost-1 5758 root END 0
11/11/2011 09:43:36 phys-schost-1 5760 root START - clrg set -y
"RG_description=Department Shared Address RG" "app-sa-1"
11/11/2011 09:43:37 phys-schost-1 5760 root END 0
11/11/2011 09:44:15 phys-schost-1 5810 root START - clrg online "app-sa-1"
11/11/2011 09:44:15 phys-schost-1 5810 root END 0
11/11/2011 09:44:19 phys-schost-1 5222 root END -20988320
12/02/2011 14:37:21 phys-schost-1 5542 jbloggs START - clrg -c -g "app-sa-1"
-y "RG_description=Joe Bloggs Shared Address RG"
12/02/2011 14:37:22 phys-schost-1 5542 jbloggs END 0

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/system/core
Interface Stability
Evolving

See Also

scha_control(1HA), scha_resource_setstatus(1HA), scconf(1M), scdidadm(1M), scdpm(1M), scgdevs(1M), scrgadm(1M), scshutdown(1M), scswitch(1M), attributes(5)