Install commands that require root or sudo access
Learn about the installation commands that require root or sudo access.
Online installation commands
Online installations of IBM® Netcool® Operations Insight® on Red Hat® OpenShift® can be run entirely as a nonroot user and do not require the user to have sudo access.
Offline installation commands
The following commands, which are run during an air-gapped (offline) installation of IBM Netcool Operations Insight on Red Hat OpenShift, must be run as a root user or by a user with sudo access.
Bastion host installation
commands:
yum install podman
yum install httpd-tools
mv cloudctl-linux-amd64 /usr/local/bin/cloudctl
yum install skopeo -y
podman login $LOCAL_DOCKER_REGISTRY
Portable compute and portable storage installation commands:
cloudctl case launch \
--case $CASE_LOCAL_PATH \
--inventory $CASE_INVENTORY_SETUP \
--action start-registry \
--args ""--registry $PORTABLE_DOCKER_REGISTRY_HOST --port $PORTABLE_DOCKER_REGISTRY_PORT --user $PORTABLE_DOCKER_REGISTRY_USER --pass $PORTABLE_DOCKER_REGISTRY_PASSWORD --dir $PORTABLE_DOCKER_REGISTRY_PATH"" \
--tolerance 1"