JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Managing Services and Faults in Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Managing Services (Overview)

About SMF in this Release

Introduction to SMF

Advantages to Using SMF

SMF Concepts

SMF Service

SMF Dependencies

Service Identifiers

Service States

SMF Manifests

SMF Profiles

Service Configuration Repository

SMF Administrative Layers

SMF Repository Backups

SMF Snapshots

SMF Service Error Logging

SMF Administrative and Programming Interfaces

SMF Command-Line Administrative Utilities

Service Management Configuration Library Interfaces

SMF Components

SMF Master Restarter Daemon

SMF Delegated Restarters

SMF Properties and Property Groups

Managing Information in the Service Configuration Repository

Viewing SMF Information

Modifying SMF Information

Deleting SMF Information

SMF and Booting

SMF Compatibility

Run Levels

When to Use Run Levels or Milestones

Determining a System's Run Level

/etc/inittab File

What Happens When the System Is Brought to Run Level 3

2.  Managing Services (Tasks)

3.  Using the Fault Manager

Index

Managing Information in the Service Configuration Repository

There are many ways to view, modify, or delete information by using SMF. This section discusses which methods are best for which uses.

Viewing SMF Information

You can use the svccfg and svcprop commands to view information in the service configuration repository. For a complete description of these commands, see the svccfg(1M) and svcprop(1) man pages.

Modifying SMF Information

You can modify information about a service or service instance by using a manifest, or a profile, or by using the svccfg command. Any changes you make with the svccfg command are recorded in the admin layer. The following list includes some of the options that you can use to modify information by using the svccfg command:

Deleting SMF Information

You can delete information about a service or service instance by using the svccfg command. The following list includes some of the options that you can use to remove information by using the svccfg command:

When you delete information from the repository one of two things happen, either the entity will be masked or the entity will be removed. Any information that has been defined only in the admin layer will be removed. Any information from a manifest or profile will be masked, so that the standard commands will not display the information. The information is masked so that if you need to undo the deletion, you readily will have the information available.