Go to the following directory:
%WSHOME%\bin\lh (Windows)
$WSHOME/bin/lh (UNIX)
To create a local service tag, use the following command:
lh register -local
To register Waveset over the Internet with Oracle, 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 Waveset userID of the Waveset administrator who is authorized to do the registration
password is the Waveset password of the Waveset 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
register -local register -remote [-u <userid> [-p <password>]] [-prompt] -userSOA <userid> -passSOA <password> -domain <domain> [-proxy <proxyHost> [-port <proxyPortNumber>]] register [-help | -?]
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 Waveset over the network directly with Oracle. |
|
-u <userid> |
The Waveset user ID of the Waveset administrator who is authorized to do the registration. |
|
-p <password> |
The Waveset password of the Waveset 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. |