OnDemand Users Group

Archive => Other => Topic started by: jeffs42885 on October 30, 2013, 08:50:48 PM

Title: AFP Dump Utility
Post by: jeffs42885 on October 30, 2013, 08:50:48 PM
Hello All,

Just wondering if anyone has an AFP dump utility for AIX.
Title: Re: AFP Dump Utility
Post by: Justin Derrick on October 30, 2013, 09:52:07 PM
They may have it, but it's licensed software, so they're not able to provide it to you.

Contact your IBM Rep for information on a replacement for afpdump.

-JD.
Title: Re: AFP Dump Utility
Post by: Ed_Arnold on November 04, 2013, 05:47:07 PM
This might be what you're looking for:

New in Version 9 is the arsafpd utility:

http://pic.dhe.ibm.com/infocenter/cmod/v9r0m0/index.jsp?topic=%2Fcom.ibm.ondemand.administeringmp.doc%2Fdodfp000.htm

The ARSAFPD command displays information about input files that are loaded into Content Manager OnDemand.

Examples of what it does here:

http://pic.dhe.ibm.com/infocenter/cmod/v9r0m0/index.jsp?topic=%2Fcom.ibm.ondemand.administeringmp.doc%2Fdodfp000.htm


I've used it to analyze AFP docs.

Ed
Title: Re: AFP Dump Utility
Post by: Ed_Arnold on August 13, 2014, 05:52:45 PM
Sample JCL for running it in batch:


//*-----------------------------------------------------------*//
//TMP1  EXEC  PGM=IKJEFT01,REGION=0M,                                       
//            DYNAMNBR=200                                       
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                         
//*                                                               
//SYSTSPRT DD  SYSOUT=*                                           
//*                                                               
//SYSTSIN  DD  *                                                 
oshell /usr/lpp/ars/V9R0M0/bin/arsafpd -d -i /tmp/your.ARD.OUT
//*                                                               
Title: Re: AFP Dump Utility
Post by: Alessandro Perucchi on March 19, 2015, 03:46:15 PM
If you want I've done a small perl program to do a dump :-) or even a java program that does it! :-)

but as Geoff said since V9 of CMOD, the command arsafpd will do the dump of an AFP :-)