Installing, uninstalling and upgrading
This chapter describes how to install, uninstall, and upgrade IBM® Cloud Infrastructure Center on your server.
Note: If IBM Cloud Infrastructure Center is
being installed, uninstalled or upgraded via SSH to a management
node with constrained resources, or a slow network environment, the
SSH connection can timeout before the operation is finished. If
this is a concern for your environment, one solution is to adjust
the SSH configuration of the client machine (the machine that is
used to SSH to the management node). For example, using a macOS or
Linux client, you can add the following line to
~/.ssh/config
to have it send a
packet every 120 seconds to keep the connection alive:
ServerAliveInterval 120