This post is more than 5 years old
1 Rookie
•
47 Posts
0
1305
June 2nd, 2017 14:00
ViPR SRM Device Discovery Brocade SMI Provider Fails
ViPR SRM 4.0.3
Device Discovery > Brocade SMI Provider > Add a New Device (Wizard)
SMI Provider IP Address: ***.***.***.*** (Windows host were CMCNE BNA is installed)
Username: *****
Password: *****
SSL: Unchecked
Port: 5988
Clicked Test
Error message:
Testing port connectivity (***.***.***.***:5988)
Line 30: tcp-connect: command return with a non-zero status (status:5)
java.net.ConnectException: Connection refused (Connection refused).
I can launch CMCNE on the Windows host and can logon onto CMCNE with the userid / password above.
Why am I getting a "connection refused" when I attempt to authenticate from ViPR SRM?
No Events found!
nerdnair
1 Rookie
•
68 Posts
2
June 2nd, 2017 14:00
Hello rmc@DellEMC
If you hover your mouse pointer over the Test button you will get a " Click to show/hide the full result " option.
Please check if its failing at
a) Testing port connectivity
b) Testing CIM API authentication
If its failing at Testing Port connectivity, enable SSL and use Port 5989.
If its CIM API authentication then its probably bad credentials.
Hope this helps
Regards
Vaishak
rmc_dell
1 Rookie
•
47 Posts
0
June 2nd, 2017 14:00
Thank you.