Server Management - Systems Insight Manager
1753909 Members
8957 Online
108810 Solutions
New Discussion юеВ

Re: SIM Toolbox rights assignment

 
SOLVED
Go to solution
gldiii
Frequent Advisor

SIM Toolbox rights assignment

Working with toolboxes under Users and Authorizations in SIM, I want to be able to add the right to add systems to SIM to the Monitor Tools toolbox (or define a new toolbox with this right plus the monitoring). Basically we are trying to limit what users can do in SIM but still want them to be able to add new systems as they are built. I haven't been able to find much documentation on how to do this, or the toolbox rights assignment in any detail. Any ideas? Thanks!
3 REPLIES 3
LukaS_9
Regular Advisor
Solution

Re: SIM Toolbox rights assignment

try to do that after having trasferred the attached file on CMS (/var/opt/mx/tools/add-system.xml)

mxtoolbox -a "Operator Tools"
mxtool -a -f /var/opt/mx/tools/add-system.xml

regards
Luca
LukaS_9
Regular Advisor

Re: SIM Toolbox rights assignment

do the same with this (to remove system)

mxtool -a -f /var/opt/mx/tools/remove-system.xml

luca
gldiii
Frequent Advisor

Re: SIM Toolbox rights assignment

That got it, had to adjust for the runas user, but it worked great. Thanks!