Hello,
any way how i can easilly say whether i really have dedicated server (not a VPS)? while im having only SSH access?
Hello,
any way how i can easilly say whether i really have dedicated server (not a VPS)? while im having only SSH access?
Hi,
I would try either lspci, lshw or dmidecode installed with either apt-get or yum depending on your OS, you should be able to find details on the motherboard, ram, cpu and network cards etc..
http://en.wikipedia.org/wiki/Lspci
http://ezix.org/project/wiki/HardwareLiSter
http://www.thegeekstuff.com/2008/11/how-to-get-hardware-information-on-linux-using-dmidecode-command/
Depending on the hardwhere being used, dell, super-micro, hp etc. you could install vendor driver tools for hardware like ilo, drac or ipmi or even server raid cards.
Regards, Daniel
Last edited by LeaseVPS; 07-14-2014 at 08:44 AM. Reason: added dmidecode as an option
If you only have SSH access to your server, you can't tell for sure whether you have a dedicated server or VPS. To determine this, you need to run a few tests. The most important test is to see how many processes are running on the server. The server is probably not a dedicated server if many processes are running. Another test you can do is to look at the CPU usage. If the CPU usage is high, the server is perhaps hosting many other applications as well.
Bookmarks