You can install Cloud Pak System Software in
interactive mode.
Procedure
- Download the installation package
files.
-
Log in to the Platform System Manager and create a
temporary directory from a command line.
- Download the following files from Passport Advantage® to the temporary directory.
Licensed customers with a Passport Advantage ID and password can download the necessary product repositories from the Passport Advantage site.
Depending on your
license, download the files from the Cloud Pak System Software product or the Cloud Pak System Software Suite product.
- pure-app-software-version.tgz
- pureappsw-power-content-version.tar
or
- pure-app-software-version.tgz
- pureappsws-power-content-version.tar
where: version is the version number to install.
-
Extract the pure-app-software-version.tgz file to the temporary directory.
Avoid trouble:
- Do not use the /tmp/ipas directory as your working installation
directory.
- Do not extract the pureappsw-power-content-version.tar or pureappsws-power-content-version.tar file. Make sure this file is in the root
installation directory.
- Log in Hosted VMware environments to as root user.
- Before you run the installation, complete these steps:
- Edit the install.sh script to change the flag from
"yes"
to "no"
in the following content and save
it:INSTALL_DEFAULT_DATA="yes"
- Start the installation process by running the install.sh script.
- Back up the ssl.conf file by running this command.
$ sudo bash # cp /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf.backup
- Edit the # vi /etc/httpd/conf.d/ssl.conf file.
- Comment the following lines by adding
#
at the beginning of these lines and
save the file.Note: These lines are placed at the bottom of the ssl.conf
file.
RewriteEngine on
RewriteCond %{HTTP_HOST} !^127\.0\.0\.1
RewriteCond %{HTTP_HOST} !^localhost
RewriteCond %{HTTP_HOST} !^\[::1\]
RewriteCond %{HTTP_HOST},%{SERVER_ADDR} !^(.*),\1
RewriteCond %{HTTP_HOST},%{SERVER_ADDR}:443 !^(.*),\1
RewriteRule ^.*$ https://%{SERVER_ADDR}%{REQUEST_URI} [L,R]
The commented lines are updated as
follows:
#RewriteEngine on
#RewriteCond %{HTTP_HOST} !^127\.0\.0\.1
#RewriteCond %{HTTP_HOST} !^localhost
#RewriteCond %{HTTP_HOST} !^\[::1\]
#RewriteCond %{HTTP_HOST},%{SERVER_ADDR} !^(.*),\1
#RewriteCond %{HTTP_HOST},%{SERVER_ADDR}:443 !^(.*),\1
#RewriteRule ^.*$ https://%{SERVER_ADDR}%{REQUEST_URI} [L,R]
- Restart
httpd
by running this command:
- After PSM installation completes, reedit the install.sh to revert
the value from
"no"
to "yes"
.
- Rerun the install.sh script.
- When the installation completes, revert the changes in the
ssl.conf file by restoring from the backup file.
- Restart
httpd
to re-enable the security fix. Run the following
commands.
# cp /etc/httpd/conf.d/ssl.conf.backup /etc/httpd/conf.d/ssl.conf
# service httpd restart
- Run the following command.
#touch /data/config/dd_pending_flag
- Start the installation process by running the
install.sh script.
Use the -t option to specify the installation type. The valid value is "software_power".
-
If the firewall settings are different from the standard firewall setup, the installer asks you
to select from the following options:
- Overwrite firewall rules configuration with suggested one. (Recommended)
- Proceed with the installation. I confirm that the firewall rules were set up according to the
System Requirements documentation.
- Exit installation so that I can manually correct firewall rules.
- Enter a unique installation
name.
Note that the
name cannot be changed later, and an existing host name on the network
cannot be used.
- The value must be between 2 and 24 characters in length.
- The first character can be A-Z or a-z. The other characters can
be alphanumeric or an en dash [ - ].
- The value cannot end with the en dash character [ - ].
- "localhost" is not a supported value.
- Enter an administrative user name and
password.
These credentials are used to log in to the console and configure the Platform System Manager.
- The user name must be greater than one character in length.
- The first character of the user name can be a-z or an underscore
[ _ ].
- The user name can contain alphanumeric characters and any of the
following special characters:
_ -
- The password must be greater than seven characters in length.
Tip: A default value is provided for
the administrative user name. You can press Enter to use the suggested
value.
Results
Subsequent installation steps are automatically
performed. When the installation process has completed successfully,
a message stating Cloud Pak System Software install.sh script
ended
is shown. Tip: The installation log file
is in the /var/log/pureapp_software/ directory.
The location of the log file is printed out for reference.
If
the installation fails, you can use the <install_path>/utils/mustgather.sh script
to collect data that is useful for troubleshooting problems. Provide
the tmp/ipas-software-mustgather-<time_stamp>.tgz file to IBM® Support for help with the failures.
What to do next
- Verify all services are online by using the psm info
all command. For more information, see psm command.
- Open the Cloud Pak System Software
console. Navigate to
https://<host_IP_address> from a supported web browser. Log in with the administrative user name
and password that you specified during the installation process.
- Complete the initial setup and configuration. For more information,
see First steps.