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.
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
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.
Hello Trina,
what Soalris version do you have? Is it Solaris 14?
\Bogdan
11
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.