VPS Hosting

Reinstallation Of VPS Hosting

How to Reinstall your VPS ?

VPS Hosting reinstallation refers to recover the basic stage of the VPS in case the administrator have been modified, replaced or deleted any file that is a part of an application or OS template which has eventually brough the VPS to malfunction. This process immediately restores those files same as they were at the time of VPS creation. Always remember to backup your data prior to reinstallation of the VPS.

On the left-hand side, click on Reinstall

Click on Next

You will need to stop the VPS, in order to do that, you will need to click on the option “Next”

The VPS has been stopped now.

You will now find the option where you can reinstall the VPS with preserving the data files or rather delete them and reinstall again.

Once you have clicked the option, click on next. Please make a note, this is a irreversable process.

You will notice, that the operation is in process and the VPS is down at the time of reinstallation.

In order to check the status of the reinstallation, click on “Active Task”

Once the reinstallation is complete, remember to restart the VPS from start/stop VPS option

VPS has been Reinstalled.

Tags: , , ,

Wednesday, October 15th, 2008 VPS Hosting No Comments

VPS Hosting : A Great Suggestion to all hosting users

Virtual Private Servers have entered a new era of vps web hosting servers. Providing similar features of that of a Physical Private server on a virtualized environment has not only entered a new segment of hosting but also have enhanced the security and individualism of a server for a very low or a basic server cost.

Initially, open source projects such as openVZ provided support to these kind of environment and with time, Parallel’s introduced Virtuozzo Power Panel which have made VPS Hosting. operations a lot easier when compared to any other open source project.

However, providing vps servers and licensing costs are not an easy task. Pre-installation and configurations are important at the time of administration which ease out for users to operate and work within such an environment.

Lowering costs has another benefit when it comes to virtual private servers. One of the main features of a VPS web hosting is providing Full RDP access on a Windows environment and SSH Root access on a Linux VPS server.

Customizations, upgrations are a lot easier on virtual private servers especially when it comes to application upgrations such as MySQL or PHP.

Our Suggestion to all of the hosting users is that if you have a tight budget and need more functionality of that of a dedicated server, then the best you can have is a VPS Hosting package.

Tags: , , , ,

Virtuozzo VPS Glossary

VPS Hosting has many terms that we need to understand such as follows :

UBC : User Beancounter

It basically manages container memory and resources.

VENET :

It is a virtual networking device or basically a gateway from container to external network.

VzCC : Virtuozzo Control Center mainly defines Infrastructure manager.

VzFC : Virtuozzo File System mainly aims to mount container areas. Symlinks are found in the VPS.

Virtuozzo Private Server License File : License file should be load on the virtuozzo container softwares. These licenses are uniquely assigned by Parrallels.

Parallels Agent Protocol : It is a XML-based protocol utilized to manage and monitor hardware node.

Tags: , , , ,

Thursday, March 13th, 2008 Linux VPS Hosting, Windows VPS Hosting No Comments

Virtuozzo VPS 4.0 Latest Features

Virtuozzo 4.0 has been recently released with many more features and Linux VPS Hosting | Windows VPS Updates and management tools. The newer version includes features are equally important for Data Center management :

Easier usability to centralize resources such as templates and virtual environments which includes streamlined installations. The newer version includes more option to ensure higher level of uptime. It also provides support for Network load balancing support and backups. It also allows grouping according to user selection.

It has also been known that few bugs in the earlier version has been resolved in this version with new updates. :)

Tags: , , , ,

OS System-level Virtualization on a VPS

OS System-level Virtualization mainly defines virtualizing a physical server at the operating system whcic enables multiple isolated and secured virtualized servers to run on a single physical server.

The New environment share the same OS as the main system. Some of the examples are Linux-VServer, Virtuozzo for Linux VPS Hosting or Windows VPS, openVZ, Solaris Containers and FreeBSD Jails.

Virtuozzo is known to be one of the best virtualization software for hosting a Virtual Private Server

Tags: , , , , , ,

Thursday, March 13th, 2008 Linux VPS Hosting, Windows VPS Hosting No Comments

Emulator In relation to a Virtual Private Server

Emulator basically defines operation of the secondary system or device which enacts the same way as the first system or device. It aims to immitate the same characteristics as the primary system or device. VPS environment is designed and operates as a emulator. Their architecture are more or less the same.

Tags: , , ,

TUN/TAP ( VPN Module ) on openVZ VPS

openVZ supports Tun/TAP in a container through kernel TUN/TAP module. In order to allow for e.g. #9, following is the procedure :

Please make sure you have tun module already on the main hardware node :

================
lsmod | grep tun
================

In case it is not there, you may command the following :

============
modprobe tun
============

Or rather you may also add it to /etc/modules.conf in order to load next time you reboot.

Therefter, in order to allow Access to TUN/TAP :

vzctl set 9 –devices c:10:200:rw –save
vzctl set 9 –capability net_admin:on –save

Then, you may create a character device file within the container :

========================================
vzctl exec 9 mkdir -p /dev/net
vzctl exec 9 mknod /dev/net/tun c 10 200
vzctl exec 9 chmod 600 /dev/net/tun
========================================

You have now enabled TUN/TAP on your VPS Hosting package.

Tags: , , ,