1 '\" te
   2 .\" Copyright (C) 2007 Sun Microsystems, Inc. All Rights Reserved
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH DS.LOG 4 "Jun 08, 2007"
   7 .SH NAME
   8 ds.log \- Availability Suite data services log file
   9 .SH DESCRIPTION
  10 .sp
  11 .LP
  12 The \fB/var/adm/ds.log\fR file contains the Availability Suite data services
  13 command log. The administration commands log activities to the file in the
  14 format:
  15 .sp
  16 .in +2
  17 .nf
  18 date time product: message
  19 .fi
  20 .in -2
  21 
  22 .sp
  23 .LP
  24 Note that when the size of the log file exceeds 10 Mbytes, ds.log is renamed
  25 \fB/var/adm/ds.log.bak\fR  and a new \fB/var/adm/ds.log\fR file is created.
  26 .sp
  27 .LP
  28 The \fBds.log\fR fields are:
  29 .sp
  30 .ne 2
  31 .na
  32 \fBdate\fR
  33 .ad
  34 .sp .6
  35 .RS 4n
  36 The date format is \fImmm nn\fR, where \fImmm\fR  is  the local three-character
  37 abbreviation for the month and \fInn\fR is the day of the month on which the
  38 event occurred.
  39 .RE
  40 
  41 .sp
  42 .ne 2
  43 .na
  44 \fBtime\fR
  45 .ad
  46 .sp .6
  47 .RS 4n
  48 The time of the event, in \fIhh:mm:ss\fR format.
  49 .RE
  50 
  51 .sp
  52 .ne 2
  53 .na
  54 \fBproduct\fR
  55 .ad
  56 .sp .6
  57 .RS 4n
  58 A product code that identifies which component of the data services produced
  59 the event. The code is separated from the message that follows by a colon (:)
  60 and a space.
  61 .RE
  62 
  63 .sp
  64 .ne 2
  65 .na
  66 \fBmessage\fR
  67 .ad
  68 .sp .6
  69 .RS 4n
  70 A message that can extend over  more  than  one  line describing the event that
  71 occurred. The second or following lines are not prefixed by  the  date, time,
  72 and product code strings.
  73 .RE
  74 
  75 .SH EXAMPLES
  76 .sp
  77 .LP
  78 The example below shows sample \fBds.log\fR file content:
  79 .sp
  80 .in +2
  81 .nf
  82 Jan 25 05:26:17 ii: iiboot suspend cluster tag <none>
  83 Jan 25 05:32:02 ii: iiboot resume cluster tag <none>
  84 Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/bigmaster
  85 Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/bigshadow
  86 Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/mstvxfs
  87 Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/master01
  88 .fi
  89 .in -2
  90 
  91 .SH ATTRIBUTES
  92 .sp
  93 .LP
  94 See \fBattributes\fR(5) for descriptions of the following attributes:
  95 .sp
  96 
  97 .sp
  98 .TS
  99 box;
 100 c | c
 101 l | l .
 102 ATTRIBUTE TYPE  ATTRIBUTE VALUE
 103 _
 104 Architecture    x86
 105 _
 106 Interface Stability     Committed
 107 .TE
 108 
 109 .SH SEE ALSO
 110 .sp
 111 .LP
 112 \fBiiadm\fR(1M), \fBsndradm\fR(1M), \fBsvadm\fR(1M), \fBattributes\fR(5)