We run Citrix XenServer's here, and currently have 3 production servers with approx 10 server running on each. It would be very useful if we could somehow export a list of the virtual servers, even just the name of each- as it's starting to get difficult to manage. I can't see anywhere in Xencenter to do this?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Is CLI an option? If so, check out "xe host-vm-list" or "xe vm-list" depending on your XenServer version.

link|improve this answer
feedback

you can also issue from the RPC VM.get_all_records(session), and filter the output of array sub array.

Just really adding this in for technical reference...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.