hi all,
I'm trying to automate update/install of vmware tool in virtual machine but this simple test code aren't work.
I can see error in VSphere console but i can't handle fault
my $vm_view = Vim::find_entity_view( view_type => 'VirtualMachine',
filter => { 'name' => qr/^$vm$/i },
$vm_view->UpgradeTools_Task ;
} ;
if ( $@ ) {
print "erreur\n" ;
$@->faultMessage() ;
print Dumper $@ ;
}
thanks for help