I am configuring ACFWEB Administrator and cannot locate the acf2_config.xml file. How can the file be located in USS?
search cancel

I am configuring ACFWEB Administrator and cannot locate the acf2_config.xml file. How can the file be located in USS?

book

Article ID: 49728

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit Top Secret Top Secret - LDAP

Issue/Introduction

I am configuring ACFWEB Administrator and cannot locate the acf2_config.xml file. How can the file be located in USS?

 

Environment

Release:
Component: ACF2MS

Resolution

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