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.


Topics - mvega

Pages: [1]
1
MP Server / cache size limit
« on: January 05, 2022, 02:00:47 AM »
Hello,

I have an ondemand installation, pending to install a TSM as a second level of storage, and I have to load documents that will occupy around 13Tb, is there any limitation of the Ondemand cache size?

the ondemand version is 10.5

2
z/OS Server / ARSSLU Problem
« on: September 14, 2017, 04:29:51 PM »
good afternoon,
I'm running this jcl and it ends with rc 00, but it does not do anything, it does not create the table, and it does not execute any type of analysis, I would appreciate help as soon as possible, since it is very urgent to me.

Thank you

this is the jcl

//* ----------------------------------------------------------          00270000
//*                  AUDITAR BBDD ONDEMAND                              00280000
//* ----------------------------------------------------------          00290000
//CREATE   EXEC PGM=BPXBATCH,REGION=0M                           
//STDPARM  DD *                                                 
SH                                                               
export DSNAOINI=/hsbc/ARScodeD/V9R5M0/config/cli.ini;             
export STEPLIB=SYS3.DB2.LTA0.SDSNLOD2:SYS3.DB2.LTA0.SDSNLOAD;       
/hsbc/ARScodeD/V9R5M0/bin/arsslu -I ARCHIVE -c -v                 
/*                                                               
//SYSOUT DD SYSOUT=*                                             
//STDERR DD SYSOUT=*                                             
//STDOUT DD SYSOUT=*                                             
//**************************************************************
//POPULATE EXEC PGM=BPXBATCH,REGION=0M                           
//STDPARM  DD *                                                 
SH                                                               
export DSNAOINI=/hsbc/ARScodeD/V9R5M0/config/cli.ini;             
export STEPLIB=SYS3.DB2.LTA0.SDSNLOD2:SYS3.DB2.LTA0.SDSNLOAD;       
/hsbc/ARScodeD/V9R5M0/bin/arsslu -I ARCHIVE -p -v                 
/*                                                               
//SYSOUT DD SYSOUT=*                                             
//STDERR DD SYSOUT=*                                             
//STDOUT DD SYSOUT=*                                             
//************************************************************** 
//ANALYZE  EXEC PGM=BPXBATCH,REGION=0M                           
//STDPARM  DD *                                                   
SH                                                               
export DSNAOINI=/hsbc/ARScodeD/V9R5M0/config/cli.ini;             
export STEPLIB=SYS3.DB2.LTA0.SDSNLOD2:SYS3.DB2.LTA0.SDSNLOAD;       
/hsbc/ARScodeD/V9R5M0/bin/arsslu -I ARCHIVE -a -v                   
/*                                                               
//SYSOUT DD SYSOUT=*                                             
//STDERR DD SYSOUT=*                                             
//STDOUT DD SYSOUT=*                                             
//*************************************************************   
//DELETE   EXEC PGM=BPXBATCH,REGION=0M                           
//STDPARM  DD *                                                   
SH                                                               
export DSNAOINI=/hsbc/ARScodeD/V9R5M0/config/cli.ini;             
export STEPLIB=SYS3.DB2.LTA0.SDSNLOD2:SYS3.DB2.LTA0.SDSNLOAD;       
/hsbc/ARScodeD/V9R5M0/bin/arsslu -I ARCHIVE -d -v </hsbc/ARS/arsL0tmp/yes;   
/*                                                               
//SYSOUT DD SYSOUT=*                                             
//STDERR DD SYSOUT=*                                             
//STDOUT DD SYSOUT=*   

3
Good morning,
I'm trying to do a new  install of CMOD 9.5  in a RHEL 7.3 with db2 10.1.04
i am following all the manual steps and when I try to do the  next step:

procedure To create an instance of Content Manager OnDemand:
1. Log in to the server as the root user.
Option Description
DB2 Type the following command at the prompt:
|
-I archive /opt/ibm/ondemand/V9.5/bin/arsdb -gcv
Where file is the name of the Content Manager

I get the following error
[Root @ localhost ~] # /opt/ibm/ondemand/V9.5/bin/arsdb -I archive -gcv
arsdb: Unable to load ARS4014E> DB2 <

Thanks for your help

Pages: [1]