Kwikcontent Demo Site

How can you tell if VMWare is installed on a server?

We have to figure out a way to find out if VMWare is installed on the server. The System Administrator is not here anymore. However, if there is a way to figure this out via a command, shell/bat script, or by looking at the file system please let me know. Thank you.

Public Comments

  1. how about:

    cd /

    find . -name "VM*" -print

    If you run this as root you'll be able to scan the entire file system.


Share/Save/Bookmark
Powered by Yahoo! Answers