Monday, December 17, 2018

▷ To find infra software version (인프라 소프트웨어 버전 확인)

[ To find infra software version - openview, netbackup, sql-backtrac, ignite-ux, vxvm, vcs/cfs, mc/sg ]


Software Version check
OpenView ${OV_PATH}/ovc -version | awk '{ print $NF }'
NetBackup cat /usr/openv/netbackup/bin/version | awk '{ print $2 }'
SQL-Backtrac cat /usr/sqlbt/obacktrack/VERSION | tr '-' ' ' | awk '{ print $7, $9, $10 }'
Ignite-UX swlist -l product Ignite-UX | grep "Ignite-UX" | awk '{ print $2 }'
VxVM (HP-UX) swlist -l product VRTSvxvm | grep VRTSvxvm | awk '{ print $2 }'
(AIX) lslpp -L all | grep -iw VRTSvxvm | awk '{ print $2 }'
(SunOS) pkginfo -l VRTSvxvm | awk '/VERSION/ { print $2 }' | tr ',' '   '
(Linux) rpm -qa VRTSvxvm | awk -F- '{ print $2 }'
VCS/CFS (HP-UX) swlist -l product VRTSvcs  | grep VRTSvcs  | awk '{ print $2 }'
(AIX) lslpp -L all | grep -iw VRTSvcs  | awk '{ print $2 }'
(SunOS) pkginfo -l VRTSvcs  | awk '/VERSION/ { print $2 }' | tr ',' ' '
(Linux) rpm -qa VRTSvcs  | awk -F- '{ print $2 }'
MC/SG swlist -l product | grep ServiceGuard | awk '{ print $2 }'

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts