Need help or have questions about installing Vyatta software? Check the videos, instructions and examples on this page and if you are still looking for help visit the Vyatta Install forum
Video: Vyatta Software Installation
For detailed Vyatta documentation, refer to http://www.vyatta.org/documentation
After downloading a Vyatta ISO image from http://www.vyatta.org/downloads, burn to a CD-ROM using your CD burning software of choice.
The Vyatta LiveCD ISO is a bootable live CD, which means that you can evaluate the system simply by booting the CD. The system will run without destroying any data on your local hard drive. This makes for an ideal way to evaluate the system without having to find spare hardware. When you're done experimenting, you can simply remove the CD-ROM and reboot. When you want to create a more permanent environment, you can install Vyatta to persistent device, using the instructions below.
Once you have booted the CD, you can login as vyatta with default password of vyatta.
There are two types of installations that can be performed on a persistent device:
• Image-based install -- with this method, you can install multiple versions of the Vyatta system as images and switch between the images simply and easily.
• Disk-based install – unlike an image-based install, a disk-based install uses a traditional layout of files on the disk. Additional system images may be added at a later time to a system created using a disk-based install.
To perform an image-based install, you run the install-image command from a running LiveCD system. The system can be installed to any persistent device, such as a hard disk, USB stick, or compact Flash.
Make sure you have a minimum of 1 GB of free space on your hard disk, USB stick, or Flash card for a root partition. A minimum of 2 GB of free space is recommended for a production installation. Then, find out the device name onto which the software is to be installed.
NOTE: The installation process reformats the specified partition, so it is critical to specify the correct partition.
If you want to install onto a USB stick, check the BIOS setup of your hardware to confirm that it supports the ability to boot from a USB device. Then perform the following steps:
1 Create and run the Vyatta LiveCD.
2 Login as user vyatta with password vyatta and run the install-image command.
3 Remove the LiveCD.
4 Make sure your BIOS is configured to boot from the persistent device the system was installed to.
5 Reboot the system.
To perform a disk-based install, you run the install-system command from a running LiveCD system. The system can be installed to any persistent device, such as a hard disk, USB stick, or compact Flash.
Make sure you have a minimum of 1 GB of free space on your hard disk, USB stick, or Flash card for a root partition. A minimum of 2 GB of free space is recommended for a production installation. Then, find out the device name onto which the software is to be installed.
NOTE: The installation process reformats the specified partition, so it is critical to specify the correct partition.
If you want to install onto a USB stick, check the BIOS setup of your hardware to confirm that it supports the ability to boot from a USB device. Then perform the following steps:
1 Create and run the Vyatta LiveCD.
2 Login as user vyatta with password vyatta and run the install-system command.
3 Remove the LiveCD.
4 Make sure your BIOS is configured to boot from the persistent device the system was installed to.
5 Reboot the system.
If you’re deploying Vyatta Core on a hypervisor such as VMWare ESX/ESXi or Citrix XenServer, you’ll want to use the Vyatta virtualization ISO (virt-ISO). Similar to the LiveCD ISO, the virt-ISO provides a bootable ISO, except it also includes virtual machine tools and other optimizations to deliver the best possible experience for users running Vyatta on a virtual machine. Hypervisor-specific instructions for installing Vyatta Core are below:
The following example uses a Vyatta virtualization ISO named "vyatta-virt.iso" and the instructions are for XenServer 5.5, but in general they should work for another Xenserver 5.x release (e.g XenServer 5.6).
After downloading the Vyatta Core virt-iso, create a new storage repository containing the .iso on the XenServer server, using XenCenter. The following commands will move "vyatta-virt.iso" to a local storage repository on the server's console:
scp <vyatta-virt.iso> /var/opt/xen/iso_import
xe sr-create name-label=ISOs type=iso device-config:location=/var/opt/xen/iso_import device-config:legacy_mode=true content-type=iso
(optional) xe-mount-iso-sr /var/opt/xen/iso_import
Then, using XenCenter, create a new VM:
- "Other install media"
- Name:"vyatta-virt"
- Location:"ISO Image"
- CPU & Memory: "1" / "512"
- Virtual Disk: "4"
- Virtual Interfaces: default
Next, using XenCenter, start the new VM. Then, on the VM's console, install the vyatta-virt iso using "install-system" command -
Vyatta Subscription Edition customers can consult a number of Knowledge Base articles that may help with certain aspects of installation.
HOW TO Create a Bootable LiveCD using Mac OS
HOW TO Create a Bootable LiveCD using Linux
HOW TO Create a Bootable LiveCD using Windows
HOW TO Create a Bootable router Image on a USB Memory Key
How to Update Software:
Once you’ve installed Vyatta, you'll want to check for updates. For instructions on how to update your system, refer to http://www.vyatta.org/getting-started/how-to-update.