cloudstack/docs/tmp/en-US/html/install-usage-server.html

28 lines
4.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>9.1. Installing the Usage Server (Optional)</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="Apache_CloudStack-Installation_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="additional-installation-options.html" title="Chapter 9. Additional Installation Options" /><link rel="prev" href="additional-installation-options.html" title="Chapter 9. Additional Installation Options" /><link rel="next" href="ssl.html" title="9.2. SSL (Optional)" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="http://docs.cloudstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="additional-installation-options.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="ssl.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="install-usage-server" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="install-usage-server">9.1. Installing the Usage Server (Optional)</h2></div></div></div><div class="para">
You can optionally install the Usage Server once the Management Server is configured properly. The Usage Server takes data from the events in the system and enables usage-based billing for accounts.
</div><div class="para">
When multiple Management Servers are present, the Usage Server may be installed on any number of them. The Usage Servers will coordinate usage processing. A site that is concerned about availability should install Usage Servers on at least two Management Servers.
</div><div class="section" id="requirements-install-usage-server"><div class="titlepage"><div><div><h3 class="title" id="requirements-install-usage-server">9.1.1. Requirements for Installing the Usage Server</h3></div></div></div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
The Management Server must be running when the Usage Server is installed.
</div></li><li class="listitem"><div class="para">
The Usage Server must be installed on the same server as a Management Server.
</div></li></ul></div></div><div class="section" id="steps-install-usage-server"><div class="titlepage"><div><div><h3 class="title" id="steps-install-usage-server">9.1.2. Steps to Install the Usage Server</h3></div></div></div><div class="orderedlist"><ol><li class="listitem"><div class="para">
Run ./install.sh.
</div><pre class="programlisting">
# ./install.sh
</pre><div class="para">
You should see a few messages as the installer prepares, followed by a list of choices.
</div></li><li class="listitem"><div class="para">
Choose "S" to install the Usage Server.
</div><pre class="programlisting">
&gt; S
</pre></li><li class="listitem"><div class="para">
Once installed, start the Usage Server with the following command.
</div><pre class="programlisting">
# service cloud-usage start
</pre></li></ol></div><div class="para">
The Administration Guide discusses further configuration of the Usage Server.
</div></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="additional-installation-options.html"><strong>Prev</strong>Chapter 9. Additional Installation Options</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="ssl.html"><strong>Next</strong>9.2. SSL (Optional)</a></li></ul></body></html>