Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.
#Power
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)
Hi, try:cd /home/ios/logs
ls -lt viosupg_*.log
cat viosupg_restore.log
cat viosupg_status.log
Vittorio