How to report on an agent based Unix Server hosting multiple databases
Desired reports:
- Reports from the Unix Host
- Reports from DB1, DB2, DB3
Refer to the diagram below:
Solution:
To report on the Unix Host:
Install the Unix agent on Unix Host.
- Register Interface 1 with BVIS using command:
- /setup.sh -a <IP of BVIS> <IP of Interface 1> <Username> <Password> -s UNX
To report on DB1, DB2, DB3:
- Register Interface 2 with BVIS using the -lip (logical IP) commands:
- /setup.sh -a <IP of BVIS> <IP of Interface 1> <Username> <Password> -s UNX -lip <IP of Interface 2>
- /setup.sh -a <IP of BVIS> <IP of Interface 1> <Username> <Password> -s ORCL -lip <IP of Interface 2>
- Repeat the above step to complete Unix and Oracle logical IP registrations for Interface 3 and Interface 4