From bae0254eba1bb145ec4dc0d753c88af8cbf27871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Marcos=20Vin=C3=ADcius=20Andrade=20Gois?= Date: Wed, 1 Oct 2025 14:41:17 -0300 Subject: [PATCH] Include download commands for OSO GPG Key and image Added commands to download OSO GPG Key and Logging Server image. --- tutorials/easy-to-use-oso.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tutorials/easy-to-use-oso.md b/tutorials/easy-to-use-oso.md index 16e4135..2aa5bf4 100644 --- a/tutorials/easy-to-use-oso.md +++ b/tutorials/easy-to-use-oso.md @@ -200,6 +200,9 @@ tmpfs 3.2G 32K 3.2G 1% /run/user/0 tar -xvf oso_v1.4.0.tgz ``` - Download the OSO GPG Key from https://public.dhe.ibm.com/systems/hyper-protect/OSO_GPG_Key.pub + ``` + wget -P "$OSO_HOME" https://public.dhe.ibm.com/systems/hyper-protect/OSO_GPG_Key.pub + ``` ``` export OSO_GPGKEY=$OSO_HOME/OSO_GPG_Key.pub ``` @@ -219,6 +222,14 @@ tmpfs 3.2G 32K 3.2G 1% /run/user/0 ``` 1. Download Logging Server image - Download the file `jammy-server-cloudimg-s390x.img` from https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-s390x.img + ``` + wget -P "$JAMMY_IMAGE" https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-s390x.img + ``` + - Upload the file to `$JAMMY_IMAGE` + - Rename the file to `jammy` + ``` + mv $JAMMY_IMAGE/jammy-server-cloudimg-s390x.img $JAMMY_IMAGE/jammy + ``` - Upload the file to `$JAMMY_IMAGE` - Rename the file to `jammy` 1. Copy [kernel-parameters.conf](configuration-files/oso-kernel-parameters.conf) to `/etc/sysctl.d/55-oso-kernel-parameters.conf` and reload sysctl with this command: