IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Securing the IBM Tivoli Monitoring installation on Linux or UNIX
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Scenario with secureMain
The following scenario illustrates the use of secureMain:
- Complete the following operations using root authorization:
- Install OS Agent.
- Configure OS Agent.
- List files with world write permissions, using the following command: find . -perm -o+w -ls
- Run the following command: secureMain -g itmgroup -t ux lock
- Install the 32-bit Enterprise Svcs UI to get the 32-bit framework.
- Install the MQ agent.
- Run the following command: secureMain -g itmgroup -t mq lock
- List files with world write permissions, using the following command: find . -perm -o+w -ls
- Start the OS agent.
- Complete the following operations using mquser authorization:
- Start the MQ agent for a queue manager.
- Start the MQ agent for a second queue manager.
- Stop the MQ agent for the first queue manager.
- Stop the MQ agent for the second queue manager.
- Complete the following operations using root authorization:
- Stop the OS Agent.
- List files with world write permissions, using the following command: find . -perm -o+w -ls
Parent topic:
Securing the IBM Tivoli Monitoring installation on Linux or UNIX