Adding user groups
Perform the following procedure to add a new user group. After adding a new user group, you must create a corresponding .mrl file and add the user group to the .mrl file you created.
To create a new user group
- In the BMC ProactiveNet Administration Console, select the Administration > General Administration tab.
- Expand the Advanced Options folder.
- Select and right-click the User Group folder and select Add User Group.
- In the User Group dialog box, enter the Name of the user group.
Select the Roles/Users tab, and select roles from the Available Roles list to assign to the user group.
- Click >> to add the roles to the Selected Roles list.
The roles are moved from the Available Roles list to the Selected Roles list. To remove roles from the Selected Roles list, select the role and click <<.
- Select the user name from the Available Users list that you want to associate to the user group.
The user name is moved from the Available Users list, and appears in the Selected Users list. - Select the Views tab.
- Select All Views to allow all views, or select Restricted Views and select from the Available Views list.
The list of all views applied to the user group appears in the Selected Views field. - Select the Monitor Groups tab.
- Select Unrestricted Groups to allow access to all monitor groups, or select Restricted Groups to allow access to a restricted set of monitor groups.
- Select from the Available Groups list and click >> to add to the Selected Groups list. If the permission to a parent group is given, users automatically gain access to the child groups under the parent group. Therefore, do not add the child groups explicitly if you have already added the parent group.
- Select the CIs tab.
- Select All Components can be accessed by this group to enable the user group to access all components.
The selection options are dimmed and unavailable. - Select Only the components assigned to this group can be accessed and select from the Available Components list.
- Select a component type from the available list in the Class list.
- In the Name contains field enter all or part of the target component name to search for.
- Check Propagates Priority to show the Priority Propagator service component instances that pass their priority to a causal component when it is impacted.
- Click Find. A list of results fitting the seach parameters displays in the Results pane.
- Select the relevant component and click >> to assign the component to the user group.
- The selected components are displayed in the Components Assigned to this Group section. You can edit the components.
- Select Edit All to edit all assigned components.
The Edit All Permissions screen appears prompting you to set permissions to all assigned components to Full Access or Read Only. Select the permission and click OK. - Select a component and select Edit Selected to edit the selected component.
The Edit Selected Permissions screen appears prompting you to set permissions for the selected components to Full Access or Read Only. Select the appropriate permission and click OK.
- Select Edit All to edit all assigned components.
- Select the SLOs tab.
- Select All SLOs to allow access to all SLOs, or select Restricted SLOs to allow access to a restricted set of SLOs.
- Select from the Available SLOs list and click >> to add to the Selected SLOs list.
- Select the Reports tab.
- Select All Reports to provide access to all reports, or select Restricted Report to define access to selected reports.
Select from the Available Reports list and click Add to add to the Selected Reportslist.
- Select the Folders tab.
- Select All Event Folders to provide access to all Event Folders, or select Restricted Event Folders to define access to selected Event Folders. Select from the Available Folders list and click >> to add to the Selected Folders list.
Select All Component Folders to provide access to all Component Folders, or select Restricted Component Folders to define access to selected Component Folders. Select from the Available Folders list and click >> to add to the Selected Folders list.
- Click Finish to add the user group.
Adding user groups to the .mrl file
After creating a new user group, you must create a corresponding .mrl file and add the new user group to this .mrl file. To add the new user group:
- Go to the MCELL_HOME\etc\cellName\kb\collectors folder.
- Open the .mrl file of the user group that you created.
- Within each file is listed read, write, and execute permissions. Add the new group you created under the permissions that you want to allot to the group.
- Compile the cell by executing the mccomp –n <cellname> command.
- Restart the cell.
- Login to the BMC ProactiveNet Operation Console and check whether the collectors are visible or not.
Sample .mrl file
# File name: xxx.mrl
# Version: 9.6.00
# Copyright 1998-2010 BMC Software, Inc. All Rights Reserved
#
#-------------------------------------------------------------------------------------
#
# " xxx.UDS_Events" Collector for class definition- "UDS_Event" .
# An event tree will have a parent folder labelled "xxx" with
# a child folder labelled "UDS_Events" which will contail all events of "UDS_Event" class
#
#-------------------------------------------------------------------------------------
#
collector xxx :
{
r['BPPM Monitoring Administrators','BPPM Administrators','Cloud Administrators','BPPM Model Administrators',
'Service Administrators','Service Operators - Senior']
w['BPPM Monitoring Administrators','BPPM Administrators','Cloud Administrators','BPPM Model Administrators',
'Service Administrators','Service Operators - Senior']
x['BPPM Monitoring Administrators','BPPM Administrators','Cloud Administrators','BPPM Model Administrators',
'Service Administrators','Service Operators - Senior']
}
END
collector xxx.UDS_Events :
UDS_Event
END