<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="netservices"-->
 <template>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="osdistatus">
  <!-- h1 -->
  <h1>Determine the status of the OSDI subsystem</h1>
  <p>The following MVS console commands can be used to determine if the Oracle OSDI subsystem is running. </p>
  <p align="left">D<span class="smallcaps">ISPLAY</span> SSID<span class="smallcaps">ISPLAY</span> SSI,SUBSYS=RRSSUBSYS=RRS DYNAMIC=YES STATUS=ACTIVE COMMANDS=REJECTD<span class="smallcaps">ISPLAY</span> SSI,SUBSYS=<i>orss</i>&#8203;SUBSYS=<i>orss</i>&#8203; DYNAMIC=YES STATUS=ACTIVE COMMANDS=ACCEPT</p>
  <p>The Resource Recovery Services (RRS) subsystem is required for the RRSAF interface used by Oracle. The subsystem name for OSDI (<i>orss</i> above) may be different on different systems. </p>
  <p>If the Oracle subsystem is not included in the display, it needs to be defined with an <a href="/computers/os/ibmzos/opercmds.wml">operator command</a>: </p>
  <p align="left">SETSSI ADD,S=<i>orss</i>,I=ORASSINI,P='....PARMLIB(<i>member</i>)'MIS0020I Oracle subsystem <i>orss</i> initialized. Version:10.02.0.2.00MIS0196I Service group <i>orss</i> definedMIS0198I Service ORAP10 definedMIS0198I Service ORAN10 definedMIS0195I Service group <i>orss</i> (OSDI Oracle 10G Subsystem - <i>orss</i>) Mode=*SYS , Systems=*ALL Service ORAN10 Type NET (Oracle V10G Net Service) Service ORAP10 Type GTW (Oracle V10G TG4DB2 Service)MIS0193I Service ORAP10 startingMIS0193I Service ORAN10 starting</p>
  <p>Display the names of the OSDI services with: </p>
  <p align="left">&#8203;<i>orss</i> SHOW SERVICEGROUP LONGMIS0195I Service group <i>orss</i> (OSDI Oracle 10G Subsystem - <i>orss</i>) Mode=*SYS , Systems=*ALL Service ORAN10 Type NET (Oracle V10G Net Service) Service <i>db2gw1</i> Type GTW (Oracle V10G TG4DB2 Service)</p>
  <p>Display the definition of the Oracle Net service with: </p>
  <p align="left">&#8203;<i>orss</i> SHOW SERVICE <i>ORAN10</i>&#8203;MIS0194I Service ORAN10 Type NET (Oracle V10G Net Service) Proc=ORAN10 , ID=ORAN , Parm='HPNS PORT(1521) ENCLAVE(SESS)' Jobname= , JobAcct=(no accounting) MaxAS=001, Mode=LOCAL , Systems=(none)</p>
  <p>Display the definition of the gateway service with: </p>
  <p align="left">&#8203;<i>orss</i> SHOW SERVICE <i>db2gw1</i>&#8203;MIS0194I Service <i>db2gw1</i> Type GTW (Oracle V10G TG4DB2 Service) Proc=<i>db2gw1</i> , ID=<i>db2gw1</i> , Parm='ORACLE...PARMLIB(<i>member</i>) Jobname= , JobAcct=(no accounting) MaxAS=004, Mode=LOCAL , Systems=(none)</p>
  <p>Display the operational status of the Oracle Net service with: </p>
  <p align="left">&#8203;<i>orss</i> DISPLAY <i>ORAN10</i>&#8203;MIS0308I Service <i>ORAN10</i> is ACTIVE , 001 address spacesF ORAN10,DIS ALLMIN0200I CID Owner Protocol AddressMIN0201I <i>nnnnnnnn</i> ORAN10 TCP 010.001.001.<i>nnn</i>/<i>nnnnn</i>&#8203;MIN0201I <i>nnnnnnnn</i> ORAN10 TCP 010.001.001.<i>nnn</i>/<i>nnnnn</i>&#8203;</p>
  <p>Display the operational status of the gateway service with: </p>
  <p align="left">&#8203;<i>orss</i> DISPLAY <i>db2gw1</i>&#8203;MIS0308I Service <i>db2gw1</i> is ACTIVE , 001 address spaces</p>
  <p>Services can be stopped and started with these commands: </p>
  <p align="left">&#8203;<i>orss</i> <span class="optional">STO</span>P ORAN10 [FORCE]&#8203;<i>orss</i> <span class="optional">STO</span>P <i>db2gw1</i> [FORCE]SETSSI DEACT,SUBNAME=<i>orss</i>&#8203;<br/>SETSSI ACT,SUBNAME=<i>orss</i>&#8203;&#8203;<i>orss</i> S<span class="optional">TART</span> <i>db2gw1</i>&#8203;&#8203;<i>orss</i> S<span class="optional">TART</span> ORAN10</p>
  <p>There are also DRAIN and RESUME commands which block and unblock new incoming connections through the gateway. </p>
  <p align="left">
   <a href="ibmzos.wml">Back Up: on z/OS</a>
   <br/>
  </p>
 </card>
</wml>

