LPAR2RRD off-line

For those which would like either test LPAR2RRD without its installation or for performance tuners working on customers site where is not available any reasonable CPU monitoring can be useful this LPAR2RRD remote functionality. When you provide here data collected from the HMC/IVM then you will get this data graphed. Bellow is described how it works.
  1. Enable utilization data collection for your servers on the HMC/IVM via :
    $ chlparutil -r config -s 60 (under hscroot/padmin priviliges)
    This cmd enables utilization data collection for all systems attached to that particular HMC/IVM with sample rate 60sec.
    Note that for 60 sec rate HMC/IVM stores utilization data only for last 2 days, so you will get graphed maximally just last 2 days.
  2. Let run utilization data collection for some time to have some data
  3. Download a Perl script from here : hmcget.pl (right click and save link as hmcget.pl)
  4. Start this script from whatever unix server (not directly from the HMC/IVM) with Perl like :
    $ perl ./hmcget.pl
    It takes 48 hours back data, optionally you can specify less like here for last 5 hours:
    $ perl ./hmcget.pl 5
    The script will ask for: You will be prompted to type a password couple of times.
    The script collects utilization data and saves it into data.txt into local directory.
  5. Gzip & uuencode data via this cmd line :
    $ gzip -9 data.txt; uuencode data.gz < data.txt.gz > data.txt.gz-uu
  6. Use data.txt.gz.uu as the input file for this form:
  7. Follow the link which will appear after processing as a starting point to your graphed data.
    Each run will be under independent location, this assure privacy of graphed data.
  8. If you get an error then snap the screenshot and send it to support@lpar2rrd.com
  9. Web pages created by this application will be automatically removed from the web server after 2 days.
    If you want to keep it then use for example wget to download all the web content in once.
  10. You might stop utilization data collection now on the HMC/IVM via :
    $ chlparutil -r config -s 0 (under hscroot/padmin priviliges)

Note
This application might not be available 24x7. It does not support SDMC, just HMC or IVM managed servers.