Forum Discussion

Gregg_Leventhal's avatar
12 years ago

Silent RALUS install for Linux agent?

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? 

  • 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). 

  • 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

  • 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).