cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring clustered MSMQ?

Mark_Shoger
Level 4
Employee
Hi all,

At a client site with the Enterprise Vault 8 SP2 installed on VCS 5.1. We are trying to set up a PowerShell script that will run as a scheduled task and email the admins with the status of the servers daily.

Problem is, we can't figure out how to coax the status of the virtual MSMQ queues (both public and private) out of the virutal node. The script we have works great against a standalone MSMQ, but not a clustered one.

Does anyone have a clever way to do this?

TIA,

Mark
1 REPLY 1

Wally_Heim
Level 6
Employee
Hi Mark,

What status are you trying to get from the virtual MSMQ queues?

Since the shell script will be running in physical host, one has to access the virtual queues as if they are on remote machine.
 
For instance if you are trying to open a virtual queue (http://msdn.microsoft.com/en-us/library/ms699817(VS.85).aspx) the format name string should be of the form "OS:machinename\\private$\\queuename".

Thanks,
Wally