Is there a way to determine if a Real machine is being referenced in a Virtual Machine at all?
We are trying to determine if any jobs are running on a particular Real machine.
But we can not simply lookup in WCC Quick Edit if the job is defined to a Virtual Machine that then references the Real Machine.
Release : 12.0
Component :
The following command will provide the definition of all the machines including the “Virtual” and “Real” machines:
$ autorep –q –M ALL > all-machines.jil
Then inside the file you can search for the machine name.
Hence you can determine is if a Real Machine is used in any Virtual Machines definition.