• OMW: Script to Change Agent from DCE to HTTPs Part2

    Many administrators looking to automate the time consuming process, I had seen requests in HP support forums on how to change agent in bulk I have created the below script which utilizes Policy Management and Deployment (PMAD) API which mainly starts by set pmad = CreateObject(“PMAD.OvPmdPolicyManager”) pmad.ConnectDB We can compare the above lines by opening […]

    Written by 0 Comment
  • OMW: Script to Change Agent from DCE to HTTPs Part1

    HP Operations manager prior to version 8, managed node are monitored through Agent uses RPC/DCE communication, which had lots of issues as it is unsecured communication and communication configuration headache for the Agent and Server through firewall In HP Operations Manager 8  and later a new Agent is introduced called HTTP agent which uses encrypted […]

    Written by 0 Comment
  • All Apple Firmware (iPod, iPhone and iPad Firmware Download)

      http://www.techstuffs.net/p/all-apple-firmwares-ipod-iphone-and.html Apple Firmwares:Note 1: When you download the required firmware below, you can shift-click (on PC) or option-click (on Mac) the Restore or Update Buttons in iTunes.Note 2: Your browser may change the ipsw-file into a zip-file. In that case, just rename it to end in .ipsw and iTunes will accept it.

    Written by 0 Comment
  • OMW: Enhanced HP Operations Manager 8.10 for Windows (short sessions)

    Introduction | HP Upgrade to OMW 8 | HPWhat’s new with OMW 8.10 | HPDependency Mapping Automation | HPNNMi Integration | HP

    Written by 0 Comment
  • OMW:Read Multi-lined log files

    I had seen so many questions about joining multiline log  as in OMW the Log Interceptor is parsing line by line, so if your data is scattered on different lines it can not be monitoring unless you imply a pre-processing script.   I have created the below script is to join multiple lines together but […]

    Written by 0 Comment
  • OMW: Log file monitor for multiple log files

    To monitor multiple files using a OMW log file monitor policy, you have to configure the policy to list those files separated by spaces. Normally in Unix-based systems if you used ls command with wildcards, the result will be the full files path and separated by spaces In Windows, dir is not delivering the same […]

    Written by 0 Comment
    Uncategorized