JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Administration: Basic Administration     Oracle Solaris 10 1/13 Information Library
search filter icon
search icon

Document Information

About This Book

1.  Oracle Solaris Management Tools (Road Map)

2.  Working With the Solaris Management Console (Tasks)

3.  Working With the Oracle Java Web Console (Tasks)

4.  Managing User Accounts and Groups (Overview)

5.  Managing User Accounts and Groups (Tasks)

6.  Managing Client-Server Support (Overview)

7.  Managing Diskless Clients (Tasks)

8.  Introduction to Shutting Down and Booting a System

9.  Shutting Down and Booting a System (Overview)

10.  Shutting Down a System (Tasks)

11.  Modifying Oracle Solaris Boot Behavior (Tasks)

12.  Booting an Oracle Solaris System (Tasks)

13.  Managing the Oracle Solaris Boot Archives (Tasks)

14.  Troubleshooting Booting an Oracle Solaris System (Tasks)

15.  x86: GRUB Based Booting (Reference)

16.  x86: Booting a System That Does Not Implement GRUB (Tasks)

17.  Working With Oracle Configuration Manager

Introduction to Oracle Configuration Manager

How Your Oracle Solaris 10 System Is Registered?

Managing Oracle Configuration Manager (Tasks)

How to Enable the Oracle Configuration Manager Service

How to Disable the Oracle Configuration Manager Service

How to Manually Register With the Oracle Repository

How to Change the Time or Frequency of Data Collection

18.  Managing Services (Overview)

19.  Managing Services (Tasks)

20.  Managing Software (Overview)

21.  Managing Software With Oracle Solaris System Administration Tools (Tasks)

22.  Managing Software by Using Oracle Solaris Package Commands (Tasks)

23.  Managing Patches

A.  SMF Services

Index

Managing Oracle Configuration Manager (Tasks)

The following task map includes several procedures that are associated with using Oracle Configuration Manager on an Oracle Solaris system. Each row includes a task, a description of when you would want to perform that task, followed by a link to the task.

Task
Description
For Instructions
Enable the Oracle Configuration Manager service.
Enables the Oracle Configuration Manager service, after you have made configuration changes.
Disable the Oracle Configuration Manager service.
Disables the Oracle Configuration Manager service, before you make any significant configuration changes.
Manually register with the Oracle repository.
Changes your registration credentials.
Change data collection time.
Resets the data collection frequency and time.

How to Enable the Oracle Configuration Manager Service

  1. Become superuser or assume an equivalent role.
  2. Enable the Oracle Configuration Manager service.
    # svcadm enable management/ocm

How to Disable the Oracle Configuration Manager Service

  1. Become superuser or assume an equivalent role.
  2. Disable the Oracle Configuration Manager service.
    # svcadm disable management/ocm

    Caution

    Caution - Do not run the /opt/ocm/ccr/bin/emCCR stop command on an Oracle Solaris system. Any changes to the service must be made by using the Service Management Facility (SMF).


How to Manually Register With the Oracle Repository

  1. Become superuser or assume an equivalent role.
  2. Change the user registration.
    # /opt/ocm/ccr/bin/configCCR

    The software prompts for an email account and password. Preferably, use an email account associated with your My Oracle Support identity.

    If the system can communicate directly with the registration server, it does so. If not, you are prompted for the URL of an Oracle Support Hub. If a URL is usable at your site, specify it here. If you do not specify the address of an Oracle Support Hub or still are unable to communicate with the registration server, then you are prompted for a network proxy.

    After registration is complete, data collection begins.

See Also

For more information about the configCCR command, see the configCCR(1M) man page. You can also find complete examples of an interactive session by using the configCCR command, in the Oracle Configuration Manager Documentation.

How to Change the Time or Frequency of Data Collection

  1. Become superuser or assume an equivalent role.
  2. Reset the frequency of data collection.

    This example resets the collection time to occur weekly on Monday mornings at 6:00 a.m.

    # emCCR set collection_interval=FREQ=WEEKLY\; BYDAY=MON\; BYHOUR=6

See Also

For more information about the emCCR command, see the emCCR(1M) man page or the Oracle Configuration Manager Documentation.