ABICLI - Abiquo Configuration Command Line Interface
| WARNING This tool is for advanced Abiquo users. The Abiquo installer will ask you all the required information to setup the platform. Use abicli to re-configure the platform after the installation process (if required). |
Basic Configuration
Configuring the Abiquo Server
Event Sink URL
| WARNING If this setting is not configured correctly, Abiquo won't behave properly. |
This URL takes the form of:
http://<abiquo management IP here>:8080/server/EventSink
The IP address of this URL corresponds to the IP Address of the Abiquo Management Server:
- It needs to be reachable by all the hypervisors.
- It needs to be reachable by the Abiquo Remote Services servers (if any).
Examples
abicli set event-sink-url http://184.73.231.85:8080/server/EventSink
Set the Event Sink Address parameter (URL) to http://184.73.231.85:8080/server/EventSink
Session Timeout
The time (in minutes) Abiquo waits before logging out automatically when there is no activity.
abicli set session-timeout 15
Set the session (inactivity) timeout to 15 minutes.
Mail Server
abicli set mail-server localhost abicli set mail-user admin abicli set mail-password secret
Configuring the Abiquo Remote Services
NFS Repository
abicli set nfs-repository nfs-server:/opt/vm_repository
abicli set cifs-repository //cifs-server/opt/vm_repository/
Xen Server Storage Link Settings
abicli set storagelink-address https://localhost:21605
abicli set storagelink-user admin
abicli set storagelink-password secret
Printing Abiquo Server settings
> abicli server-settings
Event Sink URL: http://10.60.1.53:8080/server/EventSink
Session Timeout: 15
Printing Abiquo Remote Services settings
> abicli remote-services-settings NFS Repository: 10.60.1.54:/opt/vm_repository CIFS Repository: //10.60.1.54/opt/vm_repository Storage Link URL: https://localhost:21605 Storage Link User: admin Storage Link Password: storagelink

