Hi,
- I'm trying to run perl script from vro. Is there any plugin specific to perl or python for vro like we have powershell plugin?
- I have tried using this How to run a Perl Script from a vCenter Orchestrator Workflow method. But is there any other option where we can run perl scripts remotely?. I read in post like Guest script manager(Run script in guest vm) can be to used to run perl script. The defaults are bash,batch and powershell with it.If yes, How to add a new lang to it?
- I'm trying to download vco vix plugin for my vro appliance 6.0.1. Neither found in solution exchange nor vmware labs. where can I download it from?
Thanks,
Mano
Forget about the VIX Plug-in. It was a fling that has been deprecated and removed from the flings site since it is no longer supported and, more importantly, vRO already has the functionality built-in with the vCenter plug-in. For best use of those features, you should use Guest script manager package. You can use that to run your perl scripts remotely, just select bash, then provide your script as a bash command.. for example: perl myscript.pl -<args here>
Forget about the VIX Plug-in. It was a fling that has been deprecated and removed from the flings site since it is no longer supported and, more importantly, vRO already has the functionality built-in with the vCenter plug-in. For best use of those features, you should use Guest script manager package. You can use that to run your perl scripts remotely, just select bash, then provide your script as a bash command.. for example: perl myscript.pl -<args here>
