JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle VM Server for SPARC 2.2 Administration Guide     Oracle VM Server for SPARC
search filter icon
search icon

Document Information

Preface

Part I Oracle VM Server for SPARC 2.2 Software

1.  Overview of the Oracle VM Server for SPARC Software

2.  Installing and Enabling Software

3.  Oracle VM Server for SPARC Security

Delegating the Management of Logical Domains by Using RBAC

Using Rights Profiles and Roles

Managing User Rights Profiles

Assigning Roles to Users

Logical Domains Manager Profile Contents

Controlling Access to a Domain Console by Using RBAC

How to Control Access to All Domain Consoles by Using Roles

How to Control Access to All Domain Consoles by Using Rights Profiles

How to Control Access to a Single Console by Using Roles

How to Control Access to a Single Console by Using Rights Profiles

Enabling and Using Auditing

How to Enable Auditing

How to Disable Auditing

How to Review Audit Records

How to Rotate Audit Logs

4.  Setting Up Services and the Control Domain

5.  Setting Up Guest Domains

6.  Setting Up I/O Domains

7.  Using Virtual Disks

8.  Using Virtual Networks

9.  Migrating Domains

10.  Managing Resources

11.  Managing Domain Configurations

12.  Performing Other Administration Tasks

Part II Optional Oracle VM Server for SPARC Software

13.  Oracle VM Server for SPARC Physical-to-Virtual Conversion Tool

14.  Oracle VM Server for SPARC Configuration Assistant (Oracle Solaris 10)

15.  Using the Oracle VM Server for SPARC Management Information Base Software

16.  Logical Domains Manager Discovery

17.  Using the XML Interface With the Logical Domains Manager

Glossary

Index

Enabling and Using Auditing

The Logical Domains Manager uses the Oracle Solaris OS auditing feature to examine the history of actions and events that have occurred on your control domain. The history is kept in a log of what was done, when it was done, by whom, and what was affected.

You can enable and disable the auditing feature based on the version of the Oracle Solaris OS that runs on your system, as follows:

How to Enable Auditing

You must configure and enable the Oracle Solaris auditing feature on your system. The Oracle Solaris OS auditing feature is used to examine the history of actions and events that have occurred on your control domain. The history is kept in a log of what was done, when it was done, by whom, and what was affected. Oracle Solaris 11 auditing is enabled by default, but you must still perform some configuration steps.


Note - Pre-existing processes are not audited for the virtualization software (vs) class. Ensure that you perform this step before regular users log in to the system.


  1. Add customizations to the /etc/security/audit_event and /etc/security/audit_class files.

    These customizations are preserved across Oracle Solaris upgrades, but should be re-added after a fresh Oracle Solaris installation.

    1. Add the following entry to the audit_event file, if not already present:
      40700:AUE_ldoms:ldoms administration:vs
    2. Add the following entry to the audit_class file, if not already present:
      0x10000000:vs:virtualization_software
  2. (Oracle Solaris 10) Add the vs class to the /etc/security/audit_control file.

    The following example /etc/security/audit_control fragment shows how you might specify the vs class:

    dir:/var/audit
    flags:lo,vs
    minfree:20
    naflags:lo,na
  3. (Oracle Solaris 10) Enable the auditing feature.
    1. Run the bsmconv command.
      # /etc/security/bsmconv
    2. Reboot the system.
  4. (Oracle Solaris 11) Preselect the vs audit class.
    1. Determine which auditing classes are already selected.

      Ensure that any audit classes that have already been selected are part of the updated set of classes. The following example shows that the lo class is already selected:

      # auditconfig -getflags
      active user default audit flags = lo(0x1000,0x1000)
      configured user default audit flags = lo(0x1000,0x1000)
    2. Add the vs auditing class.
      # auditconfig -setflags [class],vs

      class is zero or more audit classes, separated by commas. You can see the list of audit classes in the /etc/security/audit_class file. It is important to include the vs class on your Oracle VM Server for SPARC system.

      For example, the following command selects both the lo and vs classes:

      # auditconfig -setflags lo,vs
    3. (Optional) Log out of the system if you want to audit your processes, either as the administrator or as the configurer.

      If you do not want to log out, see How to Update the Preselection Mask of Logged In Users in Oracle Solaris Administration: Security Services.

  5. Verify that the auditing software is running.
    # auditconfig -getcond

    If the auditing software is running, audit condition = auditing appears in the output.

How to Disable Auditing

How to Review Audit Records

How to Rotate Audit Logs