Mark, Currently using autolog to via profile exec to authorize users to the VSWITCH "CP SET VSWITCH test1 GRANT user vlan"
I have NICDEF in my user direct adding the nics like below 02272 NICDEF 8000 TYPE QDIO LAN SYSTEM TEST1 MACID 111111 02273 NICDEF 8003 TYPE QDIO LAN SYSTEM TEST2 On Wed, Jan 28, 2015 at 12:53 PM, Mark Post <[email protected]> wrote: > >>> 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/ > -- ~~Andrew Lemay m: +1 978 886 4740 g: +1 978 558 0413 k: m = mobile, g = gvoice, k = key ---------------------------------------------------------------------- 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/
