- 論壇徽章:
- 0
|
本帖最后由 sanmushizi 于 2012-11-14 12:39 編輯
回復(fù) 8# nimysun
首先謝謝各位的回復(fù),使用explominer確實(shí)能分析,網(wǎng)上Google一下,結(jié)果如下,供各位參考,希望能有幫助:
In this topic I will provide detail information how to generate system wide report based on Oracle Explorer Output
In System Administration and Support service work is very often is necessary to find out the root cause
of Solaris OS performance issues or Sun HW firmware revision analyze. To do is necessary to have
explorer output from current investigated system. Explorer package can be downloaded and installed
separate from Oracle Download web site or installed from EIS (Enterprise Installation Service ) DVD media.
The explorer packages is named - SUNWexplo. Install it as required pkgadd -d /cdrom/sun/tools/explorer/ SUNWexplo
Once you installed it - run to collect explorer report:
# /opt/SUNWexplo/bin/explorer -d default
Now you need install explominer from EIS DVD media, from /cdrom/sun/tools/explominer, just unzip it to some one permanent folder (exp. to /opt/explominer).
Now we will generate Human readable report from explorer by using explominer tool:
#/opt/explominer/explominer.sparc –f /opt/SUNWexplo/output/explorer.847c1fc3.server-2012.01.17.14.55 -o /home/user/EXPLOMINER_REPORT/server -e /cdrom/sun/patch/etc/ -c -m -r -i -a |
|