Hub Installation
Before you begin, you need to install the hub-xmlrpc-api package, and configure the Hub Server to use the API.
- 
On the Hub Server, or on a host that has access to all peripheral servers' XMLRPC APIs, install the hub-xmlrpc-apipackage. The package is available in the SUSE Manager 4.3 repositories.
- 
OPTIONAL: Set the Hub XMLRPC API service to start automatically at boot time, and start it immediately: sudo systemctl enable hub-xmlrpc-api.service sudo systemctl start hub-xmlrpc-api.service 
- 
OPTIONAL: Check that these parameters in the /etc/hub/hub.confconfiguration file are correct:- 
HUB_API_URL: URL to the Hub Server XMLRPC API endpoint. Use the default value if you are installinghub-xmlrpc-apion the Hub Server.
- 
HUB_CONNECT_TIMEOUT: the maximum number of seconds to wait for a response when connecting to a Server. Use the default value in most cases.
- 
HUB_REQUEST_TIMEOUT: the maximum number of seconds to wait for a response when calling a Server method. Use the default value in most cases.
- 
HUB_CONNECT_USING_SSL: use HTTPS instead of HTTP for communicating with peripheral Servers. Recommended for a secure environment.
 
- 
- 
Restart services to pick up configuration changes. 
| To use HTTPS to connect to peripheral Servers, you must set the  |