| Author |
Messages |
|
psilva
  Posts:81
 |
| 01/30/2006 5:40 AM |
|
Hello, Is there a way to remove command line from EM console? Regards Pedro |
|
|
|
chris.poole
  Posts:54
 |
| 02/12/2006 12:59 PM |
|
Exactly how far you want to limit users I am not sure, but this may at least point you in the right direction: After installation, the only user authorized to run commands on the Event Agent is the agent machine's administrator. If you want to let other users run commands on the agent node, authorize the administrator of the Event Manager machine as well. Set the CA_OPR_AUTH_LIST environment variable using the following tools: cautenv utility on Windows $CAIGLBL0000/opr/config/node/actnode.prf file on UNIX/Linux To add the Event Manager administrator as an authorized user using cautenv, follow these steps: 1. Enter the following command to save the original configuration file on the Event Agent machine: cautenv saveenv original.cfg The original settings are saved in the file original.cfg. 2. Authorize the administrators on both machines: cautenv setlocal CA_OPR_AUTH_LIST administrator_id@EventAgentNode,administrator_id@EventManagerNode Note: Separate users with commas and no spaces. The variable is set. 3. Stop and restart the Enterprise Management services on the agent machine: unicntrl stop all unicntrl start all The changes take effect. |
|
|
|
|