Active IQ Unified Manager Discussions

How to set volume advanced options?

VMUNOZ_NTT
2,792 Views

Hi all,

I'm looking to run advanced commands from WFA, but I don't know if it's possible to run these commands via API.

My original intention is to remove alerts generated by full volumes from Global Status.  Requires run registry command in advanced mode. We follow commands indicated in KB1011645

Anyone know how to do it?

Thanks in advance,

1 REPLY 1

tanmoy
2,792 Views

This won't be possible via any API as these are advanced options. Need to write a custom command with something like following one:

$command = "priv set advanced ;registry set options.thresholds.fsFull 101" Or "priv set advanced ;registry set options.thresholds.fsNearlyFulll 101"

Then to invoke the command :

Invoke-NaSsh -Command $command

You can do this for per volume basis also as the KB shows volume level option also.

If you want a command implementation for the same you may contact one of the WFA field champions.

Thanks

Tanmoy

Public