Skip to Content

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

This question has been flagged
1 Reply
25 Views
Author Best Answer

 From: http://tecadmin.net/add-ubuntu-16-04-lts-template-on-xenserver/#

In Xenserver console:

Install Ubunutu 16.04

  • UUID=`xe template-list name-label="Ubuntu Precise Pangolin 12.04 (64-bit)" params=uuid --minimal`

  • NEW_UUID=`xe vm-clone uuid=$UUID new-name-label="Ubuntu Xenial 16.04 (64-bit)"`

  • xe template-param-set other-config:default_template=true other-config:debian-release=trusty uuid=$NEW_UUID

Install Ubunutu 14.04

  • UUID=`xe template-list name-label="Ubuntu Precise Pangolin 12.04 (64-bit)" params=uuid --minimal`

  • NEW_UUID=`xe vm-clone uuid=$UUID new-name-label="Ubuntu Trusty 14.04 (64-bit)"`

  • xe template-param-set other-config:default_template=true other-config:debian-release=trusty uuid=$NEW_UUID

Install from ISO or from url: http://us.archive.ubuntu.com/ubuntu

Avatar
Discard