Skip to content

DevBlog – How to solve everyday programming and administration problems

How to solve PHP, CSS, HTML problems, some administration tips about Linux, Apache, MySql and more…

Tag: XenServer

Posted on 2017-01-312017-02-01

XenServer create local ISO Storage Repository

Connect to the XenServer via SSH.

Create designed directory, e.g.:
mkdir /iso

Then run following command:
Put in “location=” param correct path
Continue reading “XenServer create local ISO Storage Repository”

Posted on 2016-12-282016-12-28

How to Setup XenServer 7 to enable Auto-Start Virtual Machines

First enable auto-start on XenServer:
# xe pool-list
uuid ( RO) : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

Copy UUID and use command:
# xe pool-param-set uuid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX other-config:auto_poweron=true

Continue reading “How to Setup XenServer 7 to enable Auto-Start Virtual Machines”

Recent Posts

  • How to customize ESXi iso image (how to add drivers)
  • How to merge a git branch into master
  • Node.js for begginers – installation
  • How to kill SSH session / SSH hangout
  • How to create partitions and format them under Linux (Centos 7)

Categories

  • Administration
  • Linux
  • MySql/MariaDB
  • Programming
  • XenServer
Proudly powered by WordPress