To check what security credentials are set on an integration node that is connected to a remote system or database, use the mqsireportdbparms command.
If you have an integration node that accesses external resources, you can check what security credentials are set if a security identity was created for the integration node. For more information, see Security identities for integration nodes connecting to external systems.
You can check whether a password is valid for a set of security credentials. You might want to check a password if you recently updated the password while the integration node was running, to see whether the new password is in effect.
To review the security credentials that are set for a resource that is connected to an integration node, complete the following steps.
mqsireportdbparms -n IBNODE SFTP::server -u user_id -i SSH_identity -r password
mqsireportdbparms -n IBNODE userdb -u user_id -p password
Where the names represent:
If you specify the integration node name only, then the command returns if any security credentials are associated with that integration node.
Additionally, the command returns if the integration node was restarted after a password change, so that you know what password is valid for the integration node while it is running.