Previous Topic: Configure TCP/IP SetupNext Topic: Verify the Installation


Start CA Spool Version 12.0 for the First Time

Start the CA Spool Version 12.0 system for the first time as follows:

  1. Enter the following command to activate the CA Spool VTAM resource:
    V NET,ACT,ID=aaaaaaaa
    

    where aaaaaaaa is the applid defined for CA Spool. Perform the following to start the system:

    1. Enter the following MVS start command on the MVS operator console:
      S procname,OPTION=FORMAT
      

    where procname is the member name of the CA Spool proc in your system procedure library.

    The following WTOR message asks you to confirm that the checkpoint data set must be overwritten:

    *yy  ESF053 REPLY Y OR N TO CONFIRM CHECKPOINT RECORD CHANGE
    
    1. To confirm, enter:
      R yy,Y
      
    2. CA Spool displays initialization progress with the following WTO messages:
      -ESF059  CHKPTDS1 COLD-START IS IN PROGRESS
      -ESF024  FORMATTING VOLUME=vvvvvv DSN=dddddddd.ssssssss.nnnnnnnn
      -ESF024  FORMAT COMPLETE V=vvvvvv DSN=dddddddd.ssssssss.nnnnnnnn
      -ESF041  INTERNAL TRACE REQUESTED, 512 ENTRIES ALLOCATED
      -ESF719  CA Spool  BASE   option enabled
      -ESF4117 Transformer Interface initialized
      -ESF100  SIMPLE COLD START COMPLETED
      -ESF301  VIRTUAL PRINTER INTERFACE STARTED
      -ESF490  NETWORK INTERFACE STARTED
      

      The message NETWORK INTERFACE STARTED confirms a successful initialization.

  2. As a quick check, enter the following display-status command from the MVS operator console (where "-“ is a communication character defined by COMCHAR statement in CAIQPARM):
    -DS
    

    CA Spool responds by writing the following messages to the MVS console:

    -ESF809  VERSION.LEVEL CA Spool V12.0 INC00                           
    -ESF816       0 OUTSTANDING I/O-REQUESTS                             
    -ESF817  OPEN FILE COUNT:     0/    0 OUTPUT,     0/    0 INPUT      
    -ESF818     0 % SPOOL UTILIZATION / HWM UTILIZATION   0 %            
    -ESF820        0 FILE QUEUE ELEMENTS IN USE - MAX    500 / HWM      0
    -ESF823  VTAM ACB OPEN - LOGONS ENABLED                              
    -ESF865      NO ACTIVE COMMUNICATION CHANNELS                        
    -ESF889  SUBSYS Interface is active
    -ESF857  Printers Defined(     1) Remaining(    10)                  
    -ESF853  TCP/IP printer subtasks:    0                               
    -ESF318  VPS    10(    0) ACB(S)     0(    0) STG(    9K)            
    -ESF827  SAR INTERFACE IS NOT ACTIVE                                 
    -ESF878  Transformer Interface is active,      0 files               
    -ESF886  LPD Interface is undefined                                  
    -ESF885  A(ESFSSSM )=X'25270000'  A(ESFUSS  )=X'254E74C0'            
    -ESF854                   Current Hour       Max Hour    Grand Total 
    -ESF854  Files printed:              0              0              0 
    -ESF854  Pages printed:              0              0              0 
    -ESF854  Lines printed:              0              0              0
    

    If there are no errors, you can proceed to the Verify the Installation step.