Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  VIOS update date

    Posted Mon October 06, 2025 06:12 AM

    I need to find last VIOs update/upgrade date from padmin prompt of VIOs.

    Pls suggest command.

    ( Note: Pls dont give command which is applicable for AIX) 



    ------------------------------
    Allwyn Menezes
    ------------------------------


  • 2.  RE: VIOS update date

    Posted Mon October 06, 2025 06:29 AM

    Hi, try:

    cd /home/ios/logs

    ls -lt viosupg_*.log

    cat viosupg_restore.log

    cat viosupg_status.log

    Vittorio



    ------------------------------
    vittorio manfredi
    ------------------------------



  • 3.  RE: VIOS update date

    Posted Fri October 10, 2025 06:32 AM

    Hi,

    You can use the lssw command as padmin, it gives you the last update date/time for each fileset or efix :

    $ lssw -hist

    Tou can look at the last update date for fileset bos.rte.install which is always the first updated fileset when updating a VIOS :

    $ lssw -hist | grep -p bos.rte.install
      bos.rte.install
                      7.3.3.0   COMMIT       COMPLETE     11/19/24     01:40:42

    Regards.



    ------------------------------
    Damien LEMAGNEN
    AIX System Engineer/Architect
    NETIXWARE
    ------------------------------