May 28, 2011

Migrate containers

Virtualization,

Containers can be migrated via command line (windows) Syntax Simple format vzmigrate -f container_ID -A Destinationserver_IP -U administrator -P password More functions vzmigrate -f 175 -A {DestinationHNaddress} -U {Destination Node Administrative Username} -P {Password for account with rights on Destination Node} -r yes The -r yes at the end of the command removes the container…

Read more
May 28, 2011

Prevent synattack in Windows server 2003

Windows General,

To prevent synattack in Windows server 2003 please follow this- Save the following in synattackprotect.reg and double click it to merge- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] “EnableTCPChimney”=dword:00000000 “SynAttackProtect”=dword:00000002 “TcpMaxHalfOpen”=dword:00000064 “TcpMaxHalfOpenRetried”=dword:00000050 “TcpMaxPortsExhausted”=dword:00000005 “TcpMaxConnectResponseRetransmissions”=dword:00000003

Read more
May 28, 2011

Windows log file locations

Windows General,

Please note the path may differ with respect to the application installed or configured (IIS) SMTP log files C:\WINDOWS\system32\LogFiles\SMTPSVC1 Webalizer other statistics logs IIS -> domain -> website -> right click -> open -> You can find account name / logs ex: e:\billgates\logs e:\billgates\microsoft.com IIS logs IIS -> domain -> properties -> Website -> properties…

Read more
May 28, 2011

Reported attack site

Linux/Windows Support,

To remove “Reported attack site” banner from the website, website should be checked for Malware or malicious links. The following sites are helpful in identifying the malware in a site. 1.  sitecheck.sucuri.net/scanner/ 2.  unmaskparasites.com Still the domain needs to be checked with the help of a programmer to remove it thoroughly. Once it is cleared,…

Read more
May 28, 2011

Mssql management studio issues – DB in general

Database,

Error while opening Mssql 2005 management studio MMC could not create the snap-in.MMC could not create the snap-in. The snap-in might not have been installed correctly.Name: Microsoft SQL Enterprise ManagerCLSID: {00100100-1816-11D0-8EF5-00AA0062C58F} Fix Run the following command as shown to fix this. Make sure you have installed the Msql in the path as shown or change…

Read more
May 28, 2011

Problem with webmail

Windows General,

Webmail is not working Cause – I 1. Make sure the IME_ADMIN and IME_USER are having permission for the webmail folder. IME_ADMIN should have full control. 2. If still there are problems, change the webmail’s application pool -> prop -> change to user / network service. 3. Make sure mail enable /Plesk DNS services are…

Read more
May 28, 2011

Problem in starting Plesk name server service

Plesk,

If the Plesk name service could not start in the server. Then there could be a duplicate entry in the named.conf file Location of named.conf file c:\program files\ swsoft \ plesk \ dns\ var\ named.conf Solution 1. Backup the named.conf file 2. Check for duplicate domain entries 3. Remove one duplicate entry and save the…

Read more
May 28, 2011

Problem with Webshell (page not found error)

Windows General,

ERROR: Warning: Invalid argument supplied for foreach() in C:\Program Files\HSphere\3rdparty\WebShell4\includes\functions.php on line 768 Webshell link not opening from H-sphere control panel. ex: H-sphere -> user / reseller -> File manager / FTP manager -> Webshell -> login -> Page not found error Solution: Goto server -> IIS -> Default site -> properties -> Advanced ->…

Read more
May 28, 2011

H-sphere – VPS – GENERIC ERROR

Virtualization,

There is a Generic error while signing up a VPS account FIX 1. Open the user control panel -> Plans -> Temple directory -> Type as “vz/template” without quotes (type the path as per the template folder available in the system) 2. Once this has been done, error free signup is possible.

Read more
May 28, 2011

Enable Audio from remote machine through RDP

Windows General,

Here are the steps to follow to enable audio from remote machines in windows: Steps: 1. First check the RDP application has audio enabled Start -> mstsc -> options in RDC application -> Local resources -> Remote computer sound -> choose “Bring to this computer” 2. Edit group policy of the remote machine start -> run -> gepdit.msc -> computer configuration…

Read more