Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Guys,
Just want to know if we can collect the output generated from CLI of Netapp cluster mode to either in excel or in csv. I have connected to the console of netapp box using putty and want to collect the output in excel file.
regards
VK
Solved! See The Solution
1 ACCEPTED SOLUTION
tahmad has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
View this video from NetApp KB TV. Tells you how to do it.
https://www.youtube.com/watch?v=WE_vAsqaBbI
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, why would you want to connect output to excel file.
For console logging you should set your console window to log the putty session.
For excel output to CSV, you should become familiar with the powershell cmdlets and output to csv.
tahmad has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
View this video from NetApp KB TV. Tells you how to do it.
https://www.youtube.com/watch?v=WE_vAsqaBbI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
For those like me who watched the previously mentioned NetApp KB YouTube video too often 😉 :
set -showseparator '!'
set -rows 0
set -showallfields true
set -units GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
to disable it :
set -showseparator ''
set -rows 24
set -showallfields false
set -units auto
