HP Operations Manager for Windows

Table OV_RS_Role


In HPOM for Windows, all user roles are stored in the table OV_RS_Role.

Column Name Constraint Column Type Description
RoleId P, I wchar(100) Key field to identify the user role.
Description   wchar(2048) Description of the user role.
ServiceStartPoints   char(32767 Start points of the services available for this user role.

Format:
[<length> <id>]

Example:
1 31
ov_service.name="root_services"

NodeStartPoints   char(32767) Start points of the node groups available for this user role. Same format as ServiceStartPoints.
ToolStartPoints   char(32767) Start points of the tools available for this user role. Same format as ServiceStartPoints.
Flags   integer Stores additional rights for this user role. This is a bit field with the following values:
R_NONE ( 0 )
No additional rights available.
R_HIDE_REPORTS ( 0x40 )
Hide reports.
R_HIDE_GRAPHS ( 0x80 )
Hide graphs.
R_PMAD_CONNECT ( 0x100 )
View policy management.
R_PMAD_GROUP ( 0x200 )
Policy group handling.
R_PMAD_JOB ( 0x400 )
PMAD job handling.
R_PMAD_CONFIG ( 0x800 )
Administer policies and packages.
R_PMAD_IGNOREPOLICYOWNER ( 0x1000 )
Ignore policy owner.
R_ADMIN ( 0xffff )
All current and future rights.

P= Primary Key
I = Index
N = NULL values possible
F = Foreign Key