IBM QRadar

IBM QRadar

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Automagic install of qradar console

    Posted Thu August 20, 2020 02:09 PM

    Hey!

    Trying to automagically install qradar console. Following the silent install guide "https://www.ibm.com/support/knowledgecenter/SS42VS_7.3.3/com.ibm.qradar.doc/t_qradar_silent_install.html"

    Two issues:

    1. The EULA license agreement popup that comes when running "/media/cdrom/setup". Is there a way to skip that?
    2. The AUTO_INSTALL_INSTRUCTIONS: I placed them in /root directory and tried to run the above. It does not take effect. A flag needed? Different placment of file?

    Anyone who has done this before? I assume this is fairly common thing to do.



    #QRadar
    #Support
    #SupportMigration


  • 2.  RE: Automagic install of qradar console

    Posted Wed September 02, 2020 05:36 AM

    If you have the a way to script the creation of the file "/tmp/.accepted_qradar_eula" before the configuration starts, then you can avoid having to manually accept the license

    e.g. if you can script and ssh connection to run the following command, it would be possible to skip this step:

    # touch /tmp/.accepted_qradar_eula



    #QRadar
    #Support
    #SupportMigration