# DCwac.ctl:242:Collects Web Access Client Information # $Id: DCwac.ctl,v 1.2 2013/10/30 07:18:33 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OFM/DCwac.ctl,v 1.2 2013/10/30 07:18:33 RDA Exp $ # # Change History # 20130113 KRA Initial RDA 8 version. =head1 NAME OFM:DCwac - Collects Web Access Client Information =head1 DESCRIPTION The following reports can be generated and are regrouped under C: =cut echo tput('bold'),'Processing OFM.WAC module ...',tput('off') # Initialization var $ORACLE_HOME = ${D_ORACLE_HOME/P:''} var $TAIL = ${GRP.OCS.N_TAIL1:5000} var $TOC = '%TOC%' var $TOP = '[[#Top][Back to top]]' pretoc '^1:Oracle Collaboration Suite' pretoc '1+:Web Access Client' # Load the common macros run RDA:library() =head2 Log Files Gets the last lines of the log files. =cut debug ' Inside WAC module, about to gather log files' call sort_files(2,$TAIL,\ grepDir(catDir($ORACLE_HOME,'ocsclient','log'),'\.log$','dir')) =head2 not_found - Not found Used as a warning when none of the Web Access Client files are found. =cut if !isTocCreated() {debug ' Inside WAC module, no file found' report not_found write 'No Web Access Client log files were found and all files were optional. \ This does not mean there was necessarily a problem with RDA, but it \ should be investigated.' toc '2:[[',getFile(),'][rda_report][Not found]]' } # Disable the group title in next index toc '-:Oracle Collaboration Suite' =head1 SEE ALSO L, L =begin credits =over 10 =item RDA 4.2: Frederic Daurelle. =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