I have installed an agent on a Solaris server using the script nolio_agent_solaris-sparc-64_6_6_0_b9640.sh. The installation is completed but when i run the agent i get the following errors:
$ ./deployer_daemon.sh install
./deployer_daemon.sh: syntax error at line 1087: `(' unexpected
The error is due to syntactical issue around shell script.
Release : 6.6
Component : CA RELEASE AUTOMATION CORE
Operating System: Oracle Solaris 10 1/13 s10s_u11wos_24a SPARC
1: Check if bash is available on the system by running bash --version
2: Open the file deployer_daemon.sh and make sure below shebang is present at first line of the file.
#! /bin/bash
3: Search for vercomp and comment out the function and all it's references.