# DCwci.ctl:328:Collects Oracle WebCenter Interaction Information # $Id: DCwci.ctl,v 1.2 2013/10/30 07:18:33 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OFM/DCwci.ctl,v 1.2 2013/10/30 07:18:33 RDA Exp $ # # Change History # 20121226 KRA Initial RDA 8 version. =head1 NAME OFM:DCwci - Collects Oracle WebCenter Interaction Information =head1 DESCRIPTION This module collects Oracle WebCenter Interaction-related information. The module covers Oracle WebCenter Interaction Release 10.3.x and later. The following reports can be generated and are regrouped under C: =head1 REPORTS =cut echo tput('bold'),'Processing OFM.WCI module ...',tput('off') # Initialization var $TAIL = ${DFT.N_TAIL:1000} var $WCI_HOME = ${D_HOME:''} var $TOC = '%TOC%' var $TOP = '[[#Top][Back to top]]' pretoc '1:Oracle WebCenter Interaction' # Load the common macros run RDA:library() =head2 Configuration Files Gathers Oracle WebCenter Interaction-related configuration files. =cut debug ' Inside WCI module, collecting the configuration files' pretoc '2:Configuration Files' call sort_files(3,0,\ catFile($WCI_HOME,'pthome.xml'),\ catFile($WCI_HOME,'settings','configuration.xml'),\ catFile($WCI_HOME,'settings','portal','portalconfig.xml')) unpretoc =head2 Log Files Gathers Oracle WebCenter Interaction-related log files. =cut debug ' Inside WCI module, collecting the log files' pretoc '2:Log Files' call sort_files(3,$TAIL,\ grepDir(catDir($WCI_HOME,'settings','logs'),'\.log$','ip')) unpretoc 2 =head1 SEE ALSO L =begin credits =over 10 =item RDA 4.23: Eno Gjerasi. =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