Skip to content

Commit

Permalink
Merge pull request #46 from NetAppDocs/um-914-ga
Browse files Browse the repository at this point in the history
GH issue changes
  • Loading branch information
netapp-shwetav authored Mar 5, 2024
2 parents b7c419a + a3e4054 commit e9a9d72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ Proc-Type: 4,ENCRYPTED
<content here>
-----END EC PRIVATE KEY-----
----

If the certificate installation fails, see the knowledge base (KB) article:
https://kb.netapp.com/mgmt/AIQUM/IQUM_fails_to_install_externally_generated_certificate[ActiveIQ Unified Manager fails to install an externally generated certificate^]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ The Linux system must have the following versions of the operating system and su

See the Interoperability Matrix for the complete and most current list of supported Red Hat Enterprise Linux and CentOS versions.

http://mysupport.netapp.com/matrix[mysupport.netapp.com/matrix]
http://mysupport.netapp.com/matrix[mysupport.netapp.com/matrix^]

The server should be dedicated to running Unified Manager. No other applications should be installed on the server. It is possible that vulnerability scanner like Qualys is installed on your Linux system because of company regulations. You should disable the vulnerability scanner before installing Unified Manager to prevent the installation from failing.

== Third-party software

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ You can create rules to specify the email address based on the user quota associ
* You must have the Application Administrator or Storage Administrator role.
* You must have reviewed the guidelines on the Rules to Generate User and Group Quota Email Address page.

You must define the rules for quota email addresses and enter them in the order in which you want to execute them. For example, if you want to use the email address qtree1@xyz.com to receive notifications about quota breaches for qtree1 and use the email address admin@xyz.com for all the other qtrees, the rules must be listed in the following order:
You must define the rules for quota email addresses and enter them in the order in which you want to execute them. For example, if you want to use the email address abc@xyz.com to receive notifications about quota breaches for abc and use the email address dl-$GROUP@$DOMAIN for all the other groups, the rules must be listed in the following order:

* if ( $QTREE == 'qtree1' ) then qtree1@xyz.com
* if ( $QTREE == * ) then admin@xyz.com
* if ( $USER == 'abc' ) then abc@xyz.com
* if ( $GROUP == * ) then dl-$GROUP@$DOMAIN

If none of the criteria for the rules you specified are met, then the default rule is used:

Expand Down

0 comments on commit e9a9d72

Please sign in to comment.