Does anyone know of a way to view a given VM's vmware.log file in the PowerShell Toolkit?
On ESX 3.x I do the following:
$ tail /vmfs/volumes/VirtualMachines2/de3vc20/vmware.log
or the VM's vmx file
$ tail /vmfs/volumes/VirtualMachines2/de3vc20/de3vc20.vmx
On ESXi, I use the Remote CLI's vifs.pl to copy locally and then view in local viewer.
Either way, it's a tedious task if I use VI Client and Virtual Center as my management interface.
On ESX 3.x I do the following:
$ tail /vmfs/volumes/VirtualMachines2/de3vc20/vmware.log
or the VM's vmx file
$ tail /vmfs/volumes/VirtualMachines2/de3vc20/de3vc20.vmx
On ESXi, I use the Remote CLI's vifs.pl to copy locally and then view in local viewer.
Either way, it's a tedious task if I use VI Client and Virtual Center as my management interface.