<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Install Vertica with the installation script</title>
    <link>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/</link>
    <description>Recent content in Install Vertica with the installation script on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Setup: Install on a FIPS 140-2 enabled machine</title>
      <link>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/install-on-fips-140-2-enabled-machine/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/install-on-fips-140-2-enabled-machine/</guid>
      <description>
        
        
        &lt;p&gt;Vertica supports the implementation of the Federal Information Processing Standard 140-2 (FIPS). You enable FIPS mode in the operating system.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

Enabling FIPS on the operating system occurs outside of Vertica.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;During installation, the install_vertica script detects whether the host is operating in FIPS mode. The installer searches for the file &lt;code&gt;/proc/sys/crypto/fips_enabled&lt;/code&gt; and examines its content. If the file exists and contains a &#39;1&#39; in the filename, the host is operating in FIPS mode and the following message appears:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/proc/sys/crypto/fips_enabled exists and contains &amp;#39;1&amp;#39;, this is a FIPS system
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
&lt;p&gt;On certain systems where the libssl and libcrypto libraries do not have versioning information, when starting Vertica, you may see the message&lt;/p&gt;
&lt;p&gt;&lt;code&gt;No version information available&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This message is benign and you can ignore it.&lt;/p&gt;

&lt;/div&gt;
&lt;p&gt;To implement FIPS 140-2 on your Vertica Analytic Database, you need to configure both the server and the client you are using. To see the detailed configuration steps, go to &lt;a href=&#34;../../../../../en/security-and-authentication/federal-information-processing-standard/implementing-fips-140-2/#&#34;&gt;Implementing FIPS 140-2&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;symbolic-links-for-openssl&#34;&gt;Symbolic links for OpenSSL&lt;/h2&gt;
&lt;p&gt;On some non-FIPS systems, versioning anomalies can occur when you install a new version of OpenSSL. Sometimes, the default OpenSSL build procedure produces libraries with versions named 1.0.0. For Vertica to recognize that a library has a higher version number, the library name with a higher version number must be provided. As part of the Vertica installation, symbolic links are created to the appropriate OpenSSL files. The steps are as follows:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The RPM installer places two OpenSSL library files in /opt/vertica/lib:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;libssl.so.1.1&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;libcrypto.so.1.1&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The install_vertica script creates two symbolic links in /opt/vertica/lib:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;libssl.so&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;libcrypto.so&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The symbolic links point to libssl.so.1.1 and libcrypto.so.1.1, which the RPM installer placed in /opt/vertica/lib.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: Specifying disk storage location during installation</title>
      <link>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/specifying-disk-storage-location-during-installation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/specifying-disk-storage-location-during-installation/</guid>
      <description>
        
        
        &lt;p&gt;You can specify the disk storage location when you:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Install Vertica (see below).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/prepare-disk-storage-locations/specifying-disk-storage-location-during-db-creation/&#34;&gt;Create a database using the Administration Tools&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../../en/mc/installing-mc/#&#34;&gt;Installing Management Console&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifying-disk-storage-location-when-you-install&#34;&gt;Specifying disk storage location when you install&lt;/h2&gt;
&lt;p&gt;When you install Vertica, the &lt;code&gt;--data-dir&lt;/code&gt; parameter in the &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/&#34;&gt;install_vertica script&lt;/a&gt; lets you specify a directory to contain database data and catalog files. The script defaults to the database administrator&#39;s default home directory 
&lt;code&gt;/home/dbadmin&lt;/code&gt;.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Replace &lt;em&gt;this default&lt;/em&gt; with a directory that has adequate space to hold your data and catalog files.
&lt;/div&gt;&lt;/p&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The data and catalog directory must exist on each node in the cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The directory on each node must be owned by the database administrator&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Catalog and data path names must contain only alphanumeric characters and cannot have leading space characters. Failure to comply with these restrictions will result in database creation failure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vertica refuses to overwrite a directory if it appears to be in use by another database. Therefore, if you created a database for evaluation purposes, dropped the database, and want to reuse the database name, make sure that the disk storage location previously used has been completely cleaned up. See &lt;a href=&#34;../../../../../en/admin/managing-storage-locations/#&#34;&gt;Managing storage locations&lt;/a&gt; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: Perform a basic install</title>
      <link>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/perform-basic-install/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/perform-basic-install/</guid>
      <description>
        
        
        &lt;p&gt;For all installation options, see &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/install-vertica-options/#&#34;&gt;install_vertica options&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;As root (or sudo) run the install script. The script must be run by a BASH shell as root or as a user with sudo privileges. You can configure many options when running the install script. See &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/install-vertica-options/#Basic&#34;&gt;Basic Installation Parameters&lt;/a&gt; for the required options.&lt;/p&gt;
&lt;p&gt;If the installer fails due to any requirements not being met, you can correct the issue and then rerun the installer with the same command line options.&lt;/p&gt;
&lt;p&gt;To perform a basic installation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;As root:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# /opt/vertica/sbin/install_vertica --hosts &lt;span class=&#34;code-variable&#34;&gt;host_list&lt;/span&gt; --rpm &lt;span class=&#34;code-variable&#34;&gt;package_name&lt;/span&gt;\
      --dba-user &lt;span class=&#34;code-variable&#34;&gt;dba_username&lt;/span&gt; --parallel-no-prompts
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Using sudo:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo /opt/vertica/sbin/install_vertica --hosts &lt;span class=&#34;code-variable&#34;&gt;host_list&lt;/span&gt; --rpm &lt;span class=&#34;code-variable&#34;&gt;package_name&lt;/span&gt; \
      --dba-user &lt;span class=&#34;code-variable&#34;&gt;dba_username&lt;/span&gt; --parallel-no-prompts
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
If you place &lt;code&gt;install_vertica&lt;/code&gt; in a location other than &lt;code&gt;/opt/vertica&lt;/code&gt;, create a symlink from that location to &lt;code&gt;/opt/vertica&lt;/code&gt;. Create this symlink on all cluster nodes, otherwise the database will not start.
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When prompted for a password to log into the other nodes, provide the requested password. Doing so allows the installation of the package and system configuration on the other cluster nodes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;If you are root, this is the root password.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you are using sudo, this is the sudo user password.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The password does not echo on the command line. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Vertica Database 26.2.x Installation Tool
Please enter password for root@host01:password
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If the dbadmin user, or the user specified in the argument &lt;code&gt;--dba-user&lt;/code&gt;, does not exist, then the install script prompts for the password for the user. Provide the password. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Enter password for new UNIX user dbadmin:password
Retype new UNIX password for user dbadmin:password
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Carefully examine any warnings or failures returned by 
&lt;code&gt;install_vertica&lt;/code&gt; and correct the problems.&lt;/p&gt;
&lt;p&gt;For example, insufficient RAM, insufficient network throughput, and too high readahead settings on the file system could cause performance problems later on. Additionally, LANG warnings, if not resolved, can cause database startup to fail and issues with VSQL. The system LANG attributes must be UTF-8 compatible. After you fix the problems, rerun the install script.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When installation is successful, disconnect from the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/admin-host/&#34; title=&#34;The host on which the OpenText&amp;amp;trade; Analytics Database rpm package was manually installed.&#34;&gt;Administration host&lt;/a&gt;, as instructed by the script. Then, complete the required post-installation steps.&lt;/p&gt;
&lt;p&gt;At this point, root privileges are no longer needed and the database administrator can perform any remaining steps.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: install_vertica options</title>
      <link>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/install-vertica-options/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/install-vertica-options/</guid>
      <description>
        
        
        &lt;p&gt;The following tables describe &lt;code&gt;install_vertica&lt;/code&gt; script options. Most options have long and short forms—for example, &lt;code&gt;--hosts&lt;/code&gt; and &lt;code&gt;-s&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a name=&#34;Basic&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;required&#34;&gt;Required&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;install_vertica&lt;/code&gt; requires the following options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;--hosts&lt;/code&gt; / &lt;code&gt;-s&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;--rpm&lt;/code&gt; / &lt;code&gt;-r&lt;/code&gt; | &lt;code&gt;--deb&lt;/code&gt; | &lt;code&gt;--no-rpm-copy&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;--dba-user &lt;/code&gt;&lt;em&gt;&lt;code&gt;username&lt;/code&gt;&lt;/em&gt;&lt;code&gt; | -u&lt;/code&gt; &lt;em&gt;&lt;code&gt;username&lt;/code&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Required only if installing using root or upgrading versions.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt; # /opt/vertica/sbin/install_vertica --hosts node0001,node0002,node0003 --rpm /tmp/vertica-&lt;span class=&#34;code-variable&#34;&gt;version&lt;/span&gt;.RHEL8.x86_64.rpm
&lt;/code&gt;&lt;/pre&gt;&lt;dl&gt;
&lt;dt&gt;&lt;a name=&#34;hosts&#34;&gt;&lt;/a&gt;&lt;code&gt;--hosts &lt;/code&gt;&lt;em&gt;&lt;code&gt;hostlist&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-s &lt;/code&gt;&lt;em&gt;&lt;code&gt; hostlist&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Comma-separated list of host names or IP addresses to include in the cluster. The list must not include embedded spaces. For example:
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;--hosts node01,node02,node03&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;--hosts 192.168.233.101,192.168.233.102,192.168.233.103&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;--hosts fd95:ff5d:5549:bdb0::1,fd95:ff5d:5549:bdb0::2,fd95:ff5d:5549:bdb0::3&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following requirements apply:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;If upgrading an existing installation of Vertica, use the same host names used previously.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IP addresses or hostnames must be for unique hosts. Do not list the same host using multiple IP addresses/hostnames.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

Vertica stores only IP addresses in its configuration files. If you provide host names, they are converted to IP addresses when the script runs.

&lt;/div&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--rpm &lt;/code&gt;&lt;em&gt;&lt;code&gt;package-name&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-r&lt;/code&gt; &lt;em&gt;&lt;code&gt;package-name&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-deb&lt;/code&gt; &lt;em&gt;&lt;code&gt;package-name&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path and name of the Vertica RPM or Debian package. For example:
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;--rpm /tmp/vertica-&lt;span class=&#34;code-variable&#34;&gt;version&lt;/span&gt;.RHEL8.x86_64.rpm
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For Debian and Ubuntu installs, provide the name of the Debian package:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;--deb /tmp/vertica_10.1_amd64.deb
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The install package must be provided if you install or upgrade the Vertica server package on multiple nodes where the nodes do not have the latest server package installed, or if you are adding a new node. You do not need to provide the server package if you have a local copy of the RPM on each node and call the install script with the &lt;code&gt;no-rpm-copy&lt;/code&gt; option. Unless you provide the &lt;code&gt;--no-rpm-copy&lt;/code&gt; option, the &lt;code&gt;install_vertica&lt;/code&gt; and &lt;code&gt;update_vertica&lt;/code&gt; scripts serially copy the server package to the other nodes and install the package.&lt;/p&gt;

&lt;div class=&#34;alert admonition tip&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Tip&lt;/h4&gt;

If installing or upgrading a large number of nodes, consider manually installing the package on all nodes before running the install/upgrade script. The script runs faster if it does not need to serially upload and install the package on each node.

&lt;/div&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;no-rpm-copy&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;--no-rpm-copy&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Installer does not copy the RPM to the nodes in the cluster. The RPM must be present on each node specified by &lt;code&gt;--hosts&lt;/code&gt;, and you must provide the path to the local RPM files with the &lt;code&gt;--rpm-path&lt;/code&gt; option (defaults to &lt;code&gt;/tmp/dbRPM.rpm&lt;/code&gt;). If you specify this option, you do not need to provide the &lt;code&gt;--rpm&lt;/code&gt; option.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--dba-user &lt;/code&gt;&lt;em&gt;&lt;code&gt;username&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-u &lt;/code&gt;&lt;em&gt;&lt;code&gt; username&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the database superuser account to create. Only this account can run the Administration Tools. If you omit this parameter, then the default administrator account name is 
&lt;code&gt;dbadmin&lt;/code&gt;.
&lt;p&gt;This parameter is optional for new installations done as root; they must be specified when upgrading or when installing using sudo. If upgrading, use this parameter to specify the same account name that you used previously. If installing using sudo, &lt;em&gt;&lt;code&gt;username&lt;/code&gt;&lt;/em&gt; must already exist.&lt;/p&gt;
&lt;p&gt;If you manually create the user, modify the user&#39;s &lt;code&gt;.bashrc&lt;/code&gt; file to include the line: &lt;code&gt;PATH=/opt/vertica/bin:$PATH&lt;/code&gt; so Vertica tools such as &lt;code&gt;vsql&lt;/code&gt; and &lt;code&gt;admintools&lt;/code&gt; can be easily started by this user.&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;For details on a minimal installation procedure, see &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/perform-basic-install/#&#34;&gt;Perform a basic install&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a name=&#34;Optional&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;optional&#34;&gt;Optional&lt;/h2&gt;
&lt;p&gt;The following 
&lt;code&gt;install_vertica&lt;/code&gt; options are not required. Many of them enable greater control over the installation process.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--help&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Display help for this script.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--accept-eula -Y&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Silently accepts the EULA agreement. On multi-node installations, this option is propagated across the cluster at the end of the installation, at the same time as the Administration Tools metadata.
&lt;p&gt;Combine this option with &lt;code&gt;--license&lt;/code&gt; (&lt;code&gt;-L&lt;/code&gt;) to activate your license.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--add-hosts &lt;/code&gt;&lt;em&gt;&lt;code&gt;hostlist&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-A &lt;/code&gt;&lt;em&gt;&lt;code&gt; hostlist&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Comma-separated list of hosts to add to an existing Vertica cluster.
&lt;p&gt;&lt;code&gt;--add-hosts&lt;/code&gt; modifies an existing installation of Vertica by adding a host to the database cluster and then reconfiguring &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/spread/&#34; title=&#34;An open source toolkit used in OpenText&amp;amp;trade; Analytics Database to provide a high performance messaging service that is resilient to network faults.&#34;&gt;spread&lt;/a&gt;. This is useful for improving system performance, or making the database K-safe.&lt;/p&gt;
&lt;p&gt;If spread is configured in your installation to use &lt;a href=&#34;#pointToPoint&#34;&gt;point-to-point&lt;/a&gt; communication within the existing cluster, you must also use it when you add a new host; otherwise, the new host automatically uses UDP broadcast traffic, resulting in cluster communication problems that prevent Vertica from running properly. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;--add-hosts host01
--add-hosts 192.168.233.101
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;You can also use this option with the 
&lt;code&gt;update_vertica&lt;/code&gt; script. For details, see &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/adding-nodes/#&#34;&gt;Adding nodes&lt;/a&gt;.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;broadcast&#34;&gt;&lt;/a&gt;&lt;code&gt;--broadcast -U&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Configures &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/spread/&#34; title=&#34;An open source toolkit used in OpenText&amp;amp;trade; Analytics Database to provide a high performance messaging service that is resilient to network faults.&#34;&gt;spread&lt;/a&gt; to use UDP broadcast traffic between nodes on the subnet. This is the default setting. Up to 80 spread daemons are supported by broadcast traffic. You can exceed the 80-node limit by using &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/&#34;&gt;large cluster&lt;/a&gt; mode, which does not install a spread daemon on each node.
&lt;p&gt;Do not combine this option with
&lt;code&gt;--&lt;a href=&#34;#pointToPoint&#34;&gt;point-to-point&lt;/a&gt;&lt;/code&gt;.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
When changing the configuration from &lt;code&gt;--point-to-point&lt;/code&gt; to &lt;code&gt;--broadcast&lt;/code&gt;, you must also specify
&lt;code&gt;&lt;a href=&#34;#control-network&#34;&gt;--control-network&lt;/a&gt;&lt;/code&gt;.
&lt;/div&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--clean&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Forcibly cleans previously stored configuration files. Use this option if you need to change the hosts that are included in your cluster. Only use this option when no database is defined.
&lt;p&gt;This option is not supported by the &lt;code&gt;update_vertica&lt;/code&gt; script.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;config-file&#34;&gt;&lt;/a&gt;&lt;code&gt;--config-file &lt;/code&gt;&lt;em&gt;&lt;code&gt;file&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-z &lt;/code&gt;&lt;em&gt;&lt;code&gt; file&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Use the properties file created earlier with 
&lt;code&gt;[‑‑record-config](#record-config)&lt;/code&gt;. This properties file contains key/value settings that map to 
&lt;code&gt;install_vertica&lt;/code&gt; option.&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;control-network&#34;&gt;&lt;/a&gt;&lt;code&gt;--control-network { &lt;/code&gt;&lt;em&gt;&lt;code&gt;IPaddress&lt;/code&gt;&lt;/em&gt; &lt;code&gt; | default } -S {&lt;/code&gt; &lt;em&gt;&lt;code&gt;IPadress&lt;/code&gt;&lt;/em&gt; &lt;code&gt; | default }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Set to one of the following arguments:
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;&lt;code&gt;IPaddress&lt;/code&gt;&lt;/em&gt;: A broadcast network IP address that enables configuration of spread communications on a subnet different from other Vertica data communications.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;default&lt;/code&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
&lt;p&gt;&lt;em&gt;&lt;code&gt;IPaddress&lt;/code&gt;&lt;/em&gt; must match the subnet for at least some database nodes. If the address does not match the subnet of any database node, then the installer displays an error and stops. If the provided address matches some, but not all of the node&#39;s subnets, the installer displays a warning, but installation continues.&lt;/p&gt;
&lt;p&gt;Optimally, the value for &lt;code&gt;--control-network&lt;/code&gt; matches all node subnets.&lt;/p&gt;

&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also use this option to force a cluster-wide spread reconfiguration when changing spread-related options.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--data-dir &lt;/code&gt;&lt;em&gt;&lt;code&gt;directory&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-d &lt;/code&gt;&lt;em&gt;&lt;code&gt; directory&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Directory for database data and catalog files. For details, see &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/specifying-disk-storage-location-during-installation/#&#34;&gt;Specifying disk storage location during installation&lt;/a&gt; and &lt;a href=&#34;../../../../../en/admin/managing-storage-locations/#&#34;&gt;Managing storage locations&lt;/a&gt;.

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

Do not use a shared directory over more than one host for this setting. Data and catalog directories must be distinct for each node. Multiple nodes must not be allowed to write to the same data or catalog directory.

&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/home/dbadmin&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--dba-group &lt;/code&gt;&lt;em&gt;&lt;code&gt;group&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-g &lt;/code&gt;&lt;em&gt;&lt;code&gt; group&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;UNIX group for DBA users.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;verticadba&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--dba-user-home &lt;/code&gt;&lt;em&gt;&lt;code&gt;directory&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-l &lt;/code&gt;&lt;em&gt;&lt;code&gt; directory&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Home directory for the database administrator.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/home/dbadmin&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--dba-user-password &lt;/code&gt;&lt;em&gt;&lt;code&gt;password&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-p &lt;/code&gt;&lt;em&gt;&lt;code&gt; password&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Password for the database administrator account. If omitted, the script prompts for a password and does not echo the input.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--dba-use-password-disabled&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Disables the password for &lt;code&gt;--dba-user&lt;/code&gt;. This argument stops the installer from prompting for a password for &lt;code&gt;--dba-user&lt;/code&gt;. You can assign a password later using standard user management tools such as &lt;code&gt;passwd&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--failure-threshold [&lt;/code&gt;&lt;em&gt;&lt;code&gt;threshold-arg&lt;/code&gt;&lt;/em&gt;&lt;code&gt;]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Stops the installation when the specified failure threshold is encountered, where &lt;em&gt;&lt;code&gt;threshold-arg&lt;/code&gt;&lt;/em&gt; is one of the following:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;HINT&lt;/code&gt;: Stop the install if a HINT or greater issue is encountered during the installation tests. HINT configurations are settings you should make, but the database runs with no significant negative consequences if you omit the setting.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;WARN&lt;/code&gt;: Stop the installation if a WARN or greater issue is encountered. WARN issues might affect database performance. However, for environments where high-level performance is not a priority—for example, testing—WARN issues can be ignored.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;FAIL&lt;/code&gt;: Stop the installation if a FAIL or greater issue is encountered. FAIL issues can have severely negative performance consequences and possible later processing issues if not addressed. However, Vertica can start even if FAIL issues are ignored.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;HALT&lt;/code&gt;: Stop the installation if a HALT or greater issue is encountered. The database might be unable to start if you choose his option. This option is not supported in production environments.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;NONE&lt;/code&gt;: Do not stop the installation. The database might be unable to start if you choose this option. This option is not supported in production environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;WARN&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--ipv4&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Hosts in the cluster are identified by IPv4 network addresses. This is the default behavior.&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;ipv6&#34;&gt;&lt;/a&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Hosts in the cluster are identified by IPv6 network addresses, required if the &lt;code&gt;--hosts&lt;/code&gt; list specifies Pv6 addresses. This option automatically enables the
&lt;code&gt;--&lt;a href=&#34;#pointToPoint&#34;&gt;point-to-point&lt;/a&gt;&lt;/code&gt; option.&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;large-cluster&#34;&gt;&lt;/a&gt;&lt;code&gt;--large-cluster [ &lt;/code&gt;&lt;em&gt;&lt;code&gt;num-control-nodes&lt;/code&gt;&lt;/em&gt; &lt;code&gt;| default ]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;a name=&#34;LargeCluster&#34;&gt;&lt;/a&gt;Enables the &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/&#34;&gt;large cluster&lt;/a&gt; feature, where a subset of nodes called &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/control-node/&#34; title=&#34;A node that connects to the Spread service to send and receive cluster-wide broadcast messages.&#34;&gt;control nodes&lt;/a&gt; connect to &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/spread/&#34; title=&#34;An open source toolkit used in OpenText&amp;amp;trade; Analytics Database to provide a high performance messaging service that is resilient to network faults.&#34;&gt;spread&lt;/a&gt; to send and receive broadcast messages. Consider using this option for a cluster with more than 50 nodes in Enterprise Mode. Vertica automatically enables this feature if you install onto 120 or more nodes in Enterprise Mode, or 16 or more nodes in Eon Mode.
&lt;p&gt;Supply this option with one of the following arguments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;&lt;code&gt;num-control-nodes&lt;/code&gt;&lt;/em&gt;: Sets the number of control nodes in the new database to the smaller of this value or the value of &lt;code&gt;--hosts&lt;/code&gt;. This value is applied differently in Enterprise Mode and Eon Mode:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enterprise Mode: Sets the number of control nodes in the entire cluster.&lt;/li&gt;
&lt;li&gt;Eon Mode: Sets the number of control nodes in the initial default subcluster. This value must be between 1 to 120, inclusive.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;default&lt;/code&gt;: Vertica sets the number of control nodes to the square root of the total number of cluster nodes listed in &lt;code&gt;--hosts&lt;/code&gt; (&lt;code&gt;-s&lt;/code&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For details, see &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/enabling-large-cluster/#Enable&#34;&gt;Enable Large Cluster When Installing Vertica&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;default&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--license { &lt;/code&gt;&lt;em&gt;&lt;code&gt;license-file&lt;/code&gt;&lt;/em&gt; &lt;code&gt;} -L { &lt;/code&gt;&lt;em&gt;&lt;code&gt; hostlist&lt;/code&gt;&lt;/em&gt; &lt;code&gt;}&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Silently and automatically deploys the license key to &lt;code&gt;/opt/vertica/config/share&lt;/code&gt;. On multi-node installations, the &lt;code&gt;–-license&lt;/code&gt; option also applies the license to all nodes declared by
&lt;code&gt;&lt;a href=&#34;#hosts&#34;&gt;--hosts&lt;/a&gt;&lt;/code&gt;. To activate your license, combined this option with &lt;code&gt;‑‑accept-eula&lt;/code&gt; option. If you do not use the &lt;code&gt;‑‑accept-eula&lt;/code&gt; option, you are asked to accept the EULA when you connect to your database. After you accept the EULA, your license is activated.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;---no-system-configuration&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Installer makes no changes to system properties. By default, the installer makes system configuration changes that meet server requirements.
&lt;p&gt;If you use this option, the installer posts warnings or failures for configuration settings that do not meet requirements that it otherwise configures automatically.&lt;/p&gt;
&lt;p&gt;This option has no effect on creating or updating user accounts.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--parallel-no-prompts&lt;/code&gt;&lt;a name=&#34;parallel&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Installs the server binary package (&lt;code&gt;.rpm&lt;/code&gt; or &lt;code&gt;.deb&lt;/code&gt;) on the hosts in parallel without prompting for confirmation. This option reduces the installation time, especially on large clusters. If omitted, the install script installs the package on one host at a time. .
&lt;p&gt;This option requires that the installer use passwordless ssh to connect to the hosts. It has no effect if the installer is not using passwordless ssh.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;pointToPoint&#34;&gt;&lt;/a&gt;&lt;code&gt;--point-to-point -T&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Configures spread to use direct point-to-point communication between all Vertica nodes. Use this option if nodes are not located on the same subnet. Also use this option for all virtual environment installations, whether or not virtual servers are on the same subnet.
&lt;p&gt;Up to 80 spread daemons are supported by point-to-point communication. You can exceed the 80-node limit by using &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/&#34;&gt;large cluster&lt;/a&gt; mode, which does not install a spread daemon on each node.&lt;/p&gt;
&lt;p&gt;Do not combine this option with
&lt;code&gt;--&lt;a href=&#34;#broadcast&#34;&gt;broadcast&lt;/a&gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This option is automatically enabled by the
&lt;code&gt;&lt;a href=&#34;#ipv6&#34;&gt;--ipv6&lt;/a&gt;&lt;/code&gt; option.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
When changing the configuration from &lt;code&gt;--broadcast&lt;/code&gt; to &lt;code&gt;--point-to-point&lt;/code&gt;, you must also specify
&lt;code&gt;&lt;a href=&#34;#control-network&#34;&gt;--control-network&lt;/a&gt;&lt;/code&gt;.
&lt;/div&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;record-config&#34;&gt;&lt;/a&gt;&lt;code&gt;--record-config &lt;/code&gt;&lt;em&gt;&lt;code&gt;filename&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-B &lt;/code&gt;&lt;em&gt;&lt;code&gt; filename&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;File name used with command line options to create a properties file that can be used with 
&lt;code&gt;[‑‑config-file](#record-config)&lt;/code&gt;. This option creates the properties file and exits; it does not affect installation.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--remove-hosts &lt;/code&gt;&lt;em&gt;&lt;code&gt;hostlist&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-R &lt;/code&gt;&lt;em&gt;&lt;code&gt; hostlist&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Comma-separated list of hosts to remove from an existing Vertica cluster. After removing the specified hosts, spread is reconfigured on the cluster.
&lt;p&gt;This option is useful for removing an obsolete or over-provisioned system.&lt;/p&gt;
&lt;p&gt;If you use &lt;code&gt;--point-to-point&lt;/code&gt; (&lt;code&gt;-T&lt;/code&gt;) to configure spread to use direct point-to-point communication within the existing cluster, you must also use it when you remove a host; otherwise, the hosts automatically use UDP broadcast traffic, resulting in cluster communication problems that prevents Vertica from running properly.&lt;/p&gt;
&lt;p&gt;The 
&lt;code&gt;update_vertica&lt;/code&gt; script (see &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/removing-nodes/removing-hosts-from-cluster/#&#34;&gt;Removing hosts from a cluster&lt;/a&gt;) calls 
&lt;code&gt;install_vertica&lt;/code&gt; to update the installation. You can use either script with this option.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--rpm-path &lt;/code&gt;&lt;em&gt;&lt;code&gt;rpm-filepath&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Only used in conjunction with &lt;code&gt;--no-rpm-copy&lt;/code&gt;, identifies the path to the local copy of the RPM on all nodes specified by &lt;code&gt;--hosts&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/tmp/dbRPM.rpm&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--spread-logging -w&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Configures spread to output logging to 
&lt;code&gt;/opt/vertica/log/spread_&lt;span class=&#34;code-variable&#34;&gt;hostname&lt;/span&gt;.log&lt;/code&gt;. This option does not apply to upgrades.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

Enable spread logging only if requested by Vertica technical support.

&lt;/div&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--ssh-identity &lt;/code&gt;&lt;em&gt;&lt;code&gt;file&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-i &lt;/code&gt;&lt;em&gt;&lt;code&gt; file&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The root private-key &lt;em&gt;&lt;code&gt;file&lt;/code&gt;&lt;/em&gt; to use if passwordless ssh was already configured between the hosts. Before using this option, verify that normal SSH works without a password . The file can be private key file—for example, &lt;code&gt;id_rsa&lt;/code&gt;—or PEM file. Do not use with the &lt;code&gt;--ssh-password&lt;/code&gt; (&lt;code&gt;-P&lt;/code&gt;) option.
&lt;p&gt;Vertica accepts the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;By providing an SSH private key which is not password protected. You cannot run the 
&lt;code&gt;install_vertica&lt;/code&gt; script with the sudo command when using this method.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;By providing a password-protected private key and using an SSH-Agent. Note that sudo typically resets environment variables when it is invoked. Specifically, the SSH_AUTHSOCK variable required by the SSH-Agent may be reset. Therefore, configure your system to maintain SSH_AUTHSOCK or invoke &lt;code&gt;install_vertica&lt;/code&gt; using a method similar to the following:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo SSH_AUTHSOCK=$SSH_AUTHSOCK /opt/vertica/sbin/install_vertica ...
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--ssh-password &lt;/code&gt;&lt;em&gt;&lt;code&gt;password&lt;/code&gt;&lt;/em&gt; &lt;code&gt;-P &lt;/code&gt;&lt;em&gt;&lt;code&gt; password&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The password to use by default for each cluster host. If you omit this option and also omit &lt;code&gt;‑‑ssh‑identity&lt;/code&gt; (&lt;code&gt;-i&lt;/code&gt;), then the script prompts for the password as necessary and does not echo input.
&lt;p&gt;Do not use this option together with &lt;code&gt;--ssh-identity&lt;/code&gt; (&lt;code&gt;-i&lt;/code&gt;).

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
&lt;p&gt;If you run the
&lt;code&gt;install_vertica&lt;/code&gt; script as root, specify the root password:&lt;/p&gt;
&lt;pre class=&#34;table-pre&#34;&gt;# /opt/vertica/sbin/install_vertica -P &lt;span class=&#34;code-variable&#34;&gt;root-passwd&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;If you run the
&lt;code&gt;install_vertica&lt;/code&gt; script with the &lt;code&gt;sudo&lt;/code&gt; command, specify the password of the user who runs
&lt;code&gt;install_vertica&lt;/code&gt;, not the root password. For example if the dbadmin user runs
&lt;code&gt;install_vertica&lt;/code&gt; with &lt;code&gt;sudo&lt;/code&gt; and has the password &lt;code&gt;dbapasswd&lt;/code&gt;, then specify the password as &lt;code&gt;dbapasswd&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;table-pre&#34;&gt;$ sudo /opt/vertica/sbin/install_vertica -P &lt;span class=&#34;code-variable&#34;&gt;dbapasswd&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--temp-dir &lt;/code&gt;&lt;em&gt;&lt;code&gt;directory&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Temporary directory used for administrative purposes. If it is a directory within &lt;code&gt;/opt/vertica&lt;/code&gt;, then it is created by the installer. Otherwise, the directory should already exist on all nodes in the cluster. The location should allow &lt;code&gt;dbadmin&lt;/code&gt; write privileges.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

This is not a temporary data location for the database.

&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/tmp&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

      </description>
    </item>
    
  </channel>
</rss>
