How to verify my server is a dedicated server?

Description of your first forum.
Post Reply
mahsharghasemiyeh
Posts: 5
Joined: Wed Jan 21, 2015 4:55 pm

How to verify my server is a dedicated server?

Post by mahsharghasemiyeh » Fri Apr 10, 2015 2:36 pm

How to verify my server is a dedicated server?

matthewjones358
Posts: 6
Joined: Wed Jan 21, 2015 5:13 pm

Re: How to verify my server is a dedicated server?

Post by matthewjones358 » Tue Apr 21, 2015 9:40 am

Run lspci and dmesg as root. If you see something like:

VMWare SVGA device
acd0: CDROM <VMware Virtual IDE CDROM Drive/00000001> at ata0-master UDMA33
da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device


Then you are using a VPS.

dj76748
Posts: 7
Joined: Wed Jan 21, 2015 5:04 pm

Re: How to verify my server is a dedicated server?

Post by dj76748 » Thu Apr 23, 2015 10:28 am

As root via SSH, type the following command in order to check the disk space usage:

df -h

This command will display the disk space usage on the server in a human-readable format.

Chloewalker
Posts: 6
Joined: Tue Jan 20, 2015 4:28 pm

Re: How to verify my server is a dedicated server?

Post by Chloewalker » Wed Jun 17, 2015 8:52 am

Just to confirm you have a dedicated server or VPS you can try bellow test:

Does the command esxtop work ?
This tool is used to check performances on Virtual Machines

Check devices/system:
Run lspci and dmesg as root. If you see something like:

VMWare SVGA device
acd0: CDROM <VMware Virtual IDE CDROM Drive/00000001> at ata0-master UDMA33
da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device

Then you are using a VPS.

Check the network interfaces.
Run the command ifconfig. If you see something like this:

venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.1 P-t-P:127.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:99999 errors:0 dropped:0 overruns:0 frame:0
TX packets:99999 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:126223307 (120.3 MiB) TX bytes:2897538 (2.7 MiB)

venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:6x.xxx.xxx.xxx P-t-P:6x.xxx.xxx.xxx Bcast:6x.xxx.xxx.xxx Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1400 Metric:1


you are probably have a VPS since venet0 is telling that this server is being an OpenVZ VPS. Note: This is not 100% fool proof, some VPS like Xen have an eth0.

Check if some files exists:
If it's a VPS running OpenVZ they'd have a file called /proc/user_beancounters. View http://wiki.openvz.org/Proc/user_beancounters for more details.

Look if /proc/vz or /proc/vz/veinfo exists (for OpenVZ) or /proc/sys/xen, /sys/bus/xen or /proc/xen (for Xen)
Check if /proc/self/status has an s_context or VxID field.
If one of these file exists, then you have a VPS.

IP lookup:
You could do a reverse IP lookup to check to see if any other websites are hosted on the same IP.

Check Memory:
Run lspci and look for RAM memory: Qumranet, Inc. Virtio memory balloon. Then you have a VPS.

Post Reply