I've followed the steps in this document (https://www.poweradmin.com/help/sm_5_2/howto_deploy_satellites.aspx) but the satellite doesn't report in to the PA monitoring server. In order to get the satellite to connect I have to login to the server and run the "Configure PA Server Ultra Satellite" program and then it will connect. I noticed that the "AGENT_ID" registry key (located in HKLM/SOFTWARE/PowerAdminServerMonitor) doesn't get created with the remote deployment procedure. However after running the program "Configure PA Server Ultra Satellite" locally the "AGENT_ID" key appears. asked 29 Nov '13, 16:35 coultrain |
Thanks for the information. We did find a little bug that was causing the issue that you ran into. There is a new build available for download that has the fix in it. PA Server Monitor Release Candidate Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 06 Dec '13, 13:08 Quinn ♦♦ |
Hi So when you have the satellite service running and connected do you see the satellite appear in the main console in Advanced Services - > Satellite Services? If you see the satellite in the console have you accepted the satellites? Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 02 Dec '13, 14:08 Quinn ♦♦ Yes, the satellite service, when connected, appears in the main console. The problem is that after the remote deployment of the service nothing happens. I have to login to the server that I just deployed the satellite service to and run the configuration program manually and only then does it appear in the main console so I can accept it as a satellite. I'm trying to deploy this to multiple servers and I don't want to login to each one so that they register with the manager.
(04 Dec '13, 14:52)
coultrain
|
Yes, the satellite service, when connected, appears in the main console. The problem is that after the remote deployment of the service nothing happens. I have to login to the server that I just deployed the satellite service to and run the configuration program manually and only then does it appear in the main console so I can accept it as a satellite. I'm trying to deploy this to multiple servers and I don't want to login to each one so that they register with the manager. answered 04 Dec '13, 14:53 coultrain |
Yes, the satellite service, when connected, appears in the main console. The problem is that after the remote deployment of the service nothing happens. I have to login to the server that I just deployed the satellite service to and run the configuration program manually and only then does it appear in the main console so I can accept it as a satellite. I'm trying to deploy this to multiple servers and I don't want to login to each one so that they register with the manager. answered 04 Dec '13, 14:53 coultrain |
When you run the "net start "PA Server Monitor 5.2 Ultra Satellite" command do you receive any errors or other message in the command console? Also, what version of PA Server Monitor are you running? Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 04 Dec '13, 17:19 Quinn ♦♦ |
The Version I'm using is 5.2.2.112 Stoping or starting the satellite service doesn't generate any errors. My install command: PSEXEC \%COMPNAME% -s D:SoftwarePAmonitorSetup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /TYPE=satellite /TASKS="!desktopicon,!nacli" Followed by the config command: PSEXEC \%COMPNAME% -s "C:Program FilesPA Server MonitorServerMonSatellite.exe" /HOST=PRDPAMON1.Indigo.Corp:81 /END answered 05 Dec '13, 13:34 coultrain |