安装Usage服务(可选)
管理服务器配置完毕后,你可以选择安装Usage服务器。Usage服务器从系统事件中提取数据,便于对账户进行使用计费。
当存在多台管理服务器时,可以选择在它们上面安装任意数量的Usage服务器。Usage服务器会协调处理。考虑到高可用性,所以最少在两台管理服务器中安装Usage服务器。
安装Usage服务器的要求
Usage服务器安装时,管理服务器必须在运行状态。
Usage服务器必须与管理服务器安装在同一台服务器中。
安装Usage服务器的步骤
Package repository should already being configured. Refer to Configure Package Repository
Install package cloudstack-usage
On RHEL/CentOS systems, use:
- # yum install cloudstack-usage
如果是Debian/Ubuntu系统,命令为:
- # apt-get install cloudstack-usage
安装成功后,使用如下命令启动Usage服务器。
- # service cloudstack-usage start
Enable the service at boot
On RHEL/CentOS systems, use:
- # chkconfig cloudstack-usage on
如果是Debian/Ubuntu系统,命令为:
- # update-rc.d cloudstack-usage defaults
The Administration Guide discusses further configuration of the Usage Server.