Note – Oracle Explorer must be installed in the global zone if you are installing it on the Solaris 10 Operating System (Solaris OS). In Solaris 10, the pkgadd command includes a -g flag that restricts installation to the global zone. How To Install Sun Explorer In Solaris 11 Operating Download from Oracle Support MOS the patch 22783063 and unzip and run the command below p227638SOLARIS64.zip #./installstb.sh -verbose. Extracting the STB payload.
- How To Install Sun Explorer In Solaris 11 Commands Pdf
- How To Install Sun Explorer In Solaris 11 Commands Download
In this post I will explain how to run Oracle Explorer file on Solaris 11 operating system. Explorer files are used as a snapshot when we need to check all hardware issues or internal issue. The explorer files keeps all these information.
This seems really complicated. Doesn't Vim have a nice 'make install' command in Solaris? And why is the LDLIBRARYPATH stuff needed? I put this in the 'building Vim' category but really it looks like just putting a bunch of pre-made binaries in the right place in a somewhat complicated way.Fritzophrenic 02:10, May 28, 2011 (UTC).
Oracle SUN Solaris explorer is a collection of scripts and binary executable files which collect all information and creates a detailed snapshot of Oracle Sun Solaris system configurations.
Oracle Sun Solaris Explorer is always installed on Global zone using root user which are running only Sun Sparc system and Solaris X86 systems as well as we are gathers information related to drivers, patches, recent system event history, and log file entries from the Oracle Explorer Data Collector output.
Before moving to run the explorer files we need to understand which packages is required to installed and configure the explorer files.
1. First we need to download the Service tools bundle from any ftp servers and extract them and run the script with extension syntax.
# ./install_stb.sh -ext
2. In this step we will uncompressed and untar the Explorer tar file using below command.
# cd /var/tmp/stb/extract/Explorer
# tar xvf Explorer.tar
3. In this step we will install Explorer packages and create directories 'SUNWexplo' and 'SUNWexplu' to install the required packages.
# pkgadd -d . SUNWexplo SUNWexpl
4. Now we will run the explorer command to obtained the logs files from the Sun Solaris system.
How To Install Sun Explorer In Solaris 11 Commands Pdf
#explorer
Normally on Solaris server the default location to run the above command is /usr/sbin/explorer which create & send the explorer log file.
If you want the create default configuration file only first time please use the below syntax.
# explorer -g
If you want to check explorer version please run the below command.
# explorer -V
How To Install Sun Explorer In Solaris 11 Commands Download
Normally in most of the Solaris server the default path of the explorer output is /var/explorer/output but it depends where you installed the Explorer.