I need get all IP addresses that a VM has it. I only can use ESX commands, no PowerCLI.
If I use, with or whithout grep: vim-cmd vmsvc/get.summary 1 | grep -i "ip"
I only get the first vNIC IP address, I need all :-(. If, it is possible...
Thanks to all !!
So, finally I get the solution.
With the command:
We will have many keys ipAddress with the values, that we will may parse with
grep
command.