lp:~pakdel-gmail/ocsinventory-unix-agent/hpux

Created by Amir Pakdel and last modified
Get this branch:
bzr branch lp:~pakdel-gmail/ocsinventory-unix-agent/hpux
Only Amir Pakdel can upload to this branch. If you are Amir Pakdel please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Amir Pakdel
Project:
OCS Inventory: Unified Unix Agent
Status:
Development

Recent revisions

967. By Amir Pakdel <amir@WS1524O-PAK-Linux>

iLO is Integrated Lights-Out which is Management Interface of HP ProLiant servers

966. By Amir Pakdel <amir@WS1524O-PAK-Linux>

Swapped "Type" and "File System" (continued)

965. By Amir Pakdel <amir@WS1524O-PAK-Linux>

Swapped "Type" and "File System"
$type needed a chomp

964. By Amir Pakdel <amir@WS1524O-PAK-Linux>

Merely minor changes

963. By Amir Pakdel <amir@WS1524O-PAK-Linux>

Checks to be able to run model
Gets UUID

962. By Amir Pakdel <amir@WS1524O-PAK-Linux>

can_run now understands "no $binary in /usr/sbin...." which may be returned in HP-UX

961. By Amir Pakdel <amir@WS1524O-PAK-Linux>

lib/Ocsinventory/Agent/Backend/OS/HPUX/Networks.pm
To get the network status (up/down) it checks both lanadmin and ifconfig.

960. By Amir Pakdel <amir@WS1524O-PAK-Linux>

lib/Ocsinventory/Agent/Backend/OS/HPUX/Uptime.pm
Performs exactly as in Linux version

959. By Amir Pakdel <amir@WS1524O-PAK-Linux>

lib/Ocsinventory/Agent/Backend/OS/HPUX* related changes:

IPV4.pm
Moved its functionality to Networks.pm so that I could get network related
information in one place (since all are TCP/IP related data)
********************************************************************************
Mem.pm
/var/adm/syslog/syslog.log might be rotated
Total physical memory and swap are measured in Memory.pm
********************************************************************************
HPUX.pm
According to "man uname":
-r: Display the current release level of the operating system.
-v: Display the current version level of the operating system.
********************************************************************************
CPU.pm
According to Inventory.pm / setHardware()
The use of setHardware() to update USERID and PROCESSOR* informations is
deprecated, please, use addUser() and addCPU() instead.

If the last line of macinfo related to CPU in HPUX versions other than B11.23 is like "Cache info:", Please uncomment the "last" for speedup
********************************************************************************
Memory.pm
#please rename addMemories to addMemory()

echo 'sc product mem;il'| /usr/sbin/cstm
cstm>sc product mem;il
                ^-- Unknown list entry. --
The list entry (mem) is undefined.

                    ^-- (InfoLog) is currently disabled. --
********************************************************************************
Networks.pm
Renamed to Networks-Perl.pm so I can add Netwoks-lanadmin.pm to be run in case it failed
It does not need "Net::IP qw(:PROC)" anymore:
 none of my servers have that and the only subroutine used is ip_iptobin

Network interface speed and gateway are implemented
********************************************************************************
End of lib/Ocsinventory/Agent/Backend/OS/HPUX* related changes
********************************************************************************

Ocsinventory::Agent::Backend::OS::Linux::Storages
Added floppy detection
********************************************************************************
package Ocsinventory::Agent::XML::Inventory;
Added SPEED to addNetwork
********************************************************************************

958. By mortheres

Fix Bug #552727 about getting processes taht are running in Solaris

(Thanks to Emengao for the patch)

Branch metadata

Branch format:
Loom branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers