Configuring remote client access to the database – Brocade Network Advisor SAN Installation and Migration Guide (Supporting Network Advisor 12.3.0) User Manual

Page 53

Advertising
background image

Brocade Network Advisor SAN Installation and Migration Guide

37

53-1003158-01

Configuring remote client access to the database

2

11. When the file is successfully created, the client changes the state of the data transfer to

“Uploading” and transmits the data.

The client transmits the data securely to the Brocade web server using the Apache HTTP
Components third-party library. The client communicates with the Brocade web server using an
authorization token.

12. When the transfer is complete, the client updates the Brocade web server database with the

transfer status (success or failure). The client also triggers an application event with the
following details: success or failure, source client IP address, and source user name.

Configuring remote client access to the database

1. Open the pg_hba.conf file (in the Install_Home\data\databases\ directory).

2. To allow all IPv4 remote connections for all users, search for the following text and uncomment

the second line:

# IPv4 remote connections (Uncomment below line to allow all IPv4 remote

users):

#host all all 0.0.0.0/0 md5

3. To allow all IPv6 remote connections for all users, search for the following text and uncomment

the second line:

# IPv6 remote connections (Uncomment below line to allow all IPv6 remote

users):

#host all all ::0/0 md5

4. To allow access to a specific IPv4 address, search for the following text and uncomment the

second line:

# Uncomment below line and provide IPV4 address to allow specific IPv4 remote

user

#host all all <IPV4 address>/32 md5

5. To allow access to a specific IPv6 address, search for the following text and uncomment the

second line:

# Uncomment below line and provide IPV6 address to allow specific IPv6 remote

user

#host all all <IPV6 address>/128 md5

6. Save and close the file.

Advertising