Month: March 2011

  • SIM (System Integrity Monitor) Installation and Configuration

    SIM logoSIM (System Integrity Monitor) is a system and services monitor for ‘SysVinit’ systems. It is designed to be intuitive and modular in nature, and to provide a clean and informative status system.It does this by consistently verifying that services are online, load averages are in check, and log files are at reasonable sizes. Many other SIM modules sport different and in-depth features to bring a well rounded tool to your disposal to stop otherwise common issues daunting internet hosts.

    SIM (System Integrity Monitor) Installation steps:

    1. Login to your server via SSH as root.

    2. Download the most current version of SIM (System Integrity Monitor)

    root@server[#]wget http://www.r-fx.org/downloads/sim-current.tar.gz

    3. Extract the tar.gz file at once

    root@server[#]tar -xzvf sim-current.tar.gz

    Read More »

  • cPanel Error "cpsrvd dead but pid file exists" [solved]


    Sometimes one might get error while restarting cPanel service from shell using as "cpsrvd dead but pid file exists". There is nothing to get panic, just follow the simple solution provided below:

     

    Error:

    root@server[#]service cpanel status
    cpsrvd dead but pid file exists
    entropychat (pid 7397) is running...
    melange is stopped
    stunnel (pid 7523) is running...
    interchange is stopped
    qrunner is stopped

    Solution:

    Read More »

  • How to Copy account from a Server to another from CPanel WHM

    Let us see how to copy a whole account from one server to the  another server via cpanel WHM in details.
    To copy account from another server in CPanel WHM,
    Go to Main >> Transfers >> Copy an account from another server
    To complete this process, you will have to go thoruh the following options:

     

     

    Remote Server Information

    Specify the Remote Server Type. From the pull-down menu, select the web control panel that the remote server is running.
    You have the following options:
  • Backup and Restore a Domain account via SSH on Linux Server

    In some situations, the account can also be backed up via SSH.

    Every CPanel server comes with scripts that can be executed via SSH.

     

     

    For this case we will use the script pkgacct from the /scripts folder on your server.

    1. Log into your server by using SSH

    * Change to the root user if not by

    tech@server[#]su – root

    Read More »

  • How to Setup Alternate SMTP Port from WHM

    Default SMTP port is 25 for Linux server but sometimes ISP may block that port.

    This is mainly done to stop spamming from their network.

    In this case we can use alternative port for SMTP service.

     

     

    These are the steps on how to enable alternative port for the server.

    1) Login into WHM.

    2) Click on service manager.

    3) Enter the Alternative SMTP Port in the box and apply changes.

    “Run another copy of exim on port” After these steps process is not complete. But we need to add that alternative port in server firewall configuration in the section TCP_IN, TCP_OUT, UDP_IN, UDP_OUT.

    Save the firewall configuration and restart firewall and you are done.!

    If any feedback, queries are always welcome!

  • Cpanel Directory and File Structure

     

    Cpanel installation directory structure

    /usr/local/cpanel

    + 3rdparty/ – tools like fantastico, mailman files are located here
    + addons/ – AdvancedGuestBook, phpBB etc
    + base/ – phpmyadmin, squirrelmail, skins, webmail etc
    + bin/ – cpanel binaries
    + cgi-sys/ – cgi files like cgiemail, formmail.cgi, formmail.pl etc
    + logs/ – cpanel access log and error log
    + whostmgr/ – whm related files

    WHM related files

    /var/cpanel – whm files
    + bandwidth/ – rrd files of domains

    Read More »

Back to top button