Re: System error code -3030

2015-02-20 Thread Victor Echavarry Diaz
Is strange, we continue the installation with the errors. It finishes and after 
reboot the server it install all without the LVM's. But, when we try to mount 
the failing LVM's its mount without any problems. Do anyone of you pass this 
before.

BTW, we open an issue with Novell.

Regards,

Victor Echavarry
System Programmer, EVERTEC LLC



WARNING: This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please delete it 
immediately.
Please note that any views or opinions presented in this email are solely those
of the author and do not necessarily represent those of EVERTEC, Inc. or its
affiliates. Finally, the integrity and security of this message cannot be
guaranteed on the Internet, and as such EVERTEC, Inc. and its affiliates accept
no liability for any damage caused by any virus transmitted by this email.

Re: System error code -3030

2015-02-20 Thread Michael MacIsaac
Victor,

Try chkconfig boot.lvm on then a reboot.

HTH.

-Mike


On Fri, Feb 20, 2015 at 8:37 AM, Victor Echavarry Diaz 
vechava...@evertecinc.com wrote:

 Is strange, we continue the installation with the errors. It finishes and
 after reboot the server it install all without the LVM's. But, when we try
 to mount the failing LVM's its mount without any problems. Do anyone of you
 pass this before.

 BTW, we open an issue with Novell.

 Regards,

 Victor Echavarry
 System Programmer, EVERTEC LLC



 WARNING: This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they are
 addressed. If you have received this email in error please delete it
 immediately.
 Please note that any views or opinions presented in this email are solely
 those
 of the author and do not necessarily represent those of EVERTEC, Inc. or
 its
 affiliates. Finally, the integrity and security of this message cannot be
 guaranteed on the Internet, and as such EVERTEC, Inc. and its affiliates
 accept
 no liability for any damage caused by any virus transmitted by this email.


--
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: IFL vs Non-IFL processor

2015-02-20 Thread Mark Post
 On 2/20/2015 at 03:00 PM, Linker Harley - hlinke harley.lin...@acxiom.com
wrote: 
 I doubt that they expose the difference between an IFL and a GP  (General 
 Purpose) engine as an IFL, basically, is a GP engine loaded with different 
 microcode (to prevent the engine from being able to run z/OS).  It is a full 
 speed engine where a GP engine can be slowed down, via microcode, to reduce 
 software licensing costs in a z/OS environment.

Turns out they do.  Mike O'Reilly was right about hyptop.  It appears the 
information is available in /sys/kernel/debug/s390_hypfs/diag_204 but it's all 
binary information.  If you don't want to use hyptop, you'd need to read the 
source code for hyptop to parse the information yourself.

Sounds like a reasonable enhancement request for IBM to add that information to 
the output of /proc/cpuinfo or the lscpu command.


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: IFL vs Non-IFL processor

2015-02-20 Thread Alan Altmark
On Friday, 02/20/2015 at 04:32 EST, Carlos Bodra - Pessoal
cbo...@terra.com.br wrote:
 If I IPL Linux in a z/VM mode partition (as a z/VM guest) with CP and
IFL
 allocated to lpar, where Linux will run???

If the guest has virtual IFLs defined as the primary CPU type then
   If CPU affinity is ON then
 Guest runs on IFLs
   Else
 Guest runs on CPs
Else
  Guest runs on CPs.

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: IFL vs Non-IFL processor

2015-02-20 Thread Alan Altmark
On Friday, 02/20/2015 at 01:05 EST, Steve P steve.lin...@gmail.com
wrote:
 I have a Suse  zLinux on an system z Lpar (not under zVM).
 Are there message(s) or indicators at Linux startup that tells me that
I'm
 running on an IFL processor?

You sound like you don't trust the machine, Steve.  :-)  Here's how it
works:
- If you IPL Linux in an ESA/390 mode partition, Linux is runs on CPs
- If you IPL Linux in a LINUX only mode partition, Linux runs on IFLs
- If you IPL Linux in a z/VM mode partition (not as a z/VM guest), Linux
runs (only) on CPs.

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: IFL vs Non-IFL processor

2015-02-20 Thread Mark Post
 On 2/20/2015 at 03:12 PM, Michael MacIsaac mike99...@gmail.com wrote: 
 How about QUERY CPUS:
 
 # *vmcp q cpus*
 CPU 00  ID  FF0777188000 (BASE)* IFL*  CPUAFF ON

Would be a nice trick in an LPAR.  ;)


Mark

--
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: IFL vs Non-IFL processor

2015-02-20 Thread Linker Harley - hlinke
Good to know.  Thanks!

-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark Post
Sent: Friday, February 20, 2015 2:40 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: IFL vs Non-IFL processor

 On 2/20/2015 at 03:00 PM, Linker Harley - hlinke 
 harley.lin...@acxiom.com
wrote: 
 I doubt that they expose the difference between an IFL and a GP  
 (General
 Purpose) engine as an IFL, basically, is a GP engine loaded with 
 different microcode (to prevent the engine from being able to run 
 z/OS).  It is a full speed engine where a GP engine can be slowed 
 down, via microcode, to reduce software licensing costs in a z/OS environment.

Turns out they do.  Mike O'Reilly was right about hyptop.  It appears the 
information is available in /sys/kernel/debug/s390_hypfs/diag_204 but it's all 
binary information.  If you don't want to use hyptop, you'd need to read the 
source code for hyptop to parse the information yourself.

Sounds like a reasonable enhancement request for IBM to add that information to 
the output of /proc/cpuinfo or the lscpu command.


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/
***
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.


--
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: IFL vs Non-IFL processor

2015-02-20 Thread Carlos Bodra - Pessoal

Alan,

If I IPL Linux in a z/VM mode partition (as a z/VM guest) with CP and IFL 
allocated to lpar, where Linux will run???


*Carlos Bodra
IBM Certified zEnterprise
Sao Paulo - SP - BRAZIL*
On 20/02/2015 19:09, Alan Altmark wrote:

On Friday, 02/20/2015 at 01:05 EST, Steve P steve.lin...@gmail.com
wrote:

I have a Suse  zLinux on an system z Lpar (not under zVM).
Are there message(s) or indicators at Linux startup that tells me that

I'm

running on an IFL processor?

You sound like you don't trust the machine, Steve.  :-)  Here's how it
works:
- If you IPL Linux in an ESA/390 mode partition, Linux is runs on CPs
- If you IPL Linux in a LINUX only mode partition, Linux runs on IFLs
- If you IPL Linux in a z/VM mode partition (not as a z/VM guest), Linux
runs (only) on CPs.

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/




--
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: Call to Chair Session for SHARE in Seattle

2015-02-20 Thread Jagos, Brian V
Hi All,

   With SHARE one week away it looks like we have some really great 
session left.  If you are attending the SHARE conference and see a session you 
would like to chair for us please send me an e - mail with the session or 
session you would like to chair.

SHARE CHAIR SESSIONS

Session IDSession Title 
Date and Time  Speaker
16423   Hadoop and Data Integration with System z  
Mon 2015-03-02, 13:45:00   Cameron Seay (Speaker), Mike Combs (Speaker)
16451   systemd, the Wave of the Future 
  Mon 2015-03-02, 15:15:00   Mark Post (Speaker)
16916   The Mainframe: The Latest Disruptive Technology in Cloud  Mon 
2015-03-02, 15:15:00   Frank DeGilio (Speaker)
16418   Current  Future Features of SUSE Linux Enterprise Server for
System z
  Mon 2015-03-02, 16:30:00   Marcus Kraft (Speaker)
16575   Architectural Implementation Analysis - A Comparative
Methodology 
   Mon 2015-03-02, 16:30:00   Montgomery Bauman 
(Speaker)
16474   Introduction to REXX Workshop (Part 1 of 2) (BYOC)  Tue 
2015-03-03, 10:00:00   John Franciscovich (Speaker)
16443   Red Hat on System z Performance Comparison and Linux
Containers  
  Tue 2015-03-03, 11:15:00   Filipe Torchia Miranda 
(Speaker)
16475   Introduction to REXX Workshop (Part 2 of 2) (BYOC)  Tue 
2015-03-03, 11:15:00   John Franciscovich (Speaker)
16761   IBM Java: JVM Tuning
 Tue 2015-03-03, 13:45:00   Iris Baron (Speaker)
17163   Mobile Roundtable   
Tue 2015-03-03, 15:15:00   Erich Amrehn (Speaker)
16762   Enterprise JavaScript with the IBM SDK for Node.js  Wed 
2015-03-04, 08:30:00   Joran Siu (Speaker)
16447   Understanding the Linux Know-It-All Part 1 of 2   Wed 
2015-03-04, 11:15:00   Martin Schwidefsky (Speaker)
16763   JavaScript with the IBM SDK for Node.js Hands-on LabWed 
2015-03-04, 12:30:00   Joran Siu (Speaker)
16448   Understanding the Linux Know-It-All Part 2 of 2   Wed 
2015-03-04, 13:45:00   Martin Schwidefsky (Speaker)
16410   OpenStack: The Foundation for Cloud 
  Wed 2015-03-04, 15:15:00   Peter Linnell (Speaker)
16473   Introduction to RACF on z/VM
 Wed 2015-03-04, 15:15:00   Bruce Hayden (Speaker)
16409   OpenStack Deep Dive 
  Wed 2015-03-04, 16:30:00   Peter Linnell (Speaker)
16480   Understanding z/VM 6.3 through New Performance Toolkit
Reports 
Wed 2015-03-04, 16:30:00   Bill Bitner (Speaker)
16770   Linux on z Systems Distribution Validation for z13   
Thu 2015-03-05, 10:00:00   Eberhard Pasch (Speaker)
16479   Security Zones on z/VM  
 Thu 2015-03-05, 11:15:00   Alan Altmark (Speaker)
16488   z/VM Single System Image and Live Guest Relocation Planning
and Use 
   Thu 2015-03-05, 15:15:00   John Franciscovich 
(Speaker)
16387   Lab Experiences Running GPFS on Linux on System Z Thu 
2015-03-05, 16:30:00   Robert (Jay) J. Brenneman (Speaker)
16470   Everything You Need to Know About Cloning z/VM 6.2 and
6.3 Systems 
 Thu 2015-03-05, 16:30:00   Bruce Hayden (Speaker)
16773   Mobile on System z - Advanced Hands-on Lab  Thu 
2015-03-05, 18:00:00   Erich Amrehn (Speaker), Wilhelm Mild (Speaker)
16454   z/VM CPU Pooling
   Fri 2015-03-06, 08:30:00   John Franciscovich (Speaker)


Thank you;
Brian Jagos
TSO
Principal Consultant z/OS z/VM
Linux for System z
Phone: (631) 342 - 6523

[cid:image002.gif@01CB0BC7.3767FB70]http://www.ca.com/


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

Re: Docker

2015-02-20 Thread Mark Post
 On 2/19/2015 at 09:27 PM, Alan Ackerman alan.ackerma...@gmail.com wrote: 
 OK, so what is Docker? What is a container? For that matter what is the 
 go language? Don't we have enough languages, already?

Get off my lawn!


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: Docker

2015-02-20 Thread Filipe Miranda
:-)

-
Filipe Miranda

On Feb 20, 2015, at 7:26 AM, Mark Post mp...@suse.com wrote:

 On 2/19/2015 at 09:27 PM, Alan Ackerman alan.ackerma...@gmail.com wrote:
 OK, so what is Docker? What is a container? For that matter what is the 
 go language? Don't we have enough languages, already?
 
 Get off my lawn!
 
 
 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/

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


Multiple migration products visible to zypper prior to SP2 upgrade to SP3

2015-02-20 Thread Ron Foster
Hello listers,



We are still in midst of upgrading our last SLES11SP2 system.



We have made several attempts on this system.  We have tried Suse Manager.  We 
have tried SMT.  We have tried wagon.  And we have tried various repositories.  
SMT and Suse Manager.



We are investigating using the zypper method this time.  I am examining the 
zypper method as outline in Suse Knowledge base article 7102368.  And the 
active repositories belong to suse manager.



The system is at SLES11SP2.  But the repositories may not exactly reflect that. 
 For example, when I issue a



zypper se -t product | grep -h -- -migration | cut -d\| -f2



I get

 SUSE_SLES-SP2-migration
 SUSE_SLES-SP3-migration



Is this going to cause problems later on when I issue I start the actual 
migration and I issue the commands for real.  Will the SP2 migration product be 
gone, or should I install it, or should I just leave it be.



Thanks,



Ron

Ron Foster

Baldor Electric Company

5711 R S Boreham Jr Street

Fort Smith, AR 72901

Phone:479-648-5865

Fax:479-646-5440

Email: ron.fos...@baldor.abb.commailto:ron.fos...@baldor.abb.com

IM Address:ron.fos...@baldor.abb.com

www.baldor.comhttp://www.baldor.com/



--
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: Multiple migration products visible to zypper prior to SP2 upgrade to SP3

2015-02-20 Thread Mark Post
 On 2/20/2015 at 10:59 AM, Ron Foster ron.fos...@baldor.abb.com wrote: 
 Hello listers,

 We are still in midst of upgrading our last SLES11SP2 system.
 
 We have made several attempts on this system.  We have tried Suse Manager.  
 We have tried SMT.  We have tried wagon.  And we have tried various 
 repositories.  SMT and Suse Manager.

What failed with each of those methods?  Any or all of them should have worked.

 We are investigating using the zypper method this time.  I am examining the 
 zypper method as outline in Suse Knowledge base article 7102368.  And the 
 active repositories belong to suse manager.
 
 The system is at SLES11SP2.  But the repositories may not exactly reflect 
 that.  For example, when I issue a
 
 zypper se -t product | grep -h -- -migration | cut -d\| -f2
 
 
 
 I get
 
  SUSE_SLES-SP2-migration
  SUSE_SLES-SP3-migration
 
 
 
 Is this going to cause problems later on when I issue I start the actual 
 migration and I issue the commands for real.  Will the SP2 migration product 
 be gone, or should I install it, or should I just leave it be.

I'm not sure if it will or not, because you used cut to hide whether or not 
those products are listed as installed or not.  On my SLES11 SP2 test system, I 
see this:
# zypper se -t product
Loading repository data...
Reading installed packages...

S | Name| Summary| Type 
  
--+-++
i | SUSE_SLES   | SUSE Linux Enterprise Server 11 SP2| 
product
  | SUSE_SLES-SP2-migration | SUSE_SLES Service Pack 2 Migration Product | 
product
  | SUSE_SLES-SP3-migration | SUSE_SLES Service Pack 3 Migration Product | 
product

So, I have both the migration products _available_ but neither of them are 
installed.  


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: IFL vs Non-IFL processor

2015-02-20 Thread John McKown
On Fri, Feb 20, 2015 at 12:26 PM, Steve P steve.lin...@gmail.com wrote:

 I have installed zVm with zLinux under it on a System z Lpar with IFL
 processors before.  I could verify that the IFLs were being used with zvm
 commands.

 With this one, I know we have an IFL that has been dedicated to this Lpar.
 I was just curious if there are messages or commands within the zLinux
 environment that verified that it is now using an IFL processor.  A command
 or a message would be helpful.  If not, no worries.

 Thanks.


​Any luck looking at /proc/cpuinfo ? I don't have z/Linux or an IFL, I just
lurk here for learning purposes.​


-- 
He's about as useful as a wax frying pan.

10 to the 12th power microphones = 1 Megaphone

Maranatha! 
John McKown

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


IFL vs Non-IFL processor

2015-02-20 Thread Steve P
I have a Suse  zLinux on an system z Lpar (not under zVM).
Are there message(s) or indicators at Linux startup that tells me that I'm
running on an IFL processor?

Thanks,
Steve

--
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: IFL vs Non-IFL processor

2015-02-20 Thread Mark Post
 On 2/20/2015 at 01:02 PM, Steve P steve.lin...@gmail.com wrote: 
 I have a Suse  zLinux on an system z Lpar (not under zVM).
 Are there message(s) or indicators at Linux startup that tells me that I'm
 running on an IFL processor?

Not that I'm aware of.  I believe the only way to tell is from the HMC.  Since 
you don't seem to have had Linux for System z before, I'm curious as to whether 
you even have any IFLs in your box.  And if not, why look for such a message?  
(Trying to understand why you're asking, maybe there's really something else 
you want/need to know.)


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: IFL vs Non-IFL processor

2015-02-20 Thread Steve P
I have installed zVm with zLinux under it on a System z Lpar with IFL
processors before.  I could verify that the IFLs were being used with zvm
commands.

With this one, I know we have an IFL that has been dedicated to this Lpar.
I was just curious if there are messages or commands within the zLinux
environment that verified that it is now using an IFL processor.  A command
or a message would be helpful.  If not, no worries.

Thanks.

On Friday, February 20, 2015, Mark Post mp...@suse.com wrote:

  On 2/20/2015 at 01:02 PM, Steve P steve.lin...@gmail.com
 javascript:; wrote:
  I have a Suse  zLinux on an system z Lpar (not under zVM).
  Are there message(s) or indicators at Linux startup that tells me that
 I'm
  running on an IFL processor?

 Not that I'm aware of.  I believe the only way to tell is from the HMC.
 Since you don't seem to have had Linux for System z before, I'm curious as
 to whether you even have any IFLs in your box.  And if not, why look for
 such a message?  (Trying to understand why you're asking, maybe there's
 really something else you want/need to know.)


 Mark Post

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu javascript:; 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: IFL vs Non-IFL processor

2015-02-20 Thread Mark Post
 On 2/20/2015 at 01:26 PM, Steve P steve.lin...@gmail.com wrote: 
 I have installed zVm with zLinux under it on a System z Lpar with IFL
 processors before.  I could verify that the IFLs were being used with zvm
 commands.
 
 With this one, I know we have an IFL that has been dedicated to this Lpar.
 I was just curious if there are messages or commands within the zLinux
 environment that verified that it is now using an IFL processor.  A command
 or a message would be helpful.  If not, no worries.

I don't see anything obvious in /proc or /sys that would provide such 
information.  I don't know if that means it's information IBM does not want to 
make publicly available, or if the IBM developers just never bothered to expose 
it.  It might be worth asking your IBM rep. about it.


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: IFL vs Non-IFL processor

2015-02-20 Thread Michael O'Reilly

Steve,

   You might be able to tell with hyptop under Linux, from the man
pages, the first line shows:

CPU TYPES
   Depending  on  the  hypervisor different CPU types are supported.
These CPU types can be selected either interactively or with the
--cpu_types command line option. The calculation of the CPU data only
uses CPUs of the specified types.

   On LPAR the following CPU types are supported:
  'IFL' - Integrated Facility for Linux
  'CP'  - CP processor type
  'UN'  - Unspecified processor type (other than CP or IFL)

   NOTE: It is possible that on older machines also IFLs are shown as
CPs.  On z/VM currently only the processor  type  'UN' is available.
   
 Mike O'Reilly 
 IBM Linux Change Team 
   
   
   





   
 Steve P   
 steve.linuxz@gma 
 il.comTo
 Sent by: Linux on LINUX-390@VM.MARIST.EDU 
 390 Port   cc
 linux-...@vm.mar 
 IST.EDU  Subject
   Re: IFL vs Non-IFL processor
   
 02/20/2015 10:26  
 AM
   
   
 Please respond to 
 Linux on 390 Port 
 linux-...@vm.mar 
 IST.EDU  
   
   




I have installed zVm with zLinux under it on a System z Lpar with IFL
processors before.  I could verify that the IFLs were being used with zvm
commands.

With this one, I know we have an IFL that has been dedicated to this Lpar.
I was just curious if there are messages or commands within the zLinux
environment that verified that it is now using an IFL processor.  A command
or a message would be helpful.  If not, no worries.

Thanks.

On Friday, February 20, 2015, Mark Post mp...@suse.com wrote:

  On 2/20/2015 at 01:02 PM, Steve P steve.lin...@gmail.com
 javascript:; wrote:
  I have a Suse  zLinux on an system z Lpar (not under zVM).
  Are there message(s) or indicators at Linux startup that tells me that
 I'm
  running on an IFL processor?

 Not that I'm aware of.  I believe the only way to tell is from the HMC.
 Since you don't seem to have had Linux for System z before, I'm curious
as
 to whether you even have any IFLs in your box.  And if not, why look for
 such a message?  (Trying to understand why you're asking, maybe there's
 really something else you want/need to know.)


 Mark Post

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


--
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: IFL vs Non-IFL processor

2015-02-20 Thread Michael MacIsaac
How about QUERY CPUS:

# *vmcp q cpus*
CPU 00  ID  FF0777188000 (BASE)* IFL*  CPUAFF ON

On Fri, Feb 20, 2015 at 2:01 PM, Michael O'Reilly mik...@us.ibm.com wrote:


 Steve,

You might be able to tell with hyptop under Linux, from the man
 pages, the first line shows:

 CPU TYPES
Depending  on  the  hypervisor different CPU types are supported.
 These CPU types can be selected either interactively or with the
 --cpu_types command line option. The calculation of the CPU data only
 uses CPUs of the specified types.

On LPAR the following CPU types are supported:
   'IFL' - Integrated Facility for Linux
   'CP'  - CP processor type
   'UN'  - Unspecified processor type (other than CP or IFL)

NOTE: It is possible that on older machines also IFLs are shown as
 CPs.  On z/VM currently only the processor  type  'UN' is available.

  Mike O'Reilly
  IBM Linux Change Team









  Steve P
  steve.linuxz@gma
  il.comTo
  Sent by: Linux on LINUX-390@VM.MARIST.EDU
  390 Port   cc
  linux-...@vm.mar
  IST.EDU  Subject
Re: IFL vs Non-IFL processor

  02/20/2015 10:26
  AM


  Please respond to
  Linux on 390 Port
  linux-...@vm.mar
  IST.EDU






 I have installed zVm with zLinux under it on a System z Lpar with IFL
 processors before.  I could verify that the IFLs were being used with zvm
 commands.

 With this one, I know we have an IFL that has been dedicated to this Lpar.
 I was just curious if there are messages or commands within the zLinux
 environment that verified that it is now using an IFL processor.  A command
 or a message would be helpful.  If not, no worries.

 Thanks.

 On Friday, February 20, 2015, Mark Post mp...@suse.com wrote:

   On 2/20/2015 at 01:02 PM, Steve P steve.lin...@gmail.com
  javascript:; wrote:
   I have a Suse  zLinux on an system z Lpar (not under zVM).
   Are there message(s) or indicators at Linux startup that tells me that
  I'm
   running on an IFL processor?
 
  Not that I'm aware of.  I believe the only way to tell is from the HMC.
  Since you don't seem to have had Linux for System z before, I'm curious
 as
  to whether you even have any IFLs in your box.  And if not, why look for
  such a message?  (Trying to understand why you're asking, maybe there's
  really something else you want/need to know.)
 
 
  Mark Post
 
  --
  For LINUX-390 subscribe / signoff / archive access instructions,
  send email to lists...@vm.marist.edu javascript:; 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/


 --
 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: IFL vs Non-IFL processor

2015-02-20 Thread Linker Harley - hlinke
I doubt that they expose the difference between an IFL and a GP  (General 
Purpose) engine as an IFL, basically, is a GP engine loaded with different 
microcode (to prevent the engine from being able to run z/OS).  It is a full 
speed engine where a GP engine can be slowed down, via microcode, to reduce 
software licensing costs in a z/OS environment.


Harley Linker


-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark Post
Sent: Friday, February 20, 2015 12:53 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: IFL vs Non-IFL processor

 On 2/20/2015 at 01:26 PM, Steve P steve.lin...@gmail.com wrote: 
 I have installed zVm with zLinux under it on a System z Lpar with IFL 
 processors before.  I could verify that the IFLs were being used with 
 zvm commands.
 
 With this one, I know we have an IFL that has been dedicated to this Lpar.
 I was just curious if there are messages or commands within the zLinux 
 environment that verified that it is now using an IFL processor.  A 
 command or a message would be helpful.  If not, no worries.

I don't see anything obvious in /proc or /sys that would provide such 
information.  I don't know if that means it's information IBM does not want to 
make publicly available, or if the IBM developers just never bothered to expose 
it.  It might be worth asking your IBM rep. about it.


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/
***
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.


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