In the event that you encounter problems during installation, Flexiant Cloud Orchestrator can be installed using alternate methods. This is only recommended if you have already tried a standard installation and are having problems with it; alternate installation methods should not be used as standard.
The following alternate installation methods are available:
- Expert mode installation
- Installation direct from our repository
Expert Mode Installations
By default, our installer hides many questions the Ubuntu installer would ask by default. If you select expert mode installation, the installer will ask you these questions.
You might want to use this:
- To install on hardware not supported as standard
- To use an alternative partition layout
- To install on a device other than
/dev/sda
; or - To change other installation parameters
You should use the standard install unless you are having installation difficulties or have been advised to use the expert mode by our support team. It is possible to create platform performance issues using the options available in the expert mode installation, for example by specifying a timezone other than UTC
.
Installation direct from our repositories
- Install Ubuntu 14.04 LTS onto your server, adding appropriate drivers if necessary.
Set your hostname to something memorable (not
ubuntu
). Ensure your/etc/hosts
file looks like this (substituting192.200.0.1
for the IP address ofeth0
andmyhostname
for the hostname you picked):127.0.0.1 localhost 127.0.1.1 myhostname 192.200.0.1 myhostname # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts
- Reboot your machine, and check the hostname is set correctly.
- Ensure that you have:
- Ethernet connectivity to the internet on
eth0
, and that youreth1
device is active. - Registered on our web site (www.flexiant.com) and have your username and password to hand.
- If you have a paid version of Flexiant Cloud Orchestrator, ensure that you have been notified that a licence has been associated with your username.
- Ethernet connectivity to the internet on
Retrieve, install and configure our software by logging in as
root
and typing the following commands. Note the final command will ask a number of installation questions.[ -f /etc/dpkg/dpkg.cfg.d/multiarch ] && mv /etc/dpkg/dpkg.cfg.d/multiarch{,.keep} echo 'deb http://repo.flexiant.com/fco[version] extility main' >> /etc/apt/sources.list wget http://repo.flexiant.com/fco[version]/extility-keyring_0.0.0_amd64.deb dpkg -i extility-keyring_0.0.0_amd64.deb aptitude update aptitude -y install extility-controlplane extility-cluster extility-initialconfig
The
[version]
variable in the stringfco[version]
should be replaced with the number of the required major release version of Flexiant Cloud Orchestrator. For example, to install version 4.0 of Flexiant Cloud Orchestrator,fco[version]
should be replaced withfco40
. Similarly, to install version 3.1 of Flexiant Cloud Orchestrator,fco[version]
should be replaced withfco31
. For information about the latest release of Flexiant Cloud Orchestrator, see Release Notes.Reboot the server by typing:
shutdown -r now
Log in again as
root
and build the configuration by typing:build-config
Flexiant Cloud Orchestrator should now be running
Check a reboot of the server brings the services back up again, by typing:
shutdown -r now