[フレーム]
Docs Pricing
Login Book a meeting Try Redis

Manage installation questions

Describes Redis Enterprise Software installation questions and how to answer them automatically.

Redis Enterprise Software

Several questions are displayed during the Redis Enterprise Software installation process.

Here, you'll find a list of these questions and learn how to automatically answer these questions to perform a silent install.

Installation questions

Several questions appear during installation:

Answer install questions automatically

To perform a silent (or automated) install, answer the questions when you start the install.

Answer yes to all questions

To automatically answer yes to all questions (which accepts the default values), run the installation script with the -y parameter:

./install.sh -y

Configure file to answer

Use an answer file to manage your response:

  1. Create a text file to serve as an answer file.

    The answer file can contain any of the following installation question parameters. If a parameter is not included in the file, the installation script will ask for your answer.

    Parameter Values Description
    firewall yes
    no
    Configure firewall and open required Redis ports.
    ignore_existing_osuser_osgroup yes
    no
    Proceed if redislabs user/group already exists.
    ignore_master_version yes
    no
    Continue the upgrade even if the primary node isn't upgraded. If no, stops installation if the primary node hasn't been upgraded.
    ignore_swap yes
    no
    Continue even if swap is enabled. If no, stops installation if swap is enabled.
    ntp yes
    no
    Configure NTP for time synchronization.
    rlcheck yes
    no
    Run rlcheck after installation to validate the system.
    update_env_path yes
    no
    Add Redis Enterprise Software paths to the PATH environment variable.
    systune yes
    no
    Automatically tune system performance (CPU, sysctl). If yes, answers yes to all system tuning questions.

    Example answer file:

    ignore_swap=no
    systune=yes
    ntp=no
    firewall=no
    rlcheck=yes
    ignore_existing_osuser_osgroup=no
    update_env_path=no
    ignore_master_version=no
    
  2. Run the installation script with the -c command-line option and add the path to the answer file.

    For example:

    ./install.sh -c /home/user/answers
    
RATE THIS PAGE
Back to top ↑

On this page

AltStyle によって変換されたページ (->オリジナル) /