On Thursday, 09/20/2007 at 01:19 EDT, [EMAIL PROTECTED] wrote:

> > i added these lines to SYSTEM DTCPARMS: 
> > 
> > :nick.VSWCTRL1 :type.server :class.stack :exit.VSWCTRL 
> > :nick.VSWCTRL2 :type.server :class.stack :exit.VSWCTRL 
> > 
> > there is a section earlier with: 
> > .****************************** Application Class Definitions 
> > .* TCP/IP Protocol Stack 
> > :nick.stack   :type.class 
> >               :name.TCP/IP Stack 
> >               :command.TCPIP 
> >               :runtime.PASCAL 
> >               :diskwarn.YES 
> > 
> > ... (a bunch of other CTCAs deleted here) 
> >           :vCTC.C02  SP2TEST  0C03 
> >           :vCTC.C03  SP2TEST  0C02 
> >           :vCTC.D08  SP4      0675 
> >           :vCTC.D09  SP4      0674 
> >               :authlog.AUTHLOG FILE A 

There's your error.  You copied the stack class definition to your SYSTEM 
DTCPARMS and changed it.  Don't do that.  When you alter a class 
definition, it applies to ALL instances of :class.stack.  VSWITCH 
controllers are :class.stack.

1. Move those :vctc tags to your :nick.TCPIP :type.server definition.
2. Remove the :nick.stack :type.class definition from SYSTEM DTCPARMS.

> > is my VSWCTRL1 trying to COUPLE to SP4? 
> > but then, why isn't trying to COUPLE to SP2TEST as well? 

If a :vctc. fails, the whole process comes to a stop.

> > can i have a separate DCTPARMS just for my VSWITCH controllers ? 

You can, but there's no need.

Alan Altmark
z/VM Development
IBM Endicott

Reply via email to