Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ed_Arnold

Pages: 1 ... 68 69 70 71 72 [73] 74 75 76 77 78 ... 80
1081

http://www-01.ibm.com/support/docview.wss?uid=swg27024000


Abstract

Provides information on how enhanced retention management works, how to plan your implementation of enhanced retention management, and how to configure your software to implement enhanced retention management.


Content

The attached document applies to the following products:

Content Manager OnDemand for z/OS, Version 8.5
Content Manager OnDemand for Multiplatforms, Version 8.5
Content Manager OnDemand for i, Version 7.1


1082
Tips and Tricks / Re: Using ARSMAINT to update DB2 Statistics
« on: February 10, 2012, 12:27:58 PM »
Jeff - I just ran the job in my first post and this is what's in the System Log on my sandbox system:

(oldest entry at bottom, newest at top)

02/10/2012 14:17:49   ARSMAINT         31189   Info   No      164 Application Group Segment Maintenance: Name(System Log) Agid(5001) SegName(SL2) Action(2) Time(0.785)

02/10/2012 14:17:49   ARSMAINT         31189   Info   No       32 Logoff

02/10/2012 14:17:48   ARSMAINT         31189   Info   No      164 Application Group Segment Maintenance: Name(System Load) Agid(5011) SegName(SA2) Action(2) Time(0.682)

02/10/2012 14:17:47   ARSMAINT         31189   Info   No      164 Application Group Segment Maintenance: Name(LARRYX_LINEDATA_CACHE) Agid(5100) SegName(GBA1) Action(2) Time(2.008)

02/10/2012 14:17:45   ARSMAINT         31189   Info   No       30 Login: svlspil2.svl.xxx.com 4.22.127.136 non-SSL (z/OS) (ARSMAINT) (8.5.0.4)

Ed

1084
Hello Egon!

> this means arsmaint -c -d will delete OAM as well?

arsmaint -d will

(a) expire the indexes and 

(b) remove the associated OAM objects for the document (JCA.L1.FAAA) for example and the index blob (JCA.L1.FAA1 for example),

- but -

IF the document is AFP
THEN the resource object (JCA.R2 for example) will remain in OAM (as it may be reused by other loads)

Ed Arnold

1085
Hello to my friends Egon and Alessandro!

Egon - for enhanced retention management to work:

- application  group expiration type must be LOAD
- Either you have to stop running OSMC for the collection used by the app group or  change the collection to no longer expire documents.
- Because the application group has an expiration of LOAD - arsmaint (or arsadmin unload) is able to call OAM to delete the objects as well.

Ed Arnold

1086
z/OS Server / Re: Sample Jobs To Run z/OS 8.5.0.4 ACTION HOLD In Batch
« on: January 13, 2012, 09:49:16 AM »
Forgot to mention - the contents of /ars/tmp/yes/ is simply a "y" to respond to the prompt as to whether you really want to drop those indexes or not.

 BROWSE    /ars/tmp/yes                         
 Command ===>                                   
********************************* Top of Data ***
y                                               
******************************** Bottom of Data *

1087
z/OS Server / Sample Jobs To Run z/OS 8.5.0.4 ACTION HOLD In Batch
« on: January 13, 2012, 09:24:48 AM »
Note:  The .profile associated with the userid I run these jobs under has both DB2 and CMOD in the STEPLIB concatenation.  I don't know if that makes a difference or not, but FYI.


//DROPINDX JOB                      
//JOBLIB   DD DISP=SHR,DSN=ARS.ARSV850.SARSLOAD                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNEXIT                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOAD                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOD2                                
//STEP1 EXEC  PGM=IKJEFT01,                                                    
//            DYNAMNBR=200                                                      
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                                      
//*                                                                            
//SYSTSPRT DD  SYSOUT=*                                                        
//*                                                                            
//SYSTSIN  DD  *                                                                
 oshell /bin/logger -d1 starting drop index run                                
/*                                                                              
//STEP2 EXEC  PGM=IKJEFT01,                                                    
//            DYNAMNBR=200                                                      
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                                      
//*                                                                            
//SYSTSPRT DD  SYSOUT=*                                                        
//*                                                                            
//SYSTSIN  DD  *                                                                
 oshell /bin/logger -d1 drop indexes ARSUSRGRP                                  
/*                                                                              
//STEP3    EXEC PGM=BPXBATCH,REGION=0M,                                        
// PARM='PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -efv ARSUSRGRP'          
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDIN DD PATH='/ars/tmp/yes',PATHOPTS=(ORDONLY)                              
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP4 EXEC  PGM=IKJEFT01,                                                    
//            DYNAMNBR=200                                                      
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                                      
//*                                                                            
//SYSTSPRT DD  SYSOUT=*                                                        
//*                                                                            
//SYSTSIN  DD  *                                                                
 oshell /bin/logger -d1 drop indexes ARSLOAD                                    
/*                                                                              
//STEP5    EXEC PGM=BPXBATCH,REGION=0M,                                        
// PARM='PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -efv ARSLOAD'            
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDIN DD PATH='/ars/tmp/yes',PATHOPTS=(ORDONLY)                              
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP6 EXEC  PGM=IKJEFT01,                                                    
//            DYNAMNBR=200                                                      
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                                      
//*                                                                            
//SYSTSPRT DD  SYSOUT=*                                                        
//*                                                                            
//SYSTSIN  DD  *                                                                
 oshell /bin/logger -d1 drop indexes ARSNODE                                    
/*                                                                              
//STEP7    EXEC PGM=BPXBATCH,REGION=0M,                                        
// PARM='PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -efv ARSNODE'            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDIN DD PATH='/ars/tmp/yes',PATHOPTS=(ORDONLY)                              
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP8 EXEC  PGM=IKJEFT01,                                                    
//            DYNAMNBR=200                                                      
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                                      
//*                                                                            
//SYSTSPRT DD  SYSOUT=*                                                        
//*                                                                            
//SYSTSIN  DD  *                                                                
 oshell /bin/logger -d1 drop indexes ARSAPP                                    
/*                                                                              
//STEP9    EXEC PGM=BPXBATCH,REGION=0M,                                        
// PARM='PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -efv ARSAPP'              
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDIN DD PATH='/ars/tmp/yes',PATHOPTS=(ORDONLY)                              
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP10 EXEC  PGM=IKJEFT01,                                                    
//            DYNAMNBR=200                                                      
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                                      
//*                                                                            
//SYSTSPRT DD  SYSOUT=*                                                        
//*                                                                            
//SYSTSIN  DD  *                                                                
 oshell /bin/logger -d1 ending drop indexes                                    
/*    





//MAKEINDX JOB                      
//JOBLIB   DD DISP=SHR,DSN=ARS.ARSV850.SARSLOAD                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNEXIT                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOAD                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOD2                                
//STEP1 EXEC  PGM=IKJEFT01,                                                    
//            DYNAMNBR=200                                                      
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR                                      
//*                                                                            
//SYSTSPRT DD  SYSOUT=*                                                        
//*                                                                            
//SYSTSIN  DD  *                                                                
oshell /bin/logger -d1 starting make index run                                  
//STDENV DD *
_BPXK_JOBLOG=STDERR                                                                 
/*                                                                              
//STEP2    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /bin/logger -d1 make indexes ARSUSRGRP                                      
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP3    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -rv ARSUSRGRP                      
//STDENV DD *  
_BPXK_JOBLOG=STDERR                                                                
/*                                                                              
//STEP4    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /bin/logger -d1 make indexes ARSLOAD                                        
//STDENV DD *                                                                  
/*                                                                              
//STEP5    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -rv ARSLOAD                        
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP6    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /bin/logger -d1 make indexes ARSNODE                                        
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP7    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -rv ARSNODE                        
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP8    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /bin/logger -d1 make indexes ARSAPP                                        
//STDENV DD *  
_BPXK_JOBLOG=STDERR                                                               
/*                                                                              
//STEP9    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -rv ARSAPP                        
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//STEP10   EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /bin/logger -d1 ending make index run                                      
//STDENV DD *
_BPXK_JOBLOG=STDERR                                                                 
/*                                                                              
    




//UPDSTATS JOB                    
//JOBLIB   DD DISP=SHR,DSN=ARS.ARSV850.SARSLOAD                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNEXIT                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOAD                                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOD2                                
//STEP3    EXEC PGM=BPXBATCH,REGION=0M                                          
//*                                                                            
//*                                                                            
//SYSPRINT DD SYSOUT=*                                                          
//SYSOUT   DD SYSOUT=*                                                          
//STDERR   DD SYSOUT=*                                                          
//STDOUT   DD SYSOUT=*                                                          
//STDPARM DD *                                                                  
PGM /usr/lpp/ars/V8R5M0/bin/arsdb -I ARCH850 -mv                                
//STDENV DD *                                                                  
_BPXK_JOBLOG=STDERR                                                            
/*                                                                              
//*                                                                      

1088
z/OS Server / Re: Adding ARSIARSM to ISPF panel
« on: January 05, 2012, 09:03:58 AM »
> Any idea on how to code this statement?

Barb - in all my years I just never had to fool with customizing ISPF.   

Hopefully somebody else will chime in.

1089
z/OS Server / Using the new trace formatting tool in 8.5.0
« on: December 30, 2011, 12:25:47 PM »
Here I have added instructions to the LOAD job in the ODF IVP to take a full trace:


//STEP1     EXEC PGM=ARSLOAD,REGION=0M,                         
// PARM=('/-V //DD:PARM')                                       
//STEPLIB    DD DISP=SHR,DSN=ARS.ARSV850.SARSLOAD               
//           DD DISP=SHR,DSN=DSN.DB2VA10.SDSNEXIT               
//           DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOAD               
//           DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOD2               
//ARSBIN     DD PATH='/usr/lpp/ars/V8R5M0/bin'                 
//SYSPRINT   DD SYSOUT=*,DCB=(RECFM=FBA,LRECL=134,BLKSIZE=134)                                         
//SYSOUT     DD SYSOUT=*                                       
//STDERR     DD SYSOUT=*                                       
//STDOUT     DD SYSOUT=*                                                                           
//PARM     DD *                                                 
-h                                                             
ARCH850                                                         
-u                                                             
odadmin                                                         
-p                                                             
somepw                                                         
-1                                                             
/tmp/ed.trc                                                     
-2                                                             
ALL=15 
                                                           
-nfv                                                           
-g
"Daily sales invoices" 
/tmp/salesinvoice   

 

I formatted the trace with the following command:

/usr/lpp/bin/ars/V8R5M0/bin/arstfmt -i /tmp/ed.trc -o /tmp/ed.trc.txt

Here's a sample of the output unformatted and formatted  (also there's more stuff to the right not shown):

BROWSE    /SYSTEM/tmp/ed.trc                         Line 00000000 Col 001 080
 Command ===>                                                  Scroll ===> CSR 
********************************* Top of Data **********************************
........^......................... .?.?.<.|. .?................................+
ARS_TMP=/ars/V850/tmp....+?Yv..?,.......?..........?...........SYS11277.T091021.
ARSSOCK_TCP_NODELAY=0....+?Yv..??.......?..........?...........SYS11277.T091021.
.......?......................SYS11190.T075431.RA000.ARNADMIN.SRCCMS.H01(ARNADMI
ArsOSMVS_DupChk_Query...r.....+?Yv...........?......................SYS11190.T07
n.......?......................SYS11190.T075431.RA000.ARNADMIN.SRCCMS.H01(ARNADM
].......?......................SYS11190.T075431.RA000.ARNADMIN.SRCCMS.H01(ARNADM
ArcLGENP_KeywordValue...Y.....+?Yv..?G.......?......................SYS11190.T08
ArcLGENP_KeywordValue...2.....(ArcI32) keyword........+?Yv..??.......?..........

 BROWSE    /SYSTEM/tmp/ed.trc.txt                     Line 00000000 Col 001 080
 Command ===>                                                  Scroll ===> CSR 
********************************* Top of Data **********************************
z/OS-03.21.00-ARSLOAD-8.5.0.2-12/30/2011 11:36:53                               
83888271:2389564222599069696 12/30/2011 11:36:53:348411 FLOW SYS11277.T091021.RA
83888271:2389564222599069696 12/30/2011 11:36:53:348443 INFO SYS11277.T091021.RA
83888271:2389564222599069696 12/30/2011 11:36:53:396987 FLOW SYS11277.T091021.RA
83888271:2389564222599069696 12/30/2011 11:36:53:433237 FLOW SYS11277.T091021.RA
83888271:2389564222599069696 12/30/2011 11:36:53:434900 ERROR SYS11277.T091021.R
 rc=1                                                                           
83888271:2389564222599069696 12/30/2011 11:36:53:434945 FLOW SYS11277.T091021.RA
83888271:2389564222599069696 12/30/2011 11:36:53:434997 FLOW SYS11277.T091021.RA
83888271:2389564222599069696 12/30/2011 11:36:53:448470 INFO SYS11277.T091021.RA


1091
z/OS Server / Re: ARSLOAD code page error on Windows
« on: December 29, 2011, 12:25:22 PM »
> consult the System Log

Nothing in there?

Seems like you should be able to load huge files, what I see doesn't look all that big.   ???

1092
I know this has nothing to do with the message, but about 25% of the time we see this increasing ARS_NUM_OAMSRVR threads solves the problem.

It's a quick fix to try if you have a very low number (single digits, e.g.) for ARS_NUM_OAMSRVR (the max is 30).

Ed

1093
z/OS Server / Re: Adding ARSIARSM to ISPF panel
« on: December 29, 2011, 12:11:21 PM »
Hi Barb - I have the ISPF interface up and running.

Using the TSO command ISRDDN to verify that everything is in the right place:

SARSMENU  -> Add to ISPMLIB concatenation
SARSPENU  -> Add to ISPPLIB concatenation
SARSTENU  -> Add to ISPTLIB concatenation
SARSEXEC  -> Add to SYSEXEC concatention

Then the execution command with my naming convention is   exec 'ARS.ARSV850.SARSEXEC(ARSIARSM)'

Ed

1094
z/OS Server / Re: ARSLOAD code page error on Windows
« on: December 29, 2011, 11:43:48 AM »
Try changing CODEPAGE from 1047 to 5346.

Ed

1095
MP Server / Re: CMOD Warning after Successful Loads
« on: December 23, 2011, 10:13:37 AM »
You wouldn't be trying to load from a pre-8.4.1 system to an 8.4.1 or above system would you?

8.4.1 has enhanced logging, and it'll cause an error message (which isn't really an error) if you're trying to load to it from 8.4.0 and below.

Ed


Pages: 1 ... 68 69 70 71 72 [73] 74 75 76 77 78 ... 80