UD agent upgrade to 2024.02 on Solaris

Upgrading agents on Solaris Sparc servers receiving system package manager error, has anyone came across this problem and received a solution? I have opened a ticket with support already.

Parents Reply Children
  • 0 in reply to 

    By the way we figured out this issue. In the agentshell.sh script remove the "-v" in the following line: 

    pkgadd -v -a $AGENT_TEMP_DIR/$SOLARIS_ADMIN_FILE -d $ARG_PACKAGEFILE ud-agent

    so should be this:

    pkgadd -a $AGENT_TEMP_DIR/$SOLARIS_ADMIN_FILE -d $ARG_PACKAGEFILE ud-agent

    When we ran the update UD agents on Solaris it actually removed the agent without reinstalling. We were successful in installing the package with aforementioned script change.