High Availability Installation |
The admin user's first task is to install a supported operating system on both nodes that will support the Orchestrator application. See General Requirements for details on supported operating systems.
# yum –y update
Confirm that your network settings are correctly configured and that each host has a unique host name properly configured within the name resolution mechanism you use (DNS, hosts file, and so on). Each host must be able to resolve its own name, as well as the name of the other node.
# hostname haorchestratornode_id.my_domain.com
# service iptables stop iptables: flushing firewall rules: [ OK ] iptables: Setting chaings to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ] # service ip6tables ip6tables: Flushing firewall rules: [ OK ] ip6tables: Setting chains to policy ACCEPT: filter [ OK ] ip6tables: Unloading modules: [ OK ] # chkconfig iptables off # chkconfig ip6tables off
# sestatus SELinux status: disabled
The installation of the Aspera Common Components automatically creates a mysql user.
Ensure that the permissions defined on an NFS server are appropriate for the shared directories (in other words, consistent with what has already been defined on the shared directories).
NFS v. 4 uses ID mapping to ensure the enforcement of shared directory ownership; it must be configured on the NFS server and each NFS client in a way that avoids access problems with Orchestrator and ACM.
Mount Point | Usage | Owner | Permissions |
---|---|---|---|
/mysql_data | Stores shared MySQL data files | mysql:mysql | drwx------ |
/orchestrator | Stores Orchestrator upload and download files | nobody.nobody | drwx------ |
/acm_files | Stores shared ACM files | nobody.nobody | drwx------ |