젠서버 VM 자동실행
XenCenter 실행 > 콘솔

풀리스트 확인

# xe pool-list
풀자동실행 변경

# xe pool-param-set uuid=UUID other-config:auto_poweron=true
가상서버 UUID 확인

# xe vm-list
가상서버 자동실행 변경

# xe vm-param-set uuid=UUID other-config:auth_poweron=true
Hello world


# xe pool-list

# xe pool-param-set uuid=UUID other-config:auto_poweron=true

# xe vm-list

# xe vm-param-set uuid=UUID other-config:auth_poweron=true