Opening Multiple Operator Consoles (for different MOM Mgmt Groups)
Large environments may have multiple MOM management groups, but the Operator Console can only be focused to one MG at a time. Below are the steps for creating a simple batch file to simultaneously open two copies of the Operator Console, each homed to a different Mgmt Server / Mgmt Group.
The Operator Console settings can be modified by creating a shortcut (.omc) file, which is an XML file containing settings and preferences, etc. Within this file, you can control which Management Server (and thus Management Group) will be opened.
<ServerName>PrimaryMgmtServer</ServerName>
‘*********Begin bat file here********* start mgmtgroup1.omc start mgmtgroup2.omc ‘*********End bat file here*********
Other customizable settings in the shortcut XML file Backup server (in the <ServerName> tag section) if the primary server is unavailable <BackupServers> <ServerName>MON-MGT-02</ServerName> </BackupServers> Auto-refresh interval (in seconds) <AutoRefreshInterval>60</AutoRefreshInterval> Enable or disable auto-refresh <AutoRefreshEnabled>true</AutoRefreshEnabled>
|










Comments on "Opening Multiple Operator Consoles (for different MOM Mgmt Groups)"
post a comment links to this post