TPX Session Management for z/OS

 View Only
  • 1.  Start and Stop the Windows XCOM Server

    Posted Oct 20, 2015 07:24 AM

    To start and/or Stop the Windows XCOM Server you can click on the Start-Button, then on "Administrative Tools" and click on "Services". In the list of Services you then can stop, start or restart the 'XCOMD CA XCOM Scheduler Service'. But there is an convenient alternative available. You can use command
    net start xcomdsrv

     
    to start the Service and command
    net stop xcomdsrv

     
    to stop the service.
    When you combine both commands in a Batch file and save it in a directory of the Windows PATH then you have a quick and convenient way to restart the XCOM Service. The below Batchfile x.bat allows you to restart the XCOM server by entering a 'x' and hit ENTER in a DOS-Box:

     

       x.bat:
       net stop xcomdsrv  
       net start xcomdsrv



  • 2.  Re: Start and Stop the Windows XCOM Server

    Broadcom Employee
    Posted Oct 20, 2015 09:06 AM

    This I great!!! Can be used for batch processing or product integration ex: Workload