K2000 Agent Installer: Won't define host
We upgraded our K1100 to 6.3, and so now I'm attempting to upgrade the agent installer on our K2000 (still at 3.5, for now) to an updated version of the Agent software. I've tried several different commands, but none seem to work.
On trying to deploy the 6.2 agent, my command was:
msiexec /i ampagent-6.2.1025-x86.msi HOST=123.456.789.1 /qb
The agent installs, but there's no amp.conf in programdata\dell\kace, so the Agent doesn't know what to contact. The irritating thing is that when I run this command manually at the command line on the target system, it installs and correctly creates/configures amp.conf and checks in. I've tried several variations of this command, swapped agent versions, etc but none seem to work.
Anyone have any idea what I'm doing wrong here? Maybe another set of eyes can help.
1 Comment
[ + ] Show comment
Answers (4)
Please log in to answer
Posted by:
Goggeh
8 years ago
We've had the same problem. We used a task with the line: msiexec /i /qb ampagent-6.4.180-x86_k1000.xxxx.com.msi. The agent installs but sets the host address=kbox. Obviously these clients never connect.
Installs using this task used to work but it stopped recently. As a workaround we've altered it to use the no UI switch instead of the basic UI. This seems to work every time. Not sure why? Installing manually using the normal UI also works.
This works: msiexec /i /qn ampagent-6.4.180-x86_k1000.xxxx.com.msi
Posted by:
rjobe
9 years ago
I use msiexec /qn /i ampagent-6.2.1025-x86.msi HOST=domain.edu and it works fine. Are you installing on one system or the domain? I seen the IP address so just wondering.
Russ
Comments:
-
this is a post-install task on individual computers, so pointing the installer directly at the IP of the KBOX, as I read others have had problems with deployment and using hostname (which I also saw).
I currently have it working, but only by creating a new Agent postinstall task and then renaming the 6.3 agent to follow the task's nomenclature. - tshupp 9 years ago
Posted by:
SMal.tmcc
9 years ago
Russ - rjobe 9 years ago