Author Topic: Database start is not supported under OnDemand/OS390/DB2  (Read 2558 times)

JCI

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Database start is not supported under OnDemand/OS390/DB2
« on: May 10, 2018, 02:08:02 PM »
Hi all,

i need to start a new instance OnDemand 7 / Db2 8 with Db2 10 in NFMode.. and get this message

Starting the DB2 VPDBTE1 database instance               
Database start is not supported under OnDemand/OS390/DB2 
arsdb::Unable to start the DB2 VPDBTE1 database instance 

Could you help me?

//STEP1    EXEC PGM=BPXBATCH,REGION=0M                       
//STDPARM DD *                                               
SH                                                           
export DSNAOINI="/usr/lpp/arsvpte1/config/clite1.ini";       
export STEPLIB="DB2.V8R1M1.SDSNEXIT:DB2.V8R1M1.SDSNLOAD";     
/usr/lpp/arsvpte1/bin/arsdb -gcv -I VPDBTE1;                 
/*                                                           
//STDOUT   DD SYSOUT=*                                       
//STDERR   DD SYSOUT=*     

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: Database start is not supported under OnDemand/OS390/DB2
« Reply #1 on: May 11, 2018, 06:06:31 AM »
Not sure exactly what you're doing here...

On z, by far the most common way to start an instance is to use a PROC that looks like this:

Quote
//ARSSOC10 PROC                                                     
//* 01/03/2016  LWF edited for initial V1010 install                 
//ONMVS222 EXEC PGM=ARSSOCKD,REGION=0M,TIME=NOLIMIT,MEMLIMIT=10000M,
//* PARM='TRACE(ON,15M,,LE=8)/-S -I ARCH1010 -v'                     
//* PARM='/-S -I ARCH1010 -v'                                       
//* PARM=('ENVAR(LDAP_DEBUG=2147483647)/-S -I ARCH1010 -v ')         
//  PARM='RPTOPTS(ON)/-S -I ARCH1010 -v'                             
//STEPLIB  DD DISP=SHR,DSN=ARS.ARSV1010.USERLOAD                     
//         DD DISP=SHR,DSN=ARS.ARSV1010.SARSLOAD                     
//         DD DISP=SHR,DSN=DB2.V12R1M0.SDSNEXIT                     
//         DD DISP=SHR,DSN=DB2.V12R1M0.SDSNLOAD                     
//         DD DISP=SHR,DSN=DB2.V12R1M0.SDSNLOD2                     
//ARSBIN   DD PATH='/usr/lpp/ars/V10R1M0/bin'                       
//DSNAOINI DD PATH='/etc/ars/V1010/cli.ini'                         
//SYSPRINT DD SYSOUT=*                                               
//SYSOUT   DD SYSOUT=*                                               
//STDOUT   DD SYSOUT=*                                               
//STDERR   DD SYSOUT=*                                               

Ed

#zOS #ODF

JCI

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Re: Database start is not supported under OnDemand/OS390/DB2
« Reply #2 on: May 11, 2018, 08:20:10 AM »
I 'm trying to create a new instance
I excute ok ARSDB2 & ARSTSPAC ... but i cannīt execute ARSDB using option -c

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: Database start is not supported under OnDemand/OS390/DB2
« Reply #3 on: May 11, 2018, 08:50:13 AM »
CMOD V7?  Are you using CMOD V7 Installation on z (not multiplatform) documentation?

Ed
#zOS #ODF

JCI

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Re: Database start is not supported under OnDemand/OS390/DB2
« Reply #4 on: May 11, 2018, 11:43:57 AM »
Im using Configuration Guide from IBM Version 7.1 or Administracion Guide From IBM (db2 content manager for Z/OS and OS/390)

JCI

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Re: Database start is not supported under OnDemand/OS390/DB2
« Reply #5 on: May 14, 2018, 06:40:23 AM »
I use the Arsdb without -g ..... example : /usr/lpp/arsvpte1/bin/arsdb -cv -I VPDBTE1;

JCI

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Re: Database start is not supported under OnDemand/OS390/DB2
« Reply #6 on: May 15, 2018, 06:55:30 AM »
Case closed :)