Manually restoring the superuser role
If you have deleted the superuser role or modified it and need to restore it, you can manually restore the superuser role.
To manually restore the superuser role:
- Stop the IBM® Sterling Control Center Monitor engine.
- Open the superuser.xml file located in conf\roles.
- Replace the file's contents with the following:
<?xml version="1.0" encoding="UTF-8"?> <role> <actions>manage</actions> <alerts>manage</alerts> <autorefresh>arman</autorefresh> <calendars>manage</calendars> <desc>Administrator role definition</desc> <dvgs>manage</dvgs> <emailLists>manage</emailLists> <functionalauth>manage</functionalauth> <id>superuser</id> <initparms>manage</initparms> <mobileDevice>manage</mobileDevice> <netmap>manage</netmap> <processes>manage</processes> <reports>manage</reports> <roles>manage</roles> <rules>manage</rules> <scheduledReportGroup>manage</scheduledReportGroup> <secureplus>manage</secureplus> <serverConfigTemplates>manage</serverConfigTemplates> <servers>manage</servers> <slcs>manage</slcs> <systemSettings>manage</systemSettings> <templates>manage</templates> <userproxy>manage</userproxy> <users>manage</users> <ver>1</ver> <viewEngineLogs>view</viewEngineLogs> <webAccess>manage</webAccess> <workspace_administer>true</workspace_administer> <workspace_group>false</workspace_group> <workspace_individual>false</workspace_individual> <deployments>manage</deployments> <licenses>view</licenses> <new_install>manage</new_install> </role>
- Save the file.
- Restart the IBM Sterling Control Center Monitor engine.