System Administration Guide: Basic Administration

Displaying the Current Auto Registration Configuration

To display the currently authenticated user name and network connectivity information, use the regadm list command, as follows:


# regadm list

If you need to reset all of the property settings for a configuration, use the regadm clear command. For information, see How to Clear the Current Auto Registration Configuration.

Following are a few examples of various types of Auto Registration configurations.


Example 17–1 Authenticated User (No Proxy)


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


Example 17–2 Authenticated User (Open Proxy With No Authentication)


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


Example 17–3 Authenticated User (Proxy That Requires Authentication)


# 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             ******