HyperVM To Virtuozzo Migration Guide

Jun 30, 2009

So a few days ago we had the wonderful experience of migrating Virtual Private Servers from HyperVM to Virtuozzo. After spending endless hours attempting to migrate with vzmigrate, vzp2v and rsync we were getting very frustrated and were just about to give up. With this we decided to contact our datacenter SoftLayer who usually is able to help out. Like always they managed to rise to the challange and save the day providing us with a solution thay may not have been the best, but probably the only one. We must have searched the entire Internet looking for guides and after we found out a solution we knew it had to be posted so that the frustration we went through would never have to happen again. While this solution is a little timely and requires some work it actually isn't as bad as it sounds. Also we have created a little shell scripts that does a good amount of the migration for you. Below I have made step by step instructions so that there will no longer be "no answer" to this question. Also just to let you know we contacted Parallels and unfortunatly we were told that "I can not find anything in our knowledgebase". Basiclly useless support... they regurgiate their online knowledgebase to you. So below is the guide.

Pre-Requisites:

1. Download the Migration Kit zip that includes the shell scripts for the migration.

Migration Kit Download: [url]

2. You must create a new container in Virtuozzo for each HyperVM VPS that you would like to migrate. You MUST use the same VEID and I you need to keep the hostname the same. Also the OS TEMPLATE you pick DOES NOT MATTER!
If you are copying a customer HyperVM template don't worry cause the OS Template has no effect as far as I know. We transfered 30+ VPS's and the OS TEMPLATE made no difference.

3. Stop the container you created and mount it.

Code:
# vzctl stop <VEID>
#vzctl mount <VEID>
For LIVE MIGRATION SKIP TO STEP 4b.

4a. Stop the VPS on the source server (HyperVM) and mount it.

Code:
# vzctl stop <VEID>
#vzctl mount <VEID>
4b. Leaving the VPS running while migrating has a risk of posible database corruption. During our migration we did it this way and we experienced no issues so I think it is safe to say that in rare cases there may be problems but usually not.

5. Unzip the Migration Kit and be inside the folder where it was unziped.

6. Execute the shell script.

Code:
./migrate.sh <IP-ADDRESS>
IP-ADDRESS = the IP Address of the source VPS Node

7. Enter the CTID when the prompt requests it. (CTID = VEID)

8. Enter the root password for the server you are migrating from.

9. The script runs inside a screen session so to back out of it to do other things or start another migration you must hit:

Code:
CTRL + A + D
To list all the screens you have open.

Code:
# screen -ls
To enter a screen session

Code:
# screen -r SESS-ID
SESS-ID = the numbers before the period listed when you list all the open screens.

10. Once the migration is completed a broadcast message will alert you. Also if you check /var/log/migrate/migrate.log will contain all the migrations that have completed.

11. Once a migration has completed you must unmount the VPS and start it.

Code:
# vzctl umount <VEID>
# vzctl start <VEID>

If everything went "ok" than your VPS should start up without issues and should be just like it was on the old server. Lastly I would like to give credit to SoftLayer for the method of migration. Thanks again SoftLayer

View 14 Replies


ADVERTISEMENT

HyperVM (OpenVZ) To Virtuozzo Migration

Jun 27, 2009

Does anyone know how you can move an entire HyperVM (OpenVZ) Node to Virtuozzo. What has to be copied because we tried coping /vz/private/<VEID> and /etc/sysconfig/vz-scripts/<VEID> and we were not able to get the VE to start. We were getting an error:

Starting Container ...
Can't mount: /vz/template:/vz/private/1110 /vz/root/1110: No such file or directory
Container start failed

We tried rebooting the server as some other sites mention but still no luck. Any help is greatly appreciated because when we contacted Parallels they did not seem to have answer. (we are still waiting on a ticket reply though)

View 14 Replies View Related

Virtuozzo Vs HyperVM

Feb 18, 2008

Can someone point me to the a good thread where these two options are compared? Or can we start on here?

I am thinking about it from a VPS host perspective.

View 14 Replies View Related

Virtuozzo Vs. Xen + Hypervm

Jan 29, 2009

which one would you recommend?

because Virtuozzo is charged, i think it may more easy to manage for admin and user,
xen has it's own feature than Virtuozzo,but i feel hypervm is not very friendly to use ( my personal feeling)

View 14 Replies View Related

Virtuozzo Vs. HyperVM

Mar 2, 2009

I would like to know which clients would prefer Virtuozzo over HyperVM. Lets say there is a company offering Virtuozzo on there servers. However, there is another company offering HyperVM for a cheaper price. Neither companies are overselling. Would you be willing to pay the extra money for Virtuozzo? Or would you be happy with OpenVZ and HyperVM.

View 13 Replies View Related

HyperVM Vs. Virtuozzo ..

Dec 1, 2008

I have used hypervm for over a year and can say it's my favorite. With my jump to futurehost I did not realize they used Virtuozzo until I logged in for the first time.

First reaction was disappointment but the reality is it's not that bad. I am hoping someone can comment on one thing though.

On hypervm if I loaded it with several sites that were being given a load I would typically use between 480mb - 700mb at any given time (Apache, not lighttpd with lxadmin) On Virtuozzo when I loaded 4 somewhat heavy sites on the VPS I am using 88 megs of ram out of 1.5gb and I am once again using apache and lxadmin. If these 4 sites were on hypervm with lxadmin I know I would idle at around 350mb and with decent load roughly 650-700mb.

The sites seem to run good but I just can't figure why hypervm would require up to 7.5x's the resources.

View 11 Replies View Related

Virtuozzo Vs OpenVZ/HyperVM

Apr 2, 2009

As a provider of Virtual Private Servers im looking at ways to expand our business, I love the fact that we can offer our clients such a good service with the low price we presently charge but as a "Client" or "Potential Client" what would your views be on Virtuozzo?

Is it worth our business cutting our already low profits and going with Virtuozzo as our VPS Control Panel?

This is something we are very interested in doing and we feel it would be a big jump from the very low-end budget HyperVM/OpenVZ Approach.

Your Views on the Virtuozzo Vs HvM/OvZ would be very helpfull.

Would you rather buy a low priced Virtozzo VPS or an even lower priced HyperVM powered VPS? Im quite lost as to wether the financial investment would be worth it, I don't see how it wouldnt be as HyperVM is very buggy and really doesnt give a full sense of security in my personal opinion.

View 14 Replies View Related

Transition: OpenVZ (HyperVM) To Virtuozzo

Jun 10, 2008

Its becoming more and more difficult to manage VPS using HyperVM and I am personally sick of the control panel design.

So does anyone have any great ideas to move all the VPS in HyperVM (OVZ) to Virtuozzo (PIM)?

If there isn't, I think I'll have to move all data across the orthodox way - which I clearly want to avoid.

PS: OVZ is on a different node from the VZ (duh!) but also will be utilizing different IP ranges. So, I think I need advice on changing IPs of the VEs too.

View 4 Replies View Related

HyperVM Migration... Without The Node Being A Slave?

Dec 28, 2008

Is there any way to migrate a VPS from one HyperVM machine to another without the new machine being a slave or part of the same master as the other node? Maybe some kind of simple software that can copy it over? We have root access to the new node, and not the old one. We need to move 3 VPSs over. This is a personal favor for a friend, so I apologize for the lack of specific details. Long story short, he resells VPSs and needs to move hosts (again) as the one he is on turned crappy. He bought his own box @ LSN and wants to put these VPSs on there. It's currently set up as a HyperVM/OpenVZ box, same as the other box that's to be migrated *from*.

View 5 Replies View Related

Cpanel DNS Only Installation Guide?

Apr 27, 2008

where I can find a Cpanel DNS only installation guide?

View 2 Replies View Related

Is There Some Sort Of Rating Guide

Jul 9, 2008

Is there some sort of rating guide (or site) that compares/rates performance and reliability of web hosts.

I just signed up with namecheap and the first three days were great but now it seems to be going down hill.

I've seen other sites with lists but they seem to be advertiser biased.

View 14 Replies View Related

Web Hosting Company Start-up Guide

Mar 30, 2009

I currently own my own hosting company using another companies servers, which is good, and I've learned a lot of the ins and outs of hosting, but there's a great deal I need to learn before I start Hosting using my own servers. Can anyone provide some good resources or books that might help me get on with my mission?

View 5 Replies View Related

How-To: Server Optimization Guide (2007)

Jan 24, 2007

I'm sure by now most of you have read the Web Server Optimization Guide by Shaw Networks. It came in handy for me when I was first starting out, I reduced my load & memory usage by tonnes. I thought I would make a new thread with an updated How-To.

Recommended Tools/Programs:
Putty - Free SSH Client - [url]
WinSCP - Free SFTP and SCP Client - [url]

MySQL Optimization:
BACKUP:
cp /etc/my.cnf /etc/my.cnf.backup

Use Pico (pico /etc/my.cnf) or Download via WinSCP for editing,
Delete everything that is currently in the file and add the following...

Code:
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
skip-innodb
query_cache_limit=8M
query_cache_size=256M
query_cache_type=1
max_connections=500
max_user_connections=100
interactive_timeout=60
wait_timeout=60
connect_timeout=30
thread_cache_size=128
key_buffer=16M
join_buffer=1M
max_allowed_packet=16M
table_cache=1024
record_buffer=1M
sort_buffer_size=2M
read_buffer_size=2M
max_connect_errors=100
# Try number of CPU's*2 for thread_concurrency
thread_concurrency=2
myisam_sort_buffer_size=64M
#log-bin
server-id=1

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash

[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
To Save: CTRL-X
Restart Service: "service mysqld restart" or "service mysql restart" or "/etc/rc.d/init.d/mysql restart"

HTTP/APACHE Optimization:

BACKUP:
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.backup

Use Pico (pico /usr/local/apache/conf/httpd.conf) or Download via WinSCP for editing,
Change the following settings in your httpd.conf...

Set "Timeout" value to "Timeout 60"
Set "KeepAlive" to "KeepAlive on"
Set "KeepAliveTimeout" to "KeepAliveTimeout 3"
Set "MinSpareServers" to "MinSpareServers 16"
Set "MaxSpareServers" to "MaxSpareServers 32"
Set "MaxRequestsPerChild" to "MaxRequestsPerChild 256"
Set "HostnameLookups" to "HostnameLookups Off"

Note:
These settings will not work under all server environments its recommended that you tweak around with the numbers until your web server is running 100% please read Apache documentation before changing any settings so you know what you are changing [url]

To Save: CTRL-X
Restart Service: "service httpd restart" or "/etc/rc.d/init.d/httpd restart"

Installing eAccelerator:
eAccelerator is a further development from mmcache PHP Accelerator & Encoder. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. [url]

If you run CPanel please visit [url] for an auto-installer which will do all the hard work for you.

Run the following in SSH.

Code:
cd /

mkdir ea

cd ea

wget [url]

bunzip2 eaccelerator-0.9.5.tar.bz2
tar -xvf eaccelerator-0.9.5.tar

cd eaccelerator-0.9.5

export PHP_PREFIX="/usr"

$PHP_PREFIX/bin/phpize

./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config

make

make install

mkdir /phpcache

chmod 0777 /phpcache
Edit your PHP.INI file and at the bottom add...

Code:
To install as a ZEND extension:

zend_extension="/ea/eaccelerator-0.9.5/modules/eaccelerator.so"
eaccelerator.shm_size="16"
eaccelerator.cache_dir="/phpcache"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"

OR to install as a PHP extension:

extension="/ea/eaccelerator-0.9.5/modules/eaccelerator.so"
eaccelerator.shm_size="16"
eaccelerator.cache_dir="/phpcache"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
Restart Service: "service httpd restart" or "/etc/rc.d/init.d/httpd restart"

For a great tutorial on Optimizing host.conf & sysctl.conf visit..
http://www.eth0.us/node/104

Common SSH Commands visit..
[url]

How to block an IP using iptables visit..
[url]

View 14 Replies View Related

Guide To Setup A Internet Data Center

Jul 16, 2008

We are about to open a data center in India. Can u please someone guide us to setup a data center. I require some article, reference for all setup and from scratch.

View 11 Replies View Related

Bs Best Tutorial And Reference Guide For RHEL And GUI Admin

Feb 18, 2008

Is there a Windows GUI software for remote Admining servers that run on Red Hat Linux?

FYI: Currently I use Putty for remotely managing our servers.

So if you can recommend a GUI like Windows desktop software for remotely Admining servers running Red Hat Enterprise, I would very much appreciate that.

FYI: we have like 10 dedicated severs, so a desktop GUI that would allow one to monitor/manage multiple servers would be best. But if the GUI that you think is best can only remotely connect/manage one server at a time, requiring disconnecting to connect to the other server to Admin it, that is fine.


Also, I would love to hear what you think is the best book, best tutorial and reference guide for remotely Admining servers running RHEL? I am not looking for one of those books that are 1000 pages, but something that is a few 100 pages and can be read in 1 month assuming a few hours per day of reading.

View 6 Replies View Related

HOWTO OpenVPN Setup Guide For FC3, FC4, FC5, CentOS And Others,connecting Via Windows

Apr 1, 2007

I have had great difficulty in setting up OpenVPN, so I thought, when I finally do get it to work, I will write a HOWTO, so other can hopefully benefit…

This guide was done using a FC4 VPS, running on Xen, it will work on OpenVZ, all you need to do is ask your VPS provider to install “tun support”.

1.First of all get a few additional repos, If you already have your repos setup, skip this step

If you have Fedora 3, follow these steps,

[url]

If you have Fedora 4, follow these steps,

[url]

If you have Fedora 5, follow these steps,

[url]

If you have CentOS, follow the “additional third party CentOS repos”

[url]

Then issue these commands, each line is a new command, anything beginning with "#" are comments so dont try to execute those.

Code:
yum update

yum install openssl openssl-devel
# openssl and openssl-devel may be installed already… so don’t worry

2. Right, now you want to install OpenVPN, here are the commands,

Code:
yum install openvpn -y

#Now check that it works

service openvpn start
service openvpn stop

3. A few things to setup before you can make certificates, issue these commands,

Code:

find / -name "easy-rsa"

#you should get an output like this…

/usr/share/doc/openvpn-2.0.7/easy-rsa

#Now, make a copy of the easy-rsa directory, to /etc/openvpn/ ( make sure you #have put the right version number in i.e. mine was -2.0.7, change if needed)

cp -R /usr/share/doc/openvpn-2.0.7/easy-rsa /etc/openvpn/

cd /etc/openvpn/easy-rsa

chmod 777 *

mkdir /etc/openvpn/keys

4. You need to edit the vars file, located in /etc/openvpn/easy-rsa
You can use any editor you like, I used vi.

Change the line

Code:
export KEY_DIR=$D/keys
to

Code:
export KEY_DIR=/etc/openvpn/keys
Also at the bottom of this file you will see something similar to this,

Code:
export KEY_COUNTRY=US
export KEY_PROVINCE=CA
export KEY_CITY=SOMEWHERE
export KEY_ORG="My Org"
export KEY_EMAIL=me@mydomain.com
Change this to your own values.

5. Now its time to make the certificates, enter these commands

Code:
. ./vars

Code:
./clean-all

Code:
./build-ca
# just hit enter to the defaults apart from Common Name, this must be unique
# call it something like mydomain-ca

Code:
./build-key-server server

Code:
./build-key client1
# remember that common name must be unique e.g. use mydomain-client1
# and YES you want to sign the keys

Code:
./build-key client2
# do this step for as many clients as you need.

Code:
./build-dh

6. We are almost done now… right we need to create a few config files, you can download my template from here,

Code:
cd /etc/openvpn

Code:
wget www.designpc.co.uk/downloads/server.conf
# make sure you change a few things in the server.conf file, like DNS
# servers

Code:
touch server-tcp.log
~ this makes the log file..

Code:
touch ipp.txt
this makes the IP reservation list.

7. You need to make a few changes to OpenVPN itself. Go to..

Code:
cd /etc/init.d/
edit the openvpn file

#Uncomment this line (line 119)

Code:
echo 1 > /proc/sys/net/ipv4/ip_forward
Add these lines below it, changing 123.123.123.123 to your public IP address,

Code:
iptables -t nat -A POSTROUTING -s 192.168.2.3 -j SNAT --to 123.123.123.123
iptables -t nat -A POSTROUTING -s 192.168.2.4 -j SNAT --to 123.123.123.123
iptables -t nat -A POSTROUTING -s 192.168.2.5 -j SNAT --to 123.123.123.123
iptables -t nat -A POSTROUTING -s 192.168.2.6 -j SNAT --to 123.123.123.123
iptables -t nat -A POSTROUTING -s 192.168.2.7 -j SNAT --to 123.123.123.123
iptables -t nat -A POSTROUTING -s 192.168.2.8 -j SNAT --to 123.123.123.123
iptables -t nat -A POSTROUTING -s 192.168.2.9 -j SNAT --to 123.123.123.123
iptables -t nat -A POSTROUTING -s 192.168.2.10 -j SNAT --to 123.123.123.123
Now install iptables if you don’t have it already,

Code:
yum install iptables

#test it

service iptables start
service iptables stop

8. Now for the client config files. If your client is a Windows machine, make sure you have installed OpenVPN, use the gui version, downloadable from here;

[url]

You need to copy a few files from the server to your client machine, here is the list, located in /etc/openvpn/keys/

## WARNING ## Use a secure way of transferring these files off the server, something like WinSCP.

ca.crt
client1.csr
client1.key
client1.crt

Put these files in this directory C:Program FilesOpenVPNconfig

Now you need to make a client config, here is an example..

PHP Code:

clientdev tunproto tcp#Change my.publicdomain.com to your public domain or IP addressremote my.publicdomain.com 1194resolv-retry infinitenobindpersist-keypersist-tunca ca.crtcert client1.crtkey client1.keyns-cert-type server#DNS Options here, CHANGE THESE !!push "dhcp-option DNS 123.123.123.123"push "dhcp-option DNS 123.123.123.124"comp-lzoverb 3 

Make sure you edit any of the lines with comments above them.

Call this file client1.opvn and put it in C:Program FilesOpenVPNconfig

Make sure the file extension is .opvn not .txt

To connect right click on OpenVPN in the taskbar >> Connect

To test ping 192.168.2.1

View 14 Replies View Related

Is There A "Beginner's Guide To Web Hosting/Management"

Mar 20, 2008

I can find lots of info on getting started on designing a web site but not much on getting started on publishing/managing the site.

I have been bumbling through trial and error for several years now. I was on infinology with hsphere for awhile. I am now on hostgator with cpanel 10. (Shared-babycroc)

I would like the equivalent of a dummies book that addresses all those pre-made directories and files that come with an account, discussions on permissions, password protecting directories, hotlinking, email account management, add-on domains, subdomains, etc.

I would really like a basic overview so that I could have a better chance of understanding the forum discussions and help sites I do find.

View 5 Replies View Related

Step By Step Guide - External Backup

Oct 29, 2009

how to setup an external hard drive with USB port to a webserver with following configuration:

Centos 5.3
Cpanel (latest)

What I want to do is to format and mount an external hard drive by USB port to my server and take my daily cpanel accounts on it.

View 6 Replies View Related

XEN Without HyperVM

May 11, 2009

Anyone know of a host that runs XEN without HyperVM as it's control panel? I want to avoid HyperVM due to the 0day exploit in it.

View 10 Replies View Related

HyperVM VPS IP

Jun 18, 2008

I'm trying to setup a VPS with an IP from the pool and the pool is showing the folowing state:

85.xx.xxx.xxx 85.xxx.xxx.46 85.xxx.xxx.50 4/5

And the state ball it's grey and says All Assigned, but 85.xxx.xxx.50 shouldn't! And really the IP pings!

When I make ls -la in /vz/private it have a temp VPS I think.

total 28
drwxr-xr-x 6 root root 4096 Jun 18 01:32 .
drwxr-xr-x 8 root root 4096 May 9 03:01 ..
drwxr-xr-x 25 root root 4096 Jun 17 21:55 110
drwxrwxr-x 23 root root 4096 Jun 11 10:41 120
drwxr-xr-x 22 root root 4096 Jun 16 15:08 130
drwxr-xr-x 3 root root 4096 Jun 5 00:19 tmp.130-1

In the front page table it says 5 used IP but I have a directly assigned IP to the server 85.xxx.xxx.246 and I have no pools configured for it!

What can I do! I have already checked and I only have eth0 not secondary eth0:x

View 5 Replies View Related

Do You Use HyperVM

Aug 15, 2008

I see an enormous amount of companies offering HyperVM. I'm curios as to how many companies use it.. probably a large majority.

View 14 Replies View Related

Hypervm And Ips

Jul 25, 2007

I currently have vps with Hypervm and I was wondering how do I add additional ip's from the ip pool? I do not see the ip pool in my administration panel. Would it be under the server pool? My provider allocates ips to the ip pool but I do not know how to add them myself.

View 1 Replies View Related

Firewall On The Hypervm

May 16, 2009

I installed CSF on my hypervm node. Its installed and work correctly. But when i block a port, for example "80" i see "80" blocked to all vps too!

Where is issue and how can fix this problem?

View 5 Replies View Related

HyperVM Ostemplates (xen)

Apr 26, 2008

Does anyone know where i can find an Trixbox ostemplate for HyperVM (xen)?

Or perhaps a site with ostemplate collections or something?

Or.. and this is fine too, a site with an explenation on how i can make my own templates?

View 14 Replies View Related

HyperVM Or VMware?

Jul 5, 2009

which is better ? for create windows and linux VPS!

View 14 Replies View Related

Hypervm And Openvz Vps

Apr 25, 2009

I am trying to create some vps using openvz but after creating the vps with the Centos basic template 304mb i can't ping the ip and i can't view the centos welcome page in my browser (using ip and not domain, so i don't need to change there anything yet) and the most important is that i can't connect to the vps using ssh

I aks for many good users about my problem but i don' found a solution yet.

I ask my DC about ip's and they told me that the ip's are routed in my server.

I follow this instructions:

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 50G 2.8G 44G 6% /
/dev/sda3 198M 21M 168M 11% /boot
/dev/sda5 408G 2.4G 385G 1% /vz
tmpfs 1012M 0 1012M 0% /dev/shm

I follow this:

I disable selinux by editing /etc/sysconfig/selinux and changing the line to selinux=disabled
and then run:

I just login using ssh as root and run the folllowing commands.
Did i have to move to another directory to run them or ?

setenforce 0
wget[url]

Next i open /etc/grub.conf
vi /etc/grub.conf
and change default=1 to default=0

Then i add the ip's at the pool and create a plan and then create a vps without any errors but nothing.

I try with my DC resolvers or the 4.2.2.1 4.2.2.2 but nothing.

I alo add at the settings the gateway with no results at all.

After all i can't ping the ip that the vps got from the pool even ping it and not possible to connect to it using the ssh Sad

View 14 Replies View Related

Add Windows VPS ON Xen-HyperVM

May 9, 2009

How Can I Provide a Windows VPS On Xen-HyperVM!

View 6 Replies View Related

Is HyperVM Free

Feb 8, 2009

Is HypereVm free? and if so how do you set it up.. do you just run the shell or?

View 14 Replies View Related

HyperVM+OpenVZ

Apr 17, 2009

When you're creating VPS container, you can ssh with that IP and login with your username and password correct? But, what is the problem when I successfully created a VPS, and when trying ssh into it, I can't. Ok, here we go. I want to create a 2nd vps and will be using it as my DNS server. I enter a set of IPs into HyperVM's IPpool. First IP: x.x.x.178 Last IP: x.x.x.182 Resolv Entries (space Separated) : Gateway (IP): x.x.x.x.177 NetMask: 255.255.255.248

Then I created a vps resource plan. And then I created a VPS and it use the first IP from above. I want to connect to SSH and want to make it as my DNS server but seems the IP are not responding, it wasn't even live. So, what is the problem here? Where I did wrong? Just to let you know, I successfully created 1 VPS before that and it works without any hiccups. Got even whm/cpanel installed as well on it. The thing that I suspected is that my DC pulled the IPs off me and assigned them to other server. Waiting for their reply on this though.

View 14 Replies View Related

What Does OpenVZ / W HyperVM

Aug 21, 2008

What does OpenVZ / w HyperVM

Can I distribute VPS through?

View 5 Replies View Related

Xen Or Openvz On Hypervm?

Feb 12, 2008

i have dedicated server. i want install hypervm on this server my work is sell vps.
of your seems xen is better or openvz for my work?

server is :
Intel 2.13Ghz Quad-Core Xeon X3210 Dell PowerEdge 840, 1066MHz, 2x4 MB L2 Cache

4GB DDR2 RAM

2x250GB HDD

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved