Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

To establish an access point for BVQ, it's necessary to create user accounts on the respective systems you wish to monitor.

For instance, if you have three NetApp clusters, you'll need to create a user account on each cluster.

This procedure is applicable to all systems you aim to connect to BVQ. 

After creating a specific new user on a system, proceed to set up a BVQ Scanner on your BVQ Server using that user account.

The BVQ Scanner will then establish a connection to the system to collect the requisite data.

...

borderColor#248D85
bgColorwhite
titleColorwhite
borderWidth3
titleBGColor#248D85
borderStylesolid
titleCreate Storage System Users

...


netapp
Panel
borderColor#248D85
bgColorwhite
titleColorwhite
borderWidth3
titleBGColor#248D85
borderStylesolid
titleIBM SVC preparation

System preparation steps

For the communication of the BVQ SVC Scanner with the SVC CLI a user account on each SVC is mandatory, which should be at least member of the group 'Monitor'.


Panel
borderColor#248D85
borderWidth3
borderStylesolid

Create a BVQ user on the system

Expand
titleexpand...

With SVC CLI:

Code Block
themeMidnight
titleSVC CLI
svctask mkuser -name bvq -usergrp Monitor -password P@ssw0rd

For code level lower than 8.4 use:

Code Block
themeMidnight
titleSVC CLI
svctask mkuser -name bvq -usergrp Administrator -password P@ssw0rd


Panel
borderColor#248D85
borderWidth3
borderStylesolid

Check NTP, time and time zone

Expand
titleexpand...

Please check if an NTP server is configured: we strongly recommend to use an NTP server to synchronize the time of all systems (SVC Nodes, Windows):

Code Block
themeMidnight
titleSVC CLI
svcinfo lssystem | grep 'ntp_IP_address'


Set your NTP Server: Synchronize your SVC cluster with a specific NTP server:

Code Block
themeMidnight
titleSVC CLI
svctask chcluster -ntpip <IP address of NTP Server>


Adjust SVC cluster time zone: Set the time zone of your SVC cluster with:

Code Block
themeMidnight
titleSVC CLI
svctask settimezone -timezone 360


Show SVC clock settings: Check the current time setting on your SVC:

Code Block
themeMidnight
titleSVC CLI
svqueryclock
Panel
borderColor#248D85
borderWidth3
borderStylesolid

Check performance statistics interval

Expand
titleexpand...

The SVC performance statistics are generated regularly (in intervals) by the SVC and picked up by the BVQ SVC Scanner. BVQ supports all intervals possible in the SVC (1min to 60min). We recommend to set the time interval to 1 minute.


Check statistics status and frequency: Use this command to see if and how often your system collects statistics:

Code Block
themeMidnight
titleSVC CLI
svcinfo lssystem | while read key value; do [[ "$key" =~ ^(statistics_status|statistics_frequency)$ ]]&& echo "$key $value"; done


Enable statistics collection: Activate collection of system statistics:

Code Block
themeMidnight
titleSVC CLI
statistics_status on


Set statistics collection frequency: Define how frequently the system collects statistics:

Code Block
themeMidnight
titleSVC CLI
statistics_frequency 1


Start statistics collection: Begin collecting system statistics at your defined frequency:

Code Block
themeMidnight
titleSVC CLI
svctask startstats -interval 1


Clear I/O statistics dumps: Clean old I/O statistics data from all nodes in the SVC with this command:

Code Block
themeMidnight
titleSVC CLI
svcinfo lsnode -nohdr | while read id rest ; do svctask cleardumps -prefix /dumps/iostats $id ; done
Anchor
netapp






Panel
borderColor#C2502E
bgColorwhite
titleColorwhite
borderWidth3
titleBGColor#C2502E
borderStylesolid
titleDell EMC Unity preparation

A user is required for the operation of the BVQ Scanner, who should at least have Operator Role permissions.

(warning) Please create this user at your Unity System before the configuration of the BVQ Scanner. We recommend to name the user: bvq

Image Added

Gather information for BVQ Scanner configuration

BVQ scanners need the following information to be configured for each Dell EMC Unity System:

  • Cluster IP address or hostname
  • Cluster user ID and password of the bvq user




Panel
borderColor#2929A9
bgColorwhite
titleColorwhite
borderWidth3
titleBGColor#2929A9
borderStylesolid
titleNetapp preparation

A user is required for the operation of the BVQ Scanner, which should at least have readonly Role permissions on the ONTAP Cluster.

Please create this user before the configuration of the BVQ Scanner.

We recommend the name: bvq



Code Block
themeMidnight
titleOntap CLI
sec login create -user-or-group-name bvq -application http -authentication-method password -role readonly

sec login create -user-or-group-name bvq -application ontapi -authentication-method password -role readonly
Anchor
unityunity
Panel
borderColor#C2502E
bgColorwhite
titleColorwhite
borderWidth3
titleBGColor#C2502E
borderStylesolid
titleDell EMC Unity preparation

A user is required for the operation of the BVQ Scanner, who should at least have Operator Role permissions.

(warning) Please create this user at your Unity System before the configuration of the BVQ Scanner. We recommend to name the user: bvq

Image Removed

Gather information for BVQ Scanner configuration

BVQ scanners need the following information to be configured for each Dell EMC Unity System:

  • Cluster IP address or hostname
  • Cluster user ID and password of the bvq user