Microsoft Operations Manager |
While MOM provides a built-in paging notification option, the ModemPage.vbs script also provides a way to send paging notifications using a modem.
To set up hardware and MOM for modem paging
cscript.exe ModemPage.vbs /SEND $Operator ID$ $SeverityNum$ "OnePoint Alert: $Description$"
Note$SeverityNum$ is available only for alert processing rules. For an event or performance threshold processing rule, you must use a hard-coded priority number or leave the field blank to use the default priority.
- Ensure that the necessary operators have an operator ID from the third-party paging service provider. To receive a modem page, operators within the notification groups associated with the processing rules must have a paging service operator ID specified in the operator properties.
To configure the modem paging script on the Consolidator computer
Assuming the default MOM installation folder was used, type the following at the command prompt:
cd /d "%ProgramFiles%\Microsoft Operations Manager 2000\OnePoint"At the command prompt, type:
cscript ModemPage.vbs /CONFIGUREOn the Dial Parameter and Modem Devicetab, select the correct modem.
Click the Defined Servicestab, and then click From File.
In the C:\Program Files\Microsoft Operations Manager 2000\OnePoint folder, click Services.inf, and then click Open.
If the service provider you want to install is listed, click the service provider, and then click OK.
If the service provider you want to install is not listed, click New, enter the service provider details, and then click OK.
Click the Send Optionstab, ensure that the options you require are enabled, and then click OK.
Set the paging script to use the service provider by entering the following at the command prompt:
cscript ModemPage.vbs /SETPROVIDER "Serviceprovider"The SETPROVIDERswitch is required. You must replace "Serviceprovider" with the actual name of the service provider you will be using.
To send a test page, type the following at the command prompt:
cscript ModemPage.vbs /SEND OperatorID [Priority] Messagetext
NoteHigher-priority-numbered pages are sent before lower-priority-numbered pages.
Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.