System Administration Guide: Basic Administration

ProcedureHow to Clear the Current Auto Registration Configuration

Clearing the current configuration sets all of the Auto Registration properties to their default settings. This operation essentially has the same effect as a factory reset.

  1. Become superuser or assume an equivalent role.

  2. List the current Auto Registration configuration.


    # regadm list
    
  3. Clear the current Auto Registration configuration.


    # regadm clear
    
  4. Verify that the current configuration was cleared.


    # regadm list
    

    The output now displays the default settings for all property values. The default property values are not configured.


Example 17–4 Clearing the Current Auto Registration Configuration

In the following example, the regadm clear command is used to clear the property values of the current Auto Registration configuration.


# regadm list
        My Oracle Support username      user@example.com
        HTTP Proxy                      webproxy.example.com
        HTTP proxy port                 8080
        HTTP proxy user                 webuser
        HTTP proxy password             ******
# regadm clear
# regadm list
        My Oracle Support username      <not configured>
        HTTP Proxy                      <not configured>
        HTTP proxy port                 <not configured>
        HTTP proxy user                 <not configured>
        HTTP proxy password             <not configured>