Archive

Archive for November, 2008

How to create and restore backup?

November 26th, 2008 No comments

Create backup

cp -vr /vz/private/101 /vz/backup/

or

rsync -vaP /vz/private/101/ /vz/backup/101

Restore backup

tar -cvzf backup/101.tar.gz backup/101
scp backup/101.tar.gz host:

Categories: VPS FAQ Tags:

HyperVm installation

November 26th, 2008 No comments

HyperVM is a web based application that will allow you to create and manage different Virtual Machines each with each vps having its own Operating System. HyperVM also allows you to run multiple HyperVM servers linked together providing a tree of host servers.

HyperVM advanced features allow you to manage your vps hosting from a single console. HyperVm has been optimized for allowing you to have HyperVM clustered servers from anywhere in the world. These are some of HyperVM features:

Downloading HyperVM

1. hypervm-install-master.sh
2. hypervm-install-slave.sh

* Getting Ready for Install

1. disable selinux (edit /etc/sysconfig/selinux <– change to [SELINUX=disabled])
2. setenforce 0
3. chkconfig libvirtd off
4. reboot

* Installing HyperVM

1. cd DIROFHyperVM/
2. sh ./hypervm-install-master.sh –virtualization-type=xen

If this errors during install just rerun the command and if HyperVM is already install just type yes

* Once server is booted

1. ssh into the server
2. ssh back into server cd /usr/local/lxlabs/hypervm/httpdocs/
3. Type in command prompt: lphp.exe ../bin/common/setdriver.php –server=localhost –class=vps –driver=xen
4. This can take a few minute’s to become enabled sometimes we have had issues and use service xend restart
5. In web browser to http://IP:8887 or http://IP:8888 of the host computers IPLogin is admin password is also admin change once inside
6. Once you have logged in as admin add the extra IP address on the servers to HyperVM IP POOL list
7. Go the VM tab
8. Click ADD XEN
9. Set the name vm name
10. Password
11. Number of IPs allowed to use
12. Hostname of the server
13. Gateway IP of the HOST network
14. IF you have multiple VMServers you can now select from which gateway the IP class is on
15. If you only have one leave localhost
16. Select OS
17. Click ADD
18. Select Disk quota
19. Number of backups allowed of the vps
20. Skip the next 3 they are for Openvz
21. Set VPS real memory allowed from Hosting server example: 128 256 512 all are in mb
22. CPU usage allowed from host computer in percent example of on core host: 10 20 25
23. With Single Core host you are allowed 100% if you have Dual or Quad core you are allowed 200%-400%
24. Traffic monthly in mb <— TRAFFICinGB x 1024
25. Number of IP address allowed to use
26. Check or uncheck if you allow backup schedule or backups allowed
27. Click add
28. Hypervm VPS will be installed.

Categories: vps Tags:

Can I change the IP address?

November 21st, 2008 No comments


No. If you have not purchased additional, multiple IP addresses, you must not change the IP address. If you have purchased additional, multiple IP addresses for your account, you must exercise great care when you change an IP Address. In all cases, if you specify an IP address other than one which is assigned to you, your private server will not function. This is true of any other IP address than the those your private server was assigned at the time of provisioning. Even the address you might see displayed as unused IP address for the subnet of your private server might cause your private server to cease functioning. You will also be unable to see information about any aspect of the data traffic associated with any other IP address or VPS account. The Red Hat Enterprise Linux (RHEL) operating system supports a standard, UNIX/Linux command which enables you to see the status of network interfaces for your private server. Use the command for diagnostic and configuration tasks only. For example, if you issue the ifconfig command without any additional argument, all of the currently active interfaces are displayed. If you issue the command with the additional argument of –a, all of the interfaces, including inactive ones are displayed. Beyond the simple display of interfaces, the command includes additional argument s which enable you to specify an IP address for each network interface. If you do specify another address in error, the remedy is to log into your private server as root and use the ifconfig command to specify the correct IP address. For more details about the ifconfig command, refer to the RHEL operating system Man Pages

Categories: VPS FAQ Tags:

Will any additional IP addresses I purchase be contiguous (sequential)?

November 21st, 2008 No comments

Not necessarily. Our provisioning system and ARIN requirements do not allow us to guarantee contiguous IP address blocks. When you purchase additional IP addresses, the next available addresses will automatically be assigned to your account/server.

Categories: VPS FAQ Tags:

Can an account have more than one IP address?

November 21st, 2008 No comments


By default, your account comes with a single dedicated IP address and is not enabled to have additional ones. However, you can purchase additional, multiple IP addresses and configure your account to utilize them.

Categories: VPS FAQ Tags:

What are some of the differences between my account and a dedicated Linux server?

November 21st, 2008 No comments


Your private server account is designed with the goal to emulate the behavior of a dedicated Linux server in a shared environment. Because of this, account will operate and function as a dedicated Linux server does. One of the key limitations of account is that, because of the shared environment, the private server root user does not have the ability to modify kernel or hardware-related configurations. It is significant to note, however, that any of the system files not specifically changed by the private server administrator will continue to be maintained and updated by our staff. While many of the utilities are extended to your private server account, the multi-user environment makes application management slightly different.

Categories: VPS FAQ Tags:

What are practical applications of private server technology?

November 21st, 2008 No comments

The following examples describe practical applications of your private server account:

  • Increase availability and keep an up-to-date copy of your virtual hosting on another server, and start it in seconds in case of failure.
  • Provide trainers and learners with their own virtual server with root access.
  • Enable testers and beta program participants to experiment on a machine that runs other services.
  • Improve network services security; each account runs in its own virtual hosting environment. If the application has a security hole, only this particular virtual hosting will be compromised, and not the whole system.
Categories: VPS FAQ Tags:

What is a virtual host And What applications can I run within the virtual host?

November 21st, 2008 No comments

Your private server account represents a highly refined step in server virtualization technology. The technology partitions a single physical server into isolated virtual hosts. Each virtual host operates as a real, networked server.

You can install most Web–based applications, software, and utilities within the virtual host without any modifications. Widely tested and utilized open–source and commercial applications run successfully on your private server account. Applications and services do not have to be aware of private server technology. However, direct access to hardware is not available.

Categories: VPS FAQ Tags:

What is private server technology?

November 21st, 2008 No comments

private server technology creates isolated, secure virtual environments on a single physical server (sometimes referred to as a sandbox). private server technology enables better server utilization and ensures applications do not conflict. your private server performs and executes your requests as a stand–alone server. You can reboot your private server account independently and configure root access, users, files, applications, system libraries, and configuration files. your private server behaves as a stand–alone Linux server. It uses standard startup scripts and software from multiple vendors. You can change any configuration file and you can install additional software. The file system and processes are fully isolated from any other account. your private server includes its own IP address. Traffic snooping is not possible. Resource management controls the amount of resources available to your server. This enables the quality of service to meet the service level agreements associated with your server.

Categories: VPS FAQ Tags:

How does Linux VPS compare to previous releases of Linux VPS?

November 21st, 2008 No comments


The following examples of the features enhanced or added for Linux VPS:

  • Default and/or multiple Secure Sockets Layer (SSL) certificates
  • FormMail
  • FairShare technology
  • Mail encryption
  • Mailman
  • Perl modules
  • phpMyAdmin
  • PGP/GnuPG
  • savelogs
  • Secure HTTP
  • Secure FTP
  • Squirrelmail
  • Swish-E
  • Tomcat Java Servlet
  • Urchin
  • WordPress

Note: Many Java applications consume significant CPU and memory resources and may not be appropriate for use on a VPS.

Categories: VPS FAQ Tags: