Previous Topic

Next Topic

Configuring a proxy server

  1. Open File Explorer and locate the configuration file, HPBladeSystemEnclosureMonitorService.exe.config under the folder %Program Files%\HP BladeSystem Management Pack for Operations Manager 2007\Monitor Service.
  2. Make a backup copy of the configuration file.
  3. Open the configuration file with Notepad.
  4. Insert the following XML elements right after the </configSections> XML element and before <system.runtime.remoting> XML element. "proxyaddress" XML attribute defines the proxy address and its port number. For more information, see the Microsoft website.

    </configSections>

    <system.net>

    <defaultProxy>

    <proxy

    proxyaddress="http://<ProxyNameOrAddress>:<ProxyPortNumber>"/>

    </defaultProxy>

    </system.net>

    <system.runtime.remoting>

  5. Save the configuration file and exit from Notepad.
  6. Restart the Monitor Service from Service Control Manager.