JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Basic Administration     Oracle Solaris 10 8/11 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 the Oracle Solaris Auto Registration regadm Command (Tasks)

Oracle Solaris Auto Registration (Overview)

How Your Oracle Solaris 10 System Is Registered

When and How Service Tag Data Is Transmitted

Managing Auto Registration Configuration

How the Auto Registration Process Works

Getting Started With the regadm Command

When to Use the regadm Command-Line Interface

Requirements for Using the regadm Command

Managing the Auto Registration SMF Service

How to Determine If the Auto Registration SMF Service Is Enabled

How to Disable the Auto Registration SMF Service

How to Enable the Auto Registration SMF Service

Configuring the Auto Registration Feature by Using the regadm Command

Tasks That Are Required Prior to Registration

Displaying the Current Auto Registration Configuration

How to Clear the Current Auto Registration Configuration

Configuring Auto Registration Properties

How to Configure HTTP Proxy and Port Settings

How to Configure HTTP Proxy Authentication Settings

Authenticating a User by Specifying Named Support Credentials

How to Authenticate a User by Specifying Named Support Credentials

Registering Your System by Using the regadm Command

How to Display Registration Information About Products Not Yet Registered

How to Register Your System by Using the regadm Command

Obtaining Information About Currently Registered Products

Troubleshooting Auto Registration Issues

Authentication Failed

Cannot Send HTTP Proxy Password

HTTP Communications Error

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 the Auto Registration SMF Service

The Auto Registration feature is managed by an SMF service. This service is enabled by default. You can manually disable the service by using the regadm disable command. The following procedures describe how to manage the Auto Registration SMF service.


Note - The Auto Registration SMF service runs in a global zone only.


Table 17-1 Managing the Auto Registration SMF Service (Task Map)

Task
Instructions
For Information
Display the status of the Auto Registration SMF service.
You can use the regadm command to determine if the Auto Registration SMF service is running. Note that the service is enabled by default.
Disable the Auto Registration SMF service.
If you do not want to register, or you want to postpone registration, you can optionally disable the Auto Registration SMF service by using the regadm command.
Enable the Auto Registration SMF service.
If you previously disabled the Auto Registration SMF service, you must enable the service prior to registering your system.

How to Determine If the Auto Registration SMF Service Is Enabled

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. Display the current status of the Auto Registration service.
    # regadm status
    Solaris Auto-Registration is currently enabled

How to Disable the Auto Registration SMF Service

The Auto Registration feature enabled by default. You can manually disable the service by using the regadm disable command.

  1. Become superuser or assume an equivalent role.
  2. Display the current status of the Auto Registration service.
    # regadm status
    Solaris Auto-Registration is currently enabled
  3. Disable the Auto Registration service.
    # regadm disable
  4. Verify that the service has been disabled.
    # regadm status
    Solaris Auto-Registration is currently disabled

How to Enable the Auto Registration SMF Service

  1. Become superuser or assume an equivalent role.
  2. Display the current status of the Auto Registration service.
    # regadm status
    Solaris Auto-Registration is currently disabled
  3. Enable the Auto Registration service.
    # regadm enable
  4. Verify that the service has been enabled.
    # regadm status
    Solaris Auto-Registration is currently enabled