<< Click to Display Table of Contents >> RayVentory Scan Engine > 12.6 u4 > User Guide > Appendix I: Prerequisites Inventory Methods > Remote Execution Inventory for Oracle Required Permissions to Run a Local Oracle Inventory Scan Via a Remote Execution Task Against Lunix/Unix Devices |
We need rights to the following services from remote machines:
•SSH (Login)
•SCP (Login/use)
•Read access on the whole filesystem*
•Read/Write/Execute on home directory
o/home/<UserName>
*Permission to the whole filesystem is required in case that the user is not allowed to execute java via sudo. This is also required in case that the user not allowed to execute ‘find’ via sudo and Java is not available to the scanning user.
•/etc/oratrab
•*/listener.ora
•*/tnsnames.ora
Execute Java (in order to run ORATRACK which searches for Oracle configuration files) via sudo, without restrictions to the command line arguments and no password prompt:
•sudo cmod 755 ./oratrack*.jar
•sudo java -jar oratrack*.jar
The execution of Java is not limited to a single version. If several versions of Java are installed, all Java versions will have to be executed.
Execute ‘find’ (to search for the available Java Runtime Environments) via sudo, without restrictions to the command line arguments and no password prompt:
•sudo find
Note: Please replace {UserName} with the user for RayVentory. |