Oracle agent
Prerequisites
- For prerequisite checks for agent installation, see Prerequisite checks for agent installation.
- URL/IP of the SixthSense collector (your tenant URL, which will be provided by the onboarding team.)
- Access token from the SixthSense portal. For accessing the token, see Accessing your Access Token under Getting started with the Observability Portal.
- Oracle agent image ss-oracle-agent
- Database details (host name, port, database name, database user credentials, oracle service-name)
- Use query to get service name: show parameter service_name;
- Package token to download agent which will be provided by Customer Support.
- For information about supported agent versions and framework, see Supported agents.
Downloading the agent version 4.3.5 (latest)
For Windows and Linux based servers, use the following link.
note
Agent depends on the Operating System and architecture.
Database User Permissions
To capture database metrics from the oracle server, you must first create a Oracle user with select permissions.
Perform the following steps to create user and grant permissions.
From the oracle SQLPlus shell, create a user with required permissions.
note
Replace your_host_name and your_strong_password with your values.
Configuring the Oracle Agent
Create a config.yaml file in the same directory.
Running the Agent
For Linux:
In case of network restrictions, you can use proxy to connect to the SixthSense backend.
For Windows:
Extract meter-agent.zip file and edit the configuration in the yaml file with cluster information.
Open the command prompt with run as Administrator and enter the following command:
nssm.exe install “Service_Name”
In the NSSM service installer screen, the Application tab is selected by default.
Enter the following details:
- Path: meter-agent.exe full path
- Startup directory: folder path
- Arguments: yaml full name
Click the Details tab.
Enter the following details:
- Display name: service display name
- Description: service description
- Setup type: select type for setup such as automatic.
- Click the Log on tab.
- Select Local System account radio button.
- Select Allow service to interact with desktop check box.
- Click Install service.