>>> On 1/28/2015 at 08:38 AM, Andrew Lemay <[email protected]> wrote: > I can ping it from > my networks after revoking access to the vswitch and re granting access to > the vswitch.
In your CP directory, are you using a NICDEF statement and a COMMAND statement to grant authorization to the VSWITCH? If so, you should remove the NICDEF statement and use a COMMAND statement to define the NIC. The NICDEF statements get executed _before_ the COMMANDs happen, so when the NIC is created it's not yet authorized to connect to the VSWITCH. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
