Note : You must follow the instructions given below for building a node(Hardware Node) for deployment. Please remember at this time vcPanel is only supporting Openvz virtualization technology. If you have any difficulty in configuring your node, please contact us. We will build your node.
Hardware Requirements :
You must need a good server for a live node, with lots of CPU and RAM. Also select high speed hard disk for better performance. Its DISK partition must be as follows
/ = 10 GB
/vz = Big space for creating vps.
/backup = It must be 2x size of /vz for taking backups
Remember use a second hard disk for /backup . Some operating systems will not use /vz as vps home folders. If so you may need to make soft links to /vz and /etc/vz/conf .
Software Requirements :
We recommend to use Centos 5.x Operating system in your node. This will help you to configure bandwidth monitoring options easily. vcPanel supports any Linux operating system. Remember don't customize your /etc/bashrc . Some operating systems/datacenters have such customization which will prevent Openssh communication protocols.
OpenVZ installation :
Now you may need to install OpenVZ. If you already have it please skip this step.
A lot quick installation guides are available please read some below,
Note: If you still see an issue with installing Openvz please contact us.
Install vcPanel Tools :
This is very import. You must download the following script and run it in this node. This will create stats(bandwidth ,load , resource usage,etc,. ) generation scheme in your node. It is very important for hosting.
# wget http://download.vcpanel.net/vcpanel/setupnode.tar.gz
# tar -xzf setupnode.tar.gz
# cd setupnode/
# bash install
Setup Openssh Public key :
This is very important to setup public key access from vcPanel to this node. Otherwise vcPanel not able to communicate with your server. Download the same public key you configured in vcPanel config.php and do the following .
# cd ~root/.ssh
# touch authorized_keys
Now copy your vcPanel public-key from /usr/local/vcpanel/key/id_rsa.pub to authorized_keys of your node and save it.
# chattr +ia authorized_keys
Add node inside vcPanel
Now go to vcPanel admin panel and add node from Node Management -> Add Node
Create IP Pool :
For creating VPS inside this node you may need to register the IP pools. Go to vcPanel admin IP Management -> Add IP(s) to Node and add your IPS
Upload Plans :
Now you need to upload your vps plans to /etc/vz/conf folder. Or you an sync it from vcPanel control panel VPS Plans -> Sync Plan
Upload Templates :
Now you need to upload your OS templates to /vz/template/cache folder , or you can sync it from vcPanel control panel VPS Templates -> Sync Template. It will take more time depending on the size of the template.
Support And Help :
Please visit forum for community support. http://forum.vcpanel.net
You will get professional help from our help desk too. http://portal.vcpanel.net
Copyright © 2009 doc.vcpanel.net. All Rights Reserved.