Howto List existing VPS

SSH to the master server and run the following command:

/usr/sbin/vzlist -a

The -a switch tells the vzlist utility to output both running and stopped VPSs. By default, only running VPSs are shown. The default columns inform you of the VPS IDs, the number of running processes inside VPSs, their status, IP addresses, and hostnames. This output may be customized as desired by using vzlist command line switches. For example:

vzlist -o veid,diskinodes.s -s diskinodes.s

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

OpenVZ basic commands

Following are some important commands which are normally used while working on a Hardware...

Install shoutcast server on CentOS server

Shoutcast is a free-of-charge audio homesteading solution. It permits anyone on the internet to...

How to integrate XCache into PHP5 on a Fedora 8 or CentOS 5.1 system (with Apache2)

From the XCache project page: “XCache is a fast, stable PHP opcode cacher that has been...

Setup VNC server on VPS

We will discuss  setting up your VPS as a VNC server and using a client from your Windows...

PureFTPd Installation and Setup

IntroductionThe following HOWTO is aimed at installing and setting up a FTP server, based on...