ds.log.4 revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (C) 2007 Sun Microsystems, Inc. All Rights Reserved
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.
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.
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]
ds.log 4 "08 Jun 2007" "SunOS 5.11" "File Formats"
NAME
ds.log - Availability Suite data services log file
DESCRIPTION

The /var/adm/ds.log file contains the Availability Suite data services command log. The administration commands log activities to the file in the format:

date time product: message

Note that when the size of the log file exceeds 10 Mbytes, ds.log is renamed /var/adm/ds.log.bak and a new /var/adm/ds.log file is created.

The ds.log fields are:

date

The date format is mmm nn, where mmm is the local three-character abbreviation for the month and nn is the day of the month on which the event occurred.

time

The time of the event, in hh:mm:ss format.

product

A product code that identifies which component of the data services produced the event. The code is separated from the message that follows by a colon (:) and a space.

message

A message that can extend over more than one line describing the event that occurred. The second or following lines are not prefixed by the date, time, and product code strings.

EXAMPLES

The example below shows sample ds.log file content:

Jan 25 05:26:17 ii: iiboot suspend cluster tag <none>
Jan 25 05:32:02 ii: iiboot resume cluster tag <none>
Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/bigmaster
Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/bigshadow
Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/mstvxfs
Jan 25 05:32:04 sv: svboot: resume /dev/vx/rdsk/master01
ATTRIBUTES

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

ATTRIBUTE TYPEATTRIBUTE VALUE
Architecturex86
Interface Stability Committed
SEE ALSO

iiadm(1M), sndradm(1M), svadm(1M), attributes(5)