buy tb500

Archive for May, 2011

How to re-configure domain in plesk control panel (Windows Server 2008)

Tuesday, May 17th, 2011

some time the domain will get issue due the permission or other things, the good solution is to re-configre the domain, please refer to below steps

1- RDC to the server (remote access)

2- go to RUN

3- put this CMD in RUN and press ENTER

4- you will get the prompt black screen

5- run this command

C:\Program Files\Parallels\Plesk\admin\bin

then run this

websrvmng.exe –reconfigure-vhost –vhost-name=domainname.com or .net or .any thing

example

websrvmng.exe –reconfigure-vhost –vhost-name=alzwea.com

this operation will take time,, depend on the server, some time 5 minute some time more or less than that

Notes,, the command above is if the server 32 bit, but if the server is 64 bit then you need to run this

C:\Program Files (86)\Parallels\Plesk\admin\bin

Thank you.

Fantastico is not installed at the default location /usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory from it’s current location to /usr/local/cpanel/3rdparty/fantastico OR enable ioncube loaders in WHM -> Tweak settings.

Tuesday, May 17th, 2011

Solution is

just SSH to the server and restart cpanel services by run the below command

service cpanel restart

Then the issue will be fix.

Than kyou.

Migration from Cpanel server to Cpanel server using command (Linux)

Sunday, May 15th, 2011

if you want to do migration from Linux Cpanel Server to other  Linux Cpanel  server Manually,

1- SSH to the source server

then run below command to package the account

/scripts/pkgacc domain username

after done the packge then run the below command

scp -P portN packgeName root@DIP:/home

then will ask you about the password for the destination server, enter the password and the transfer will be start

after done the transfer, then refer to 2

2- SSH to the destination server, open the home directory by run this command

cd /home

then you will find the package name that you transferred it from the source server, after that refer to 3

3- extract the packge by run this command

/scripts/restoreacc  domain username

That is all, done, then now you need to go Cpanel for the destination server and u will find the domain is migrated already with all the emails and every thing , database

4- change the DNS pointing from registrar to the new server

Notes

portN = SSH port number for the destination server, most of the time will be 22 or 55000
Package name = cpmove_domain username.tar.gz
DIP= destination ip adreess, for the destination server

install rar in linux server

Wednesday, May 11th, 2011

if you want to enable rar in your linux server, then refer to below

Download this package:

http://download.gna.org/unrar/unrar-0.0.1.tar.gz

Go to the direcotry where you downloaded it and type these commands (as root):

tar -xvzf unrar-0.0.1.tar.gz
cd unrar-0.0.1
./configure
make
make install

After these steps logout from root and try again to extract your rar file.

references

http://www.unixresources.net/linux/lf/15/archive/00/00/18/06/180675.html

How to create FTP account in Cpanel

Wednesday, May 11th, 2011

Please refer to below URL will teach you how to create FTP

http://www.siteground.com/tutorials/ftp/ftp_account.htm

Thank you.

Getting CDONTS to work on Windows Server 2008 x64

Wednesday, May 4th, 2011

1) Copy CDONTS.dll from another server to C:\Windows\SysWOW64

2) Run regsvr32 c:\windows\SysWOW64\cdonts.dll

3) Grant the appropriate permissions on C:\inetpub\mailroot\pickup (I granted USERS group Modify permissions).  You could get permission denied if the folder security isn’t adjusted.

4) I’m assuming you have installed the SMTP Service located in Server Manager > Features > SMTP Server option

5) Make sure when you when you install the SMTP service, you enable Relay for localhost > Administrative Tools > Internet Information Services (IIS6) > SMTP Virtual Server > Right click, Properties > Access Tab > Relay button > Add 127.0.0.1 in the option.   Also enable logging for additional troubleshooting.

Reference

http://weblogs.asp.net/steveschofield/archive/2008/08/18/getting-cdonts-to-work-on-windows-server-2008-x64.aspx

Attachment size Smarter mail

Wednesday, May 4th, 2011

to increase upload attachment size in smarter mail

  1. Log onto your SmarterMail server.
  2. Open the web.config file with Notepad, located in the:
    c:\program files\smartertools\smartermail\mrs folder
  3. Search for the line <httpRuntime maxRequestLength=”10240″/>
  4. Replace it with <httpRuntime maxRequestLength=”10240″ executionTimeout=”300″/>
  5. Save the File
  6. Stop and Restart the SmarterMail service

reference

https://portal.smartertools.com/KB/a125/smartermail-web-interface-timing-out-when-uploading.aspx

enable backup function in cpanel , not WHM

Monday, May 2nd, 2011

You can re-enable the backup features in the cPanel interface by logging into WHM and modifying your default feature list at Main >> Packages >> Feature Manager. If you have any questions regarding this, please let me know.

VPS migration to other hardware node

Monday, May 2nd, 2011

vzmigrate -r no root@192.168.132.4 veid

to run the above migration command, follow the below steps

1- login to the souce hardware node

2- make sure the above ip is the destation ip of the hardware node

3- make sure the VEID  is the vps id in the current hardwarende

Please let us know if you need further assist.

Thank you.

re-install VPS form plesk pwoer panel

Monday, May 2nd, 2011

How to reinstall your VPS? You may have corrupted your operating system or accidentally removed system files, to restore your VPS to a few operating system, you can perform the following steps

1) Access your power panel home page via https://YourVpsIP:4643

2) Login using your root username and password

3) Click on Maintenance

4) Click on Reinstall

5) Click on Stop Container 6) Click on Reinstall

Thank you