2015-09-18 Linux on z Systems - Kernel 4.1, 4.2, and KVM related updates on developerWorks

2015-09-18 Thread Gerhard Hiller
Please refer to 
http://www.ibm.com/developerworks/linux/linux390/whatsnew.html
for several updates to the 'Development stream':
 * description of upstream kernel 4.1 and 4.2 features that were
   contributed by Linux on z Systems development
 * kernel 4.1 and 4.2 patch for kernel message catalog
 * s390-tools 1.31.0 and 1.32.0 delivers new functionality and bug fixes
 * new/updated documentation
   -- KVM Virtual Server Quick Start - SC34-2753-00
   -- KVM Virtual Server Management - SC34-2752-00
   -- Device Drivers, Features, and Commands for Linux as a KVM Guest 
  (Kernel 4.2) - SC34-2754-00
   -- Installing SUSE Linux Enterprise Server 12 as a KVM Guest - 
SC34-2755-00 
   -- Device Drivers, Features, and Commands (Kernel 4.2) SC33-8411-28
   -- Kernel Messages (Kernel 4.2) - SC34-2599-10
* end of message


Mit freundlichen Grüßen / Kind regards








Gerhard Hiller


 














Software Management and Linux Technologies


IBM Systems








Phone:
 +49-7031-16-4388
 IBM Deutschland



Fax:
 +49-7031-16-3545
 Schoenaicher Str. 220


E-Mail:
 ghil...@de.ibm.com
 71032 Boeblingen




 Germany





IBM Deutschland Research & Development GmbH
Vorsitzende des Aufsichtsrats: Martina Koederitz,  Geschäftsführung: Dirk 
Wittkopp 
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, 
HRB 243294 
 



Re: Compression - Offloading

2015-09-18 Thread Jorge Fábregas
On 09/17/2015 09:15 AM, Jorge Fábregas wrote:
> Is there some specialty processor in the mainframe implementing either
> gzip, bzip2 or lzma that one could offload compression tasks to? 

Thank you guys for pointing me to zEDC.  That's indeed what I was
looking for.  We have the zEC12 but I was told we don't have the zEDC
card :(

Thanks!
Jorge

--
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: Compression - Offloading

2015-09-18 Thread Neale Ferguson
z13 only.

On 9/18/15, 7:03 AM, "Linux on 390 Port on behalf of Jorge Fábregas"
 wrote:

>
>Thank you guys for pointing me to zEDC.  That's indeed what I was
>looking for.  We have the zEC12 but I was told we don't have the zEDC
>card :(



Re: Advice on doing RHEL 7 LPAR install

2015-09-18 Thread Martha McConaghy
Actually, I did do a VM install to get a running RHEL 7 system they could play
with.  However, the project they are working on involves adapting software
that currently runs in an appliance to be installed into an LPAR.  Its been
tough because these guys have next to no Linux skills at all.  So, besides
giving them a running RHEL 7 system to play with, myself and a colleague have
been trying to educate them on how LPARs and HMCs work in general.

Ultimately, they are going to need to develop their own installer that won't
have to depend on an outside source for Linux.  But, since they don't
understand how to do a traditional install, we were starting with that. I
think the light is finallying beginning to dawn on them that a z doesn't work
like an Intel pizza box.  sigh...

Well, at least I have learned more about RHEL than I knew before.  Just wish
I didn't have so many other projects going on that this is delaying.

Martha


On Thu, 17 Sep 2015 14:40:15 -0400 Rick Troth said:
>On 09/15/2015 03:38 PM, Martha McConaghy wrote:
>> We've got some folks from outside the school working on a project in our
>> lab.  They want to do an RHEL 7 LPAR install,   ...
>
>Forgive me if I'm harping on the wrong point. I really just want to see
>all parties happy.
>
>Do they need to perform an LPAR installation or do they simply need the
>result in LPAR?
>If the latter, then clearly using VM for the install step makes more sense.
>(Not to say successful execution of LPAR mode install isn't interesting.)
>
>Call it "V to P". Works.
>
>-- R; <><
>
>--
>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: Compression - Offloading

2015-09-18 Thread Utz Bacher
Mark Post wrote on 17.09.2015 17:19:18:
> >>> On 9/17/2015 at 10:34 AM, Neale Ferguson 
wrote:
> > The new zEDC does the equivalent of gzip -1
>
> Note that this _optional_ feature was introduced with the zEC12 and
> zBC12, so you have to be using one of those, or a z13.  (The new
> LinuxONE systems are re-branded z13 and zBC12 systems, so they will
> also have the option to have the feature installed.)
>
> Linux support for the zEDC was introduced with SLES12.  Not sure
> when Red Hat included it, but it was probably RHEL 7.0.

Working on getting this into RHEL 7.x. Source-code-wise, it is the same PCI
device driver (not s390x-specific).
The latest IBM Java code provides support through the java.util.zip classes
(use the constructor to set larger buffer sizes like 64k or 256k to get
best performance; specifically decompression does not improve otherwise).
Please refer to
http://www-01.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.lnx.70.doc/user/power_compression.html?lang=en
 for Java documentation and minimum SR level.

Experimental user space code is at
https://github.com/ibm-genwqe/genwqe-user , if you are willing to spend
time playing with it.

Thanks,
Utz

:wq

--
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: Advice on doing RHEL 7 LPAR install

2015-09-18 Thread Berthold Gunreben
On Fri, 18 Sep 2015 09:53:08 EST
Martha McConaghy  wrote:

> Actually, I did do a VM install to get a running RHEL 7 system they
> could play with.  However, the project they are working on involves
> adapting software that currently runs in an appliance to be installed
> into an LPAR.  Its been tough because these guys have next to no
> Linux skills at all.  So, besides giving them a running RHEL 7 system
> to play with, myself and a colleague have been trying to educate them
> on how LPARs and HMCs work in general.

You might want to have a look at kiwi (which is available with SLES).
This gives you the possibility to actually build appliances not only
for SLES, but also for RHEL.

It is possible to build appliances for both, zFCP and DASD. You only
have to dump the image to disk and bootup. 

At SUSE, we even have our build service worker appliance (the system
that really builds packages on mainframe) setup as kiwi appliance that
is deployed on LPAR by just doing a load via snipl. 

I have done a live presentation once that did an introduction, building
a wordpress appliance, and deployment to LPAR within 45 minutes...

Berthold

-- 
--
 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/