Admin-Ahead Community

Linux => Virtualization => Topic started by: rohitj on November 16, 2013, 09:44:57 pm

Title: Cannot lock Container in Virtuozzo
Post by: rohitj on November 16, 2013, 09:44:57 pm
Recreating the Service Container


If your service container isn’t working or you need to recreate it, follow these steps:

1) Download the autoinstaller for Virtuozzo:
wget http://download.parallels.com/virtuozzo/virtuozzo4.0/linux/vzinstall-linux.bin

2) Run the autoinstaller and select the download only option. This will download the files to /root/virtuozzo

chmod 755 vzinstall-linux.bin
./vzinstall-linux.bin

3) Extract the source to a temporary location:
mkdir -p /vz/temp
/root/virtuozzo/download/Linux/{arch}/virtuozzo-{version}-{arch}.sfx -d /vz/temp–extract

4) Now create the service container and assign it an IP:
vzsveinstall -v -D /vz/temp -s $ip

=========================>