AIX::ODM

AIX::ODM is a Perl module for retrieving ODM information about an AIX (RS/6000/pSeries) system.
Download

AIX::ODM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dana French
  • Publisher web site:
  • http://search.cpan.org/~dfrench/AIX-ODM-1.0.2/ODM.pm

AIX::ODM Tags


AIX::ODM Description

AIX::ODM is a Perl module for retrieving ODM information about an AIX (RS/6000/pSeries) system. AIX::ODM is a Perl module for retrieving ODM information about an AIX (RS/6000/pSeries) system.SYNOPSIS use AIX::ODM; my %odm = odm_dump('C|P'); while ( ($ndx1, $lev2) = each %odm ) { while ( ($ndx2, $val) = each %$lev2 ) { print "odm{${ndx1}}{${ndx2}} = ${odm{${ndx1}}{${ndx2}}}n"; } } my v = odm_classes('C|P'); foreach ${devname} ( keys v ) { print "dev{${devname}} = ${dev{${devname}}}n"; } my %attribs = odm_attributes(${dev{'devname'}}; foreach ${attrname} ( keys %attribs ) { print "attribs{${attrname}} = ${attribs{${attrname}}}n"; } my ${devclass} = odm_class('C|P',${dev{'devname'}); my ${devsubcl} = odm_subclass('C|P',${dev{'devname'});This module provides a Perl interface for accessing ODM information about an RS/6000 / pSeries machine running the AIX operating system. It makes available several functions, which return hashes of values containing device information and their attributes:The syntax examples shown above as 'C|P' should be read as "C" OR "P", meaning the argument should consist of a single quoted letter "C" or "P", but NOT both. Requirements: · Perl


AIX::ODM Related Software