Active IQ Unified Manager Discussions

DB User for OnCommand 5 server

hland
2,536 Views

Hi,

what is the correct process for creating a DB user in an OnCommand 5 installation that I can then use in OnCommand Report for aquisition? Couldn't find any documentation at all about this. The documents just mention that the user should be created.

All help welcome

Thanks

Hendrik

1 ACCEPTED SOLUTION

vmaddi
2,536 Views

Hi Hendrik,

Steps to create a DB User in OnCommand

Run the following commands

    .1  dfm database user create -u 'DB User Name' -p ' Password'

     2  dfm database access enable -u 'DB User Name'

Use the ' DB User Name' and 'Password' in the OnCommand Report for acquisition.

View solution in original post

1 REPLY 1

vmaddi
2,537 Views

Hi Hendrik,

Steps to create a DB User in OnCommand

Run the following commands

    .1  dfm database user create -u 'DB User Name' -p ' Password'

     2  dfm database access enable -u 'DB User Name'

Use the ' DB User Name' and 'Password' in the OnCommand Report for acquisition.

Public