# DCb2b.ctl:375:Collects Oracle Business to Business Information # $Id: DCb2b.ctl,v 1.2 2013/10/30 07:18:32 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OFM/DCb2b.ctl,v 1.2 2013/10/30 07:18:32 RDA Exp $ # # Change History # 20130112 KRA Initial RDA 8 version. =head1 NAME OFM:DCb2b - Collects Oracle Business to Business Information =head1 DESCRIPTION This module collects the Oracle Business to Business-related diagnostic information. The following reports can be generated and are regrouped under C: =cut echo tput('bold'),'Processing OFM.B2B module ...',tput('off') # Initialization var $ORACLE_HOME = ${D_ORACLE_HOME/P:''} var $TAIL = ${DFT.N_TAIL:1000} var $TOC = '%TOC%' var $TOP = '[[#Top][Back to top]]' pretoc '1:Oracle Business to Business' # Load the common macros run RDA:library() =head2 Configuration Files Gathers Oracle Business to Business-related configuration files. =cut debug ' Inside B2B module, collecting the configuration files' pretoc '2:Configuration Files' call sort_files(3,$TAIL,\ grepDir(catDir($ORACLE_HOME,'ip','config'),'^[^\.]','dr'),\ grepDir(catDir($ORACLE_HOME,'opmn','conf'),'^[^\.]','dr')) unpretoc =head2 Patch Details Gathers Oracle Business to Business-related patch details. =cut debug ' Inside B2B module, collecting the patch details' pretoc '2:Patch Details' call sort_files(3,$TAIL,\ grepDir(catDir($ORACLE_HOME,'.patchstorage'),'\.log','dir')) unpretoc =head2 Log Files Gathers Oracle Business to Business-related log files. =cut debug ' Inside B2B module, collecting the log files' pretoc '2:Log Files' call sort_files(3,$TAIL,\ grepDir(catDir($ORACLE_HOME,'ip','log'),'^[^\.]','dr'),\ grepDir(catDir($ORACLE_HOME,'opmn','logs'),'^[^\.]','dr')) unpretoc 2 =head1 SEE ALSO L =begin credits =over 10 =item RDA 4.17: Abed Alseheity. =back =end credits =head1 COPYRIGHT NOTICE Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. =head1 TRADEMARK NOTICE Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. =cut