Consistency check across multiple IBM Power Frame LPAR's using Python and Podman/Docker
- Outputs CSV files to a specified directory with specific "resource differences" between two "Sister" IBM Power Frames
Install using Podman
git clone https://github.com/jackpots28/IBM-lpar_consistency-check.git
cd IBM-lpar_consistency-check
#--(Newline list of FQDN HMC's)
vi hmc.list
mkdir /tmp/<OUTPUTS>
chmod 777 /tmp/<OUTPUTS>
#--(User with ssh passwordless access to HMC's in list)
cp -r /home/${USER}/.ssh /<PATH>/IBM-lpar_consistency-check
podman build --build-arg USERNAME=${USER} -t localhost/<IMAGE_NAME>:<TAG> -f dockerfile
podman run -v /tmp/<OUTPUTS>:/home/${USER}/IBM-lpar_consistency_output localhost/<IMAGE_NAME>:<TAG>