Parallels Virtuozzo Technology which is used to create Virtual Environments or Containers for both Windows and Linux Based Servers. Each Virtual Environments has it’s own CPU, RAM and Disk Space in which OS is installed. Virtuozzo for Windows allows user to use VE Disks of Two types; they are
1) Plain :
This is a default Disk type for VE’s in Virtuozzo. In this type at the time of VE creation all nominal disk size is being allocated or assigned to the VE’s at once. For Example, if you have assigned Disk Space of 100 GB; 100 GB out of available Disk Space will be assigned to the VE. The biggest disadvantage Plain Disk Type is it consumes heavy disk space of Host server even if the VE is not using that much of Disk. Read the rest of this entry »
While starting one of the Container on Windows Node it shown following Error.
C:\>vzctl start 101
Failed to start Virtual Private Server ’101′. Error invoking external utility:
ERROR:Virtuozzo API function call ‘VZVolumeMount’ failed err = 183
ERROR:Virtuozzo API function call ‘dq_mount’ failed
ERROR:Cannot set disk quota for container 101
Read the rest of this entry »
VPN on a Windows VPS can be configured using Routing & Remote Access service but before that VPN module for the VPS need to be enabled from the host server or Main Hardware Node using following command.
While stopping any VPS it gets timeout and VPS gets locked. After that it’s impossible to stop the VPS even if the method here gets failed OR even after rebooting the Host server problem doesn’t get fixed. Following are the steps to fix this issue
1) The very first step is to find out which process still running inside the VPS. To find the VPS process login to the host server from RDP and open Task Manager (Right Click on task bar >> Task Manger). Read the rest of this entry »
Microsoft SQL Server is a relational model database server produced by Microsoft and it’s Installation is quite Easy using GUI where a user has to selects the options which he/she needs with the database server and install it. We can automate the installation procedure and make it so simple that MSSQL can be installed using a single command.
Automating SQL server installation is made easier in MSSQL 2005 version and we can define the components which need to be installed with setup.exe via command prompt OR we can create an ini file which will contain all the information about the installation. In this post I will explain the steps to install MSSQL 2005 using command prompt with the help of single command. Read the rest of this entry »
After login into a VPS using RDP it stuck on Blue screen (Not BSOD) and doesn’t load next screen or Desktop of the VPS like below given image

Read the rest of this entry »