DISK UNC TEST SHOW UNKNOWN

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
bokusogu
Posts: 44
Joined: Sat Dec 14, 2002 6:00 pm

Post by bokusogu »

I had a bunch of disk space UNC tests configured. They were working fine until recently when all of them show the ? mark or unknown. I am monitoring all Windows 2000 Advanced Servers disk spaces. I have tried refreshing all the affected tests without success. I am running HOstmon as a service on an XP Pro O/S. Any clues on what might have gone wrong? I have also upgraded to ver 3.64.
Thanks for your assistance in advance.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Try to enable "Show error description in Reply field" option located on Miscellaneous page in the Options dialog. HostMonitor will display error message returned by Windows, it can help resolve the problem.

Regards
Alex
bokusogu
Posts: 44
Joined: Sat Dec 14, 2002 6:00 pm

Post by bokusogu »

Alex:
The error message says "Access Denied". The question is why does it work sometimes and fail at other times?

<font size=-1>[ This Message was edited by: bokusogu on 2003-02-13 12:28 ]</font>
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I am afraid only Microsoft knows answer. It appears on some systems when HostMonitor perform several UNC tests simultaneously. May be this error causing by server or may be by network client, we don't know exactly. However we implemented several options those can help to avoid this problem:

UNC test mode
This parameter defines behavior of UNC tests. Select 1 of 3 options:
Normal - HostMonitor can start many tests simultaneously.
OnePerServer - HostMonitor will start only 1 test per server at one time, but can start several tests for different servers at the same time.
OneByOne - only 1 attempt at one time (one attempt means - if "UNC test retries" value greater than 1, HostMonitor tries to get information from 1st server; if this try failed, HostMonitor will pause test for this server and will try to check another servers, after 900ms HostMonitor returns to 1st server and performs 2nd attempt).

UNC test retries
Define how many times HostMonitor will try to get information from server (in one test)

Options located on Miscellaneous page in the Options dialog. Hope it will help in your case as well.

Regards
Alex
User avatar
dimmyr
Posts: 35
Joined: Sat Dec 28, 2002 6:00 pm
Location: Detroit, MI

Post by dimmyr »

Hello,

I went through this hell just recently, and I would not mind sharing my current settings with you as they work for me.

Let's see:

- HostMon running as service, but logging in as a domain user who is only a member of the Users group.

- created hidden shares on each volume of the target servers, (called them hostmonc$, hostmond$ etc). I know this step is unnecessary, as you can check on any share, and it will report the free space of the volume, but I did it for the sake of easier scripting - I have ~ 40 servers with many drives on them :smile:

- Options > Misc > Settings for UNC tests is set for "OnebyOne", and retries to "5".

- added the following line to the hostmon.ini (make sure you use the latest version - 3.65) in the [Misc] section:
UNCDelay=1500

If your servers are located in different domains, you must specify per each test a domain account that is allowed to browse the above-mentioned shares.

You can email me if you have anymore questions.

<font size=-1>[ This Message was edited by: dimmyr on 2003-03-25 11:58 ]</font>
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Dimmyr is right. I forgot to say about latest update that is available at http://www.ks-soft.net/download/hm365.zip

Regards
Alex
User avatar
Marcus
Posts: 367
Joined: Mon Nov 18, 2002 6:00 pm

Post by Marcus »

On 2003-02-13 12:27, bokusogu wrote:
The error message says "Access Denied". The question is why does it work sometimes and fail at other times?
You most likely use a domain account on a non domain controller. When testing member servers use a local account. It wil make you independed on the DC's.
User avatar
dimmyr
Posts: 35
Joined: Sat Dec 28, 2002 6:00 pm
Location: Detroit, MI

Post by dimmyr »

I dont really care about being independent from DCs, Marcus. There are enough in here to not be concerned. Besides, it's easier to create one domain account than 45+ member server local accounts. Keeping the passwords synced would be hell (well, maybe you could script it, but why bother anyways...)
Locked