Ellajohn
Joined: 16 Feb 2018 Posts: 1
|
Posted: Fri Feb 16, 2018 6:33 am Post subject: How to ease later parse on NetApp 7-Mode? |
|
|
Hi all,
I would like to parse and extract useful information from several Netapp commands output such as sysconfig, uptime and so on.
I had already done it on Netapp Clustered Mode (C-Mode) because set command made my life much easier with this kind of sentences:
Custom delimiter character:
Code: | set -showseparator '!'; |
Unlimited terminal lenght.
Show all fields
Code: | set -showallfields true; |
However, set command does not exist in Netapp 7-Mode. żDoes any one know something similar to modify the terminal length, units, field separator?
This is the version I have in hands:
Code: |
3250-01> version
NetApp Release 8.1.2P4 7-Mode: Fri Apr 26 19:57:25 PDT 2013 |
|
|