IPLM Client self-extracting archive
IPLM Client deployment with the self extracting archive allows the user to install the client binaries at a location of their choice. This is usually a requirement for NFS mounted central tools organizations
Self extracting archives can be used across all OS distributions, and can be installed by a non-root user.
IPLM Client installation
1.1 Download self-extractable package from artifactory wget https://mdx.jfrog.io/mdx/mdx-generic/Pi/client/production/iplm-cli-2026.2.0-26.x86_64.run 1.2 add exec perms to the download picli package chmod +x iplm-cli-2026.2.0-26.x86_64.run 1.3 Install client 1.3.1 As any user (user home dir must exist), run ./iplm-cli-2026.2.0-26.x86_64.run --lib https://mdx.jfrog.io/mdx/mdx-generic/Pi/client/production/iplm-cli-lib-2025.1.0-3.x86_64.tar.gz 1.3.2 press Enter to install into current location 1.4 The Pi client is installed under "iplm-cli-2026.2.0-26.x86_64.run"
Alternate IPLM Client Install (Certificate Issues)
Alternative IPLM Client install process in the event of certificate issues:
1.1 Download self-extractable package from artifactory
wget --no-check-certificate https://mdx.jfrog.io/mdx/mdx-generic/Pi/client/production/iplm-cli-2026.2.0-26.x86_64.run
1.2 add exec perms to the download picli package
chmod +x iplm-cli-2026.2.0-26.x86_64.run
1.3 Install client
1.3.1 Retrieve picli-lib tar.gz file:
wget --no-check-certificate https://mdx.jfrog.io/mdx/mdx-generic/Pi/client/production/iplm-cli-lib-2025.1.0-3.x86_64.tar.gz
1.3.2 As any user (user home dir must exist), run
./iplm-cli-2026.2.0-26.x86_64.run --lib ./iplm-cli-lib-2025.1.0-3.x86_64.tar.gz
1.3.3 press Enter to install into current location
1.4 The Pi client is installed under "iplm-cli-2026.2.0-26.x86_64.run"