Can someone suggest a way for me to pull the vm-support bundle from an ESXi host 4.0 Update 3? We do not enable SSH on our hosts so SCP and Veeam FastSCP are out. I have tried several commands from PowerCLI remote CLI and vMA and nothing seems to work. Any suggestions?
We create the bundle in unsupported mode and it seems to store the .tgz file under /var/usr but I can not see the file when I browse to the directory from vMA. I suppose it is because a different user (root) is creating the bundle and I am logged into vMA with vi-admin.
When I run the vifs.pl command: vifs <connection_options> -g "[StorageName] VM/VM.txt"
-Z "ha-datacenter" "tmp/backup/VM.txt"
from RCLI the file can not be located
When I run:
Get-Host HostNameOrIP | Get-Log -Bundle -DestinationPath c:\Storage\Location\
with Powercli I get the following error:
Get-Host : A positional parameter cannot be found that accepts argument '**.**
.**.**'.
At line:1 char:9
+ Get-Host <<<< **.**.**.** | Get-Log -Bundle -Destination c:\
+ CategoryInfo : InvalidArgument: (:) [Get-Host], ParameterBindin
gException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell
.Commands.GetHostCommand
(I replaced the IP address with * for privacy reasons)
Is enabling SSH truly my ONLY option?