Sun Identity Manager 8.1 Installation

Registering Identity Manager from the Console

ProcedureTo Create a Local Service Tag or Register Identity Manager over the Internet with Sun

  1. Go to the following directory:

    %WSHOME%\bin\lh (Windows)

    $WSHOME/bin/lh (UNIX)

  2. To create a local service tag, use the following command:

    lh register -local

    To register Identity Manager over the Internet with Sun, use the following command:

    lh register -remote -u <userid> -p <password> -userSOA <soaUserid> -passSOA <soaPassword> -domain <domain> -proxy <proxyHost> -port <proxyPortNumber>

    where:

    • userid is the Identity Manager userID of the Identity Manager administrator who is authorized to do the registration

    • password is the Identity Manager password of the Identity Manager administrator who is authorized to do the registration

    • soaUserid is the user ID of the Sun Online Account that will be used for registration.

    • soaPassword is the password of the Sun Online Account that will be used for registration.

    • domain is the domain (or team) that the Sun Online Account user belongs to and wishes to use for the registration.

    • proxyHost is the network proxy to use for access to the Sun online registration service. Only required if your network is configured to use a proxy to reach external Internet addresses.

    • proxyPortNumber is the port on the network proxy to use for access to the Sun online registration service. Only required if your network is configured to use a proxy to reach external Internet addresses

The register Command

Usage

register -local
register -remote [-u <userid> [-p <password>]] [-prompt] -userSOA <userid> -passSOA <password>
-domain <domain>  [-proxy <proxyHost> [-port <proxyPortNumber>]] register [-help | -?]

Options

Use these options with the register command:

Table 13–1 Syslog Command Options

Option 

Description 

-local

Create a service tag on this host. 

-remote

Register this installation of Identity Manager over the network directly with Sun. 

-u <userid>

The Identity Manager user ID of the Identity Manager administrator who is authorized to do the registration. 

-p <password>

The Identity Manager password of the Identity Manager administrator who is authorized to do the registration. 

-prompt

Interactively prompt for the password if missing. 

-userSOA <userid>

The user ID of the Sun Online Account that will be used for registration. Required if registering with the -remote option.

-passSOA <password>

The password of the Sun Online Account that will be used for registration. Required if registering with the -remote option.

-domain <domain>

The domain (or team) that the Sun Online Account user belongs to and wishes to use for the registration. Required if the user belongs to multiple domains. 

-proxy <proxyHost>

The network proxy to use for access to the Sun online registration service. Required if registering with the -remote option and your network is configured to use a proxy to reach external Internet addresses.

-port <proxyPortNumber>

The port on the network proxy to use for access to the Sun online registration service. Required if registering with the -remote option and your network is configured to use a proxy to reach external Internet addresses.

-help | -?

Print help for this command to the console.