Remote Managing HM as a service when using MS Term Svcs

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Dennis Kane
Posts: 22
Joined: Thu Sep 16, 2004 12:35 pm
Contact:

Remote Managing HM as a service when using MS Term Svcs

Post by Dennis Kane »

I am evaluating HM 4.7 on a W2003 server. It is installed as a service. I have been unable to get RMI working, so am looking for a temporary way to remotely administer the server using MS Terminal Services.

Can I stop the HM service, start the app on the server desktop using the same Test file, modify the test file, save it, shut down the app on the desktop, and re-start the service and expect the changes to be picked up?

I guess the question is where does the service get its properties from. Are they all in the test file I specify in Options, Startup Options, Load file xxx?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Can I stop the HM service, start the app on the server desktop using the same Test file, modify the test file, save it, shut down the app on the desktop, and re-start the service and expect the changes to be picked up?
If you need to configure HostMonitor on remote server using Terminal Service, we would recommend to create simple BAT file that will stop service, start HostMonitor in application mode and (after you change settings and terminate application) start service again.

Code: Select all

net stop hostmonservice 
"c:\program files\hostmon\hostmon.exe" 
net start hostmonservice
I guess the question is where does the service get its properties from. Are they all in the test file I specify in Options, Startup Options, Load file xxx?
Settings stored in the files. There are list of files used by HostMonitor:
http://www.ks-soft.net/hostmon.eng/mfra ... m#TechInfo
User avatar
plambrecht
Posts: 151
Joined: Wed May 19, 2004 8:11 am
Location: Belgium
Contact:

Post by plambrecht »

Since you are using W2K3, you can use the RDP in console mode.
chenge your shortcut to your RDP client to
"%SystemRoot%\System32\mstsc.exe /console"

This way you can take over the console session, in stead of creating a new one.

Regards

Pieter
Post Reply