>>> On 8/19/2016 at 11:15 AM, Mark Pace <[email protected]> wrote: > I'm not sure what Sebastian means by grouping them.
It's the process by which you tell the Linux kernel what three devices you want to use for an interface. In your case that would be: echo 0.0.3d00,0.0.3d01,0.0.3d02 > /sys/bus/ccwgroup/drivers/qeth/group Followed by setting the layer2/3 attribute and bringing it online: echo 0 > /sys/bus/ccwgroup/drivers/qeth/0.0.3d00/layer2 echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.3d00/online Not having to remember that is why I recommend using qeth_configure. 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/
