|
| 1 | +[[workflow-install-from-raw-image]] |
| 2 | += Installing {productname} on {ppc64le} |
| 3 | + |
| 4 | +This guide demonstrates how to set up {productname} Server using SelfInstall ISO image on {ppc64le} machine. |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +== Use Case |
| 9 | + |
| 10 | +This workflow outlines the steps to install {productname} on a {ppc64le} architecture using the SelfInstall ISO image. |
| 11 | +This method is used to create a container host for {productname}, allowing for efficient management of your systems. |
| 12 | + |
| 13 | +== Outcome |
| 14 | + |
| 15 | +Successful completion of this workflow results in successful installation of {productname} Server running on a {ppc64le} system. |
| 16 | + |
| 17 | +== Step-by-step Instructions |
| 18 | + |
| 19 | +[NOTE] |
| 20 | +==== |
| 21 | +This workflow is complex and time-consuming. |
| 22 | +Make sure that adequate testing is done before deploying the procedure in live environment. |
| 23 | +==== |
| 24 | + |
| 25 | +.Procedure: Prepare the Prerequisites |
| 26 | +[role=procedure] |
| 27 | +. A physical or virtual machine that supports the {ppc64le} architecture. |
| 28 | +. Access to the SUSE SelfInstall ISO image for {productname} (either 512 or 4096 block size, depending on your disk configuration). |
| 29 | +. Sufficient storage for the root disk (40GB recommended) and a separate, large, fast storage device for persistent volumes. |
| 30 | +. Network connectivity for registration and updates from SCC. |
| 31 | +. A valid LCM+ subscription key. |
| 32 | + |
| 33 | + |
| 34 | +.Procedure: Installation Steps |
| 35 | +[role=procedure] |
| 36 | + |
| 37 | +. *Download and Prepare the Installation Media* |
| 38 | +.. Download the SelfInstall ISO image for the appropriate physical block size (512 or 4096) from suse.com. |
| 39 | + Example: [literal]``SUSE-Manager-Server.ppc64le-5.0.2-SelfInstall-ppc-4096-2024.12.install.iso`` |
| 40 | +.. Create a new instance with a root disk size of 40GB (recommended). |
| 41 | +.. Attach the SelfInstall ISO as a virtual CD and attach large, fast storage for the persistent volume. |
| 42 | + |
| 43 | +. *Boot from SelfInstall ISO* |
| 44 | +.. Boot from the SelfInstall ISO and follow the on-screen prompts. |
| 45 | +.. Select the desired disk for the root partition [literal]``(/)``. The system will copy the disk image to the selected volume. |
| 46 | + |
| 47 | +. *Finalize Installation and Initial Setup* |
| 48 | +.. Shut down the instance and remove the virtual CD-ROM from the boot sequence. |
| 49 | +.. Start the instance. It will boot from the newly installed {productname} host OS. |
| 50 | +.. The system will adapt to the disk size and allow you to log in |
| 51 | + |
| 52 | +. *Register with SCC and Apply Updates* |
| 53 | +.. Register the server with SCC using the `SUSEConnect` command, including the SUSE Manager Server Extension. |
| 54 | +.. Use your ppc64le LCM+ subscription key for registration. |
| 55 | +.. Apply all available updates using [literal]``transactional-update``. |
| 56 | +.. Reboot the system as directed. |
| 57 | + |
| 58 | +. *Install Required Packages* |
| 59 | +.. Install the packages to use this instance as a container host for {productname} |
| 60 | ++ |
| 61 | +---- |
| 62 | +transactional-update pkg install netavark podman \ |
| 63 | +mgradm mgrctl uyuni-storage-setup-server |
| 64 | +---- |
| 65 | ++ |
| 66 | +.. Provision persistent storage for {productname} |
| 67 | ++ |
| 68 | +---- |
| 69 | +mgr-storage-server $device |
| 70 | +---- |
| 71 | ++ |
| 72 | +Ensure [literal]``$device`` points to the fast, persistent storage. |
| 73 | ++ |
| 74 | +For more information, see xref:installation-and-upgrade:container-deployment/mlm/server-deployment-mlm.adoc#_persistent_volumes[Persistent Volumes]. |
| 75 | ++ |
| 76 | +.. Follow the documentation from here to continue with deployment |
| 77 | +xref:installation-and-upgrade:container-deployment/mlm/server-deployment-mlm.adoc#_deploy_with_mgradm[Server Deployment]. |
0 commit comments