-
1. Connect Portal to CMDB ?
Niranjan PanigrahiMay 27, 2011 4:40 PM (in response to Johan Landerholm)
Hello Johan,
You can manually update the AR credentials in the Portal datastore by following the procedure given below. This would require a portal restart.
Create a file
BMCPortalKit\appserver\websdk\tools\jboss\server\all\conf\properties\cmdbinfo.properties.
Add the following lines to the file with the appropriate values. You can
enter the password as plain text and it will be encrypted when written to
the database.
websdk.provider.property.cmdbPassword=
websdk.provider.property.cmdbHost=
websdk.provider.property.cmdbPort=
websdk.provider.property.cmdbUsername=
Then restart the portal appserver. The appserver will read this file, update the
database and then remove the file.
Note, on the cmdbPort entry, if they are using portmapper for the AR System, they should set it to 0 here, rather than leaving it blank.
Regards,
Niranjan