1System::Info::AIX(3) User Contributed Perl Documentation System::Info::AIX(3)
2
3
4
6 System::Info::AIX - Object for specific AIX info.
7
9 $si->prepare_sysinfo
10 Use os-specific tools to find out more about the system.
11
12 $si->prepare_os
13 Use os-specific tools to find out more about the operating system.
14
15 Abbreviations used in AIX OS version include
16
17 ML Maintenance Level
18 TL Technology Level
19 SP Service Pack
20 CSP Conclusive/Last SP
21 RD Release Date (YYWW)
22
23 When the OS version reports as "AIX 5.3.0.0/TL12-05", the 05 is the
24 "SP" number. Newer versions of AIX report using "TL", where older AIX
25 releases report using "ML". See "oslevel -?".
26
28 (c) 2016-2021, Abe Timmerman & H.Merijn Brand, All rights reserved.
29
30 With contributions from Jarkko Hietaniemi, Campo Weijerman, Alan
31 Burlison, Allen Smith, Alain Barbet, Dominic Dunlop, Rich Rauenzahn,
32 David Cantrell.
33
34 This library is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 See:
38
39 • <http://www.perl.com/perl/misc/Artistic.html>
40
41 • <http://www.gnu.org/copyleft/gpl.html>
42
43 This program is distributed in the hope that it will be useful, but
44 WITHOUT ANY WARRANTY; without even the implied warranty of
45 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
46
47
48
49perl v5.34.0 2021-08-12 System::Info::AIX(3)