Silent RALUS install for Linux agent?
Created: 03 Dec 2012 | Updated: 05 Dec 2012 | 3 comments
This issue has been solved. See solution.
Does anyone know how to silently install the RALUS agent for Linux? I looked at the code and it is a short Perl script, but it doesn't seem to be written to take any arguments from the user. Is there a silent install avaiable before I start modifying this script?
Discussion Filed Under:
Comments 3 Comments • Jump to latest comment
Hi
There is no silent way to install remote agebt for Linux as there are few steps performed in order to configure it so yes something like customize script might help.
Thanks
Sameer
Don't forget to give a "Thumbs Up" or Mark as "Solution" if someones advice has helped you.
I was able to successfully get the whole installer to run unattented by using ./installralus -responsefile myfile.response However I am asked one last question by the installer: Do I want to start the service for the agent now? I tried adding AUTOSTART= 1 to my response file but it did not work.
Can someone please help me with this last parameter to have the agent start automatically without the installer asking me?
Thanks for your help.
I resolved this on my own by editing a Perl module, RALUSCommon.pm to set the $ayn variable to Y (around line 3000 for those who need to do this).
Would you like to reply?
Login or Register to post your comment.