I have two host joined to server vCenter 4.1 on 64bit Windows 2008 server. I installed the VMA to manage server hosts and vCenter. VMA join to a domain.
I found a perl script to manage the FT. If execute command:
<host_vMA>$ sudo ftCLI.pl --server <vcenter.domain> --user <domain_admin> --vmname <ft_machine> --operation create
with <domain_admin> password the up FT on <ft_machine>.
If I set this script to do the cron and I set it as follows:
00 22 * * * root sudo -u ump\\administrator /<path>/ftCLI.pl --server <vcenter.domain> --passthroughauth --vmname <ft_machine> --operation create
operation not creation FT. If I login on second console as <domain_admin> operation create FT on <ft_machine> with the same settings.
What is wrong in my configuration and what I need to change in order to avoid having loging <domain_admin> on second console?