Forum Discussion

Mark_Shoger's avatar
15 years ago

Monitoring clustered MSMQ?

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

  • 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