I have this issue where one of all hosts don't want to connect to the smo repository and do normal operations..
when i try a regular operation:
[ERROR] SMO-01104: Error invoking command: SMO-20017: User "oracle" has credentials for repository "smo@smorep/repohost:1521" but validity could not be checked. Error: SMO-09032: Failed to connect to repository: Io exception: Connection reset: [ORA-17002].
When i use smo diag jdbc:
smo diag jdbc -sid repos -host repohost -port 1521 -username smo -password manager
SMO-15301: Trying to connect to...
SID: repos
Host: repohost
Port: 1521
Username: smo
Password: ******
As Sysdba: No
SMO-15302: JDBC URL: jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = repohost)(PORT = 1521)))(CONNECT_DATA = (SID = repos)))
SMO-15303: Attempting connection ...
SMO-15305: Error occurred while attempting connection: Io exception: Connection reset
SMO-15307: JDBC Connected: No
All other hosts this operation works fine on, and i can connect with the same user via sqlplus from this host.
We have even tried to clear and reinstall both the host and oracle binaries + snapdrive and smo binaries with the same result.
And it's just happening on this particular host, but we use the exact same setup on multiple hosts and they work like a charm.
Anyone run into this before?
//Morgan