Download Oracle Global License Advisory Services (GLAS) data
Download Oracle GLAS data in CSV format to get detailed information on patterns and configuration items. You can also download reports for Oracle Database, Middleware, Oracle Java, VM, and vCenter hardware information.
Avant de commencer
Role required: admin or glas_admin
Pourquoi et quand exécuter cette tâche
- Database: 25.2
- Middleware: 23.2
- Java: 24.4
Procédure
Résultats
The downloaded files appear in the location that you select.
If the files are empty or contain an error message, check their sizes to verify that they haven't exceeded the limits set in the following properties. Navigate to to find the following properties.
| Property | Description |
|---|---|
| glide.discovery.file_tracking.max_file_size |
The maximum file size for tracked configuration file content. Type: integer Default value: 500000 |
| glide.discovery.file_tracking.max_files_per_ci |
The maximum number of tracked configuration files per CI. Type: integer Default value: 50 |
| glide.discovery.file_tracking.change_limit_count |
Number of changes permitted on a tracked configuration file in the defined time window. Type: integer Default value: 4 |
| glide.discovery.file_tracking.change_limit_days |
Time window (in days) that limits the number of changes on a tracked configuration file. Type: integer Default value: 7 |
If you receive an error Error: Skipped sensor for Horizontal Pattern because of error in payload: Payload length 5056040 exceeded the limit of 300000, verify that the payload hasn't exceeded the system limit. Navigate to to find the following properties.
| Property | Description |
|---|---|
| mid.discovery.max_payload_size |
Defines the maximum overall payload size for the payload of results that come from patterns. Type: integer (bytes) Default value: 300000 |
If you receive an SSH timeout error, you must create and set the following properties. See "Create a MID Server property" in MID Server Properties for details.
| Property | Description |
|---|---|
| mid.ssh.command_timeout_ms |
Number of milliseconds an SSH command is permitted to run before timing out (default is configurable per MID Server). Type: integer |
| mid.sa.ssh.timeout |
The SSH timeout in milliseconds. Type: integer |
| channel_timeout_ms |
The amount of time, in milliseconds, that a MID Server waits for activity when processing an SSH command. If the MID Server doesn’t detect activity within the specified window, the system terminates the command. Type: integer |