# DCosso.ctl:319:Collects Oracle OpenSSO Information # $Id: DCosso.ctl,v 1.3 2013/10/30 07:18:33 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OFM/DCosso.ctl,v 1.3 2013/10/30 07:18:33 RDA Exp $ # # Change History # 20130422 MSC Improve the validation. =head1 NAME OFM:DCosso - Collects Oracle OpenSSO Information =head1 DESCRIPTION This module collects information related to Oracle OpenSSO, formerly known as Sun OpenSSO Enterprise. The following reports can be generated and are regrouped under C: =head1 REPORTS =cut echo tput('bold'),'Processing OFM.OSSO module ...',tput('off') # Initialization var $INS_HOME = ${D_INSTANCE_HOME:''} var $TOC = '%TOC%' var $TOP = '[[#Top][Back to top]]' pretoc '1:Oracle OpenSSO' # Load the common macros run RDA:library() =head2 Instance Files Gathers OpenSSO instance-related configuration and log files. =cut if ?testDir('d',$INS_HOME) {debug ' Inside OSSO module, collecting the instance files' pretoc '2:Instance Files' call sort_files(3,0,catFile($INS_HOME,'bootstrap'),\ catFile($INS_HOME,'install.log'),\ grepDir(catDir($INS_HOME,'opensso','debug'),'^\.+$','pv'),\ grepDir(catDir($INS_HOME,'opensso','log'),'^\.+$','pv'),\ grepDir(catDir($INS_HOME,'opensso','stat'),'^\.+$','pv')) unpretoc } unpretoc =head1 SEE ALSO L =begin credits =over 10 =item RDA 4.27: Prabhakar R Neboori. =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