Announcements

SecurID® Discussions

Browse the SecurID discussion board to get product help and collaborate with other SecurID users.
AaronStromas
Employee
Employee

Adding a user to internal DB in AM 8.2

Jump to solution

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

0 Likes
1 Solution

Accepted Solutions

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

View solution in original post

3 Replies
SeanDoyle
Trusted Contributor Trusted Contributor
Trusted Contributor

AMIS.. not direct SQL creation permitted.

 

 

 

Sean P. Doyle | Lead Identity Architect, PS Americas

M: 206.931.1523 | E: seanp.doyle@rsa.com<mailto:seanp.doyle@rsa.com> | www.rsa.com<http://www.rsa.com/>

0 Likes
TedBarbour
Employee
Employee

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>

0 Likes

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