- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding a user to internal DB in AM 8.2
I am trying to add a user to the internal AM DB following this KB article written for AM 8.1 but I'm getting the response that the tool only supports Oracle:
Manage Database 8.2.0.0.0 (1386271)
Copyright (C) 1994 - 2016 EMC Corporation. All Rights Reserved.%% Running at: am82p.vcloud.local:[db] %%
Tool does not support databases other than Oracle.rsaadmin@am82p:/opt/rsa/am/utils>
According to the KB article, the rsautil ought to work with Postgresql, so... how do I create a read-only user in AM 8.2 DB?
TIA
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see what I did wrong – I had the AM 7.1 Development Guide open and used the command from that version: ./rsautil manage-database -a create-readonly-user -r user_name -p password.
Apologies for the false alarm.
Best regards,
-Aaron
—
Aaron Stromas | Practice Consultant, Identity Assurance | RSA
M +1 240 271 64 58 | E: aaron.stromas@rsa.com | www.rsa.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just did this per the SDK documentation:
rsaadmin@am82p:~> cd /opt/rsa/am/utils
rsaadmin@am82p:/opt/rsa/am/utils> ./rsautil manage-readonly-dbusers -a create -o ocadmin -u rouser -i 192.168.20.100
Enter Operations Console (OC) password: ********
Enter password for the read-only database user: ********
Confirm password for the read-only database user: ********
Executing action: 'create'.
Trusted Root SSL CA certificate was copied in file '/opt/rsa/am/utils/RSAAMTrustedRootSSLCA.crt'.
'create' action complete.
rsaadmin@am82p:/opt/rsa/am/utils>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see what I did wrong – I had the AM 7.1 Development Guide open and used the command from that version: ./rsautil manage-database -a create-readonly-user -r user_name -p password.
Apologies for the false alarm.
Best regards,
-Aaron
—
Aaron Stromas | Practice Consultant, Identity Assurance | RSA
M +1 240 271 64 58 | E: aaron.stromas@rsa.com | www.rsa.com
