• Ubuntu,  Unix,  VMware

    Some Basic Xen Commands

    The most important command for managing pretty much anything in Linux is vi. So if you only learn one command, learn that one. But if you want to learn another, the second most important command for managing Xen is then xm (well, once you’ve apt-gotten or yummied up the installation that is). The xm command has a number of easy verbs, each used for managing the Xen environment. xm info – Shows information about the Xen host xm list – Shows information about doms (states include r for running, b for blocked, c for crashed, p for paused and the worse, d for dying). xm network-list – Shows virtual interfaces…