Use the procedure below to create a rhel8 IPA and to test migrating IPA from rhel8 to rhel9.
- ipa1 (rhel8)
HOSTNAME=ipa1.example.comhttps://access.redhat.com/labs/idmupgradehelper/
https://www.freeipa.org/page/V4/FreeIPA-on-FIPS
https://floblanc.wordpress.com/2023/08/23/interoperability-of-rhel-7-8-9-idm-server-and-rhel-7-8-9-idm-client/
https://oneuptime.com/blog/post/2026-03-04-migrate-identity-management-rhel-8-to-rhel-9/view
https://sambaxp.org/fileadmin/user_upload/sambaxp2023-Slides/Bokovoy_sXP23_FIPS_140_3.pdf
| #!/bin/bash | |
| set -euo pipefail | |
| # --- Settings --- | |
| IMG="rocky_installer.img" | |
| VMDK="rocky_installer.vmdk" | |
| SIZE="20G" | |
| LABEL="ROCKY_INSTALLER" | |
| ISO="/VMs/isos/Rocky-9.5-x86_64-dvd.iso" | |
| MNT_ISO="/mnt/iso" |
Receiver
socat -d -d UDP-RECV:9000,ip-add-membership=239.0.0.1:0.0.0.0,interface=eth0,reuseaddr FILE:/dev/ttyS1,raw,echo=0
socat -d -d UDP-RECV:9000,ip-add-membership=239.0.0.1:0.0.0.0,interface=eth0,reuseaddr PTY,raw,echo=0,link=/tmp/virtual-tty
socat -d -d UDP-RECV:9000,ip-add-membership=239.0.0.1:0.0.0.0,reuseaddr SYSTEM:'tee /dev/ttyS1 > /tmp/mirror'" Show line numbers
set number
" Allow normal pasting
set paste
" Set NPC analogues for set list
set listchars=eol:¬,tab:>-,trail:█,extends:>,precedes:<| unbind C-b | |
| set-option -g prefix C-a | |
| bind-key C-a send-prefix | |
| bind | split-window -h | |
| bind - split-window -v | |
| unbind '"' | |
| unbind % | |
| bind -n F5 setw synchronize-panes |