HP OpenVMS Systemsask the wizard | 
	
 The Question is: How do you turn a circuit state back on. If you do an "mc ncp sh known circuits" it show's the circuit state as being off. The Answer is : 
 
  Assuming that ISA-0 exists and is operational on this
  system and assuming this is DECnet Phase IV, you will
  want to SET and DEFINE the LINE and the CIRCUIT state,
  using the following NCP commands:
 
    SET LINE ISA-0 STATE ON
    DEFINE LINE ISA-0 STATE ON
    SET CIRCUIT ISA-0 STATE ON
    DEFINE CIRCUIT ISA-0 STATE ON
 
 
 
  |