Monday, October 31, 2011

How to edit welcome messages on your computer

Steps to Editing Welcome Messages:--
 

**************

Type: pico /etc/motd


"This computer system is for authorized users only."Save.


**************

Tuesday, October 25, 2011

If you want to transfer account X from server A to server B


**- Steps to transfer account X from server A to server B is given below -**:--

---------------------------------/////**************************
 
Go to cpanel (port 2082) for account X on server A

Go to the backup page, and generate a backup.
[it will tell you to wait, depending on the account size on disk and server load could take several minutes to complete]

After is finished, note the name of the generated file (should be something like
backup_TIMESTAMP_username.tar.gz

If you have root access to both servers

SSH to server B, and issue the following:--


scp SERVER_A_IPADDRESS:/home/username/backup_TIMESTAMP_username.tar.gz .

[notice the dot at the end]


[This will put the file in the folder you were in when you logged in on server B - usually /root]


Then go in the WHM of server B, click "Restore a Full Backup/cpmove file", It should show a list of possible files to restore.

Type the username that you want restored, and click Restore

Give it some time, and it should end with "Account restore complete"

Then you should go to the DNS functions, and view the zone of the domain created, to make sure everithing is ok.

That's about it.

The backup contains everithing needed to re-create the account on the other server < site, emails, email accounts, databases, .htaccess files, addon-domains, subdomains etc >

Monday, October 24, 2011

how to install & uninstall RMP

 ----------------------------------------------------
Rmp:

To install RMP:
[root@deep] /#rpm -ivh foo-1.0-2.i386.rpm


To uninstall rmp:
[root@deep] /#rpm -e foo


To upgrade rmp:
[root@deep] /#rpm -Uvh foo-1.0-2.i386.rpm


To check rmp:
[root@deep] /#rpm -q foo

Saturday, October 15, 2011

How to Config server Mail Manager


 Config server Mail Manager :--


  *** Installation :--

   Upload the cmm.tgz file to your server

2). Untar the distribution:
   tar -xzf cmm.tgz

3). cd into the directory created and run the install script:
   cd cmm/
   sh install.sh

4). Login to WHM and scroll to the bottom of the left hand menu and you should see "ConfigServer Mail Manage"


*****************************

If you want to uninstall, simply :--

rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmm.cgi

rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/cmmversion.txt

rm -Rfv /usr/local/cpanel/whostmgr/docroot/cgi/cmm/

----------------------------