#does na_ontap_command support diag level commands?
1 messages · Page 1 of 1 (latest)
You may try na_ontap_ssh_command
If you do include the command all in one line, it will work with "na_ontap_command". I've done it before.
So, just put the command syntax like "set diag;vol show"
Not pretty, but it works.