.1) Download Patch 20483158: Oracle HMP 2.3.1.1 for Oracle Solaris 11 from MOS.
See http://www.oracle.com/technetwork/server-storage/servermgmt/downloads/index.html for download instruction.
You can download p20483158_2311_Generic.zip.
2) Extact the file and verify the path to oracle-hmp-2.3.1.1-SunOS-5.11.p5p.
# ls -l /root/oracle-hmp-2.3.1.1/oracle-hmp-2.3.1.1-SunOS-5.11.p5p
-rw-rw-rw- 1 root root 53258240 Jan 25 2015 /root/oracle-hmp-2.3.1.1/oracle-hmp-2.3.1.1-SunOS-5.11.p5p
#
3) Create repo.
# pkgrepo create /var/tmp/hwprepo
4) Copy the files to repo.
# pkgrecv -s /root/oracle-hmp-2.3.1.1/oracle-hmp-2.3.1.1-SunOS-5.11.p5p -d /var/tmp/hwprepo '*'
Processing packages for publisher mp-re ...
Retrieving and evaluating 10 package(s)...
PROCESS ITEMS GET (MB) SEND (MB)
Completed 10/10 50.1/50.1 138.8/138.8
#
5) Verify the files are copied properly.
# pkgrepo list -s /var/tmp/hwprepo
PUBLISHER NAME O VERSION
mp-re system/management/hmp/biosdrv 2.2.3,5.11:20150124T165507Z
mp-re system/management/hmp/hmp-hwmgmt 2.3.1.1.18779,5.11-1:20150124T165501Z
mp-re system/management/hmp/hmp-ipmiflash 1.8.12.0,5.11-2:20150124T165503Z
mp-re system/management/hmp/hmp-ipmitool 1.8.12.0,5.11-3:20150124T165503Z
mp-re system/management/hmp/hmp-libs 2.3.1.1.18779,5.11-1:20150124T165442Z
mp-re system/management/hmp/hmp-snmp 2.3.1.1.18779,5.11-1:20150124T165504Z
mp-re system/management/hmp/hmp-tools 2.3.1.1.18779,5.11-1:20150124T165507Z
mp-re system/management/hmp/hmp-tools-biosconfig 2.3.1.1.18779,5.11-1:20150124T165506Z
mp-re system/management/hmp/hmp-tools-ubiosconfig 2.3.1.1.18779,5.11-1:20150124T165505Z
mp-re system/management/hmp/hmp-tools-zoningcli 2.3.1.1.18779,5.11-1:20150124T164836Z
#
6) Set publisher.
# pkg set-publisher -g file:///var/tmp/hwprepo mp-re
7) Install hmp-hwmgmt.
# pkg install system/management/hmp/hmp-hwmgmt
Packages to install: 2
Create boot environment: No
Create backup boot environment: No
Services to change: 1
DOWNLOAD PKGS FILES XFER (MB) SPEED
Completed 2/2 99/99 18.0/18.0 0B/s
PHASE ITEMS
Installing new actions 180/180
Updating package state database Done
Updating image state Done
Creating fast lookup database Done
#