Popular Posts

Mar 13, 2018

Oracle Solaris Explorer Data Collector

Oracle Solaris Explorer Data Collector

Oracle Solaris explorer : 

The latest Services Tools Bundle is (STB) 8.18.17.12.12 (13-Mar-2018)

APPLIES TO :  Solaris 8,9,10, 11

     1. To determine if your version of Oracle Solaris is 32 or 64 bit, run:
                judi-dev-01 #:  isainfo -v        ### Output will look like:
                                64-bit sparcv9 applications
                                32-bit sparc applications
                To determine the kernel modules, run:
                judi-dev-01 #:  isainfo -vk        ### Output will look like:
                                64-bit sparcv9 kernel modules
     2. Download and Install Oracle Services Tools Bundle
                Download and unzip the Oracle Services Tools Bundle from Doc ID 1153444.1
                Dwonload the zip file based on your Solaris bit and version

     3. Oracle Explorer Data Collector Installation
                chmod +x install_stb.sh  ### Make sure the install script is executable:
                ./install_stb.sh -verbose  ### Run the following command:
                  

     4. Oracle Explorer Data Collector man pages
                To access the Explorer man page of section 1m on Solaris 10, run:
                man -M /opt/SUNWexplo/man -s 1m explorer

     5. Run Explorer
                explorer -w all -T DA -SR <Service Request number>

     6. Run Explorer for Different Modules/Groups
                explorer -w all  ### Runs all modules.
                explorer -w all,interactive  ### If the modules tagged to the group all require user interaction, the user is prompted for input.
                explorer -w default  ### Runs modules tagged to default
                explorer -w default,interactive  ### Runs modules tagged to default group. If the modules tagged to the group default require user interaction, the user is prompted for input.
                explorer -w extended  ### Runs modules tagged to mandatory or extended group.
                explorer -w <module name>  ### Runs <module name> and modules tagged to the mandatory group.
                explorer -w default,<module name> 

     7. Explorer Output Directory
                To store its collection result file, Explorer will create a subdirectory in the output directory of Explorer. 
                /var/explorer/output   ###  on Solaris 11 or later
                /opt/SUNWexplo/output   ###  on Solaris 8, 9, and 10.
                


~Judi~


No comments:

Post a Comment

Popular Posts