Troubleshooting installations on CentOS 7

Issue

Difficulties when installing a BMC Client Management master on CentOS 7.


Description

When installing a master with the default parameters on Linux CentOS 7 x64 with a PostgreSQL database on the same device at the end of the installation, the following error message may appear:

Changing configuration files...
awk: cmd. line:1: $1!="SSL" && $1 != "CertAuth" && $1 != "CertTrusted" && $1!="PAC" && $1!="ConnectionQueueMaxSize" $1!="Mode" && /^.*$/ {print}
awk: cmd. line:1: ^ syntax error

This error occurs on CentOS 7 x64 because the awk version is 4.0.2. On a CentOS 6.4 x64, the master installs without problems, because the awk version is 3.1.7.

Workaround

  1. Open the file bmc-client-management-master-12_0_0.sh.
  2. Remove $1!="Mode" from the file.
  3. Start the master installation again.
Was this page helpful? Yes No Submitting... Thank you

Comments