StorageGRID
Prepare StorageGRID cluster¶
NetApp Harvest requires login credentials to access StorageGRID hosts. Although, a generic admin account can be used, it is better to create a dedicated monitoring user with the fewest permissions.
Here's a summary of what we're going to do
- Create a StorageGRID group with the necessary capabilities that Harvest will use to auth and collect data
- Create a user assigned to the group created in step #1.
Create StorageGRID group permissions¶
These steps are documented here.
You will need a root or admin account to create a new group permission.
- Select CONFIGURATION > Access control > Admin groups
- Select
Create group
- Select
Local group
- Enter a display name for the group, which you can update later as required. For example,
Harvest
ormonitoring
. - Enter a unique name for the group, which you cannot update later.
- Select
Continue
- On the
Manage group permissions
screen, select the permissions you want. At a minimum, Harvest requires theTenant accounts
andMetrics query
permissions. - Select
Save changes
Create a StorageGRID user¶
These steps are documented here.
You will need a root or admin account to create a new user.
- Select CONFIGURATION > Access control > Admin users
- Select
Create user
- Enter the user’s full name, a unique username, and a password.
- Select
Continue
. - Assign the user to the previously created
harvest
group. - Select Create user and select Finish.
Reference¶
See group permissions for more information on StorageGRID permissions.