Hi haukex,
Absolutely ,
xl is part of xen-tools.
xl is used to manipulate virtual machines as other system parameters as well.
Here is a tipical output of "xl list" ( used to list running virtual machines ) I am using FreeBSD as dom0. When I start a VM on HVM mode, I use VNC to access vm console.
# xl list
Name ID Mem VCPUs State
+ Time(s)
Domain-0 0 18442 2 r-----
+ 16256.2
git 1 1023 2 -b----
+ 14499.4
zabbix 2 512 1 -b----
+ 3228.6
jenkins 3 4096 2 -b----
+ 21733.3
openbsd 4 2048 1 -b----
+ 1202.6
wiki 5 2048 1 -b----
+ 1140.4
builder 6 4096 2 -b----
+ 206.9
This perl script which you guys helped, do the follow: "pxl vmlist" ( which will return xl list ), and "pxl getvnc jenkins" ( which will return vnc port listening of that VM ) "127.0.0.1:5906"
Next steps, I will provide ssh port forward and connect to it :)
Thanks again
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.