Configure Brocade switches for monitoring through a direct connection. IBM Storage
Insights establishes this
connection by using the Brocade REST API and requires Fabric OS 8.2.1 or later.
About this task
Before you add a Brocade switch for monitoring in IBM Storage
Insights, you must configure it
for HTTPS and set up the proper user role.
Procedure
-
To enhance security, configure a switch for HTTPS. This action disables HTTP access.
- Option 1
- Create a self-signed HTTPS certificate by using the seccertmgnt generate
command.
seccertmgmt generate -cert [https | extn -keypair_tag keypair_tag] [-type [rsa | dsa | ecdsa]][-keysize value]
[-hash type] [-years value] [-f]
For
example:
switch:admin> seccertmgmt generate -cert https
- Option 2
- Upload a CA-signed certificate by using the seccertmgmt import
command.
seccertmgmt import -cert [fcap | commoncert | https | radius | ldap | syslog | extn -keypair_tag keypair_tag | mgmtip]
-protocol [scp | ftp]-ipaddr IP_address -remotedir remote_directory-certname certificate_name-cacert preimported_local_ca_cert-login login_name
-password password
For more information, see Brocade® Fabric OS® Command Reference Manual, 8.2.x.
- Configure a user with required roles for the switches.
- To collect metadata about a switch, IBM Storage
Insights requires a user
account with "user" or "admin" role. If the switch is virtualized, the user must also have a "user"
or "admin" role for the chassis and have access to all the Logical Fabric IDs 1 -
128.
- To create a user with the required roles, run one of the following commands.
- To change the role for an existing user, run one of the following commands.
- To verify the roles, run the userconfig --show command. Add the
-a option to list all users on the switch.