Links to the latest openvz files
Here are some of the links to the latest OpenVZ install files as well as a quick run-down of getting the first VPS up. I got this list when I did a new VPS a few days ago.
wget http://download.openvz.org/utils/vzctl/3.0.18/vzctl-3.0.18-1.i386.rpm
wget http://download.openvz.org/utils/vzctl/3.0.18/vzctl-lib-3.0.18-1.i386.rp…
wget http://download.openvz.org/utils/vzquota/current/vzquota-3.0.9-1.i386.rp…
wget http://download.openvz.org/template/utils/vzrpm44/4.4.1-22.5/vzrpm44-4.4…
wget http://download.openvz.org/template/utils/vzyum/2.4.0-11/vzyum-2.4.0-11….
wget http://download.openvz.org/template/utils/vzpkg/current/vzpkg-2.7.0-18.n…
wget http://download.openvz.org/template/metadata/centos-4/vztmpl-centos-4-2….
wget http://download.openvz.org/template/utils/vzrpm43/4.3.3-7_nonptl.6/vzrpm…
wget http://download.openvz.org/template/utils/vzrpm43/4.3.3-7_nonptl.6/vzrpm…
wget http://mirror.fast-serv.com/pub/centos/4.5/os/i386/CentOS/RPMS/python-sq…
wget http://mirror.fast-serv.com/pub/centos/4.5/os/i386/CentOS/RPMS/python-el…
wget http://mirror.fast-serv.com/pub/centos/4.5/os/i386/CentOS/RPMS/python-ur…
wget http://mirror.fast-serv.com/pub/centos/4.5/os/i386/CentOS/RPMS/yum-2.4.3…
wget http://mirror.fast-serv.com/pub/centos/4.5/os/i386/CentOS/RPMS/sqlite-3….
wget http://mirror.fast-serv.com/pub/centos/4/updates/s390x/RPMS/centos-yumco…
wget http://centos.cs.ucr.edu/centos/4/apt/i386/RPMS.os/python-sqlite-1.1.6-1…
wget http://centos.cs.ucr.edu/centos/4/apt/i386/RPMS.os/python-elementtree-1….
wget http://centos.cs.ucr.edu/centos/4/apt/i386/RPMS.os/python-urlgrabber-2.9…
wget http://centos.cs.ucr.edu/centos/4/apt/i386/RPMS.os/centos-yumconf-4-4.5….
wget http://centos.cs.ucr.edu/centos/4/apt/i386/RPMS.os/yum-2.4.2-2.centos4.n…
wget http://centos.cs.ucr.edu/centos/4/apt/i386/RPMS.os/sqlite-3.2.2-1.i386.r…
cd /vz/template/cache/
wget http://download.openvz.org/template/precreated/centos-4-i386-default.tar…
cd /etc/sysconfig/vz-scripts
cp ve-vps.basic.conf-sample vps.basic.conf
vzctl create 101 –ostemplate centos-4-i386-default –config vps.basic
vzctl set 101 –onboot yes –save
vzctl set 101 –hostname openvz.eth0.us –save
vzctl set 101 –ipadd 67.15.186.XXX –-save
vzctl set 101 –nameserver 207.223.123.123 –save
vzctl start 101
vzctl exec 101 service sshd start
vzctl set 101 –userpasswd root:t3mp