Installing OSWbb

To install OSWbb:

  1. Sign in to My Oracle Support (MOS) at https://support.oracle.com.

  2. Download OSWatcher from the link that is listed by Doc ID 301137.1 at https://support.oracle.com/epmos/faces/DocumentDisplay?id=301137.1.

  3. Copy the file to the directory that you want to install OSWbb, then run the following command:

    tar xvf oswbbVERS.tar

    In the previous command, VERS represents the version number of OSWatcher, for example 832 for OSWatcher 8.32.

    Extracting the tar file creates a directory named oswbb, which contains all the directories and files that are associated with OSWbb, including the startOSWbb.sh script.

  4. To enable the collection of iostat information for NFS volumes, edit the OSWatcher.sh script in the oswbb directory, and set the value of nfs_collect to 1 as follows:

    nfs_collect=1