Re: qeth ipv6 dependency

2009-08-27 Thread Justin Payne

Was an alternative solution to this ever found?


On 07/02/2007 02:47 AM, Ursula Braun1 wrote:

Brad,

since qeth supports layer3 devices, it is difficult to make qeth
independent of ipv6. The best solution would be a kernel rebuild without
ipv6 configured.
There exists the SLES9 solution solving Novell Bugzilla 128561 you are
pointing to. Unfortunately it is more a quick hack and thus more a
circumvention than a real solution for the problem. Thus up to now there
have been no efforts to port it to upstream or to another distribution.
Nevertheless we are aware of this problem and we are going to investigate
into alternative solutions.

Best regards,Ursula Braun
IBM Germany, Dept. 1419, Linux on System z Dev.



IBM Deutschland Entwicklung GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Herbert Kircher
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294




  Brad Hinson
  bhin...@redhat.c
  om To
  Sent by: Linux on LINUX-390@VM.MARIST.EDU
  390 Port   cc
  linux-...@vm.mar
  IST.EDU   Subject
qeth ipv6 dependency

  29.06.2007 21:42


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






A customer has a security policy that only allows ipv4, so they can't
assign an ipv6 address to eth0, and can't have an ipv6 over ipv4 tunnel.
Ideally, they'd like to remove the ipv6 kernel module altogether.

In RHEL 4 and SLES 9, they were able to do this.  In RHEL 5 and SLES 10,
they're finding that dependencies don't allow them to do this.  It
appears there are too many hard linkages between qeth and ipv6.  When
they alias ipv6 off in modprobe.conf, they get messages like:

qeth: Unknown symbol in6_dev_finish_destroy
qeth: Unknown symbol addrconf_lock
qeth: Unknown symbol unregister_inet6addr_notifier
qeth: Unknown symbol ndisc_mc_map
qeth: Unknown symbol register_inet6addr_notifier
qeth: Unknown symbol in6_dev_finish_destroy
qeth: Unknown symbol addrconf_lock
qeth: Unknown symbol unregister_inet6addr_notifier
qeth: Unknown symbol ndisc_mc_map
qeth: Unknown symbol register_inet6addr_notifier
qeth: Unknown symbol in6_dev_finish_destroy
qeth: Unknown symbol addrconf_lock
qeth: Unknown symbol unregister_inet6addr_notifier
qeth: Unknown symbol ndisc_mc_map
qeth: Unknown symbol register_inet6addr_notifier

I found this link, so it seems someone has asked this question before:

http://www.ibm.com/developerworks/linux/linux390/linux-2.6.5-s390-32-april2004.html


Specifically, Problem-ID 19880:

Description: qeth: customer wants qeth driver to be loaded and running
without ipv6 module loaded prior to. Symptom: qeth module built with
ipv6 support will not load when ipv6 module is not loaded.

Problem: qeth driver is using basic ipv6 functions which are needed to
register IPv6 IP addresses. These functions are not available when ipv6
module is not loaded. Solution: Use symbol_put/symbol_get and get
function addresses when available and call them. Use wrapper functions
then in qeth.

-

So the question is:  Does anyone know when this change happened in the
qeth code?  i.e. What was the decision/feature in the module that
necessitated this dependency?  Was the patch in the link above ever
proposed upstream?

Thanks,
-Brad

--
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 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 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: PHP to DB2 connection

2009-08-27 Thread Mark Post
 On 8/26/2009 at  8:50 PM, Mauro Souza thoriu...@gmail.com wrote: 
 to create your own rpm file, use a tool called checkinstall...
 the process is almost the same to install using the source: ./configure 
 make  *checkinstall* make install
 
 checkinstall will install php, create a rpm file, and store it on
 /usr/src/RPMS. I always use it when I compile something from source.

Except in this case, the OP doesn't have to start from plain source, he 
already has a source RPM.  Using your method, he'll wind up with an RPM that 
will have everything in it that are spread across _many_ already-existing RPMs. 
 Almost certainly not what is desired.  I've always found it far easier to find 
a source RPM from either openSUSE or Fedora, and tweak the .spec file followed 
by rpmbuild.


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


DB2/UDB Encryption on zLinux

2009-08-27 Thread Thompson, Michael E
We are looking at moving a UDB database to zLinux that will require
encryption of the database. We are running RHEL 5.2 under zVM5.4 on z10
hardware with Crypto coprocessor available. What options are avialable
that would allow us to provide encryption?( DB2 is at V8 with plans
on moving to V9). 
 
Michael E. Thompson
Mainframe Linux Support
UHT - Plymouth P3-110
(763)744-1704
 

This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.

--
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: DB2/UDB Encryption on zLinux

2009-08-27 Thread Fuzzy Logic
You should be able to access the crypto hardware through the CCA
libraries on System z servers running Linux.

It's been a while since I looked at it, but this page
(http://www-03.ibm.com/systems/z/os/linux/security/) might be of use.
I know that the CEX2C and CEX2A are both supported by the kernel
device driver, but I'm not sure which release of RHEL has the correct
kernel.

On Thu, Aug 27, 2009 at 10:24 AM, Thompson, Michael
Emichael_thomp...@uhc.com wrote:
 We are looking at moving a UDB database to zLinux that will require
 encryption of the database. We are running RHEL 5.2 under zVM5.4 on z10
 hardware with Crypto coprocessor available. What options are avialable
 that would allow us to provide encryption?    ( DB2 is at V8 with plans
 on moving to V9).

 Michael E. Thompson
 Mainframe Linux Support
 UHT - Plymouth P3-110
 (763)744-1704

--
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: PHP to DB2 connection

2009-08-27 Thread Jones, Russell
How do I get the Novell RPM source? Web site? Installation CD? I'm not
sure I'll know it when I see it. 

Russell Jones 
ANPAC
System Programmer Trainee
rjo...@anpac.com

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Mark Post
Sent: Wednesday, August 26, 2009 5:03 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: PHP to DB2 connection

 On 8/26/2009 at  5:00 PM, Jones, Russell russell.jo...@anpac.com
wrote: 
-snip-
I am not sure where to start creating my own rpm. Is there
 somewhere I could download a prepackaged php rmp with DB2 support for
 ZLinux?

How about using the source RPM from Novell, and modifying the php5.spec
file to add what you want?  After tjat. rpmbuild would be the next step.


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


Quest re: Subversion on SLES 11.0

2009-08-27 Thread Michael Simms
I have been trying to install a  package called Subversion. Since I could not 
find a binary for SuSE SLES 11 on zVM, I am attempting to compile it from 
scratch by doing a './configure' and then 'make'. Wow, what a mess. I must 
be missing some trick or knowledge. Has anybody done this? And, if so, would 
you have any advice for all the 'pre-installed software package requisites' 
that is required? By this I mean as an example the following scenario:

1. I issue './configure...' to configure Subversion.
 './configure...' stops and tell me that the configure/make for 'zlib' 
had errors.
I 'cd' to the zlib directory and issue a ./configure. Seems good.
I do a make. It seems good as well.
2. So we are  back at the './configure...' for Subversion.
Subversion stops, telling me that 'Serf' has erred on it's 
'./configure'.
'Serf' is missing an 'APR' type package. I down load and untar it.
I 'cd' to this APR package lib.
I issue ./configure/make and for this package, it seems to have 
gone well.
So we are now back at the 'Serf' ./configure/make.
I do the ./configure manually. Looks good.
I do the 'make'. It seems good.
3. Once again, we are back at the Subversion level. I continue on with the 
'./configure'
All seems well.
4. Let's say for arguments sake I have completed the './configure...' without 
too many errors, at least none that are critical (I think).
Now I key in the 'make'.  Package missing.
I download the package and untar it.
I 'cd' to it's directory. I do the './configure'. Errors.
Needs 'x-package-of-some-sort'. I download it.
Go thru the procedures shown above, you know, the 
configure/make process.
5. I  finally get back to the Subversion 'make' process again.
We begin where it erred off before.
etc,
etc,
etc,
etc,
etc,
etc.

Do you get my drift? It just seems like I'm spinning my wheels. I've already 
installed all that the Subversion documents told me before I even began, and 
yet, there are still many, many more packages that I find out about while going 
through the ./configure...' and build processes, since as I established before, 
there are no binaries that I can find for Subversion, on SuSE SLES11, on 
zSeries.
I've got to be doing something wrong, yes?
HELP :-)
I don't really know whether I am on the correct path and I just need to have 
patience and see it through, or?Any help or guidance would be so appreciated.
Regards,
Michael



--
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: PHP to DB2 connection

2009-08-27 Thread Gregg C Levine
Hello!
Mark Post is probably the best fellow here to properly answer that one, but
here goes:
When you installed your Linux instance, how many CDs or DVDs were involved
in the process? Typically the source code rides on the very last one, and
installation notes normally tell the user (or programmer or systems
administrator) not to install that one.

I believe however that the source RPM files are available for download from
an FTP site, or via the company website, but I could definitely be wrong
with these assertions.
--
Gregg C Levine hansolofal...@worldnet.att.net
The Force will be with you always. Obi-Wan Kenobi
  


 -Original Message-
 From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Jones,
 Russell
 Sent: Thursday, August 27, 2009 12:56 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: [LINUX-390] PHP to DB2 connection
 
 How do I get the Novell RPM source? Web site? Installation CD? I'm not
 sure I'll know it when I see it.
 
 Russell Jones
 ANPAC
 System Programmer Trainee
 rjo...@anpac.com
 
 -Original Message-
 From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
 Mark Post
 Sent: Wednesday, August 26, 2009 5:03 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: PHP to DB2 connection
 
  On 8/26/2009 at  5:00 PM, Jones, Russell russell.jo...@anpac.com
 wrote:
 -snip-
 I am not sure where to start creating my own rpm. Is there
  somewhere I could download a prepackaged php rmp with DB2 support for
  ZLinux?
 
 How about using the source RPM from Novell, and modifying the php5.spec
 file to add what you want?  After tjat. rpmbuild would be the next step.
 
 
 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


Re: Quest re: Subversion on SLES 11.0

2009-08-27 Thread Adam Thornton

On Aug 27, 2009, at 12:27 PM, Michael Simms wrote:


I have been trying to install a  package called Subversion. Since I
could not find a binary for SuSE SLES 11 on zVM,


It was on the SDK in SLES 10.  Maybe it's there?

Adam

--
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: Quest re: Subversion on SLES 11.0

2009-08-27 Thread Richard Troth
What Adam suggests may be all you need.
If you install a software development kit then the requisite
libraries for a bazillion things are automagically present.

I am a huge proponent of build-it-yourself.
That is the biggest reason why we have open source: you can build it
if you need to.  It is only fair that the better packages will
judiciously require other things.  Why should they re-invent some
wheel?  Better that they focus on their own thing.

I recently tried to build Subversion and ran into the same pain you did.
I have not had opportunity to return to the SVN build.  (Also, my
interest was initially work related and we have enough RPMs at the
office from those distributors that I really don't HAVE to have my own
build ... yet.)  The subject line caught my attention because we
recently started using Subversion and it brings back fond memories of
GOOD version control with attribution and all that.  (Used CVS about
five years ago, which in its day was slick stuff.)  So nice to have
flexibility and still have an audit trail and/or roll-back.

Please don't lose heart about building it yourself.  If you can find
an RPM, and you trust it, great!  But if you can't find pre-built
packages or you don't trust the builder, or if you need
customization or require some up-to-date release, building your own is
the way to go.  If you are committed to in-house compilation, then you
can justify having and maintaining a suite of requisite packages and
libraries so that next time something like SVN comes along it will
just make and life will be beautiful.

-- R;   






On Thu, Aug 27, 2009 at 13:27, Michael Simmssimmsmichael1...@yahoo.com wrote:
 I have been trying to install a  package called Subversion. Since I could not 
 find a binary for SuSE SLES 11 on zVM, I am attempting to compile it from 
 scratch by doing a './configure' and then 'make'. Wow, what a mess. I 
 must be missing some trick or knowledge. Has anybody done this? And, if so, 
 would you have any advice for all the 'pre-installed software package 
 requisites' that is required? By this I mean as an example the following 
 scenario:

 1. I issue './configure...' to configure Subversion.
 './configure...' stops and tell me that the configure/make for 'zlib' 
 had errors.
I 'cd' to the zlib directory and issue a ./configure. Seems good.
I do a make. It seems good as well.
 2. So we are  back at the './configure...' for Subversion.
Subversion stops, telling me that 'Serf' has erred on it's 
 './configure'.
'Serf' is missing an 'APR' type package. I down load and untar it.
I 'cd' to this APR package lib.
I issue ./configure/make and for this package, it seems to 
 have gone well.
So we are now back at the 'Serf' ./configure/make.
I do the ./configure manually. Looks good.
I do the 'make'. It seems good.
 3. Once again, we are back at the Subversion level. I continue on with the 
 './configure'
All seems well.
 4. Let's say for arguments sake I have completed the './configure...' without 
 too many errors, at least none that are critical (I think).
Now I key in the 'make'.  Package missing.
I download the package and untar it.
I 'cd' to it's directory. I do the './configure'. Errors.
Needs 'x-package-of-some-sort'. I download it.
Go thru the procedures shown above, you know, the 
 configure/make process.
 5. I  finally get back to the Subversion 'make' process again.
We begin where it erred off before.
 etc,
 etc,
 etc,
 etc,
 etc,
 etc.

 Do you get my drift? It just seems like I'm spinning my wheels. I've already 
 installed all that the Subversion documents told me before I even began, and 
 yet, there are still many, many more packages that I find out about while 
 going through the ./configure...' and build processes, since as I established 
 before, there are no binaries that I can find for Subversion, on SuSE SLES11, 
 on zSeries.
 I've got to be doing something wrong, yes?
 HELP :-)
 I don't really know whether I am on the correct path and I just need to have 
 patience and see it through, or?Any help or guidance would be so appreciated.
 Regards,
 Michael



 --
 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 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: Quest re: Subversion on SLES 11.0

2009-08-27 Thread Michael Simms
I'll take a look.
Thanks Adam.





From: Adam Thornton athorn...@sinenomine.net
To: LINUX-390@VM.MARIST.EDU
Sent: Thursday, August 27, 2009 1:51:18 PM
Subject: Re: Quest re: Subversion on SLES 11.0

On Aug 27, 2009, at 12:27 PM, Michael Simms wrote:

 I have been trying to install a  package called Subversion. Since I
 could not find a binary for SuSE SLES 11 on zVM,

It was on the SDK in SLES 10.  Maybe it's there?

Adam

--
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 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: Quest re: Subversion on SLES 11.0

2009-08-27 Thread Michael Simms
Thanks  for  your response and words of encouragement. I'll follow the advice.

Regards,
Michael



From: Richard Troth vmcow...@gmail.com
To: LINUX-390@VM.MARIST.EDU
Sent: Thursday, August 27, 2009 2:35:34 PM
Subject: Re: Quest re: Subversion on SLES 11.0

What Adam suggests may be all you need.
If you install a software development kit then the requisite
libraries for a bazillion things are automagically present.

I am a huge proponent of build-it-yourself.
That is the biggest reason why we have open source: you can build it
if you need to.  It is only fair that the better packages will
judiciously require other things.  Why should they re-invent some
wheel?  Better that they focus on their own thing.

I recently tried to build Subversion and ran into the same pain you did.
I have not had opportunity to return to the SVN build.  (Also, my
interest was initially work related and we have enough RPMs at the
office from those distributors that I really don't HAVE to have my own
build ... yet.)  The subject line caught my attention because we
recently started using Subversion and it brings back fond memories of
GOOD version control with attribution and all that.  (Used CVS about
five years ago, which in its day was slick stuff.)  So nice to have
flexibility and still have an audit trail and/or roll-back.

Please don't lose heart about building it yourself.  If you can find
an RPM, and you trust it, great!  But if you can't find pre-built
packages or you don't trust the builder, or if you need
customization or require some up-to-date release, building your own is
the way to go.  If you are committed to in-house compilation, then you
can justify having and maintaining a suite of requisite packages and
libraries so that next time something like SVN comes along it will
just make and life will be beautiful.

-- R;   






On Thu, Aug 27, 2009 at 13:27, Michael Simmssimmsmichael1...@yahoo.com wrote:
 I have been trying to install a  package called Subversion. Since I could not 
 find a binary for SuSE SLES 11 on zVM, I am attempting to compile it from 
 scratch by doing a './configure' and then 'make'. Wow, what a mess. I 
 must be missing some trick or knowledge. Has anybody done this? And, if so, 
 would you have any advice for all the 'pre-installed software package 
 requisites' that is required? By this I mean as an example the following 
 scenario:

 1. I issue './configure...' to configure Subversion.
 './configure...' stops and tell me that the configure/make for 'zlib' 
 had errors.
I 'cd' to the zlib directory and issue a ./configure. Seems good.
I do a make. It seems good as well.
 2. So we are  back at the './configure...' for Subversion.
Subversion stops, telling me that 'Serf' has erred on it's 
 './configure'.
'Serf' is missing an 'APR' type package. I down load and untar it.
I 'cd' to this APR package lib.
I issue ./configure/make and for this package, it seems to 
 have gone well.
So we are now back at the 'Serf' ./configure/make.
I do the ./configure manually. Looks good.
I do the 'make'. It seems good.
 3. Once again, we are back at the Subversion level. I continue on with the 
 './configure'
All seems well.
 4. Let's say for arguments sake I have completed the './configure...' without 
 too many errors, at least none that are critical (I think).
Now I key in the 'make'.  Package missing.
I download the package and untar it.
I 'cd' to it's directory. I do the './configure'. Errors.
Needs 'x-package-of-some-sort'. I download it.
Go thru the procedures shown above, you know, the 
 configure/make process.
 5. I  finally get back to the Subversion 'make' process again.
We begin where it erred off before.
 etc,
 etc,
 etc,
 etc,
 etc,
 etc.

 Do you get my drift? It just seems like I'm spinning my wheels. I've already 
 installed all that the Subversion documents told me before I even began, and 
 yet, there are still many, many more packages that I find out about while 
 going through the ./configure...' and build processes, since as I established 
 before, there are no binaries that I can find for Subversion, on SuSE SLES11, 
 on zSeries.
 I've got to be doing something wrong, yes?
 HELP :-)
 I don't really know whether I am on the correct path and I just need to have 
 patience and see it through, or?Any help or guidance would be so appreciated.
 Regards,
 Michael



 --
 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 LINUX-390 subscribe / signoff / archive access instructions,

Re: PHP to DB2 connection

2009-08-27 Thread Jones, Russell
I found the source at www.novell.com/linux/scource. It will take a few hours to 
download the DVD iso. Hopefull I will be able to figure out how to change the 
php config options and remake the rmp. 

Thanks for your help. 

Russell Jones 
ANPAC
System Programmer Trainee
rjo...@anpac.com

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Gregg C 
Levine
Sent: Thursday, August 27, 2009 12:40 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: PHP to DB2 connection

Hello!
Mark Post is probably the best fellow here to properly answer that one, but
here goes:
When you installed your Linux instance, how many CDs or DVDs were involved
in the process? Typically the source code rides on the very last one, and
installation notes normally tell the user (or programmer or systems
administrator) not to install that one.

I believe however that the source RPM files are available for download from
an FTP site, or via the company website, but I could definitely be wrong
with these assertions.
--
Gregg C Levine hansolofal...@worldnet.att.net
The Force will be with you always. Obi-Wan Kenobi
  


 -Original Message-
 From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Jones,
 Russell
 Sent: Thursday, August 27, 2009 12:56 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: [LINUX-390] PHP to DB2 connection
 
 How do I get the Novell RPM source? Web site? Installation CD? I'm not
 sure I'll know it when I see it.
 
 Russell Jones
 ANPAC
 System Programmer Trainee
 rjo...@anpac.com
 
 -Original Message-
 From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
 Mark Post
 Sent: Wednesday, August 26, 2009 5:03 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: PHP to DB2 connection
 
  On 8/26/2009 at  5:00 PM, Jones, Russell russell.jo...@anpac.com
 wrote:
 -snip-
 I am not sure where to start creating my own rpm. Is there
  somewhere I could download a prepackaged php rmp with DB2 support for
  ZLinux?
 
 How about using the source RPM from Novell, and modifying the php5.spec
 file to add what you want?  After tjat. rpmbuild would be the next step.
 
 
 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 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: Velocity expertise needed...

2009-08-27 Thread Rich Smrcina

Have you tried contacting Velocity Software to ask them with
assistance?  They will generally lend a hand with performance related
issues, especially where it relates to using their software.

Joell Chockley wrote:

I have recently taken a job working in the Performance and Capacity Mgmt
area of the company, but used to do z/Linux support (and AIX support).  Our
setup is odd, they moved z/Linux support to reporting to the AIX area about
two years ago.  I hadn't had much time prior to that to really learn the
guts of Velocity.  Now that I've moved areas, I'm hoping I can get some
help on where else to look in Velocity to find some indicators of what
might be the problem with a particular applications on z/Linux.  Some
background...there is 1 production guest (wasp50) running all our internal
WebSphere applications (3 appb servers on the guest and 5G memory).  The
test workload is split between 2 z/Linux guests with 2 app servers on each.
What is happening is that our Claims area is running a batch process
through z/Linux twice a day and as you can see from the numbers below, it
really cranks the system.  So far, I can dig to the point that it's a java
process that's using up most the time, but are there other screens in
particular that can help me point the developers in the right direction as
to what they can do to make this process run better (although the good news
is it won't run during our prime shift once it's in production)?  I have
access to the browser based screens for Velocity, but could also talk to
the zVM admin to have him look at stuff through the mainframe screens.  At
this point, the AIX area is pushing to move everything off of z/Linux and
to AIX because it will 'run better' there and they've done a good job of
convincing management.  Any thoughts would be appreciated.




--
Rich Smrcina
Phone: 414-491-6001
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-14, 2010 Covington, KY

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


AUTO: Kenishia A Sapp is out today. (returning 08/28/2009)

2009-08-27 Thread Kenishia A Sapp
I am out of the office until 08/28/2009.

I am on a sick day today.  However, if you have an urgent request, please
call me on my cell phone.


Note: This is an automated response to your message  Re: qeth ipv6
dependency sent on 8/27/09 9:55:11.

This is the only notification you will receive while this person is away.
--
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


Velocity expertise needed...

2009-08-27 Thread Joell Chockley
I have recently taken a job working in the Performance and Capacity Mgmt
area of the company, but used to do z/Linux support (and AIX support).  Our
setup is odd, they moved z/Linux support to reporting to the AIX area about
two years ago.  I hadn't had much time prior to that to really learn the
guts of Velocity.  Now that I've moved areas, I'm hoping I can get some
help on where else to look in Velocity to find some indicators of what
might be the problem with a particular applications on z/Linux.  Some
background...there is 1 production guest (wasp50) running all our internal
WebSphere applications (3 appb servers on the guest and 5G memory).  The
test workload is split between 2 z/Linux guests with 2 app servers on each.
What is happening is that our Claims area is running a batch process
through z/Linux twice a day and as you can see from the numbers below, it
really cranks the system.  So far, I can dig to the point that it's a java
process that's using up most the time, but are there other screens in
particular that can help me point the developers in the right direction as
to what they can do to make this process run better (although the good news
is it won't run during our prime shift once it's in production)?  I have
access to the browser based screens for Velocity, but could also talk to
the zVM admin to have him look at stuff through the mainframe screens.  At
this point, the AIX area is pushing to move everything off of z/Linux and
to AIX because it will 'run better' there and they've done a good job of
convincing management.  Any thoughts would be appreciated.

ESAMAIN

 ---Users Transact.  Processor  Cap- --Storage (MB)-
-Paging-- -I/O- MiniDisk Spool Communications
 -avg number-  per Avg.  Utilization  ture Fixed Active Stor
pages/sec -DASD-- Other -Cache--  Page -per second-
Time   On Actv In Q Sec. Time CPUs Total Virt. Ratio  User Resid. Load
XStore DASD Rate Resp  Rate  Rate %Hit  Rate   IUCVVMCF
       - - - - -- 
--    - -  - --  --
08:27:00   24   20  7.0  3.4 0.172 153.3 150.2   10067  12063  0.4
10   361 013  100 0198   0
08:26:00   24   21  8.0  4.0 0.132 149.6 146.4   10067  12064  0.4
00   351 0 1  100 0197   0
08:25:00   24   20 10.0  3.6 0.142 150.0 146.7   10067  12063  0.4
00   341 0 1  100 0194   0
08:24:00   24   20  8.0  4.0 0.132 153.5 150.2   10067  12063  0.4
00   341 0 1 95.1 0196   0
08:23:00   24   20 10.0  3.4 0.162 164.0 161.0   10067  12063  0.4
00   232 0 1  100 0194   0
08:22:00   24   20  9.0  4.0 0.132 153.6 150.7   10067  12063  0.4
00   262 0 1 95.7 0196   0
08:21:00   24   20  8.0  3.7 0.142 144.7 141.6   10067  12063  0.4
00   262 0 1  100 0194   0
08:20:00   24   20  9.0  4.1 0.102 138.5 135.1   10067  12063  0.4
00   232 0 1 97.7 0196   0
08:19:00   24   20  9.0  3.7 0.112 182.1 179.2   10067  12063  0.4
00   262 0 1  100 0194   0
08:18:00   24   21  8.0  3.9 0.132 155.1 151.9   10067  12064  0.4
00   242 0 7 95.5 0196   0
08:17:00   24   20 10.0  4.1 0.102 153.7 150.6   10067  12063  0.4
00   242 0 6 97.3 0194   0

ESAUMENU:ESATUSRS

  --CPU time--- Main Storage (pages)-
-Paging (pages)-- Spooling(pages) Qed Resid Frame
Address
 UserID   (seconds) T:V Resident Lock ---WSSize
---Allocated- ---I/O---   ---I/O--- Pg+at  List
Spaces
Time /ClassTotal Virt Rat Total Actv  -ed Total Actv Avg
Total ExStg  Pref NPref  Read Write Alloc  Read Write Spl Reset Reord Avg
Max
  --  --- -   -  
- - - - - - - - - --- - - ---
---
08:30:00 System:  94.000   92.329 1.0 3088K   3M  824 3169K   3M 132K
158K 75085 0 83323 0 0  2624 0 0   0 0 0   0
0
08:30:00 WAST51   56.188   55.793 1.0  711K 711K   24  717K 717K 717K
4771 0 0  4771 0 0 0 0 0   0 0 0   0
0
08:30:00 WASP50   33.188   32.760 1.0 1273K   1M   25 1311K   1M   1M
36251  1295 0 34956 0 0 0 0 0   0 0 0   0
0
08:30:00 WAST502.0311.959 1.0  692K 692K   24  717K 717K 717K
23824 16747 0  7077 0 0 0 0 0   0 0 0   0
0
08:30:00 LNPRODR2  1.9171.362 1.4  106K 106K  176  105K 105K 105K
15251  4971 0 10280 0 0 0 0 0   0 0 0   0
0
08:30:00 LNOUS 0.1550.151 1.0  119K 119K   13  131K 131K 131K
11214  8217 

Re: Quest re: Subversion on SLES 11.0

2009-08-27 Thread Adam Thornton

On Aug 27, 2009, at 1:35 PM, Richard Troth wrote:



Please don't lose heart about building it yourself.  If you can find
an RPM, and you trust it, great!  But if you can't find pre-built
packages or you don't trust the builder, or if you need
customization or require some up-to-date release, building your own is
the way to go.  If you are committed to in-house compilation, then you
can justify having and maintaining a suite of requisite packages and
libraries so that next time something like SVN comes along it will
just make and life will be beautiful.


You still should find or build a spec file, and run rpmbuild to do the
actual make.

Going outside the package management system hurts.  Trust me on this.
I realize that this is very different advice than the Adam who worked
in Rick's office a zillion years ago would have given, but from a
maintenance standpoint:

1) Use the distro version if there is one--even if it's on the SDK
2) If you can't do that, at least roll it up into the distro package
management system so you can use your distro tools to query installed
package version level and so forth

Adam

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