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/mdx-picli-3.6.3-25.01.09_01.54.run 1.2 add exec perms to the download picli package chmod +x mdx-picli-3.6.3-25.01.09_01.54.run 1.3 Install client 1.3.1 As any user (user home dir must exist), run ./mdx-picli-3.6.3-25.01.09_01.54.run --lib https://mdx.jfrog.io/mdx/mdx-generic/Pi/client/production/mdx-picli-lib-2.10.0-24.06.06_02.02.tar.gz 1.3.2 press Enter to install into current location 1.4 The Pi client is installed under "mdx-picli-3.6.3-25.01.09_01.54.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/mdx-picli-3.6.3-25.01.09_01.54.run 1.2 add exec perms to the download picli package chmod +x mdx-picli-3.6.3-25.01.09_01.54.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/mdx-picli-lib-2.10.0-24.06.06_02.02.tar.gz 1.3.2 As any user (user home dir must exist), run ./mdx-picli-3.6.3-25.01.09_01.54.run --lib ./mdx-picli-lib-2.10.0-24.06.06_02.02.tar.gz 1.3.3 press Enter to install into current location 1.4 The Pi client is installed under "mdx-picli-3.6.3-25.01.09_01.54.run"