How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
I realize this doesn't exactly match your request, but it turns out that virtually everything that FilerView does will end up in the auditlog (found in /etc/log/auditlog on the root volume).
The entries will be a mix of API calls and command invocations (although the APIs have close CLI equivalents, many FilerView actions happen via ManageONTAP APIs rather than commands these days).
So while this won't come out quite in the nice form you've illustrated, you might learn quite a bit by examining the auditlog to see what FilerView did to accomplish the tasks you've requested.
Steve
________________________________
From: Langdon, Laughlin T. (Lock) [mailto:Langdon.Lock@Mayo.EDU]
Sent: Friday, April 25, 2008 1:42 PM To: toasters@mathworks.com Subject: Submitting Suggestions to Netapp/CLI command builder
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
Agreed, but it would be nice to have it all formatted pretty like, and right in front of my face J
*presses the easy button*
From: Klinkner, Steve [mailto:Steve.Klinkner@netapp.com] Sent: Friday, April 25, 2008 2:18 PM To: Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: RE: Submitting Suggestions to Netapp/CLI command builder
I realize this doesn't exactly match your request, but it turns out that virtually everything that FilerView does will end up in the auditlog (found in /etc/log/auditlog on the root volume).
The entries will be a mix of API calls and command invocations (although the APIs have close CLI equivalents, many FilerView actions happen via ManageONTAP APIs rather than commands these days).
So while this won't come out quite in the nice form you've illustrated, you might learn quite a bit by examining the auditlog to see what FilerView did to accomplish the tasks you've requested.
Steve
________________________________
From: Langdon, Laughlin T. (Lock) [mailto:Langdon.Lock@Mayo.EDU]
Sent: Friday, April 25, 2008 1:42 PM To: toasters@mathworks.com Subject: Submitting Suggestions to Netapp/CLI command builder
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
AIX "smit" used to (and probably still does) do this. For anything you did in the admin interface it gave you a shortcut to go right to that page in the admin interface with a command line option and when you executed a command you could hit an fkey to see the actual command it ran, no jumping out to log files.
--- On Fri, 4/25/08, Langdon, Laughlin T. (Lock) Langdon.Lock@Mayo.EDU wrote:
From: Langdon, Laughlin T. (Lock) Langdon.Lock@Mayo.EDU Subject: RE: Submitting Suggestions to Netapp/CLI command builder To: "Klinkner, Steve" Steve.Klinkner@netapp.com, toasters@mathworks.com Date: Friday, April 25, 2008, 5:19 PM Agreed, but it would be nice to have it all formatted pretty like, and right in front of my face J
*presses the easy button*
From: Klinkner, Steve [mailto:Steve.Klinkner@netapp.com] Sent: Friday, April 25, 2008 2:18 PM To: Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: RE: Submitting Suggestions to Netapp/CLI command builder
I realize this doesn't exactly match your request, but it turns out that virtually everything that FilerView does will end up in the auditlog (found in /etc/log/auditlog on the root volume).
The entries will be a mix of API calls and command invocations (although the APIs have close CLI equivalents, many FilerView actions happen via ManageONTAP APIs rather than commands these days).
So while this won't come out quite in the nice form you've illustrated, you might learn quite a bit by examining the auditlog to see what FilerView did to accomplish the tasks you've requested.
Steve
From: Langdon, Laughlin T. (Lock) [mailto:Langdon.Lock@Mayo.EDU]
Sent: Friday, April 25, 2008 1:42 PM To: toasters@mathworks.com Subject: Submitting Suggestions to Netapp/CLI command builder
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap
reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
This concept is identical to what Veritas did (at least 8 years ago) for its vxfs and vxvm products. Whatever you selected in the gui above created an exact cli reference below, and as you changed gui selections the cli reference would change real time so you didn't even have to commit the changes to see what the command(s) would be.
I half suspect it's unnecessary for Ontap 7G since most work can be done with 6 commands but, as someone was commenting elsewhere, GX is a whole 'nother animal. The Veritas-like gui is one option, a true quick-reference guide is another (netapp's quick reference guides are not noted for their brevity).
Jeff Kennedy
QCT Engineering Compute
858-651-6592
________________________________
From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Langdon, Laughlin T. (Lock) Sent: Friday, April 25, 2008 2:20 PM To: Klinkner, Steve; toasters@mathworks.com Subject: RE: Submitting Suggestions to Netapp/CLI command builder
Agreed, but it would be nice to have it all formatted pretty like, and right in front of my face :-)
*presses the easy button*
From: Klinkner, Steve [mailto:Steve.Klinkner@netapp.com] Sent: Friday, April 25, 2008 2:18 PM To: Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: RE: Submitting Suggestions to Netapp/CLI command builder
I realize this doesn't exactly match your request, but it turns out that virtually everything that FilerView does will end up in the auditlog (found in /etc/log/auditlog on the root volume).
The entries will be a mix of API calls and command invocations (although the APIs have close CLI equivalents, many FilerView actions happen via ManageONTAP APIs rather than commands these days).
So while this won't come out quite in the nice form you've illustrated, you might learn quite a bit by examining the auditlog to see what FilerView did to accomplish the tasks you've requested.
Steve
________________________________
From: Langdon, Laughlin T. (Lock) [mailto:Langdon.Lock@Mayo.EDU]
Sent: Friday, April 25, 2008 1:42 PM To: toasters@mathworks.com Subject: Submitting Suggestions to Netapp/CLI command builder
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
Very cool idea, but ontap gx has a completely different web interface (awesome) and cli structure to boot... There is a 1:1 equivalent to what you click in the web ui or command line. I think that sorta accomplishes the goal, just not exactly the same way.
Hth, Nick
-- Sent from my mobile device
On Apr 25, 2008, at 1:41 PM, "Langdon, Laughlin T. (Lock)" <Langdon.Lock@Mayo.EDU
wrote:
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line “example”
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn’t find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I’m going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
I agree - but the GX command line is so intuitive and quick (with the autocomplete), I find that that web interface just slows you down. The idea is that the web interface matches the CLI, but there's quite a bit missing from it really (though the command structure looks the same in both).
I would imagine that sooner rather than later (OnTap 9.0?), the GX element manager will get merged with the 7G web interface anyway. The ability to show the derived CLI command would be a useful feature in the new OS...
________________________________
From: owner-toasters@mathworks.com on behalf of Nick Bernstein Sent: Sat 26/04/2008 05:01 To: Langdon, Laughlin T. (Lock) Cc: toasters@mathworks.com Subject: Re: Submitting Suggestions to Netapp/CLI command builder
Very cool idea, but ontap gx has a completely different web interface (awesome) and cli structure to boot... There is a 1:1 equivalent to what you click in the web ui or command line. I think that sorta accomplishes the goal, just not exactly the same way.
Hth, Nick
For the record, this sounds like a *great* and handy idea. Linking FilerView and the powerful ONTAP CLI = win/win!
As far as how to get it done, contacting either your TGA (if you have one), or your sales rep or other "account rep" type person and asking them about submitting an RFE would be a good way to start, it seems.
I know I will ;)
--- "Langdon, Laughlin T. (Lock)" Langdon.Lock@Mayo.EDU wrote:
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
people use the GUI?! :)
-- Daniel Leeds Manager, Storage Operations Edmunds, Inc. 1620 26th Street, Suite 400 South Santa Monica, CA 90404
310-309-4999 desk 310-430-0536 cell
-----Original Message----- From: owner-toasters@mathworks.com on behalf of Mike Sent: Fri 4/25/2008 11:13 PM To: Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: Re: Submitting Suggestions to Netapp/CLI command builder
For the record, this sounds like a *great* and handy idea. Linking FilerView and the powerful ONTAP CLI = win/win!
As far as how to get it done, contacting either your TGA (if you have one), or your sales rep or other "account rep" type person and asking them about submitting an RFE would be a good way to start, it seems.
I know I will ;)
--- "Langdon, Laughlin T. (Lock)" Langdon.Lock@Mayo.EDU wrote:
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
There's a GUI?
________________________________
From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Leeds, Daniel Sent: Friday, April 25, 2008 11:46 PM To: Mike; Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: RE: Submitting Suggestions to Netapp/CLI command builder
people use the GUI?! :)
-- Daniel Leeds Manager, Storage Operations Edmunds, Inc. 1620 26th Street, Suite 400 South Santa Monica, CA 90404
310-309-4999 desk 310-430-0536 cell
-----Original Message----- From: owner-toasters@mathworks.com on behalf of Mike Sent: Fri 4/25/2008 11:13 PM To: Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: Re: Submitting Suggestions to Netapp/CLI command builder
For the record, this sounds like a *great* and handy idea. Linking FilerView and the powerful ONTAP CLI = win/win!
As far as how to get it done, contacting either your TGA (if you have one), or your sales rep or other "account rep" type person and asking them about submitting an RFE would be a good way to start, it seems.
I know I will ;)
--- "Langdon, Laughlin T. (Lock)" Langdon.Lock@Mayo.EDU wrote:
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
________________________________________________________________________ ____________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
All this sounds like the (almost nonexistent!) Exchange 2003 GUI that rewrite all the powershell commands you should do...
My opinion? It's a non sense to have the CLI sample built at the end of the GUI wizard...If you've reached the end of the GUI you know what to do and I don't understand the reason for you need the command line for the next time, and vice versa!
J
Da: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] Per conto di George T Chen Inviato: domenica 27 aprile 2008 0.31 A: Leeds, Daniel; Mike; Langdon, Laughlin T. (Lock); toasters@mathworks.com Oggetto: RE: Submitting Suggestions to Netapp/CLI command builder
There's a GUI?
________________________________
From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Leeds, Daniel Sent: Friday, April 25, 2008 11:46 PM To: Mike; Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: RE: Submitting Suggestions to Netapp/CLI command builder
people use the GUI?! :)
-- Daniel Leeds Manager, Storage Operations Edmunds, Inc. 1620 26th Street, Suite 400 South Santa Monica, CA 90404
310-309-4999 desk 310-430-0536 cell
-----Original Message----- From: owner-toasters@mathworks.com on behalf of Mike Sent: Fri 4/25/2008 11:13 PM To: Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: Re: Submitting Suggestions to Netapp/CLI command builder
For the record, this sounds like a *great* and handy idea. Linking FilerView and the powerful ONTAP CLI = win/win!
As far as how to get it done, contacting either your TGA (if you have one), or your sales rep or other "account rep" type person and asking them about submitting an RFE would be a good way to start, it seems.
I know I will ;)
--- "Langdon, Laughlin T. (Lock)" Langdon.Lock@Mayo.EDU wrote:
How would one go about submitting a suggestion to NetApp?
I was thinking it would be nice, if while working in the Filer View GUI, your operations selected would build a command line "example"
Say for instance you wanted to make a new volume from the GUI.
You go to the volume section and you click Add.
The wizard pops up.
click next
Select your volume type (flexible)
click next
Name the volume (vol1)
Select language (en_US)
Decide if you want to use UTF-8 or not (no)
click next
select the aggregate (aggr0)
set your space guarantee (volume)
click next
choose volume size type (useable)
choose volume size (100GB)
set snapshot reserve (10%)
click next
now it shows all the options you picked in the text box.
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
I want it to add the command line example of all the choices you picked. So it would look something like this
Create New Volume
Volume Name: vol1
Aggregate Container: aggr0 (14TB, raid_dp,mirrored)
Volume Size: 100 GB
Snapshot Reserve: 10%
Language: English (US) (en_US)
Space Guarantee: volume
CLI Commands used : vol create vol1 -l en_US aggr0 -s volume 100g
snap reserve vol1 10
I couldn't find a CLI command to specify if that 100GIG was useable or total space, but I hope you get what I'm going for.
This might help people become more proficient in the CLI interface, and also help build commands for scripting.
Thoughts, Ideas, comments?
________________________________________________________________________ ____________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
There is an excellent idea. Imagine a new filer that you have to create 40 or 50 volumes doing clicks on filerview instead of editing a script and do a rsh to creat them in seconds. ----- Original Message ----- From: Milazzo Giacomo G.Milazzo@sinergy.it To: George T Chen gtchen@yahoo-inc.com, Daniel Leeds dleeds@edmunds.com, Mike ginguy_2000@yahoo.com, Laughlin T. Langdon (Lock) Langdon.Lock@Mayo.EDU, toasters@mathworks.com Sent: domingo 27 de abril de 2008 05H10 GMT-0600 Subject: R: Submitting Suggestions to Netapp/CLI command builder
All this sounds like the (almost nonexistent!) Exchange 2003 GUI that rewrite all the powershell commands you should do…
My opinion? It’s a non sense to have the CLI sample built at the end of the GUI wizard…If you’ve reached the end of the GUI you know what to do and I don’t understand the reason for you need the command line for the next time, and vice versa!
J
Da: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] Per conto di George T Chen Inviato: domenica 27 aprile 2008 0.31 A: Leeds, Daniel; Mike; Langdon, Laughlin T. (Lock); toasters@mathworks.com Oggetto: RE: Submitting Suggestions to Netapp/CLI command builder
There’s a GUI?
From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Leeds, Daniel Sent: Friday, April 25, 2008 11:46 PM To: Mike; Langdon, Laughlin T. (Lock); toasters@mathworks.com Subject: RE: Submitting Suggestions to Netapp/CLI command builder
people use the GUI?! :)