[vi-admin@scofield ~]$ ./ftCLI.pl --server reflex.primp-industries.com --username primp --vmname Devastator --operation create
Enter password:
Creating FT secondary VM for "Devastator" ...
Successfully created FT protection for "Devastator"!
[vi-admin@scofield ~]$ ./ftCLI.pl --server reflex.primp-industries.com --username primp --vmname Devastator --operation disable
Enter password:
Disabling FT secondary VM for "Devastator" on host "everest.primp-industries.com" ...
Successfully disabled FT protection for "Devastator"!
[vi-admin@scofield ~]$ ./ftCLI.pl --server reflex.primp-industries.com --username primp --vmname Devastator --operation enable
Enter password:
Enabling FT secondary VM for "Devastator" on host "everest.primp-industries.com" ...
Successfully enabled FT protection for "Devastator"!
[vi-admin@scofield ~]$ ./ftCLI.pl --server reflex.primp-industries.com --username primp --vmname Devastator --operation stop
Enter password:
Turning off FT for secondary VM for Devastator ...
Successfully stopped FT protection for "Devastator"!
[vi-admin@scofield ~]$ cat hostlists
simplejack.primp-industries.com
lazarus.primp-industries.com
[vi-admin@scofield ~]$ ./ftCLI2.pl --server reflex.primp-industries.com --username primp --operation config_enable --hostlist hostlists --portgroup_name ft_portgroup
Enabling FT logging on "simplejack.primp-industries.com" for port group "ft_portgroup" ...
Successfully enabled FT logging on "simplejack.primp-industries.com" for port group ft_portgroup.
Enabling FT logging on "lazarus.primp-industries.com" for port group "ft_portgroup" ...
Successfully enabled FT logging on "lazarus.primp-industries.com" for port group ft_portgroup.
[vi-admin@scofield ~]$ ./ftCLI2.pl --server reflex.primp-industries.com --username primp --operation config_disable --hostlist hostlists --portgroup_name ft_portgroup
Disabling FT logging on "simplejack.primp-industries.com" for port group "ft_portgroup" ...
Successfully disabled FT logging on "simplejack.primp-industries.com" for port group ft_portgroup.
Disabling FT logging on "lazarus.primp-industries.com" for port group "ft_portgroup" ...
Successfully disabled FT logging on "lazarus.primp-industries.com" for port group ft_portgroup.
[vi-admin@scofield ~]$ ./ftCLI2.pl --server reflex.primp-industries.com --username primp --operation create --vmname protect_thee_vm
Creating FT secondary VM for "protect_thee_vm" ...
Successfully created FT protection for "protect_thee_vm"!
[vi-admin@scofield ~]$ ./ftCLI2.pl --server reflex.primp-industries.com --username primp --operation disable --vmname protect_thee_vm
Disabling FT secondary VM for "protect_thee_vm" on host "simplejack.primp-industries.com" ...
Successfully disabled FT protection for "protect_thee_vm"!
[vi-admin@scofield ~]$ ./ftCLI2.pl --server reflex.primp-industries.com --username primp --operation enable --vmname protect_thee_vm
Enabling FT secondary VM for "protect_thee_vm" on host "simplejack.primp-industries.com" ...
Successfully enabled FT protection for "protect_thee_vm"!
[vi-admin@scofield ~]$ ./ftCLI2.pl --server reflex.primp-industries.com --username primp --operation stop --vmname protect_thee_vm
Turning off FT for secondary VM for protect_thee_vm ...
Successfully stopped FT protection for "protect_thee_vm"!
i reply to me:
the problem is i need con connect to vcenter not to a node
i have this error:
Can't call method "runtime" on an undefined value at C:\Archivos de programa\VMw
are\VMware vSphere CLI\bin\ftCLI.pl line 78.
Can you help me please