|
After installing the software, run the configuration script to configure the proxy.
1 Run the interactive Framework Proxy Configuration script.
2. You will be asked to provide the following information:
- Satellite-Proxy firewall/HTTP proxy host/port
- Sun Online Account (SOA) user name and password
- Satellite host
3. The script invokes sc-console to register Proxy with Satellite. First it will setup proxy through firewall, then registers the connection:
- sc-console register -u https://sathost:11165 -f cred -i -n scn-proxy [-h http-proxy-host -p http-proxy-port]
- sc-console will get the self-signed cert from Satellite's Jetty (via the SSL handshake) and present to user to confirm it can be accepted. If accepted then it is saved in /var/scn/security/jsse/scn-proxy/truststore (See discussion on truststores at the end)
4. The script pingd the Sun xVM Ops Center to get its self-signed certificate and present it for confirmation.
5. Register the Local Proxy to the Satellite. Part of installer involves the following new install jobs:
- Proxy job - sc-console called to register local Proxy to this Satellite.
- Agent job - sc-console called to register local Agent to local Proxy.
6. Log in to the Satellite Control Panel (SCP) BUI and create a connection from Satellite to Hosted.
Note: This is performed in the BUI, not the CLI, however the BUI and sc-console use the same library.
|