Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cpanel:install-smx [2011-05-12 17:26:19]
garrett.plasky Approved
cpanel:install-smx [2016-11-09 18:38:49]
rory.blanchard
Line 6: Line 6:
 Please follow the generic cPanel installation guide under the "Installation Process" section on [[cpanel:installation-guide#Installation Process|this page]]. On Step 4, download the following installer instead: Please follow the generic cPanel installation guide under the "Installation Process" section on [[cpanel:installation-guide#Installation Process|this page]]. On Step 4, download the following installer instead:
  
-<sxh plain; auto-links: false;>wget http://httpupdate.cpanel.net/latest-dnsonly</sxh>+<code> 
 +curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly 
 +</code>
  
 The rest of the steps in the process are the same. The Initial Setup Wizard will also be slightly abbreviated as this is not the full cPanel version. Once the cPanel installation is complete, please proceed to the section below. The rest of the steps in the process are the same. The Initial Setup Wizard will also be slightly abbreviated as this is not the full cPanel version. Once the cPanel installation is complete, please proceed to the section below.
Line 14: Line 16:
 Before installing SMX, ensure that you have given your SMX server a hostname that is unique. Generally speaking users choose something such as //backupmx.domain.com// for their SMX servers. A hostname needs to be fully qualified, such as the one given previously, and also needs to have a matching forward "A record" that maps to the IP of the SMX server. Once selected, the hostname of the server can be set using the following command: Before installing SMX, ensure that you have given your SMX server a hostname that is unique. Generally speaking users choose something such as //backupmx.domain.com// for their SMX servers. A hostname needs to be fully qualified, such as the one given previously, and also needs to have a matching forward "A record" that maps to the IP of the SMX server. Once selected, the hostname of the server can be set using the following command:
  
-<sxh plain>hostname backupmx.domain.com</sxh>+<code>hostname backupmx.domain.com</code>
  
 Then, installing SMX is a simple one-step process using the following one-line command: Then, installing SMX is a simple one-step process using the following one-line command:
  
-<sxh plain; auto-links: false;>cd /home; wget http://download.ndchost.com/pluginSMX/latest-pluginSMX;sh latest-pluginSMX</sxh>+<code>cd /home; wget http://download.ndchost.com/pluginSMX/latest-pluginSMX;sh latest-pluginSMX</code>
  
 Once complete, you will find the SMX plugin link at the bottom of the WHM navigation menu under "Plugins". Once complete, you will find the SMX plugin link at the bottom of the WHM navigation menu under "Plugins".
  
 ===== Configuring SMX ===== ===== Configuring SMX =====
 +====Trust Relationship====
 SMX requires that a secondary MX record be added for domains that are to be backed up using the SMX server. The first step in the process is to add a server to the trust relationship using the **Add Server** function inside the SMX plugin interface. This requires the access key from the remote cPanel server, which can be found in that server's WHM under Main >> Cluster/Remote Access >> Setup Remote Access Key. SMX requires that a secondary MX record be added for domains that are to be backed up using the SMX server. The first step in the process is to add a server to the trust relationship using the **Add Server** function inside the SMX plugin interface. This requires the access key from the remote cPanel server, which can be found in that server's WHM under Main >> Cluster/Remote Access >> Setup Remote Access Key.
  
Line 29: Line 32:
 {{ :cpanel:pluginsmx-screen1.png?200&direct |SMX Plugin Main Screen}} {{ :cpanel:pluginsmx-screen1.png?200&direct |SMX Plugin Main Screen}}
  
 +====DNS Zone Modifications====
 +<note>If your DNS is not handled by the server in question, then you will need to manually update the DNS zones for your domains; please contact us if you have questions regarding this. The step below also does not need to be performed on the server assuming it is not doing DNS hosting.</note>
  
 The default DNS zone template needs to be modified so that accounts/domains added in the future are also configured to use the SMX server. We have [[cpanel:smx-zone-template|a separate guide]] for the instructions to modify this template; please contact support if you have any issues. You can also manually update the new zone files using the **Update Zones** link for the appropriate server on the main SMX page. The default DNS zone template needs to be modified so that accounts/domains added in the future are also configured to use the SMX server. We have [[cpanel:smx-zone-template|a separate guide]] for the instructions to modify this template; please contact support if you have any issues. You can also manually update the new zone files using the **Update Zones** link for the appropriate server on the main SMX page.
  
-<note>If your DNS is however not handled by the server in question, then you will need to manually update the DNS zones for your domains; please contact us if you have questions regarding this. The step below also does not need to be performed on the server assuming it is not doing DNS hosting.</note> 
  
-The SMX Settings page is also worth a visit to ensure the SMX server is operating as you would expect it to, however generally the default settings are appropriate for most users.+====SMX Settings==== 
 +The SMX Settings page is also worth a visit to ensure the SMX server is operating as you would expect it to, however generally the default settings are appropriate for most users. The effect of each setting is described on the settings page. 
 + 
 +=====DNS Cluster Setup===== 
 +If you are also planning on using the SMX server for secondary nameserver (recommended) and your primary nameserver is a full cPanel server, please see the following on cPanel's website: [[http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/ConfigureCluster|Configure DNS Clustering]].
  
 {{tag>smx cpanel guide}} {{tag>smx cpanel guide}}