Kace 1000 agent on Redhat
How do I install the kbox 1000 agent on Redhat when I don't have a gui? Is there a commandline to indicate the kace server?
thanks,
Mike
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
First command: export KACE_SERVER=yourkaceservername Second command: rpm -hiv ampagent-5.3.53177-1.i386.rpm
First command: export KACE_SERVER=yourkaceservername Second command: rpm -hiv ampagent-5.3.53177-1.i386.rpm
Please log in to answer
Posted by:
philologist
12 years ago
I know it isn't the answer you are looking for, but I honestly find it easiest to push our Linux servers from the K1K in Settings -> K1000 agent rather than running it from the server itself. You should be able to get the Linux agent from \\yourkacednsname\client\agent_provisioning\rpm_platform. I would try
export KACE_SERVER=yourkaceservername
rpm -hiv ampagent-5.3.53177-1.i386.rpm
Comments:
-
You may need to run it as root. - philologist 12 years ago
-
I was able to test this on a couple of our QA servers. You need the export command to set the server variable if you have never installed the agent previously from the K1K provisioning. If this is an upgrade, the environment variable for your server should already be set. - philologist 12 years ago
Posted by:
bmlbytes
12 years ago