Main Menu

Search

Showing posts with label Build. Show all posts
Showing posts with label Build. Show all posts

Oracle VM Manager 3.2.X: How To Find Exact OVM Manager (OVMM) build version?

OVM Manager build version can be found inside "/u01/app/oracle/ovm-manager-3/.config" file.

Below is example snippet of /u01/app/oracle/ovm-manager-3/.config file which shows OVM Manager version.
DBTYPE=OracleDB 
DBHOST=127.0.0.1 
SID=elctrldb 
LSNR=1521 
APEX=8080 
OVSSCHEMA=ovs 
WLSADMIN=weblogic 
OVSADMIN=admin 
COREPORT=54321 
UUID=0004fXXXXXXXX
BUILDID=3.2.8.733 
FROMVERSION=3.2.1 
TOVERSION=3.2.8

Products to which Article Applies
Oracle VM Manager 3.2.X

Article Author: Tarun Boyella

ILOM: How To Check Exact ILOM Build Version?


Following version command can be used to check the exact ILOM build version.
version

Below is sample output of above command.
Connected. Use ^D to exit. -> version SP firmware 3.1.2.42.a SP firmware build number: 93409 SP firmware date: Sat Oct 11 12:52:25 PDT 2014 SP filesystem version: 0.1.23 -> Session closed Disconnected

Products to which Article Applies


All Host Operating Systems Using ILOM

Additional Reference

https://docs.oracle.com/cd/E19632-01/835-0783-03/z40000111713927.html

ILOM: How To Check ILOM Network Configuration

Below command can be used for checking the ILOM Network configurations.
show /SP/network

Below is sample output of above command.


Connected. Use ^D to exit.
-> show /SP/network

 /SP/network

    Targets:
        interconnect
        ipv6
        test

    Properties:

        commitpending = (Cannot show property)
        dhcp_clientid = none
        dhcp_server_ip = none
        ipaddress = 10.10.XX.XX
        ipdiscovery = static
        ipgateway = 10.20.XX.XX
        ipnetmask = 255.255.XX.XX
        macaddress = 00:XX.XX.XX.XX
        managementport = /SYS/MB/NET0
        outofbandmacaddress = 00:XX.XX.XX.XX
        pendingipaddress = 10.10.XX.XX
        pendingipdiscovery = static
        pendingipgateway = 10.20.XX.XX
        pendingipnetmask = 255.255.XX.XX
        pendingmanagementport = /SYS/MB/NET0
        pendingvlan_id = (none)
        sidebandmacaddress = 00:XX.XX.XX.XX
        state = enabled
        vlan_id = (none)

    Commands:

        cd
        set
        show

-> Session closed
Disconnected


Products to which Article Applies


All Host Operating Systems Using ILOM


Additional Reference