Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

18.1.2 Audit log Files

This section explains the audit log files provided by Systemwalker Operation Manager.

18.1.2.1 Audit Log Files

File name

mp_omgr_auditYYMMDD.log

Description

This file records changes to definitions relating to Systemwalker Operation Manager jobs and histories of operations on jobs. This file can be viewed by only operating system administrators.

File Location

The default settings used when Systemwalker Operation Manager is installed are as shown in the following table.

See "Defining Audit Log Output" in the Systemwalker Operation Manager Installation Guide for how to change the settings.

Windows

Systemwalker installation directory\MpWalker.JM\mpcmtool\audit

Solaris
Linux
HP-UX
AIX

/var/opt/FJSVftlo/audit

File Format

The following information is recorded as a single record per line. The file format is CSV format, and each item is separated by a comma.

Item

Maximum length (bytes)

Format

Remarks

Date

29

YYYY/MM/DD_HH:mm:SS.sss_[+|-]UTC

"_" indicates a single space.

YYYY: Four-digit year

MM: Two-digit month (01 to 12)

DD: Two-digit day (01 to 31)

HH: Two-digit hours (00 to 23)

mm: Two-digit minutes (00 to 59)

SS: Two-digit seconds (00 to 59)

sss: Three-digit milliseconds (000 to 999)

+|- UTC: Time difference as compared to UTC. The "+" or "-" will be followed by a four-digit number.

Operation location

1024

String indicating the location where the operation was performed. One of the following strings will be output.

  • IP address

  • Host name

Execution host

1024

String indicating either the name of the host where the operation requested by a client was executed, or the name of the host where a command or API was executed

Operator

255

The user ID used to log in to Systemwalker Operation Manager or the user ID used to log in to the operating system on the server.

[Windows]

The user name is output using either of the following formats: "computer name\user ID" or "domain name\user ID". Only the user ID is output when using the Systemwalker User Management function.

Note that when multi-server monitoring is conducted using a multi-server monitoring client, the operator output to the monitored servers will differ depending on the user who has logged into the monitoring server.

  • When logged in as an administrator user:

    The user with administrator privileges who has logged onto the monitoring server will be output.

  • When logged in as a general user:

    The user connected to the monitored server will be output.

The string "server" will be output in the following situations

  • When policies are applied

  • When the Jobscheduler service/daemon starts and stops

  • When the Operation Manager common infrastructure service/daemon starts and stops

  • When the calendar service/daemon starts and stops

  • When the automatic reflection function for calendars is used

  • When a server is turned off automatically with a power supply schedule

  • When calendar or system calendar information is updated when the year changes

  • When schedules or future schedules are executed

  • When schedule servers are added, edited or canceled

  • When virtual time settings for Master Schedule Management are made or canceled

Operation type

512

String that classifies the content of the operation that has been performed

The operation type will be output using the following format:

<operation>_<additional information>

See "List of Search Keywords for Audit Logs" in the Systemwalker Operation Manager User's Guide for details.

Operation target

4096

Information for identifying the operation target is output.

If multiple items are output, each item will be separated by a semicolon.

See "List of Search Keywords for Audit Logs" in the Systemwalker Operation Manager User's Guide for details.

Operation content

4096

The content of the operation that has been performed is output.

Example: "Stopped Job A"

If definitions have been changed using a command or API, or if job operations have been performed using a command or API, the output will be as below.

Command execution:

Executed a command. (COMMAND =< command and parameter string>)

API execution:

Executed an API. (API =< API name>)

Execution result

1

B: BEGIN (operation started)

S: SUCCESS (operation successful)

F: FAIL (operation failed)

C: CANCEL

"B" (for "BEGIN") is output when processing (for a command, etc.) will take a long time, in order to indicate that the processing has started.

If a "BEGIN" log has been output, another log will be then output as a single line indicating the result of the processing (either "SUCCESS", "FAIL" or "CANCEL").

Component

256

The name of the component (function) operated on will be output.

The information that is output corresponds to function names as follows:

MPCMTOOLO: Common tools

MPFWSEC: ACL manager

MPJMCAL: Calendar, Power Control

MPJOBSCH: Jobscheduler

MPJMSRV: Operation Manager common infrastructure

MPMJES: Job Execution Control

MPSTEM: Master Schedule Management

MPNJSOSV: Task link

Additional information

1024

Supplementary detailed information may be output, such as the process ID when commands are executed, or the version of the client that has connected.

The following information is output in the authentication logs that are output as a pair with the log output when connected clients log in to the server:

If the connection is made from a client running V13.0.0 or V13.1.0:

CL_VERSION= V13.0 or V13.1

If the connection is made from a client running V13.2.0 or later:

CL_VERSION=V13.2 or later

Reserved area

-

-

This area is not used.

[Additional information]

This is supplementary information for the operation type. The following table shows the main keywords.

Additional information

Description

CALENDAR

Calendar information

CARRYIEDOVERJOBNET

Carried over job net

DAEMON/SERVICE

Daemon/service

GROUP

Group

JOB

Job

JOBNET

Job net

LGMANAGE

Password management book

MESSAGE

Message event

OMGR_USER

Operation Manager user

PERMISSION

Access rights

PROJECT

Project

QUEUE

Queue

SCHEDULES

Schedule

SERVER

Server

Information

See "List of Search Keywords for Audit Logs" in the Systemwalker Operation Manager User's Guide for keywords to search audit logs.

Reference

mpsetlogsend_omgr

Examples

"2006/09/26 11:25:12.672 +0900","10.90.100.100","host1","user1","ADD_PROJECT","SUBSYSTEM=0;PROJECT=PRJ01;"," The project is added.",S,"MPJOBSCH","PID=8045;",
"2006/09/26 11:30:41.835 +0900","10.90.100.100","host1","user1","ADD_JOBNET","SUBSYSTEM=0;PROJECT=PRJ01;JOBNET=JOBNET01;"," The job net is added.",S,"MPJOBSCH","PID=8045;",
"2006/09/26 11:30:45.390 +0900","10.90.100.100","host1","user1","START_JOBNET","SUBSYSTEM=0;PROJECT=PRJ01;JOBNET=JOBNET01;"," The job net is started.",S,"MPJOBSCH","PID=8045;",