Run the query command below from the command line in the VxRail Manager to see what VM's are a VxRail component that it manages.
psql -U postgres marvin -c "select * from virtual_machine"
It will output a list of VM. Probably should note that not to make any changes on these VM's without going through VxRail Manager.
Note: This command was tested on VxRail 4.5.x and 4.7.x
No comments:
Post a Comment
Thank you for your comment.