Advertisement
seiburii

Untitled

Apr 28th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. esxcli storage core adapter list | awk '{print $2}' | awk 'NR>2' | xargs -t -n 1 esxcli system module get -m | grep VIB: | sed 's;.*
  2. : ;;g' | xargs -t -n 1 esxcli software vib get -n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement