I am configuring ACFWEB Administrator and cannot locate the acf2_config.xml file. How can the file be located in USS?
The USS FIND command can be issued to locate a file in the HFS/ZFS.
To find a file in USS the following FIND command can be issued from OMVS. While the FIND is processing hit "enter" when the mode changes from "RUNNING" to "INPUT". The display output shows all occurrences of where the file is found.
find / -name acf2_config.xml -depth
Example FIND command and output:
IBM is a registered trademark of the IBM Corp.
# find / -name acf2_config.xml -depth
/u/user001/acfweb15/acf2_config.xml /u/user001/acfweb/apache-tomcat-6.0.29/conf/acf2_config.xml /u/user001/acfweb/apache-tomcat-6.0.29/webapps/WebAdminr15/conf/esm/acf2/acf2_config.xml /u/user001/acfweb/apache-tomcat-6.0.29/webapps/WebAdminr15old/conf/esm/acf2/acf2_config.xml