Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Mark Post
>>> On 4/20/2016 at 10:28 PM, Dave Myers  wrote: 
> VLAN def in system config is:
> define vswitch vsw1 rdev 400.p1  vlan 229

It's been a while since I played with this stuff, but one thing I know for 
sure: If the Linux guest has to be aware of which VLAN(s) it's supposed to be 
seeing, that is not supported by the installer.  You would need to manually 
intervene to set up the 802.1q parameters for it to work.

So, whether the VSWITCH itself is VLAN aware or not is irrelevant to the Linux 
guest.  As soon as the Linux guest itself needs to be VLAN aware, you're on 
your own.  (I've done it myself and it's not hard, but it _is_ outside of what 
the installer can handle automagicaly at the SLES11 SP4 level.)


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Marcy Cortes
Not sure why I was unreadable but Alan covered me and more



Marcy

-Original Message-
From: Alan Altmark [alan_altm...@us.ibm.com]
Sent: Wednesday, April 20, 2016 10:56 PM Central Standard Time
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [LINUX-390] Install not working for SLES11 SP4 thru TRUNKED VSWITCH


On Thursday, 04/21/2016 at 02:29 GMT, Dave Myers
 wrote:
> VLAN def in system config is:
> define vswitch vsw1 rdev 400.p1  vlan 229

Gaaack!  Please use

DEFINE VSWITCH VSW1  RDEV 400.P1  VLAN AWARE  NATIVE NONE

Have your switch admin verify that
o The port 400.P1 is plugged into is configured as a trunk
o The port is configured for IEEE 802.1q (aka "DOT1Q"), not ISL or other
vendor-proprietary trunking protocol
o The port has been added to VLAN 229

Check QUERY VSWITCH VSW1 DETAILS and look at the TX, RX, DISCARD counts.

Alan Altmark

Senior Managing z/VM and Linux Consultant
Lab Services System z Delivery Practice
IBM Systems & Technology Group
ibm.com/systems/services/labservices
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Alan Altmark
On Thursday, 04/21/2016 at 02:29 GMT, Dave Myers 
 wrote:
> VLAN def in system config is:
> define vswitch vsw1 rdev 400.p1  vlan 229

Gaaack!  Please use

DEFINE VSWITCH VSW1  RDEV 400.P1  VLAN AWARE  NATIVE NONE

Have your switch admin verify that
o The port 400.P1 is plugged into is configured as a trunk
o The port is configured for IEEE 802.1q (aka "DOT1Q"), not ISL or other 
vendor-proprietary trunking protocol
o The port has been added to VLAN 229

Check QUERY VSWITCH VSW1 DETAILS and look at the TX, RX, DISCARD counts.

Alan Altmark

Senior Managing z/VM and Linux Consultant
Lab Services System z Delivery Practice
IBM Systems & Technology Group
ibm.com/systems/services/labservices
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Dave Myers
Hi all,
I appreciate your help..please keep suggestions coming.
Marcy, the last post from you was not readable on the list.
Thanks,
Dave

From: Dave Myers
Sent: Wednesday, April 20, 2016 9:29 PM
To: 'linux-390@VM.MARIST.EDU' 
Subject: RE: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

VLAN def in system config is:
define vswitch vsw1 rdev 400.p1  vlan 229

In LNXDFLT profile we have:

COMMAND SET VSWITCH VSW1 GRANT   VLAN 229
COMMAND DEFINE NIC 300 TYPE QDIO
COMMAND COUPLE 300 TO SYSTEM VSW1

When we logon to the guest from which we are executing the SLES11SP4, we get 
positive msgs that the vnic is coupled to the vswitch.



[cid:image001.gif@01D14C4B.903B2B30]

Dave Myers  |  Senior Systems Engineer - System z
Office: 303.996.7125 | Mobile: 303.619.0782 |  
dave.my...@siriuscom.com
Sirius Computer Solutions | www.siriuscom.com
10100 Reunion Place, Suite 500, San Antonio, TX 78216



From: Dave Myers
Sent: Wednesday, April 20, 2016 8:56 PM
To: 'linux-390@VM.MARIST.EDU' 
>
Subject: RE: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

The define VSWITCH and the COUPLE both produce no errors.  That part looks good.
Yes. We are using this VLAN for some z/OS interfaces, so it is not new.

The SLES11SP4 EXEC does not show any errors.
The only message we get, after a 1-2 minute hang in the SLES11SP4 EXEC is:
" unable to find ... repository".

When I switch to a different VLAN that is not trunked and I keep the same NFS 
location of the repository is works OK and finds my NFS server.



From: Dave Myers
Sent: Wednesday, April 20, 2016 7:19 PM
To: 'linux-390@VM.MARIST.EDU' 
>
Subject: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

I am trying to install SLES11 SP4 under zVM VSWITCH.
The VSWITCH is attached to an OSA that is TRUNKED to a switch port.
We defined VLAN ID on the VSWITCH def and also on the GRANT ACCESS statement 
for the guest.
We cannot connect when we run the SLES11SP4  EXEC.

Does anyone know if this is supported for install by the SLES11 SP4 RAM system?
Or does anyone know how to debug this connection from the SLES11SP4  EXEC ?

Thanks,
Dave


This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, distribution, or copying of this 
communication is strictly prohibited. This message may be viewed by parties at 
Sirius Computer Solutions other than those named in the message header. This 
message does not contain an official representation of Sirius Computer 
Solutions. If you have received this communication in error, notify Sirius 
Computer Solutions immediately and (i) destroy this message if a facsimile or 
(ii) delete this message immediately if this is an electronic communication. 
Thank you.

Sirius Computer Solutions

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Marcy Cortes
What does q vswitch show you?



Marcy

-Original Message-
From: Dave Myers [dave.my...@siriuscom.com]
Sent: Wednesday, April 20, 2016 09:29 PM Central Standard Time
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [LINUX-390] Install not working for SLES11 SP4 thru TRUNKED VSWITCH


VLAN def in system config is:
define vswitch vsw1 rdev 400.p1  vlan 229

In LNXDFLT profile we have:

COMMAND SET VSWITCH VSW1 GRANT   VLAN 229
COMMAND DEFINE NIC 300 TYPE QDIO
COMMAND COUPLE 300 TO SYSTEM VSW1

When we logon to the guest from which we are executing the SLES11SP4, we get 
positive msgs that the vnic is coupled to the vswitch.



[cid:image001.gif@01D14C4B.903B2B30]

Dave Myers  |  Senior Systems Engineer - System z
Office: 303.996.7125 | Mobile: 303.619.0782 |  
dave.my...@siriuscom.com
Sirius Computer Solutions | www.siriuscom.com
10100 Reunion Place, Suite 500, San Antonio, TX 78216



From: Dave Myers
Sent: Wednesday, April 20, 2016 8:56 PM
To: 'linux-390@VM.MARIST.EDU' 
Subject: RE: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

The define VSWITCH and the COUPLE both produce no errors.  That part looks good.
Yes. We are using this VLAN for some z/OS interfaces, so it is not new.

The SLES11SP4 EXEC does not show any errors.
The only message we get, after a 1-2 minute hang in the SLES11SP4 EXEC is:
" unable to find ... repository".

When I switch to a different VLAN that is not trunked and I keep the same NFS 
location of the repository is works OK and finds my NFS server.



From: Dave Myers
Sent: Wednesday, April 20, 2016 7:19 PM
To: 'linux-390@VM.MARIST.EDU' 
>
Subject: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

I am trying to install SLES11 SP4 under zVM VSWITCH.
The VSWITCH is attached to an OSA that is TRUNKED to a switch port.
We defined VLAN ID on the VSWITCH def and also on the GRANT ACCESS statement 
for the guest.
We cannot connect when we run the SLES11SP4  EXEC.

Does anyone know if this is supported for install by the SLES11 SP4 RAM system?
Or does anyone know how to debug this connection from the SLES11SP4  EXEC ?

Thanks,
Dave


This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, distribution, or copying of this 
communication is strictly prohibited. This message may be viewed by parties at 
Sirius Computer Solutions other than those named in the message header. This 
message does not contain an official representation of Sirius Computer 
Solutions. If you have received this communication in error, notify Sirius 
Computer Solutions immediately and (i) destroy this message if a facsimile or 
(ii) delete this message immediately if this is an electronic communication. 
Thank you.

Sirius Computer Solutions

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: SuSE Cloud 6 + z/VM - Any adventurer?

2016-04-20 Thread r.stricklin
On Apr 20, 2016, at 7:31 AM, Tito Garrido wrote:

> *root@d52-54-00-a1-98-8b:~ # cat /var/chef/cache/chef-stacktrace.out
> Generated at 2016-04-20 11:09:12 -0300Chef::Mixin::Template::TemplateError:
> Chef::Mixin::Template::TemplateError (undefined method `[]' for
> nil:NilClass) on line #57: 55: <%end -%> 56:  57: [<%=
> @svm[:zvm_xcat_mgt_vswitch] %>] 58:  59: # (StrOpt ) rdev_list for each
> vswitch's uplink real device(s), seperated by ','.*

This is a Ruby error resulting from some data not being set correctly. @svm is 
nil, and thus is of NilClass and so does not have a [] method (hash key 
accessor). It is what amounts to an uninitialized variable error, in Ruby.

Without having seen the chef cookbook involved here... the value for @svm (an 
instance variable local to the ERB template being processed) is not being set. 
It'll likely be assigned a value in the template resource, in the specific 
recipe being run -- probably from a node attribute. The value of that attribute 
must be a hash (or mash), containing a key named "zvm_xcat_mgt_vswitch". The 
value of that key (a string) will be used as the rdev_list.


ok
bear.

-- 
until further notice

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Dave Myers
VLAN def in system config is:
define vswitch vsw1 rdev 400.p1  vlan 229

In LNXDFLT profile we have:

COMMAND SET VSWITCH VSW1 GRANT   VLAN 229
COMMAND DEFINE NIC 300 TYPE QDIO
COMMAND COUPLE 300 TO SYSTEM VSW1

When we logon to the guest from which we are executing the SLES11SP4, we get 
positive msgs that the vnic is coupled to the vswitch.



[cid:image001.gif@01D14C4B.903B2B30]

Dave Myers  |  Senior Systems Engineer - System z
Office: 303.996.7125 | Mobile: 303.619.0782 |  
dave.my...@siriuscom.com
Sirius Computer Solutions | www.siriuscom.com
10100 Reunion Place, Suite 500, San Antonio, TX 78216



From: Dave Myers
Sent: Wednesday, April 20, 2016 8:56 PM
To: 'linux-390@VM.MARIST.EDU' 
Subject: RE: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

The define VSWITCH and the COUPLE both produce no errors.  That part looks good.
Yes. We are using this VLAN for some z/OS interfaces, so it is not new.

The SLES11SP4 EXEC does not show any errors.
The only message we get, after a 1-2 minute hang in the SLES11SP4 EXEC is:
" unable to find ... repository".

When I switch to a different VLAN that is not trunked and I keep the same NFS 
location of the repository is works OK and finds my NFS server.



From: Dave Myers
Sent: Wednesday, April 20, 2016 7:19 PM
To: 'linux-390@VM.MARIST.EDU' 
>
Subject: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

I am trying to install SLES11 SP4 under zVM VSWITCH.
The VSWITCH is attached to an OSA that is TRUNKED to a switch port.
We defined VLAN ID on the VSWITCH def and also on the GRANT ACCESS statement 
for the guest.
We cannot connect when we run the SLES11SP4  EXEC.

Does anyone know if this is supported for install by the SLES11 SP4 RAM system?
Or does anyone know how to debug this connection from the SLES11SP4  EXEC ?

Thanks,
Dave


This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, distribution, or copying of this 
communication is strictly prohibited. This message may be viewed by parties at 
Sirius Computer Solutions other than those named in the message header. This 
message does not contain an official representation of Sirius Computer 
Solutions. If you have received this communication in error, notify Sirius 
Computer Solutions immediately and (i) destroy this message if a facsimile or 
(ii) delete this message immediately if this is an electronic communication. 
Thank you.

Sirius Computer Solutions

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Alan Altmark
On Thursday, 04/21/2016 at 01:56 GMT, Dave Myers 
 wrote:
> The define VSWITCH and the COUPLE both produce no errors.  That part 
looks good.
> Yes. We are using this VLAN for some z/OS interfaces, so it is not new.
>
> The SLES11SP4 EXEC does not show any errors.
> The only message we get, after a 1-2 minute hang in the SLES11SP4 EXEC 
is:
> " unable to find ... repository".
>
> When I switch to a different VLAN that is not trunked and I keep the 
same NFS
> location of the repository is works OK and finds my NFS server.

You mean, "switch to a different **VSWITCH** that is not trunked..." [not 
VLAN-aware], right?  All VLANs are "trunked".  If you're not trunking, 
then VLAN IDs aren't flowing.

Please provide the syntax you use to define your VLAN-aware VSWITCH.  I 
suspect that either the port is not in trunk mode, or you have the syntax 
incorrect.

Alan Altmark

Senior Managing z/VM and Linux Consultant
Lab Services System z Delivery Practice
IBM Systems & Technology Group
ibm.com/systems/services/labservices
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Dave Myers
The define VSWITCH and the COUPLE both produce no errors.  That part looks good.
Yes. We are using this VLAN for some z/OS interfaces, so it is not new.

The SLES11SP4 EXEC does not show any errors.
The only message we get, after a 1-2 minute hang in the SLES11SP4 EXEC is:
" unable to find ... repository".

When I switch to a different VLAN that is not trunked and I keep the same NFS 
location of the repository is works OK and finds my NFS server.



From: Dave Myers
Sent: Wednesday, April 20, 2016 7:19 PM
To: 'linux-390@VM.MARIST.EDU' 
Subject: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

I am trying to install SLES11 SP4 under zVM VSWITCH.
The VSWITCH is attached to an OSA that is TRUNKED to a switch port.
We defined VLAN ID on the VSWITCH def and also on the GRANT ACCESS statement 
for the guest.
We cannot connect when we run the SLES11SP4  EXEC.

Does anyone know if this is supported for install by the SLES11 SP4 RAM system?
Or does anyone know how to debug this connection from the SLES11SP4  EXEC ?

Thanks,
Dave


This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, distribution, or copying of this 
communication is strictly prohibited. This message may be viewed by parties at 
Sirius Computer Solutions other than those named in the message header. This 
message does not contain an official representation of Sirius Computer 
Solutions. If you have received this communication in error, notify Sirius 
Computer Solutions immediately and (i) destroy this message if a facsimile or 
(ii) delete this message immediately if this is an electronic communication. 
Thank you.

Sirius Computer Solutions

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Marcy Cortes
Is anything else on your vswitch working or is this a new set up?
We run trunked ports and use the vlan on the grant statement with SP4 so that 
isn't an issue.

What messages are you getting?Did you get your default route right?  



-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Dave Myers
Sent: Wednesday, April 20, 2016 5:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] Install not working for SLES11 SP4 thru TRUNKED VSWITCH

I am trying to install SLES11 SP4 under zVM VSWITCH.
The VSWITCH is attached to an OSA that is TRUNKED to a switch port.
We defined VLAN ID on the VSWITCH def and also on the GRANT ACCESS statement 
for the guest.
We cannot connect when we run the SLES11SP4  EXEC.

Does anyone know if this is supported for install by the SLES11 SP4 RAM system?
Or does anyone know how to debug this connection from the SLES11SP4  EXEC ?

Thanks,
Dave


This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, distribution, or copying of this 
communication is strictly prohibited. This message may be viewed by parties at 
Sirius Computer Solutions other than those named in the message header. This 
message does not contain an official representation of Sirius Computer 
Solutions. If you have received this communication in error, notify Sirius 
Computer Solutions immediately and (i) destroy this message if a facsimile or 
(ii) delete this message immediately if this is an electronic communication. 
Thank you.

Sirius Computer Solutions

--
For LINUX-390 subscribe / signoff / archive access instructions, send email to 
lists...@vm.marist.edu 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/

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Scott Rohling
What happens when you 'CP COUPLE nicaddress TO SYSTEM vswitchname'  from
this guests console?  If there's an error it may help troubleshoot..

You need to ensure you're connected to the VSWITCH -- does CP Q VSWITCH
vswitchname DETAILS show this guest connected?

Scott Rohling

On Wed, Apr 20, 2016 at 5:18 PM, Dave Myers 
wrote:

> I am trying to install SLES11 SP4 under zVM VSWITCH.
> The VSWITCH is attached to an OSA that is TRUNKED to a switch port.
> We defined VLAN ID on the VSWITCH def and also on the GRANT ACCESS
> statement for the guest.
> We cannot connect when we run the SLES11SP4  EXEC.
>
> Does anyone know if this is supported for install by the SLES11 SP4 RAM
> system?
> Or does anyone know how to debug this connection from the SLES11SP4  EXEC ?
>
> Thanks,
> Dave
>
>
> This message (including any attachments) is intended only for the use of
> the individual or entity to which it is addressed and may contain
> information that is non-public, proprietary, privileged, confidential, and
> exempt from disclosure under applicable law. If you are not the intended
> recipient, you are hereby notified that any use, dissemination,
> distribution, or copying of this communication is strictly prohibited. This
> message may be viewed by parties at Sirius Computer Solutions other than
> those named in the message header. This message does not contain an
> official representation of Sirius Computer Solutions. If you have received
> this communication in error, notify Sirius Computer Solutions immediately
> and (i) destroy this message if a facsimile or (ii) delete this message
> immediately if this is an electronic communication. Thank you.
>
> Sirius Computer Solutions
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu 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/
>

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Install not working for SLES11 SP4 thru TRUNKED VSWITCH

2016-04-20 Thread Dave Myers
I am trying to install SLES11 SP4 under zVM VSWITCH.
The VSWITCH is attached to an OSA that is TRUNKED to a switch port.
We defined VLAN ID on the VSWITCH def and also on the GRANT ACCESS statement 
for the guest.
We cannot connect when we run the SLES11SP4  EXEC.

Does anyone know if this is supported for install by the SLES11 SP4 RAM system?
Or does anyone know how to debug this connection from the SLES11SP4  EXEC ?

Thanks,
Dave


This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, distribution, or copying of this 
communication is strictly prohibited. This message may be viewed by parties at 
Sirius Computer Solutions other than those named in the message header. This 
message does not contain an official representation of Sirius Computer 
Solutions. If you have received this communication in error, notify Sirius 
Computer Solutions immediately and (i) destroy this message if a facsimile or 
(ii) delete this message immediately if this is an electronic communication. 
Thank you.

Sirius Computer Solutions

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: SuSE Cloud 6 + z/VM - Any adventurer?

2016-04-20 Thread Tito Garrido
Hi Berthold,

Is there any specific documentation about it? :)

Thanks in advance!

Tito

On Wed, Apr 20, 2016 at 2:28 PM, Berthold Gunreben  wrote:

> Hi Tito,
>
> I actually participated in a presentation today that demonstrated that
> thing. Unfortunately, you will need some expert with openstack and
> another expert with z/VM to setup all of this. Currently this cannot be
> done with the graphical frontends. After you accomplish the setup,
> things become easier though...
>
> In other words, yes, it is possible, but you probably will need help
> from SUSE to really do the setup (I am one of those who can do the
> z/VM part; the openstack part is something for someone else).
>
> Berthold
>
> On Wed, 20 Apr 2016 11:31:45 -0300
> Tito Garrido  wrote:
>
> > Hi Folks,
> >
> > I have been checking SuSE Cloud 6 capabilities in my "hybrid
> > environment" (zPDT + KVMx86) but I got stuck on Neutron + Nova
> > config...
> >
> > The neutron recipe runs fine, even though I can't see any connection
> > tempt from XCAT /var/log/message...
> >
> > When I try to deply Nova I get the following message:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *root@d52-54-00-a1-98-8b:~ # cat /var/chef/cache/chef-stacktrace.out
> > Generated at 2016-04-20 11:09:12
> > -0300Chef::Mixin::Template::TemplateError:
> > Chef::Mixin::Template::TemplateError (undefined method `[]' for
> > nil:NilClass) on line #57: 55: <%end -%> 56:  57: [<%=
> > @svm[:zvm_xcat_mgt_vswitch] %>] 58:  59: # (StrOpt ) rdev_list for
> > each vswitch's uplink real device(s), seperated by ','.*
> >
> > The error seems to be related to rdev_list for physnet... I have tried
> > comma separated and even blank values.
> >
> > I have been following the deployment documentation (
> >
> https://www.suse.com/documentation/suse-openstack-cloud-6/book_cloud_deploy/data/cha_depl_ostack.html
> )
> > but it doesn't provide much regarding z/VM...
> >
> > Anybody playing with SuSE Cloud 6? :)
> >
> > Thanks,
> >
> > Tito Garrido
> >
>
>
>
> --
> --
>  Berthold Gunreben  Build Service Team
>  http://www.suse.de/ Maxfeldstr. 5
>  SUSE Linux GmbH, D-90409 Nuernberg, Germany, HRB 21284 (AG Nürnberg)
>  GF: Felix Imendörffer, Jane Smithard, Graham Norton
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu 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/
>



-- 

Linux User #387870
.
 _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:___

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: SuSE Cloud 6 + z/VM - Any adventurer?

2016-04-20 Thread Berthold Gunreben
Hi Tito,

I actually participated in a presentation today that demonstrated that
thing. Unfortunately, you will need some expert with openstack and
another expert with z/VM to setup all of this. Currently this cannot be
done with the graphical frontends. After you accomplish the setup,
things become easier though...

In other words, yes, it is possible, but you probably will need help
from SUSE to really do the setup (I am one of those who can do the
z/VM part; the openstack part is something for someone else).

Berthold

On Wed, 20 Apr 2016 11:31:45 -0300
Tito Garrido  wrote:

> Hi Folks,
> 
> I have been checking SuSE Cloud 6 capabilities in my "hybrid
> environment" (zPDT + KVMx86) but I got stuck on Neutron + Nova
> config...
> 
> The neutron recipe runs fine, even though I can't see any connection
> tempt from XCAT /var/log/message...
> 
> When I try to deply Nova I get the following message:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *root@d52-54-00-a1-98-8b:~ # cat /var/chef/cache/chef-stacktrace.out
> Generated at 2016-04-20 11:09:12
> -0300Chef::Mixin::Template::TemplateError:
> Chef::Mixin::Template::TemplateError (undefined method `[]' for
> nil:NilClass) on line #57: 55: <%end -%> 56:  57: [<%=
> @svm[:zvm_xcat_mgt_vswitch] %>] 58:  59: # (StrOpt ) rdev_list for
> each vswitch's uplink real device(s), seperated by ','.*
> 
> The error seems to be related to rdev_list for physnet... I have tried
> comma separated and even blank values.
> 
> I have been following the deployment documentation (
> https://www.suse.com/documentation/suse-openstack-cloud-6/book_cloud_deploy/data/cha_depl_ostack.html)
> but it doesn't provide much regarding z/VM...
> 
> Anybody playing with SuSE Cloud 6? :)
> 
> Thanks,
> 
> Tito Garrido
> 



-- 
--
 Berthold Gunreben  Build Service Team
 http://www.suse.de/ Maxfeldstr. 5
 SUSE Linux GmbH, D-90409 Nuernberg, Germany, HRB 21284 (AG Nürnberg) 
 GF: Felix Imendörffer, Jane Smithard, Graham Norton

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Simple DASD question

2016-04-20 Thread Mark Post
>>> On 4/19/2016 at 04:42 PM, Michael J Nash  wrote: 
> Greeting Mark, please tell us why  use_lvmetad  has been disabled!

It wasn't considered ready for enterprise use.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


SuSE Cloud 6 + z/VM - Any adventurer?

2016-04-20 Thread Tito Garrido
Hi Folks,

I have been checking SuSE Cloud 6 capabilities in my "hybrid environment"
(zPDT + KVMx86) but I got stuck on Neutron + Nova config...

The neutron recipe runs fine, even though I can't see any connection tempt
from XCAT /var/log/message...

When I try to deply Nova I get the following message:










*root@d52-54-00-a1-98-8b:~ # cat /var/chef/cache/chef-stacktrace.out
Generated at 2016-04-20 11:09:12 -0300Chef::Mixin::Template::TemplateError:
Chef::Mixin::Template::TemplateError (undefined method `[]' for
nil:NilClass) on line #57: 55: <%end -%> 56:  57: [<%=
@svm[:zvm_xcat_mgt_vswitch] %>] 58:  59: # (StrOpt ) rdev_list for each
vswitch's uplink real device(s), seperated by ','.*

The error seems to be related to rdev_list for physnet... I have tried
comma separated and even blank values.

I have been following the deployment documentation (
https://www.suse.com/documentation/suse-openstack-cloud-6/book_cloud_deploy/data/cha_depl_ostack.html)
but it doesn't provide much regarding z/VM...

Anybody playing with SuSE Cloud 6? :)

Thanks,

Tito Garrido

-- 

Linux User #387870
.
 _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:___

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/