# DCifs.ctl:320:Collects iFS (iFS, CMSDK, Files) Information # $Id: DCifs.ctl,v 1.3 2013/10/30 07:18:32 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OFM/DCifs.ctl,v 1.3 2013/10/30 07:18:32 RDA Exp $ # # Change History # 20130422 MSC Improve the validation. =head1 NAME OFM:DCifs - Collects iFS (iFS, CMSDK, Files) Information =head1 DESCRIPTION This module collects iFS-related information (iFS, CMSDK, Files) through a release-specific submodule. =cut echo tput('bold'),'Processing OFM.IFS module ...',tput('off') # Initialization var $ORACLE_HOME = ${D_ORACLE_HOME/P:''} # Determine if 9iFS or 9iAS CMSDK/Files information should be gathered if ?testDir('d',catDir($ORACLE_HOME,'ifs')) run OFM:IFSr2() else run OFM:IFSr1() =head1 SEE ALSO L, L =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