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:27:35]
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".
Line 35: Line 37:
 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.
  
-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}}