Perl Script deploy from Bigfix

Hi All,

Is there any option to deploy perl script to the linux endpoints,
rpm deployment wizard cannot make as fixlet with out rpm file,

Is there any other way please share your inputs,

Thanks,
Nagarajan,

Can you script the process in Bash? If so, use the createfile option in Action Script to drop the Bash script contents to the endpoints and then execute.

I’d still recommend using prefetch to download any required binaries, etc. to the endpoints so that it’s pulled through the BigFix cache.

Could you share sample action command for create file option,

See the contents of this post for details on using the createfile feature.

thanks for your help @cmcannady