New Performance White Paper: IBM WebSphere Application Server Version 8 for Linux on IBM System z – SSL Setup and Performance Study

2013-05-15 Thread Dorothea Matthaeus

IBM WebSphere Application Server Version 8 for Linux on IBM System z – SSL
Setup and Performance Study


This paper describes how the advantages of the System z cryptographic
hardware features with IBM WebSphere Application Server (WAS) Version 8 for
Linux on System z can be exploited when SSL encryption is used to secure
the external communication. It also provides setup guidelines for
Java-based workloads.

   IBM Information Center
   
http://pic.dhe.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic=%2Fliaag%2Fl0wascry00_2013.htm

   developerWorks
   
http://www.ibm.com/developerworks/linux/linux390/perf/tuning_security.html#ssl


Dorothea Matthaeus
Linux on System z Information Development
IBM Deutschland Research and Development GmbH

Re: Any real world WebSphere ND guidance?

2013-04-24 Thread Dean, David (I/S)
We have about 25 WAS servers running PEGA on zLinux.  We created two zVM LPARS 
and clustered WAS across the two; this has worked really well allowing us to do 
maintenance on individual servers or zVM LPARS with no service interruptions.
The biggest frustration we have had is reconciling zLinux memory and java heap 
sizes, the Heap Sizes seem to prefer to think in intel memory.  


-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mrohs, 
Ray (JMD)
Sent: Monday, April 22, 2013 10:37 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Any real world WebSphere ND guidance?

Our site is looking to upgrade from WebSphere 7 Base to 8.5 ND. The new Network 
Deployment version provides clustering and easier(?) maintenance. However I was 
wondering about the true advantages of WAS ND running under Linux on a single 
mainframe. For sure, we would be trading simplicity for a more complex 
environment, and am wondering about the advantages versus disadvantages that 
others have experienced. We have one application with one production WAS 
server, and several test WAS environments each running on their own Linux 
instance.


Ray Mrohs
US Department of Justice
202 307-6896




--
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/
-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

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


Any real world WebSphere ND guidance?

2013-04-22 Thread Mrohs, Ray (JMD)
Our site is looking to upgrade from WebSphere 7 Base to 8.5 ND. The new Network 
Deployment version provides clustering and easier(?) maintenance. However I was 
wondering about the true advantages of WAS ND running under Linux on a single 
mainframe. For sure, we would be trading simplicity for a more complex 
environment, and am wondering about the advantages versus disadvantages that 
others have experienced. We have one application with one production WAS 
server, and several test WAS environments each running on their own Linux 
instance.


Ray Mrohs
US Department of Justice
202 307-6896




--
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: Any real world WebSphere ND guidance?

2013-04-22 Thread David Boyes
Easy and Websphere seldom co-exist in the same paragraph. 

8.5ND has some nice new bells and whistles. It's also proportionately more of a 
hog. Their clustering implementation has a number of poll till I get what I 
want cases. It is aware of the application-layer stuff, so can do some other 
tricks. I'd investigate the Linux clustering possibilities first. Then you'd 
have a general purpose solution rather than a one-trick pony. 

From what you describe, sounds like you're not going to see a lot of upsides 
other than the capability to add cluster members easily if/when you get 
another system or LPAR. 

 Our site is looking to upgrade from WebSphere 7 Base to 8.5 ND. The new
 Network Deployment version provides clustering and easier(?) maintenance.
 However I was wondering about the true advantages of WAS ND running
 under Linux on a single mainframe. For sure, we would be trading simplicity
 for a more complex environment, and am wondering about the advantages
 versus disadvantages that others have experienced. We have one application
 with one production WAS server, and several test WAS environments each
 running on their own Linux instance.

--
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: Any real world WebSphere ND guidance?

2013-04-22 Thread Veencamp, Jonathon D.
I would argue that WAS ND on zLinux is much simpler than clustering across a 
bunch of x86 servers.

We've been doing Websphere ND on zLinux for 4-5 years with WAS 6.0, 6.1, 7.0, 
and 8.5.  The biggest advantage is scalability of each host.  We run 85 
Websphere instances across 5 hosts with the DMGR on it's own 6th host.  And 
this scalability is key, because maintaining 5 Websphere installations is much 
easier than managing 85 Websphere installations

For production, we cluster but do not load balance.  We've found plenty of 
scalability with running the workload on a single instance of each prod server, 
and the clustering is simply for failover.  This makes debugging massively 
easier than trying to troubleshoot on what instance a problem occurred.  Just 
for context, our volume is about 2,000,000 servlet hits per day.  I don't have 
as good of a count on EJB's.

Because of that scalability, we will not have much of a need to use the new 
dynamic clustering in WAS 8.5 until a bigger load comes along.

Having your Websphere logs in the same place makes it easy to give your 
developers access via a simple common interface.

Automated change control is simpler in our case, as that single DMGR can push 
code to any of the 85 servers.  And we just have to put the prod application 
property  configuration files in a single (plus the failover) location that 
prod server instances share.

There's more, but I don't want to write a book.

Downsides
The biggest downside is that wsadmin installation is CPU expensive!

zVM is extremely simple, but not intuitive and as easy to find answers on the 
internet as other OS's.

Mainframe memory is expensive


I'll send you a note to your email address with my contact info.  Feel free to 
call me with any questions.

Jonathan Veencamp
Federated Mutual Insurance




The information contained in this e-mail message is intended only for the 
personal and confidential use of the designated recipient(s) named above. This 
message may be an attorney-client or work product communication which is 
privileged and confidential. It may also contain protected health information 
that is protected by federal law. If you have received this communication in 
error, please notify us immediately by telephone and destroy (shred) the 
original message and all attachments. Any review, dissemination, distribution 
or copying of this message by any person other than the intended recipient(s) 
or their authorized agents is strictly prohibited. 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/


FW: Any real world WebSphere ND guidance?

2013-04-22 Thread Veencamp, Jonathon D.
Actually, I forgot by far the largest downside - 3rd party vendor support both 
for purchased java applications and also for extra support infrastructure (like 
backups or whatever).  Though that really depends on who your vendors are.

We have had to push vendors to support the mainframe and many of them were 
reluctant to try.  But we have never had anything that had errors due to it 
being on zLinux.  It's more a vendor comfort level thing.

Jon

-Original Message-
From: Veencamp, Jonathon D.
Sent: Monday, April 22, 2013 10:21 AM
To: LINUX-390@VM.MARIST.EDU
Subject: RE: Any real world WebSphere ND guidance?

I would argue that WAS ND on zLinux is much simpler than clustering across a 
bunch of x86 servers.

We've been doing Websphere ND on zLinux for 4-5 years with WAS 6.0, 6.1, 7.0, 
and 8.5.  The biggest advantage is scalability of each host.  We run 85 
Websphere instances across 5 hosts with the DMGR on it's own 6th host.  And 
this scalability is key, because maintaining 5 Websphere installations is much 
easier than managing 85 Websphere installations

For production, we cluster but do not load balance.  We've found plenty of 
scalability with running the workload on a single instance of each prod server, 
and the clustering is simply for failover.  This makes debugging massively 
easier than trying to troubleshoot on what instance a problem occurred.  Just 
for context, our volume is about 2,000,000 servlet hits per day.  I don't have 
as good of a count on EJB's.

Because of that scalability, we will not have much of a need to use the new 
dynamic clustering in WAS 8.5 until a bigger load comes along.

Having your Websphere logs in the same place makes it easy to give your 
developers access via a simple common interface.

Automated change control is simpler in our case, as that single DMGR can push 
code to any of the 85 servers.  And we just have to put the prod application 
property  configuration files in a single (plus the failover) location that 
prod server instances share.

There's more, but I don't want to write a book.

Downsides
The biggest downside is that wsadmin installation is CPU expensive!

zVM is extremely simple, but not intuitive and as easy to find answers on the 
internet as other OS's.

Mainframe memory is expensive


I'll send you a note to your email address with my contact info.  Feel free to 
call me with any questions.

Jonathan Veencamp
Federated Mutual Insurance




The information contained in this e-mail message is intended only for the 
personal and confidential use of the designated recipient(s) named above. This 
message may be an attorney-client or work product communication which is 
privileged and confidential. It may also contain protected health information 
that is protected by federal law. If you have received this communication in 
error, please notify us immediately by telephone and destroy (shred) the 
original message and all attachments. Any review, dissemination, distribution 
or copying of this message by any person other than the intended recipient(s) 
or their authorized agents is strictly prohibited. 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/


New Performance Whitepaper: WebSphere Application Server Horizontal Versus Vertical JVM Stacking Report

2012-03-15 Thread Dorothea Matthaeus
WebSphere Application Server Horizontal Versus Vertical JVM Stacking Report

The following paper is available at :

   developerWorks (pdf)
   http://www.ibm.com/developerworks/linux/linux390/perf/tuning_webapp.html#hv
   TechDocs (pdf)
   http://www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP102077
   IBM Information Center for Linux (html)
   
http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/topic/liaag/l0wasg00_2012.htm

This paper presents performance data for a test that compares the effects
of stacking 200 WebSphere Application Servers. The question is whether it
is better to host all WebSphere Application Servers on a single (vertical
stacking) z/VM® guest, or distribute the servers across multiple guests
(horizontal stacking). As an additional test, the use of shared mini-disks
or a DCSS for the WebSphere installation was analyzed, to determine if
there are criteria that favor one or the other setup.


Dorothea Matthaeus
Linux on System z Information Development
IBM Deutschland Research and Development GmbH
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


--
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: Websphere and its presence on a running Linux system

2011-08-25 Thread Edmund R. MacKenty
On Wednesday, August 24, 2011 06:56:07 pm you wrote:
 I've just finished retrieving a copy of Websphere for managing a trial
 of the product on my Linux test box.

 Here's where I've got a question or two or three. Reason why I'm
 asking here, and not on a product on Intel list, is that I feel
 everyone here has gone through all of this at one time or another.

 First of all, Websphere is an application server that needs Apache (On
 Linux on Intel anyway.) to perform its tasks. Is this correct?

 Actually I'll come back with the others after I've tabulated my
 responses to that one.

Correct.  IBM supplies its branded version of Apache called IBM HTTP Server
or IHS.  Not sure if that ships with WAS or separately.  But WAS works fine
with an existing Apache installation.  Rememer to back up your Apache
configuration files before installing WAS, because it will modify them.
- MacK.
-
Edmund R. MacKenty
Software Architect
Rocket Software
275 Grove Street  -  Newton, MA 02466-2272  -  USA
Tel: +1.617.614.4321
Email: m...@rs.com
Web: www.rocketsoftware.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/


Websphere and its presence on a running Linux system

2011-08-24 Thread Gregg Levine
Hello!
I've just finished retrieving a copy of Websphere for managing a trial
of the product on my Linux test box.

Here's where I've got a question or two or three. Reason why I'm
asking here, and not on a product on Intel list, is that I feel
everyone here has gone through all of this at one time or another.

First of all, Websphere is an application server that needs Apache (On
Linux on Intel anyway.) to perform its tasks. Is this correct?

Actually I'll come back with the others after I've tabulated my
responses to that one.
-
Gregg C Levine gregg.drw...@gmail.com
This signature fought the Time Wars, time and again.

--
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: Websphere and its presence on a running Linux system

2011-08-24 Thread Mike Riggs
inline: graycol.gif

WebSphere Application Server - Idle Server Tuning

2011-07-28 Thread Jim Elliott
I don't believe this has been posted here before, but IBM has
published a TechDoc on this subject.

http://ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101894

Jim

--
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: WebSphere Application Server - Idle Server Tuning

2011-07-28 Thread Barton Robinson

Before I get REALLY excited, has anyone tried this and validated they
can get Linux servers running WAS to drop from QUEUE (as in drop from
QUEUE 3)?

Jim Elliott wrote:

I don't believe this has been posted here before, but IBM has
published a TechDoc on this subject.

http://ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101894

Jim


--
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/
attachment: BARTON.vcf

Re: WebSphere Java dropping

2011-04-11 Thread Neale Ferguson
Any messages in /var/log/messages that coincide?


On 4/11/11 4:24 PM, Dean, David (I/S) david_d...@bcbst.com wrote:

Help,  Websphere 7.0, zvm 6, java / websphere randomly dropping.  PS shows java 
actually died and we have to restart WAS.  We have several servers running the 
same scenario on a different domain with no issues, EXCEPT we are on zvm 5.4.

Also this is a highly tied down domain for Medicare and the firewall rules are 
really strict - any chance there?

We were getting doing certain writes to the WebSphere directory, put user in 
root group solved some unknown access / security issue there.  Now it is dying 
during websphere lookup calls  ( I will have to get a better definition of what 
that means from developer

I hate WAS.

--
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: WebSphere Java dropping

2011-04-11 Thread Dean, David (I/S)
Not that I can find, but getting several of these in a java log 
   

::arguments:[Ljava.lang.String;@5f095f09 depth limit reached  


-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale 
Ferguson
Sent: Monday, April 11, 2011 4:30 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Java dropping

Any messages in /var/log/messages that coincide?


On 4/11/11 4:24 PM, Dean, David (I/S) david_d...@bcbst.com wrote:

Help,  Websphere 7.0, zvm 6, java / websphere randomly dropping.  PS shows java 
actually died and we have to restart WAS.  We have several servers running the 
same scenario on a different domain with no issues, EXCEPT we are on zvm 5.4.

Also this is a highly tied down domain for Medicare and the firewall rules are 
really strict - any chance there?

We were getting doing certain writes to the WebSphere directory, put user in 
root group solved some unknown access / security issue there.  Now it is dying 
during websphere lookup calls  ( I will have to get a better definition of what 
that means from developer

I hate WAS.

--
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/
-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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: WebSphere Java dropping

2011-04-11 Thread Marcy Cortes
Anything on the guests console?

Marcy 

-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@vm.marist.edu] On Behalf Of Dean, 
David (I/S)
Sent: Monday, April 11, 2011 1:41 PM
To: LINUX-390@vm.marist.edu
Subject: Re: [LINUX-390] WebSphere Java dropping

Not that I can find, but getting several of these in a java log 
   

::arguments:[Ljava.lang.String;@5f095f09 depth limit reached  


-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale 
Ferguson
Sent: Monday, April 11, 2011 4:30 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Java dropping

Any messages in /var/log/messages that coincide?


On 4/11/11 4:24 PM, Dean, David (I/S) david_d...@bcbst.com wrote:

Help,  Websphere 7.0, zvm 6, java / websphere randomly dropping.  PS shows java 
actually died and we have to restart WAS.  We have several servers running the 
same scenario on a different domain with no issues, EXCEPT we are on zvm 5.4.

Also this is a highly tied down domain for Medicare and the firewall rules are 
really strict - any chance there?

We were getting doing certain writes to the WebSphere directory, put user in 
root group solved some unknown access / security issue there.  Now it is dying 
during websphere lookup calls  ( I will have to get a better definition of what 
that means from developer

I hate WAS.

--
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/
-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

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


WebSphere Java dropping

2011-04-11 Thread Dean, David (I/S)
Help,  Websphere 7.0, zvm 6, java / websphere randomly dropping.  PS shows java 
actually died and we have to restart WAS.  We have several servers running the 
same scenario on a different domain with no issues, EXCEPT we are on zvm 5.4.

Also this is a highly tied down domain for Medicare and the firewall rules are 
really strict - any chance there?

We were getting doing certain writes to the WebSphere directory, put user in 
root group solved some unknown access / security issue there.  Now it is dying 
during websphere lookup calls  ( I will have to get a better definition of what 
that means from developer

I hate WAS.


David M. Dean
Information Systems
BlueCross BlueShield Tennnessee

-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

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


WebSphere Application Server in a z/VM DCSS

2011-03-17 Thread Mark Post
Speaking of good threads, there is a new white paper available on the above 
topic at http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101860

Abstract: This paper will attempt to answer the question: *Does it make sense 
for me to run WebSphere* Application Server in a z/VM* DCSS for my IBM System 
z* Linux* guests?* This paper will help you decide whether running WebSphere in 
a DCSS is right for you.

If that's not enough * marks for you, I'll speak to the lead author 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/


Webcast Wed. Jan 26: Best Practices for WebSphere Application Server on System z Linux

2011-01-19 Thread Pamela Christina in snowy Endicott NY
Cross-posted to IBMVM, IBMMAIN, and Linux390 for those who are
interested in listening to IBM webcasts.

The next webcast is planned for Wed, Jan 26, 2011:
Title:
Best Practices for WebSphere Application Server on System z Linux

http://www.vm.ibm.com/education/lvc/

Speaker:
Steve Wehr, Senior Engineer, IBM System z New Technology Center

Abstract:
An introduction to setting up an infrastructure that will allow WebSphere
applications to run efficiently on Linux for System z. This infrastructure
consists of LPARs running VM, running multiple Linux guests, each running
WebSphere, running your applications. That's a lot of layers, where everything
has to work together well. This presentation tells you how to start setting up
such an architecture, how to make these parts work together optimally, and how
to allocate memory between all the systems involved.

Register for your choice of two times for the live call:
http://www.vm.ibm.com/education/lvc/

A replay for this webcast is planned to be available in the days following
the live call.

Questions about this webcast should be directed to Julie Liesenfelt.
jul...@us.ibm.com

Thanks.
Regards,
Pam C

--
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: WebSphere CPU attack

2011-01-04 Thread Marcy Cortes
Do you have a good Java monitoring tool?  Like Introscope?  You need to figure 
out what is taking your CPU time within the java process and velocity won't do 
that for you.

Are these WAS instances on the server the same app?  Or are you running 
multiple apps on the server?

I suspect you might be spending more and more time in garbage collection due to 
a memory leak.  I don't think I've seen a new app without one :) (must be 
pretty easy to do in Java!)

What level of WAS are you running (fixpacks matter big time with this product)? 
 Any signs of non heap memory growing? (swap space growing?).



Marcy 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dean, 
David (I/S)
Sent: Monday, January 03, 2011 11:34 AM
To: LINUX-390@vm.marist.edu
Subject: [LINUX-390] WebSphere CPU attack

Last year I questioned WebSphere's propensity to eat memory and/or CPU over 
time (thank you to Marcy and Rob for help).  Now that we have 20 servers 
running Medicare insurance claims, it is no longer a hypothetical scenario.  
Each server runs several WAS instances, hence several Java processes battle for 
top spot.  The problem is that over time - a few days, one java instance will 
win out and take the top spot and run very high cpu.  When this process is 
killed the server returns to normal.

Apparently this is not an uncommon problem.  Has IBM addressed or does anyone 
have any new information they can share?

We are running zvm 5.6, SUSE 10.3, and monitoring with Velocity.



Thank you,

David M. Dean
Information Systems
BlueCross BlueShield Tennnessee

-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

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


WebSphere CPU attack

2011-01-03 Thread Dean, David (I/S)
Last year I questioned WebSphere's propensity to eat memory and/or CPU over 
time (thank you to Marcy and Rob for help).  Now that we have 20 servers 
running Medicare insurance claims, it is no longer a hypothetical scenario.  
Each server runs several WAS instances, hence several Java processes battle for 
top spot.  The problem is that over time - a few days, one java instance will 
win out and take the top spot and run very high cpu.  When this process is 
killed the server returns to normal.

Apparently this is not an uncommon problem.  Has IBM addressed or does anyone 
have any new information they can share?

We are running zvm 5.6, SUSE 10.3, and monitoring with Velocity.



Thank you,

David M. Dean
Information Systems
BlueCross BlueShield Tennnessee

-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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: zLinux / WebSphere spinup times

2010-05-27 Thread Shane G
Were it me I'd be thinking idle workload(s) having its/their storage stolen.
That implies some (heavy) overnight other I/O workload - backups, updatedb, ...
Swappiness was invented for just this scenario - what is yours set at ?.

Top and the  ilk won't be of much help - a large (swap) I/O spike in your 
monitor data might be 
instructive. Sysstat should be able to show it from the Linux perspective.
It's possible it's mem-mapped file I/O, but you'd have to think that unlikely 
as a burst at wake-up.

Shane ...


On Thu, May 27th, 2010 at 3:13 AM, Dean, David (I/S) wrote:

 We are getting ready to put in to Production 10 new WebSphere /
 zLinux servers, each having 2 to 6 WebSphere Profiles, each server
 has 6 to 8 gigs allocated and they are attached to 3 IFL's on a z10.
 .  Every morning when you first login to the WebSphere management
 console it is slow.  After the initial logon response is fine. 
 What's going on?  Is something asleep? Cached out?

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


zLinux / WebSphere spinup times

2010-05-26 Thread Dean, David (I/S)
We are getting ready to put in to Production 10 new WebSphere / zLinux servers, 
each having 2 to 6 WebSphere Profiles, each server has 6 to 8 gigs allocated 
and they are attached to 3 IFL's on a z10. .  Every morning when you first 
login to the WebSphere management console it is slow.  After the initial logon 
response is fine.  What's going on?  Is something asleep? Cached out?


David M. Dean
Information Systems
BlueCross BlueShield Tennnessee



-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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: zLinux / WebSphere spinup times

2010-05-26 Thread Marcy Cortes
Is it your ID authentication that is slow?  I know ours caches things but when 
it has to go back to the huge Active Directory source, it can take a minute or 
so.

How's your memory/paging/etc?  Any spikes you can see on your perf reports?  


Marcy 
 
This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the addressee, you must 
not use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dean, 
David (I/S)
Sent: Wednesday, May 26, 2010 10:14 AM
To: LINUX-390@vm.marist.edu
Subject: [LINUX-390] zLinux / WebSphere spinup times

We are getting ready to put in to Production 10 new WebSphere / zLinux servers, 
each having 2 to 6 WebSphere Profiles, each server has 6 to 8 gigs allocated 
and they are attached to 3 IFL's on a z10. .  Every morning when you first 
login to the WebSphere management console it is slow.  After the initial logon 
response is fine.  What's going on?  Is something asleep? Cached out?


David M. Dean
Information Systems
BlueCross BlueShield Tennnessee



-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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: zLinux / WebSphere spinup times

2010-05-26 Thread Dean, David (I/S)
OK, I see no real hits on the linux top command when I do this...and nothing 
directly in Perfsvmmaybe I should go back to the old reliable and blame the 
desktop guys...

Do you know how much WebSphere hits the desktop when it starts up?  Maybe I am 
looking in the wrong closet.  

As always, thank you for your input.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Marcy 
Cortes
Sent: Wednesday, May 26, 2010 1:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: zLinux / WebSphere spinup times

Is it your ID authentication that is slow?  I know ours caches things but when 
it has to go back to the huge Active Directory source, it can take a minute or 
so.

How's your memory/paging/etc?  Any spikes you can see on your perf reports?  


Marcy 
 
This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the addressee, you must 
not use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dean, 
David (I/S)
Sent: Wednesday, May 26, 2010 10:14 AM
To: LINUX-390@vm.marist.edu
Subject: [LINUX-390] zLinux / WebSphere spinup times

We are getting ready to put in to Production 10 new WebSphere / zLinux servers, 
each having 2 to 6 WebSphere Profiles, each server has 6 to 8 gigs allocated 
and they are attached to 3 IFL's on a z10. .  Every morning when you first 
login to the WebSphere management console it is slow.  After the initial logon 
response is fine.  What's going on?  Is something asleep? Cached out?


David M. Dean
Information Systems
BlueCross BlueShield Tennnessee



-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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
-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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: zLinux / WebSphere spinup times

2010-05-26 Thread Marcy Cortes
Are you paging?  Do you have SRM STORBUF set higher than the default?  If you 
are paging are you keeping the page space  50% full and well spread over your 
I/O system?  Does your perf monitor tell you what your servers are waiting on?  
 How'd you size the servers virtual mem requirements and their JVM sizes? (It 
is a huge challenge to get server people to realize that bigger is not always 
better).

There's lots of areas where things might be configured less than optimally.  


Marcy 
 
This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the addressee, you must 
not use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dean, 
David (I/S)
Sent: Wednesday, May 26, 2010 1:02 PM
To: LINUX-390@vm.marist.edu
Subject: Re: [LINUX-390] zLinux / WebSphere spinup times

OK, I see no real hits on the linux top command when I do this...and nothing 
directly in Perfsvmmaybe I should go back to the old reliable and blame the 
desktop guys...

Do you know how much WebSphere hits the desktop when it starts up?  Maybe I am 
looking in the wrong closet.  

As always, thank you for your input.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Marcy 
Cortes
Sent: Wednesday, May 26, 2010 1:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: zLinux / WebSphere spinup times

Is it your ID authentication that is slow?  I know ours caches things but when 
it has to go back to the huge Active Directory source, it can take a minute or 
so.

How's your memory/paging/etc?  Any spikes you can see on your perf reports?  


Marcy 
 
This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the addressee, you must 
not use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dean, 
David (I/S)
Sent: Wednesday, May 26, 2010 10:14 AM
To: LINUX-390@vm.marist.edu
Subject: [LINUX-390] zLinux / WebSphere spinup times

We are getting ready to put in to Production 10 new WebSphere / zLinux servers, 
each having 2 to 6 WebSphere Profiles, each server has 6 to 8 gigs allocated 
and they are attached to 3 IFL's on a z10. .  Every morning when you first 
login to the WebSphere management console it is slow.  After the initial logon 
response is fine.  What's going on?  Is something asleep? Cached out?


David M. Dean
Information Systems
BlueCross BlueShield Tennnessee



-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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
-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm

--
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: Senior WebSphere Consultant

2009-12-30 Thread John Summerfield

Jose Munoz wrote:

Hi,

I still working on WebSphere Application Server for z/OS and Windows
platforms as Senior WebSphere Consultant since 9 years ago, my project
finish  January 2010 and I will be available February, 1st 2010. I have
experience on zSeries for more than 25 years.


Jose, please do not interpret this is as critical of you.

I don't recall the community attitude to I want a job posts, but this
is not a suitable forum for seeking employees. Posting job-vacant ads
here can cause grief, including - so others have said - termination to
readers whose employers might suppose they're looking for a new job.

The focus of this community is using Linux on IBM mainframes.
Contributing here might work towards establishing a reputation, and you
could get some ideas about where you'd like to work in the future, but
I'd hesitate to take it further than that.

--

Cheers
John

-- spambait
1...@coco.merseine.nu  z1...@coco.merseine.nu
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

You cannot reply off-list:-)

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


Senior WebSphere Consultant

2009-12-29 Thread Jose Munoz
Hi,

I still working on WebSphere Application Server for z/OS and Windows
platforms as Senior WebSphere Consultant since 9 years ago, my project
finish  January 2010 and I will be available February, 1st 2010. I have
experience on zSeries for more than 25 years.

Contact Info:
+(96650) 296-7758 mobile in Saudi Arabia until January 19, 2010
 +(5932) 286-1993  home phone in Quito - Ecuador from January 21, 2010

emails:
jmuno...@hotmail.com
jmunoz6...@gmail.com
skype: jmunoz61

Regards,
Jose Munoz

--
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: New Performance Whitepaper:: WebSphere on IBM System z 64-bit/31-bit Studies with J2EE Workloads

2009-10-07 Thread Marcy Cortes
I was reading this new paper...

There was a discussion on this list about vm.swappiness a while ago.   We had 
found with it at 60, our biggest app would just continue to march through its 
swap space and keep increasing its size.   We found things happier at 60.  But 
I never did get a good feeling about what this setting really did.

This study recommends setting it to zero. 

from paper
Setting swappiness to zero
These instructions are used to set the swappiness parameter to zero.
The swappiness parameter influences the kernel preference to move memory pages 
from
applications to swap page, versus reclaiming memory from the cache. After 
system restart, set
the swappiness parameter to zero. This ensures that if memory is constrained, 
the page cache
is reduced in an attempt to recover memory, before application pages are moved 
to swap
space:
+--+
|echo 0 /proc/sys/vm/swappiness
+-+
This setting may improve or degrade the performance of an application. Since 
there is
adequate memory already dedicated to this workload, large amounts of memory 
would not
need to be swapped to disk anyway. Since precautionary 'early' swapping is now 
avoided, our
results should be free of the effects of this kind of swapping.

/from paper?

Wouldn't this always be a good thing under VM to force it to reduce its memory 
footprint?  Are there cases where it wouldn't be?  

Inquiring minds...


Marcy
 
This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the addressee, you must 
not use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dorothea 
Matthaeus
Sent: Monday, September 21, 2009 4:40 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] New Performance Whitepaper:: WebSphere on IBM System z 
64-bit/31-bit Studies with J2EE Workloads

WebSphere on IBM System z 64-bit/31-bit Studies with J2EE Workloads


The paper is available from :

DeveloperWorks
http://www.ibm.com/developerworks/linux/linux390/perf/tuning_pap_websphere.html#j2ee


This study explores the performance of a WebSphere Application Server 6.1
system under a customer-like J2EE application workload. It includes a
description of how the test environment was set up and how the systems were
configured. The difference in performance behavior of the 31-bit and the
64-bit WebSphere versions are compared, and the impact of heap size and
garbage collection are analyzed.


Dorothea Matthaeus
Linux on System z Information Development
IBM Deutschland Entwicklung GmbH

--
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: New Performance Whitepaper:: WebSphere on IBM System z 64-bit/31-bit Studies with J2EE Workloads

2009-10-07 Thread Rob van der Heij
On Wed, Oct 7, 2009 at 11:18 PM, Marcy Cortes
marcy.d.cor...@wellsfargo.com wrote:

[snip]

 +--+
 |echo 0 /proc/sys/vm/swappiness
 +-+
 This setting may improve or degrade the performance of an application. Since 
 there is
 adequate memory already dedicated to this workload, large amounts of memory 
 would not
 need to be swapped to disk anyway. Since precautionary 'early' swapping is 
 now avoided, our
 results should be free of the effects of this kind of swapping.

As I interpret the paper, the author concludes that for this
particular workload the setting is appropriate because they have
plenty of memory anyway (I am tempted to think that if you have plenty
of memory, Linux memory management would not need a helping hand...)

 Wouldn't this always be a good thing under VM to force it to reduce its 
 memory footprint?  Are there cases where it wouldn't be?

I spent some more time on this lately and I believe that for Linux on
z/VM the proper setting would be 0. But I did not have time yet to set
up tests to show the benefits with real numbers. And I don't really
like presenting theory without the numbers.

My motivation for disabling swappiness is not the same as in that
paper, but because of the double layer of memory management. It will
probably require a slightly larger virtual machine, but the good part
of it is that VM can page those parts out. The memory cost of the
virtual machine remains the same, but it takes less paging to get
there.
For this to work well, idle virtual machines must drop from queue.
When Linux does not go idle according to VM, memory management is
pretty random and you probably will not notice the effect. So I would
mainly suggest this for Linux guests that have low utilization and
drop from queue when idle.

Rob
-- 
Rob van der Heij
Velocity Software
http://www.velocitysoftware.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


New Performance Whitepaper:: WebSphere on IBM System z 64-bit/31-bit Studies with J2EE Workloads

2009-09-21 Thread Dorothea Matthaeus
WebSphere on IBM System z 64-bit/31-bit Studies with J2EE Workloads


The paper is available from :

DeveloperWorks
http://www.ibm.com/developerworks/linux/linux390/perf/tuning_pap_websphere.html#j2ee


This study explores the performance of a WebSphere Application Server 6.1
system under a customer-like J2EE application workload. It includes a
description of how the test environment was set up and how the systems were
configured. The difference in performance behavior of the 31-bit and the
64-bit WebSphere versions are compared, and the impact of heap size and
garbage collection are analyzed.


Dorothea Matthaeus
Linux on System z Information Development
IBM Deutschland Entwicklung GmbH

--
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: WebSphere Application Server for zLinux

2009-09-09 Thread Jose Munonz
Hi Rodger,

Thanks for your answer. Could you please tell me How many Application Server do 
you have? And what is the customer name?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Rodger 
Donaldson
Sent: Wednesday, September 09, 2009 6:07 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

On Tue, September 8, 2009 19:46, Jose Munonz wrote:
 Hi Tore,

 Thanks a lot for your answers. Our applications have a big session data
 size (400KB) and these applications have thousands of users, therefore
 they require a big JVM heap size. Could we have a heap size of 10 GB using
 64 bits?

We've had excellent performance with 4 GB and larger JVMs; our experience
with the 1.5 JVM in WAS 6.1 is that you can get excellent performance with
large memory allocations.  Note, though, that can be dependent on the
application.

I would be more concerned about the large session sizes - if you're using
clustering between guests you'll quite likely see high CPU use serialising
sessions that large.

--
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: WebSphere Application Server for zLinux

2009-09-08 Thread Agblad Tore
Yes, it's production.
We don't have a total summary of reqs/sec, but I summed up Analog Statistics
from 10 of the WAS servers (varying application types)
, and theirs sum is about 6 successful requests/second.
There are at least 30 prod WAS servers in total plus a bunch of test/QA WAS and 
some
others as well.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 14:08
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Thanks Tore for your soon answer. Are you using in production? How many servers 
do you have? How many transactions per second/minute?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Agblad 
Tore
Sent: Monday, September 07, 2009 2:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

We have, works great.
Just make sure that you tune memory,swap disks and heapsizes.
For example heap should be greate than swap disks to prevent it from being 
written out to real disk.
We have one was7 installtion preinstalled on a shared readonly disk, only 
config of was is separated
and setup for each server. Only possible with was7.
We use SLES10 SP2 and WAS703 for the moment.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 13:46
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Hi,

In my installations we have J2EE applications developed by CA Advantage Gen 
V7.5,  and actually they are running on WAS for Windows (before they were 
running on zWAS).
We are planning to migrate to zLinux, but previous we want to know Who have 
WebSphere in zLinux and experiences?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Waite, 
Dick
Sent: Monday, September 07, 2009 12:25 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Denver SHARE Presentations on linuxvm.org

Grand Day,

I find 9113, 9133, 9224/9225 give issues on the load. 9169 and 9295 
load but do not display data.

If one loads John Franciscovich's 9113 from the Spring session then 
it's Okay.

Regards,

___
Dick Waite
Senior RD Consultant

Phone:  +49 6151 92-1505
Mobile: +49 171 8393 769
___


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Rempel, 
Horst
Sent: Monday, September 07, 2009 8:22 AM
To: linux-390@vm.marist.edu
Subject: AW: Denver SHARE Presentations on linuxvm.org

Hello Mark,
thank you for the possibility to see these interesting presentations.
But I am not able to open presentation 9113 and 9224. All others are ok.
I have tried several web-browsers and get always a message 'file corrupted'.
Are you able to open presentation 9113 and 9224?

kind regards Horst Rempel

-Ursprüngliche Nachricht-
Von: Linux on 390 Port [mailto:linux-...@vm.marist.edu] Im Auftrag von Mark Post
Gesendet: Donnerstag, 3. September 2009 01:28
An: LINUX-390@VM.MARIST.EDU
Betreff: Denver SHARE Presentations on linuxvm.org

Cross-posted to Linux-390, IBMVM, and IBM-MAIN

I've received a number of people's Linux and z/VM presentations so far.  
Hopefully we'll get more people contributing in the near future.  Thanks to all 
the speakers that have already done so.

Session Presenter   Title
6201Howard L. Johnson   Integrating Open Systems into Mainframe Fabrics
9129Alan Altmarkz/VM Security and Integrity
9161Alan AltmarkSecurity Zones on z/VM
9163Dave Jones  Sharing the Wealth Using Vlans on Vswitch
9165Rich SmrcinaConfiguring LDAP on z/VM and Linux
9169Jim Moling  A Basic Cloning Methodology for z/VM Systems
9203Sean Wells  The Linux Audit Subsystem Deep Dive
9204Sean

Re: WebSphere Application Server for zLinux

2009-09-08 Thread Jose Munonz
Hi Tore,

Thanks a lot for your answers. Our applications have a big session data size 
(400KB) and these applications have thousands of users, therefore they require 
a big JVM heap size. Could we have a heap size of 10 GB using 64 bits?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Agblad 
Tore
Sent: Tuesday, September 08, 2009 9:23 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Yes, it's production.
We don't have a total summary of reqs/sec, but I summed up Analog Statistics
from 10 of the WAS servers (varying application types)
, and theirs sum is about 6 successful requests/second.
There are at least 30 prod WAS servers in total plus a bunch of test/QA WAS and 
some
others as well.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 14:08
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Thanks Tore for your soon answer. Are you using in production? How many servers 
do you have? How many transactions per second/minute?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Agblad 
Tore
Sent: Monday, September 07, 2009 2:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

We have, works great.
Just make sure that you tune memory,swap disks and heapsizes.
For example heap should be greate than swap disks to prevent it from being 
written out to real disk.
We have one was7 installtion preinstalled on a shared readonly disk, only 
config of was is separated
and setup for each server. Only possible with was7.
We use SLES10 SP2 and WAS703 for the moment.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 13:46
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Hi,

In my installations we have J2EE applications developed by CA Advantage Gen 
V7.5,  and actually they are running on WAS for Windows (before they were 
running on zWAS).
We are planning to migrate to zLinux, but previous we want to know Who have 
WebSphere in zLinux and experiences?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Waite, 
Dick
Sent: Monday, September 07, 2009 12:25 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Denver SHARE Presentations on linuxvm.org

Grand Day,

I find 9113, 9133, 9224/9225 give issues on the load. 9169 and 9295 
load but do not display data.

If one loads John Franciscovich's 9113 from the Spring session then 
it's Okay.

Regards,

___
Dick Waite
Senior RD Consultant

Phone:  +49 6151 92-1505
Mobile: +49 171 8393 769
___


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Rempel, 
Horst
Sent: Monday, September 07, 2009 8:22 AM
To: linux-390@vm.marist.edu
Subject: AW: Denver SHARE Presentations on linuxvm.org

Hello Mark,
thank you for the possibility to see these interesting presentations.
But I am not able to open presentation 9113 and 9224. All others are ok.
I have tried several web-browsers and get always a message 'file corrupted'.
Are you able to open presentation 9113 and 9224?

kind regards Horst Rempel

-Ursprüngliche Nachricht-
Von: Linux on 390 Port [mailto:linux-...@vm.marist.edu] Im Auftrag von Mark Post
Gesendet: Donnerstag, 3. September 2009 01:28
An: LINUX-390@VM.MARIST.EDU
Betreff: Denver SHARE Presentations on linuxvm.org

Cross-posted to Linux-390, IBMVM, and IBM-MAIN

Re: WebSphere Application Server for zLinux

2009-09-08 Thread Agblad Tore
Probably a bad idea I think, the garbage collector will take a long time and 
might have an
impact on response times.
I'm not an expert on this but what I hear from others here is far from 10 GB, 
more like 500MB-1GB
but I don't know any details abouth their applications.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Tuesday, September 08, 2009 09:46
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Hi Tore,

Thanks a lot for your answers. Our applications have a big session data size 
(400KB) and these applications have thousands of users, therefore they require 
a big JVM heap size. Could we have a heap size of 10 GB using 64 bits?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Agblad 
Tore
Sent: Tuesday, September 08, 2009 9:23 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Yes, it's production.
We don't have a total summary of reqs/sec, but I summed up Analog Statistics
from 10 of the WAS servers (varying application types)
, and theirs sum is about 6 successful requests/second.
There are at least 30 prod WAS servers in total plus a bunch of test/QA WAS and 
some
others as well.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 14:08
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Thanks Tore for your soon answer. Are you using in production? How many servers 
do you have? How many transactions per second/minute?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Agblad 
Tore
Sent: Monday, September 07, 2009 2:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

We have, works great.
Just make sure that you tune memory,swap disks and heapsizes.
For example heap should be greate than swap disks to prevent it from being 
written out to real disk.
We have one was7 installtion preinstalled on a shared readonly disk, only 
config of was is separated
and setup for each server. Only possible with was7.
We use SLES10 SP2 and WAS703 for the moment.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 13:46
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Hi,

In my installations we have J2EE applications developed by CA Advantage Gen 
V7.5,  and actually they are running on WAS for Windows (before they were 
running on zWAS).
We are planning to migrate to zLinux, but previous we want to know Who have 
WebSphere in zLinux and experiences?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Waite, 
Dick
Sent: Monday, September 07, 2009 12:25 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Denver SHARE Presentations on linuxvm.org

Grand Day,

I find 9113, 9133, 9224/9225 give issues on the load. 9169 and 9295 
load but do not display data.

If one loads John Franciscovich's 9113 from the Spring session then 
it's Okay.

Regards,

___
Dick Waite
Senior RD Consultant

Phone:  +49 6151 92-1505
Mobile: +49 171 8393 769
___


-Original

Re: WebSphere Application Server for zLinux

2009-09-08 Thread Rodger Donaldson
On Tue, September 8, 2009 19:46, Jose Munonz wrote:
 Hi Tore,

 Thanks a lot for your answers. Our applications have a big session data
 size (400KB) and these applications have thousands of users, therefore
 they require a big JVM heap size. Could we have a heap size of 10 GB using
 64 bits?

We've had excellent performance with 4 GB and larger JVMs; our experience
with the 1.5 JVM in WAS 6.1 is that you can get excellent performance with
large memory allocations.  Note, though, that can be dependent on the
application.

I would be more concerned about the large session sizes - if you're using
clustering between guests you'll quite likely see high CPU use serialising
sessions that large.

--
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: WebSphere Application Server for zLinux

2009-09-07 Thread Jose Munonz
Hi,

In my installations we have J2EE applications developed by CA Advantage Gen 
V7.5,  and actually they are running on WAS for Windows (before they were 
running on zWAS).
We are planning to migrate to zLinux, but previous we want to know Who have 
WebSphere in zLinux and experiences?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Waite, 
Dick
Sent: Monday, September 07, 2009 12:25 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Denver SHARE Presentations on linuxvm.org

Grand Day,

I find 9113, 9133, 9224/9225 give issues on the load. 9169 and 9295 
load but do not display data.

If one loads John Franciscovich's 9113 from the Spring session then 
it's Okay.

Regards,

___
Dick Waite
Senior RD Consultant

Phone:  +49 6151 92-1505 
Mobile: +49 171 8393 769
___ 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Rempel, 
Horst
Sent: Monday, September 07, 2009 8:22 AM
To: linux-390@vm.marist.edu
Subject: AW: Denver SHARE Presentations on linuxvm.org

Hello Mark,
thank you for the possibility to see these interesting presentations.
But I am not able to open presentation 9113 and 9224. All others are ok.
I have tried several web-browsers and get always a message 'file corrupted'.
Are you able to open presentation 9113 and 9224? 

kind regards Horst Rempel

-Ursprüngliche Nachricht-
Von: Linux on 390 Port [mailto:linux-...@vm.marist.edu] Im Auftrag von Mark Post
Gesendet: Donnerstag, 3. September 2009 01:28
An: LINUX-390@VM.MARIST.EDU
Betreff: Denver SHARE Presentations on linuxvm.org

Cross-posted to Linux-390, IBMVM, and IBM-MAIN

I've received a number of people's Linux and z/VM presentations so far.  
Hopefully we'll get more people contributing in the near future.  Thanks to all 
the speakers that have already done so.

Session Presenter   Title
6201Howard L. Johnson   Integrating Open Systems into Mainframe Fabrics
9129Alan Altmarkz/VM Security and Integrity
9161Alan AltmarkSecurity Zones on z/VM
9163Dave Jones  Sharing the Wealth Using Vlans on Vswitch
9165Rich SmrcinaConfiguring LDAP on z/VM and Linux
9169Jim Moling  A Basic Cloning Methodology for z/VM Systems
9203Sean Wells  The Linux Audit Subsystem Deep Dive
9204Sean Wells  Managing your Red Hat Enterprise Linux Guests With RHN 
Satellite
9205Gaylan BraseltonExperiences Implementing Oracle Solutions in a 
Linux on IBM System z Environment
9206Mark Post   What's New With SUSE Linux Enterprise Server 11 for 
System z
9210Lee Stewart z/VM and Linux Disaster Recovery - A Customer Experience
9214Mark Post   Using Logical Volume Manager (LVM) to Reduce the Hassle 
of Managing Disk Space on Linux
9224Mark Post   Linux System Management for the Mainframe Systems 
Programmer
9230Mark Post   Saving Real Storage with Execute in Place on Linux for 
System z
9233Mark Post   Linux Installation Planning
9241Alan AltmarkSecuring Linux using LDAP with z/VM RACF
9272Dave Jones  Taming Your Storage Hungry Linuxen Using CMM(A)
9276Scott Loveland  High Availability Architectures for Linux in a Virtual 
Environment
9292Erich AmrehnLinux on System z Performance Experiences with Databases
9295Marc Connolly
Gaylan BraseltonImplementing Oracle Products on Linux for 
System z
Tom Kennelly
9303Reed Mullen z/VM Platform Update - Introducing z/VM Version 6.
9303Monte BaumanServer Virtualization Technical and Total Cost Analysis

http://linuxvm.org/Present/#share113


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

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

Re: WebSphere Application Server for zLinux

2009-09-07 Thread Agblad Tore
We have, works great.
Just make sure that you tune memory,swap disks and heapsizes.
For example heap should be greate than swap disks to prevent it from being 
written out to real disk.
We have one was7 installtion preinstalled on a shared readonly disk, only 
config of was is separated
and setup for each server. Only possible with was7.
We use SLES10 SP2 and WAS703 for the moment.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 13:46
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Hi,

In my installations we have J2EE applications developed by CA Advantage Gen 
V7.5,  and actually they are running on WAS for Windows (before they were 
running on zWAS).
We are planning to migrate to zLinux, but previous we want to know Who have 
WebSphere in zLinux and experiences?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Waite, 
Dick
Sent: Monday, September 07, 2009 12:25 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Denver SHARE Presentations on linuxvm.org

Grand Day,

I find 9113, 9133, 9224/9225 give issues on the load. 9169 and 9295 
load but do not display data.

If one loads John Franciscovich's 9113 from the Spring session then 
it's Okay.

Regards,

___
Dick Waite
Senior RD Consultant

Phone:  +49 6151 92-1505
Mobile: +49 171 8393 769
___


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Rempel, 
Horst
Sent: Monday, September 07, 2009 8:22 AM
To: linux-390@vm.marist.edu
Subject: AW: Denver SHARE Presentations on linuxvm.org

Hello Mark,
thank you for the possibility to see these interesting presentations.
But I am not able to open presentation 9113 and 9224. All others are ok.
I have tried several web-browsers and get always a message 'file corrupted'.
Are you able to open presentation 9113 and 9224?

kind regards Horst Rempel

-Ursprüngliche Nachricht-
Von: Linux on 390 Port [mailto:linux-...@vm.marist.edu] Im Auftrag von Mark Post
Gesendet: Donnerstag, 3. September 2009 01:28
An: LINUX-390@VM.MARIST.EDU
Betreff: Denver SHARE Presentations on linuxvm.org

Cross-posted to Linux-390, IBMVM, and IBM-MAIN

I've received a number of people's Linux and z/VM presentations so far.  
Hopefully we'll get more people contributing in the near future.  Thanks to all 
the speakers that have already done so.

Session Presenter   Title
6201Howard L. Johnson   Integrating Open Systems into Mainframe Fabrics
9129Alan Altmarkz/VM Security and Integrity
9161Alan AltmarkSecurity Zones on z/VM
9163Dave Jones  Sharing the Wealth Using Vlans on Vswitch
9165Rich SmrcinaConfiguring LDAP on z/VM and Linux
9169Jim Moling  A Basic Cloning Methodology for z/VM Systems
9203Sean Wells  The Linux Audit Subsystem Deep Dive
9204Sean Wells  Managing your Red Hat Enterprise Linux Guests With RHN 
Satellite
9205Gaylan BraseltonExperiences Implementing Oracle Solutions in a 
Linux on IBM System z Environment
9206Mark Post   What's New With SUSE Linux Enterprise Server 11 for 
System z
9210Lee Stewart z/VM and Linux Disaster Recovery - A Customer Experience
9214Mark Post   Using Logical Volume Manager (LVM) to Reduce the Hassle 
of Managing Disk Space on Linux
9224Mark Post   Linux System Management for the Mainframe Systems 
Programmer
9230Mark Post   Saving Real Storage with Execute in Place on Linux for 
System z
9233Mark Post   Linux Installation Planning
9241Alan AltmarkSecuring Linux using LDAP with z/VM RACF
9272Dave Jones  Taming Your Storage Hungry Linuxen Using CMM(A)
9276Scott Loveland  High Availability Architectures for Linux in a Virtual 
Environment
9292Erich AmrehnLinux on System z Performance Experiences with Databases
9295Marc Connolly
Gaylan BraseltonImplementing Oracle Products on Linux for 
System z
Tom Kennelly
9303Reed Mullen z/VM Platform Update - Introducing z/VM Version 6.
9303Monte BaumanServer Virtualization Technical and Total Cost Analysis

http://linuxvm.org/Present/#share113


Mark Post

--
For LINUX-390

Re: WebSphere Application Server for zLinux

2009-09-07 Thread Jose Munonz
Thanks Tore for your soon answer. Are you using in production? How many servers 
do you have? How many transactions per second/minute?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Agblad 
Tore
Sent: Monday, September 07, 2009 2:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

We have, works great.
Just make sure that you tune memory,swap disks and heapsizes.
For example heap should be greate than swap disks to prevent it from being 
written out to real disk.
We have one was7 installtion preinstalled on a shared readonly disk, only 
config of was is separated
and setup for each server. Only possible with was7.
We use SLES10 SP2 and WAS703 for the moment.

Cordialement / Vriendelijke Groeten / Best Regards / Med Vänliga Hälsningar
  Tore Agblad

   Volvo Information Technology
   Infrastructure Mainframe Design  Development
   SE-405 08, Gothenburg  Sweden
   E-mail: tore.agb...@volvo.com

   http://www.volvo.com/volvoit/global/en-gb/

From: Linux on 390 Port [linux-...@vm.marist.edu] On Behalf Of Jose Munonz 
[jmu...@nic.gov.sa]
Sent: Monday, September 07, 2009 13:46
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere Application Server for zLinux

Hi,

In my installations we have J2EE applications developed by CA Advantage Gen 
V7.5,  and actually they are running on WAS for Windows (before they were 
running on zWAS).
We are planning to migrate to zLinux, but previous we want to know Who have 
WebSphere in zLinux and experiences?


  Thanks and regards
Jose Munoz
Senior zWebSphere/zLinux Consultant - J2EE Architect
+966 1 479-2585 Ext. 2647 MOI-NIC
+966 50 296-7758 Mobile
Ministry of Interior - National Information Center



-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Waite, 
Dick
Sent: Monday, September 07, 2009 12:25 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Denver SHARE Presentations on linuxvm.org

Grand Day,

I find 9113, 9133, 9224/9225 give issues on the load. 9169 and 9295 
load but do not display data.

If one loads John Franciscovich's 9113 from the Spring session then 
it's Okay.

Regards,

___
Dick Waite
Senior RD Consultant

Phone:  +49 6151 92-1505
Mobile: +49 171 8393 769
___


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Rempel, 
Horst
Sent: Monday, September 07, 2009 8:22 AM
To: linux-390@vm.marist.edu
Subject: AW: Denver SHARE Presentations on linuxvm.org

Hello Mark,
thank you for the possibility to see these interesting presentations.
But I am not able to open presentation 9113 and 9224. All others are ok.
I have tried several web-browsers and get always a message 'file corrupted'.
Are you able to open presentation 9113 and 9224?

kind regards Horst Rempel

-Ursprüngliche Nachricht-
Von: Linux on 390 Port [mailto:linux-...@vm.marist.edu] Im Auftrag von Mark Post
Gesendet: Donnerstag, 3. September 2009 01:28
An: LINUX-390@VM.MARIST.EDU
Betreff: Denver SHARE Presentations on linuxvm.org

Cross-posted to Linux-390, IBMVM, and IBM-MAIN

I've received a number of people's Linux and z/VM presentations so far.  
Hopefully we'll get more people contributing in the near future.  Thanks to all 
the speakers that have already done so.

Session Presenter   Title
6201Howard L. Johnson   Integrating Open Systems into Mainframe Fabrics
9129Alan Altmarkz/VM Security and Integrity
9161Alan AltmarkSecurity Zones on z/VM
9163Dave Jones  Sharing the Wealth Using Vlans on Vswitch
9165Rich SmrcinaConfiguring LDAP on z/VM and Linux
9169Jim Moling  A Basic Cloning Methodology for z/VM Systems
9203Sean Wells  The Linux Audit Subsystem Deep Dive
9204Sean Wells  Managing your Red Hat Enterprise Linux Guests With RHN 
Satellite
9205Gaylan BraseltonExperiences Implementing Oracle Solutions in a 
Linux on IBM System z Environment
9206Mark Post   What's New With SUSE Linux Enterprise Server 11 for 
System z
9210Lee Stewart z/VM and Linux Disaster Recovery - A Customer Experience
9214Mark Post   Using Logical Volume Manager (LVM) to Reduce the Hassle 
of Managing Disk Space on Linux
9224Mark Post   Linux System Management for the Mainframe Systems 
Programmer
9230Mark Post   Saving Real Storage with Execute in Place on Linux for 
System z
9233Mark Post   Linux Installation Planning
9241Alan AltmarkSecuring Linux using LDAP with z/VM RACF
9272Dave Jones  Taming Your Storage Hungry Linuxen Using CMM(A)
9276Scott

Re: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread Terry Spaulding
Thanks David and Marcy for your responses.

More research required.

David Boyes responded:.
 Last time I checked, all the Sybase drivers had Intel only components,
 so I suspect neither will work.

Regards,
Terry L. Spaulding
spa...@us.ibm.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: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread Rob van der Heij
On Thu, Jul 9, 2009 at 2:00 PM, Terry Spauldingspa...@us.ibm.com wrote:
 Thanks David and Marcy for your responses.

 More research required.

 David Boyes responded:.
 Last time I checked, all the Sybase drivers had Intel only components,
 so I suspect neither will work.

The jdbc driver appears to be just java and one would expect it to
work on any platform unless they did strange things.
But I don't fit your wanted audience of those who actually did it...

Rob

--
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: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread David Boyes
 The jdbc driver appears to be just java and one would expect it to
 work on any platform unless they did strange things.

When I looked at it a few months ago, it called some JNI stuff to use the 
native libraries, and Sybase only supports Linux on Intel AFAIK. 

--
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: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread Patrick Spinler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Boyes wrote:
 The jdbc driver appears to be just java and one would expect it to
 work on any platform unless they did strange things.

 When I looked at it a few months ago, it called some JNI stuff to use the 
 native libraries, and Sybase only supports Linux on Intel AFAIK.


As far as I know, if you need a vendor supported solution, you're out of
luck.  We've had to specifically install an Intel/VMWare environment to
host some sybase requiring linux images that could otherwise have
happily run on Z.

That said, if you're willing to go open source, you can have a look at
freetds (http://www.freetds.org/).  I've had mixed results with it,
mainly in that last I tried it it didn't have 100% coverage of the ct
api's, but worked well for basic stuff.

- -- Pat


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpWQzAACgkQNObCqA8uBsw/GwCdHF+qdJUky4IR+zZnLSbpqHPp
HjcAoJqGq0AvWfKR90L15Jdab/Bh1/d0
=G4ib
-END PGP SIGNATURE-

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


Sybase drivers for Linux client running WebSphere....

2009-07-08 Thread Terry Spaulding
Question to the List.

Has anyone setup WebSphere on Linux System z to access Sybase DB running
another platform using one of these drivers:

jConnect 5.5 EBF 11656 which has an end of life date of 12/2009 on the
Sybase website

or

Sybase driver 6.0 EBF 12723 (type 4).

Just looking to find out if it works and any problems implementing these
drivers on WebSphere Linux System z.

TIA 

Regards,
Terry L. Spaulding
spa...@us.ibm.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: Sybase drivers for Linux client running WebSphere....

2009-07-08 Thread David Boyes
Last time I checked, all the Sybase drivers had Intel only components,  
so I suspect neither will work.

--
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: /etc/init.d start/stop scripts for DB2 MQ and Websphere

2009-05-01 Thread LJ Mace
Try this:

cd /home/udbdb1/sqllib
. /home/udbdb1/sqllib/db2profile

good luck
Mace

--- On Thu, 4/30/09, Shedlock, George gshedl...@aegonusa.com wrote:

 From: Shedlock, George gshedl...@aegonusa.com
 Subject: /etc/init.d start/stop scripts for DB2 MQ and Websphere
 To: LINUX-390@VM.MARIST.EDU
 Date: Thursday, April 30, 2009, 2:05 PM
 I am trying to get some scripts set
 up to start / stop DB2, MQ and Websphere applications. The
 scripts I have are in this format:
 
 #! /bin/bash
 set -x
 case $1 in
 'start')
         /bin/su - udbdb1 -c
 /home/udbdb1/sqllib/adm/db2start
         ;;
 'stop')
         /bin/su - udbdb1 -c
 /home/udbdb1/sqllib/adm/db2stop
         ;;
 'restart')
         stop
       start
         ;;
 *)
         echo $Usage: $0
 {start|stop|restart}
         exit 1
         ;;
 Esac
 
 This is failing because the environment variables are not
 set up correctly (-1390 reason 3 return code). Any
 suggestions on how to fix this?
 
 I have found a way to initiate this with:
 sudo -u udbdb1 -i /etc/init.d/db2 start
 
 The problem with this is that I cannot find a way to
 implement this in the /etc/sudoers file so a non-privileged
 user can run the command.
 
 Any suggestions on how to make either of these methods work
 will be greatly appreciated.
 
 George Shedlock Jr
 AEGON Information Technology
 AEGON USA
 502-560-3541
 
 --
 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: /etc/init.d start/stop scripts for DB2 MQ and Websphere

2009-05-01 Thread Smith, Ann (ISD, IT)
On our SLES10 server I see db2profile is in /home/db2inst1/sqllib
Thank you. We also want to automate db2 startup along with MQ  

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of LJ Mace
Sent: Friday, May 01, 2009 11:03 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: /etc/init.d start/stop scripts for DB2 MQ and Websphere

Try this:

cd /home/udbdb1/sqllib
. /home/udbdb1/sqllib/db2profile

good luck
Mace

--- On Thu, 4/30/09, Shedlock, George gshedl...@aegonusa.com wrote:

 From: Shedlock, George gshedl...@aegonusa.com
 Subject: /etc/init.d start/stop scripts for DB2 MQ and Websphere
 To: LINUX-390@VM.MARIST.EDU
 Date: Thursday, April 30, 2009, 2:05 PM I am trying to get some 
 scripts set up to start / stop DB2, MQ and Websphere applications. The 
 scripts I have are in this format:
 
 #! /bin/bash
 set -x
 case $1 in
 'start')
         /bin/su - udbdb1 -c
 /home/udbdb1/sqllib/adm/db2start
         ;;
 'stop')
         /bin/su - udbdb1 -c
 /home/udbdb1/sqllib/adm/db2stop
         ;;
 'restart')
         stop
       start
         ;;
 *)
         echo $Usage: $0
 {start|stop|restart}
         exit 1
         ;;
 Esac
 
 This is failing because the environment variables are not set up 
 correctly (-1390 reason 3 return code). Any suggestions on how to fix 
 this?
 
 I have found a way to initiate this with:
 sudo -u udbdb1 -i /etc/init.d/db2 start
 
 The problem with this is that I cannot find a way to implement this in 
 the /etc/sudoers file so a non-privileged user can run the command.
 
 Any suggestions on how to make either of these methods work will be 
 greatly appreciated.
 
 George Shedlock Jr
 AEGON Information Technology
 AEGON USA
 502-560-3541
 
 --
 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

This communication, including attachments, is for the exclusive use of 
addressee and may contain proprietary, confidential and/or privileged 
information.  If you are not the intended recipient, any use, copying, 
disclosure, dissemination or distribution is strictly prohibited.  If you are 
not the intended recipient, please notify the sender immediately by return 
e-mail, delete this communication and destroy all copies.


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


/etc/init.d start/stop scripts for DB2 MQ and Websphere

2009-04-30 Thread Shedlock, George
I am trying to get some scripts set up to start / stop DB2, MQ and Websphere 
applications. The scripts I have are in this format:

#! /bin/bash
set -x
case $1 in
'start')
/bin/su - udbdb1 -c /home/udbdb1/sqllib/adm/db2start
;;
'stop')
/bin/su - udbdb1 -c /home/udbdb1/sqllib/adm/db2stop
;;
'restart')
stop
  start
;;
*)
echo $Usage: $0 {start|stop|restart}
exit 1
;;
Esac

This is failing because the environment variables are not set up correctly 
(-1390 reason 3 return code). Any suggestions on how to fix this?

I have found a way to initiate this with:
sudo -u udbdb1 -i /etc/init.d/db2 start

The problem with this is that I cannot find a way to implement this in the 
/etc/sudoers file so a non-privileged user can run the command.

Any suggestions on how to make either of these methods work will be greatly 
appreciated.

George Shedlock Jr
AEGON Information Technology
AEGON USA
502-560-3541

--
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: /etc/init.d start/stop scripts for DB2 MQ and Websphere

2009-04-30 Thread Edmund R. MacKenty
On Thursday 30 April 2009 14:05, Shedlock, George wrote:
I am trying to get some scripts set up to start / stop DB2, MQ and Websphere
 applications. The scripts I have are in this format:
...
Isn't there a db2istrt tool that is supposed to take care of the environment 
setup?  That's what I use in my rc script.
- MacK.
-
Edmund R. MacKenty
Software Architect
Rocket Software
275 Grove Street · Newton, MA 02466-2272 · USA
Tel: +1.617.614.4321
Email: m...@rs.com
Web: www.rocketsoftware.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


New Whitepaper available:: Tuning WebSphere Application Server Cluster with Caching

2009-01-23 Thread Dorothea Matthaeus
Tuning WebSphere Application Server Cluster with Caching

The paper is available at:

   TecDocs:
   http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101406
   developerWorks:
   
http://www-128.ibm.com/developerworks/linux/linux390/perf/tuning_pap_websphere.html#wascc

This paper analyzes parameter and configuration variations in a WebSphere®
Application Server cluster running the Trade workload when caching is
enabled. A secure environment was used  with a DMZ to protect the
application servers against an uncontrolled external zone.

The  findings include:
   Any form for caching resulted in a significant throughput improvement
   over the no caching case, where Distributed map caching gave in the
   highest throughput improvement.
   Dynachache disk-off load can significantly improve the performance with
   small caches without additional CPU cost.
   The z/VM® VSWITCH LAN configuration resulted in higher throughput than
   the Guest LAN feature.
   The IBM® System z10® system obtained a significant throughput advantage
   over the IBM® System z9® system
   They highly recommend z/VM for environments like this.


Dorothea Matthaeus
Linux on System z Information Development
IBM Deutschland Entwicklung GmbH
--
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


IBM Tivoli Composite Application Manager for WebSphere

2008-10-14 Thread Stahr, Lea
Does anyone have IBM Tivoli Composite Application Manager for WebSphere
running on zLinux or know if it will run there? The manual does not
mention this environment.

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: IBM Tivoli Composite Application Manager for WebSphere

2008-10-14 Thread Marcy Cortes
Yes, it does run on Linux for z.
We trialed it.

Marcy 

This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Stahr, Lea
Sent: Tuesday, October 14, 2008 7:08 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] IBM Tivoli Composite Application Manager for
WebSphere

Does anyone have IBM Tivoli Composite Application Manager for WebSphere
running on zLinux or know if it will run there? The manual does not
mention this environment.

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: IBM Tivoli Composite Application Manager for WebSphere

2008-10-14 Thread Stahr, Lea
Can you tell me what kind of experience/pain you had?

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Tuesday, October 14, 2008 9:52 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: IBM Tivoli Composite Application Manager for WebSphere

Yes, it does run on Linux for z.
We trialed it.

Marcy 

This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Stahr, Lea
Sent: Tuesday, October 14, 2008 7:08 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] IBM Tivoli Composite Application Manager for
WebSphere

Does anyone have IBM Tivoli Composite Application Manager for WebSphere
running on zLinux or know if it will run there? The manual does not
mention this environment.

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: IBM Tivoli Composite Application Manager for WebSphere

2008-10-14 Thread Pat Carroll
Yes, it runs on z. We trialed it. 


Patrick Carroll  |  Enterprise Architect 
L.L.Bean, Inc.(r) |  Double L St. |  Freeport ME 04033 
http://www.llbean.com | [EMAIL PROTECTED] | 207.552.2426 


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Stahr, Lea
Sent: Tuesday, October 14, 2008 10:49 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: IBM Tivoli Composite Application Manager for WebSphere

I have found a manual that includes some information for Linux on z. I
guess it is a supported platform. Thanks.

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Stahr, Lea
Sent: Tuesday, October 14, 2008 9:08 AM
To: LINUX-390@VM.MARIST.EDU
Subject: IBM Tivoli Composite Application Manager for WebSphere

Does anyone have IBM Tivoli Composite Application Manager for WebSphere
running on zLinux or know if it will run there? The manual does not
mention this environment.

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: IBM Tivoli Composite Application Manager for WebSphere

2008-10-14 Thread Stahr, Lea
I have found a manual that includes some information for Linux on z. I
guess it is a supported platform. Thanks.

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Stahr, Lea
Sent: Tuesday, October 14, 2008 9:08 AM
To: LINUX-390@VM.MARIST.EDU
Subject: IBM Tivoli Composite Application Manager for WebSphere

Does anyone have IBM Tivoli Composite Application Manager for WebSphere
running on zLinux or know if it will run there? The manual does not
mention this environment.

Lea Stahr
Senior Systems Engineer
   Linux and zLinux 
  Navistar, Inc.
630-753-5445
[EMAIL PROTECTED]
 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


WebSphere sizing on Linux for System z

2008-03-27 Thread Stewart Thomas J
We are looking at moving our WebSphere workload from z/OS to Linux. We have 
lots of 4way x86 Linux boxes running WebSphere - each instance capable of 
running dozens (nearly 100 in some cases) of application servers (JVMs) with 
many GB of memory.  On WebSphere for z/OS, an LPAR might have 32 application 
servers collectively collectively using 8GB of memory and 2 zAAPs - not saying 
that is the max it can run, it's just a sample size of an existing workload.

If I move this example Websphere for z/OS workload to zLinux, would it fit on 
one Linux guest with 8GB of virtual memory and 2 IFL's.

Anyone have rules of thumb to offer regarding trying to run a single virtual 
zLinux for WebSphere with something like 8GB memory and dozens of application 
servers? This WebSphere design works great for us on x86 and z/OS, so wondering 
if it holds true on zLinux.

Thanks,
__
Tom Stewart
Infrastructure Analyst
John Deere - z/OS Support Services
__





--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere sizing on Linux for System z

2008-03-27 Thread David Boyes
 We are looking at moving our WebSphere workload from z/OS to Linux. We
 have lots of 4way x86 Linux boxes running WebSphere - each instance
 capable of running dozens (nearly 100 in some cases) of application
 servers (JVMs) with many GB of memory.  On WebSphere for z/OS, an LPAR
 might have 32 application servers collectively collectively using 8GB
of
 memory and 2 zAAPs - not saying that is the max it can run, it's just
a
 sample size of an existing workload.
 
 If I move this example Websphere for z/OS workload to zLinux, would it
fit
 on one Linux guest with 8GB of virtual memory and 2 IFL's.

Sounds like you're relying heavily on knowledge that not all the JVMs
will ever fire at the same time (on both platforms). If so, then the
answer is maybe; you need to measure usage patterns. Otherwise, the
answer is probably not, unless you have a fairly large z10. If all
those JVMs ever fire at once, you're going to be in a world of pain. 

You need a lot more information about how those apps and JVMs behave
before you can answer the question. The fact you mention that you're
already using 2 ZAAPs and you get many fewer JVMs per z/OS tends to
worry me already. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-10 Thread Jon Brock
Thanks for the suggestions, all.  I got pulled off onto some z/OS work
for a while, but I'm back on this now.  

I think that I will go with the nostart file solution for the quick
fix and look at implementing a menued solution later.  

I'm hoping to set up clustering later for this particular guest, but it
will take me a while to get that done.  I'm also not sure how well that
would work with our uniprocessor configuration. 

Jon

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Delayed start of WebSphere

2008-01-07 Thread Jon Brock
I have a few Linux guests which run WebSphere.  There are times when
applying maintenance, etc, that I need to reboot Linux on these guests.
If I have WebSphere auto-start during the boot process then every time I
boot I have to wait for WAS to finish coming up - something that takes
several minutes - before I can even so much as sign on.  Obviously, if I
need to boot more than once, I end up having wasted  a lot of time.  

 

What I would like is maybe a way for Linux to finish booting
then give me a choice as to whether to start WAS; after a period of time
- say, 30 seconds or a minute - it would just go ahead and auto-start
WAS.  Is anyone doing this sort of thing?  

 

Thanks,

Jon


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread Fargusson.Alan
I have not used WebSphere on Linux.  Could you set it up so it starts on some 
run levels, and not on some others?  If you can set it up this way you could 
boot up to a run level that didn't start WebSpere when doing maintenance.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Jon
Brock
Sent: Monday, January 07, 2008 8:40 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Delayed start of WebSphere


I have a few Linux guests which run WebSphere.  There are times when
applying maintenance, etc, that I need to reboot Linux on these guests.
If I have WebSphere auto-start during the boot process then every time I
boot I have to wait for WAS to finish coming up - something that takes
several minutes - before I can even so much as sign on.  Obviously, if I
need to boot more than once, I end up having wasted  a lot of time.  

 

What I would like is maybe a way for Linux to finish booting
then give me a choice as to whether to start WAS; after a period of time
- say, 30 seconds or a minute - it would just go ahead and auto-start
WAS.  Is anyone doing this sort of thing?  

 

Thanks,

Jon


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390



CONFIDENTIALITY NOTICE: This email from the State of California is for the sole 
use of the intended recipient and may contain confidential and privileged 
information.  Any unauthorized review or use, including disclosure or 
distribution, is prohibited.  If you are not the intended recipient, please 
contact the sender and destroy all copies of this email.  

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread James Melin
Jon, contact me off list. I have something that does something like that in 
place, and is in fact set up to automatically provide such services on
Sundays, when we have maintenance time scheduled.

It is crude but does the job.

If anyone else wants to see it, I suppose I can post the particulars here.

-J




 Jon Brock [EMAIL PROTECTED]
 Sent by: Linux on 390 Port
 LINUX-390@VM.MARIST.EDU  
   To
 
LINUX-390@VM.MARIST.EDU

   cc
 01/07/2008 11:43 AM

  Subject
 Delayed 
start of WebSphere
Please respond to
   Linux on 390 Port LINUX-390@VM.MARIST.EDU








I have a few Linux guests which run WebSphere.  There are times when
applying maintenance, etc, that I need to reboot Linux on these guests.
If I have WebSphere auto-start during the boot process then every time I
boot I have to wait for WAS to finish coming up - something that takes
several minutes - before I can even so much as sign on.  Obviously, if I
need to boot more than once, I end up having wasted  a lot of time.



What I would like is maybe a way for Linux to finish booting
then give me a choice as to whether to start WAS; after a period of time
- say, 30 seconds or a minute - it would just go ahead and auto-start
WAS.  Is anyone doing this sort of thing?



Thanks,

Jon


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread Steve Mitchell
I would certainly be interested in the solution.  Thanks.

Steve Mitchell
Sr Systems Software Specialist
Blue Cross Blue Shield of Kansas
(785) 291-8885

'There are no degrees of Honesty-you're either Honest or you're not!



CONFIDENTIALITY NOTICE: This email message and any attachments are for the sole 
use of the intended recipient(s) and may contain proprietary, confidential, 
trade secret or privileged information.  Any unauthorized review use, 
disclosure or distribution is prohibited and may be a violation of law.  If you 
are not the intended recipient or a person responsible for delivering this 
message to an intended recipient, please contact the sender by reply email and 
destroy all copies of the original message.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread James Melin
Ok. I'll post what I did here later today or tomorrow.

Seems I have a question for you lot also which will be coming in another post.



 Steve Mitchell [EMAIL PROTECTED]
 Sent by: Linux on 390 Port
 LINUX-390@VM.MARIST.EDU  
   To
 
LINUX-390@VM.MARIST.EDU

   cc
 01/07/2008 12:35 PM

  Subject
 Re: 
Delayed start of WebSphere
Please respond to
   Linux on 390 Port LINUX-390@VM.MARIST.EDU








I would certainly be interested in the solution.  Thanks.

Steve Mitchell
Sr Systems Software Specialist
Blue Cross Blue Shield of Kansas
(785) 291-8885

'There are no degrees of Honesty-you're either Honest or you're not!



CONFIDENTIALITY NOTICE: This email message and any attachments are for the sole 
use of the intended recipient(s) and may contain proprietary,
confidential, trade secret or privileged information.  Any unauthorized review 
use, disclosure or distribution is prohibited and may be a violation of
law.  If you are not the intended recipient or a person responsible for 
delivering this message to an intended recipient, please contact the sender by
reply email and destroy all copies of the original message.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread Michael MacIsaac
 every time I boot I have to wait for WAS to finish coming up
I'll ask a dumb question - Did you try starting it in the background?
(e.g. in the startup script, change startServer.sh server1 to
startServer.sh server1 ) I must confess I've never tried this and don't
have a WAS system available to try it on.

Mike MacIsaac [EMAIL PROTECTED]   (845) 433-7061

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread David Boyes
 I have a few Linux guests which run WebSphere.  There are times when
 applying maintenance, etc, that I need to reboot Linux on these
guests.
 If I have WebSphere auto-start during the boot process then every time
I
 boot I have to wait for WAS to finish coming up - something that takes
 several minutes - before I can even so much as sign on.  Obviously, if
I
 need to boot more than once, I end up having wasted  a lot of time.

One very simple method is to modify the startup script to check for the
presence of a nostart file (I've used /etc/websphere/nostart in other
places), and exit if the file is present, eg something like this
pseudocode:

if -f /etc/websphere/nostart do
exit 0;
od

When you're done, you just rm /etc/websphere/nostart, and everything
starts normally. If you want a totally menu-driven way, use a variable
in /etc/sysconfig for that particular script, eg: 

Somewhere at the top of your startup script: 

. /etc/rc.status  (note dot space /)
. /etc/sysconfig/$0   (note dot space /)

if ($ACTIVE)!=1 then 
   exit 0;

(note pseudocode, untested...)

In /etc/sysconfig have a script named the same as the init script,
including a line like: 

# Is this script active?
ACTIVE=1

Then you can turn the script off and on using the System Configuration
editor in YaST. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread Daryl Hoffman
While this is a good solution, if you do not need to reboot or take a
linux image offlinethat is running Websphere, you can have the Sys Admins
set up a cluster and take on of the application servers down at a time.
This would mean no outage.

Daryl

On Jan 7, 2008 2:13 PM, David Boyes [EMAIL PROTECTED] wrote:

  I have a few Linux guests which run WebSphere.  There are times when
  applying maintenance, etc, that I need to reboot Linux on these
 guests.
  If I have WebSphere auto-start during the boot process then every time
 I
  boot I have to wait for WAS to finish coming up - something that takes
  several minutes - before I can even so much as sign on.  Obviously, if
 I
  need to boot more than once, I end up having wasted  a lot of time.

 One very simple method is to modify the startup script to check for the
 presence of a nostart file (I've used /etc/websphere/nostart in other
 places), and exit if the file is present, eg something like this
 pseudocode:

 if -f /etc/websphere/nostart do
exit 0;
 od

 When you're done, you just rm /etc/websphere/nostart, and everything
 starts normally. If you want a totally menu-driven way, use a variable
 in /etc/sysconfig for that particular script, eg:

 Somewhere at the top of your startup script:

 . /etc/rc.status  (note dot space /)
 . /etc/sysconfig/$0   (note dot space /)

 if ($ACTIVE)!=1 then
   exit 0;

 (note pseudocode, untested...)

 In /etc/sysconfig have a script named the same as the init script,
 including a line like:

 # Is this script active?
 ACTIVE=1

 Then you can turn the script off and on using the System Configuration
 editor in YaST.

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390




--
Daryl R. Hoffman
System Administrator
Administrative Information Systems
The Pennsylvania State University
Cell/Home:   814-441-9448
Work:  814-863-3829
Website:  http://www.personal.psu.edu/drh4
email:  [EMAIL PROTECTED]
  [EMAIL PROTECTED]

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread David Boyes
 While this is a good solution, if you do not need to reboot or take
a
 linux image offlinethat is running Websphere, you can have the Sys
Admins
 set up a cluster and take on of the application servers down at a
time.
 This would mean no outage.

Yes, that's true. I read the question as if I'm testing stuff like
operating system patches, how can I skip *some* of the heavyweight
startup scripts like WAS w/o taking them out of the configuration or
waiting for a full-up system startup every time?

The two solutions are actually complementary -- the flag file or
sysconfig variable approach lets you leave the system configuration
alone (it's those times that you forget to put something back in that
wake you at 2 am), but still skip the heavy stuff during testing. 

The cluster bit lets you keep services up and running; you still need
the flag idea to let you control what parts start/stop when you bring a
node up and down, but the cluster bit hides the details from the users. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Delayed start of WebSphere

2008-01-07 Thread James Melin
The following bit of insanity was crafted by myself and my partner in crime 
Dave Hansen.

Here's what we have for an environment:

Two production nodes in a cluster, Two QA nodes in a cluster, and two single 
node test systems, all running on the same z/VM.

We have a z/VM guest called 'LNXADMIN' on which we created a 192 disk, and 
stuck and accessed it as disk 'n'

for each of our linuxes there are two files. an IPL file and a DELAY file:

ABINODJI DELAYN1   F 80  1  1 11/17/06  9:52
ABINODJI IPL  N1   V  7  1  1  9/26/07  2:45

The delay file contains an offset in seconds to wait before starting WebSphere. 
This only comes into play on a Sunday, since that's the only day of
the month we do scheduled maintenance, and we don't want 6 WebSpheres all 
starting at the same time.

* * * Top of File * * *
DELAY=780
* * * End of File * * *

The other file is the 'IPL' file. Which was going to contain anything we wanted 
to tell the guest not to do when it was IPL'ed. SO far, we just have a
yes/no for WebSphere in the file:

* * * Top of File * * *
WAS=YES
* * * End of File * * *

We control the entries with a couple of scripts

The script we use takes the parms Y or N and {server name} and sets the server 
in question to YES or NO. If no server is passed, it sets ALL of them
to yes or no. Very simple. You can also edit the files manually in a pinch.

The Linux guests uses the CMSFS to access the  LNXADMIN 192 disk which has been 
CP linked in profile exec at IPL time as 292. There are other options
than CMSFS now, and arguably better, but this isn't broke, so I'm not fixing it.

The was6_start.sh script, which I've included below, reads the IPL file, and if 
it's a Sunday, it reads the delay file. IF the IPL parm is set to
WAS=NO then WebSphere will not be started. If the 292 disk is not present, 
WebSphere will be started. If the parm is WAS=YES, WebSphere will be
started.  We can manually start WebSphere with the script websphere_start which 
does stuff like:

echo -e \nStarting Deployment Manager
/opt/wasprofile/DeploymentManager/bin/startManager.sh -replacelog

echo -e \nStarting Node Agent
/opt/wasprofile/AppServer/bin/startNode.sh -replacelog -nowait

echo -e \nStarting Application server 'server1'
/opt/wasprofile/AppServer/bin/startServer.sh server1  -replacelog 

_

The was6_start.sh script

#! /bin/sh
export COLUMNS=
#fold hostname into IPL file name convert to upper case and assign.
hostfile=`echo $HOSTNAME.ipl | tr '[:lower:]' '[:upper:]'`
delayfile=`echo $HOSTNAME.delay | tr '[:lower:]' '[:upper:]'`
echo Hostfile =  $hostfile
echo Delayfile = $delayfile
# bring device 292 online to linux
if  chccwdev -e 0.0.0292 21  /dev/null
  then
 echo 292 found
 # Cat the contents of /proc/dasd/devices to extract the dasd device
 dasd292=`cat /proc/dasd/devices | grep 292 | awk '{print $7}'`
 #check to see if the ipl file exists
 if cmsfscat -a -d /dev/$dasd292 $hostfile  /dev/null 21  /dev/null
   then
  # cat the ipl file on the 292 disk and extract the value for starting 
was
  startwas=`cmsfscat -a -d /dev/$dasd292 $hostfile | grep WAS | awk -F 
= '{print $2}'` 21 /dev/null
   else
echo no $hostfile file found - WebSphere will be started
startwas='YES'
 fi
 #check to see if the delay file exists
 if cmsfscat -a -d /dev/$dasd292 $delayfile  /dev/null 21  /dev/null
   then
  # cat the delay file on the 292 disk and extract the delay value for 
starting was
  raw_delay=`cmsfscat -a -d /dev/$dasd292 $delayfile | grep DELAY | awk 
-F = '{print $2}'` 21 /$
  delaywas=`echo $raw_delay | tr '[:blank:]' ' '`
   else
echo no $delay file found - WebSphere startup will not be delayed
delaywas='0'
 fi

  # bring device 292 offline to linux
  chccwdev -d 0.0.0292  /dev/null
  else
 # 292 not found - default to YES to start WebSphere
 echo Device 0.0.0292 - LNXADMIN CMS volume not defined to system - 
Websphere will be started
 startwas='YES'
fi
echo startwas = $startwas
if [ $startwas == 'YES' ]
  then
 if [ `date +%A` == 'Sunday' ]
then
  echo It's a Sunday. Probably an IPL happening eh?
  echo Starting WebSphere in $delaywas seconds
  sleep `echo $delaywas`
 fi
 echo Starting Websphere
 sh /etc/init.d/websphere_start 
  else
 echo WebSphere automatic startup overridden at IPL
 echo WebSphere WILL NOT BE STARTED. Start manually when ready.
fi

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Websphere support of HATS (was: JBoss, Anyone?)

2007-08-28 Thread Rich Smrcina

Subject changed... sorry Mark... :)

Tom Duerbusch wrote:

However, are you saying that if we were only running HATS and the part of 
WebSphere that comes with HATS, that I need no knowledge, what-so-ever of 
Websphere to make it run fine in a production environment?



Correct.  Any support of the Websphere component that makes up HATS is
done by the support center, not the customer (unless the support center
directs the customer to do some Websphere thing on their behalf).


The gist(s) of my concerns are:

1.  We end up having to support multiple Java platforms.
2.  With multiple platforms, come the need to support, installation, 
maintenance, performance, debugging of multiple platforms.
3.  With each platform comes the need (IMHO) of one or more test platforms.
4.  And with each flavor of Java platform, we have some licensing fees (product, support, 
etc) on a per engine basis.  In this case, licensing multiple products, that apparently 
do the same thing, on the same single engine, when there is no application 
driven reason to do so.


Welcome to multi-cultural computing... :)

I don't have an easy answer.  What you need to acquire and support is a
business decision and needs to be evaluated based on the needs of the
enterprise.



Am I right about this...  That the full blown Websphere, can do:

1.  HATS


It is entirely possible that HATS will ONLY be supported with Websphere
that is delivered with HATS.  Any other Websphere packages that are
installed and used with HATS (even if they are the same level) will not
provide a supported environment.


2.  Any in-house developed application that uses Oracle 10g.


In as much as your Websphere applications need to use the Oracle
database, sure.


3.  Any thing that we would have used Jboss for.

A second question, other than a cost issue, is there any thing you would use 
Jboss for that wouldn't work just as well on Websphere?


I can't answer those.  I would expect that there are things that can be
done in Websphere that can not be done in JBoss and vice-versa.

--
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2008 - Chattanooga - April 18-22, 2008

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


WebSphere, SLES 9 64 bit and Above/below the bar strangeness

2007-06-13 Thread James Melin
Greetings. This may be 'working as designed' but I'm not sure

If anyone has seen this please feel free to enlighten.

We have a WebSphere cluster, with WebSphere in Network Deployment 
configuration. This means that the primary node has a configuration slightly
different than the secondary node in that the primary has a deployment manager 
task. That in and of itself causes a nearly 600 meg difference in
memory footprint.

WebSphere on Linux for z/Series is a 31 bit task, running in a 64 bit operating 
system. I've verified that both machines are at the same maintenance
level, and both are indeed 64 bit SLES.  So the conundrum here is why would the 
node with the deployment manager consistently have almost twice as
many resident pages above the bar as the node without the Deployment manager? 
Is there some function of the Deployment manager that would request
memory above the bar to a much greater extent than the node agent or the app 
server tasks?

Just curious as we'd like to explain the behavior difference.

-J

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere, SLES 9 64 bit and Above/below the bar strangeness

2007-06-13 Thread Marcy Cortes
When we ran through the design review with IBM of our big WAS cluster, the
recommendation was to run dmgr on a server by itself.  So we do that.   It
doesn't even have to be up unless you are deploying something or updating
configurations.


Marcy Cortes

This message may contain confidential and/or privileged information. If you
are not the addressee or authorized to receive this for the addressee, you
must not use, copy, disclose, or take any action based on this message or
any information herein. If you have received this message in error, please
advise the sender immediately by reply e-mail and delete this message. Thank
you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of James
Melin
Sent: Wednesday, June 13, 2007 9:15 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] WebSphere, SLES 9 64 bit and Above/below the bar
strangeness

Greetings. This may be 'working as designed' but I'm not sure

If anyone has seen this please feel free to enlighten.

We have a WebSphere cluster, with WebSphere in Network Deployment
configuration. This means that the primary node has a configuration slightly
different than the secondary node in that the primary has a deployment
manager task. That in and of itself causes a nearly 600 meg difference in
memory footprint.

WebSphere on Linux for z/Series is a 31 bit task, running in a 64 bit
operating system. I've verified that both machines are at the same
maintenance level, and both are indeed 64 bit SLES.  So the conundrum here
is why would the node with the deployment manager consistently have almost
twice as many resident pages above the bar as the node without the
Deployment manager? Is there some function of the Deployment manager that
would request memory above the bar to a much greater extent than the node
agent or the app server tasks?

Just curious as we'd like to explain the behavior difference.

-J

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


smime.p7s
Description: S/MIME cryptographic signature


Re: WebSphere, SLES 9 64 bit and Above/below the bar strangeness

2007-06-13 Thread Marcy Cortes
Sorry about the digital sig on the previous one.  That's the default
here. 

--

When we ran through the design review with IBM of our big WAS cluster,
the
recommendation was to run dmgr on a server by itself.  So we do that.
It
doesn't even have to be up unless you are deploying something or
updating configurations.


Marcy Cortes

This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
James Melin
Sent: Wednesday, June 13, 2007 9:15 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] WebSphere, SLES 9 64 bit and Above/below the bar
strangeness

Greetings. This may be 'working as designed' but I'm not sure

If anyone has seen this please feel free to enlighten.

We have a WebSphere cluster, with WebSphere in Network Deployment
configuration. This means that the primary node has a configuration
slightly different than the secondary node in that the primary has a
deployment manager task. That in and of itself causes a nearly 600 meg
difference in memory footprint.

WebSphere on Linux for z/Series is a 31 bit task, running in a 64 bit
operating system. I've verified that both machines are at the same
maintenance level, and both are indeed 64 bit SLES.  So the conundrum
here is why would the node with the deployment manager consistently have
almost twice as many resident pages above the bar as the node without
the Deployment manager? Is there some function of the Deployment manager
that would request memory above the bar to a much greater extent than
the node agent or the app server tasks?

Just curious as we'd like to explain the behavior difference.

-J

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere, SLES 9 64 bit and Above/below the bar strangeness

2007-06-13 Thread James Melin
That makes a lot of sense. OUr Dmgr didn't used to be porcine in nature, but as 
our applications have grown, the deployment manager JVM has grown.
Hence the disparity.

Still doesn't explain the above the bar/below the bar issue, but we might be 
able to see if we can move it.




 Marcy Cortes [EMAIL PROTECTED]
 Sent by: Linux on 390 Port
 LINUX-390@VM.MARIST.EDU  
   To
 
LINUX-390@VM.MARIST.EDU

   cc
 06/13/2007 11:29 AM

  Subject
 Re: 
WebSphere, SLES 9 64 bit and Above/below the bar strangeness
Please respond to
   Linux on 390 Port LINUX-390@VM.MARIST.EDU








Sorry about the digital sig on the previous one.  That's the default
here.

--

When we ran through the design review with IBM of our big WAS cluster,
the
recommendation was to run dmgr on a server by itself.  So we do that.
It
doesn't even have to be up unless you are deploying something or
updating configurations.


Marcy Cortes

This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
James Melin
Sent: Wednesday, June 13, 2007 9:15 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] WebSphere, SLES 9 64 bit and Above/below the bar
strangeness

Greetings. This may be 'working as designed' but I'm not sure

If anyone has seen this please feel free to enlighten.

We have a WebSphere cluster, with WebSphere in Network Deployment
configuration. This means that the primary node has a configuration
slightly different than the secondary node in that the primary has a
deployment manager task. That in and of itself causes a nearly 600 meg
difference in memory footprint.

WebSphere on Linux for z/Series is a 31 bit task, running in a 64 bit
operating system. I've verified that both machines are at the same
maintenance level, and both are indeed 64 bit SLES.  So the conundrum
here is why would the node with the deployment manager consistently have
almost twice as many resident pages above the bar as the node without
the Deployment manager? Is there some function of the Deployment manager
that would request memory above the bar to a much greater extent than
the node agent or the app server tasks?

Just curious as we'd like to explain the behavior difference.

-J

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


JBoss? WebSphere?

2007-01-25 Thread Jon Brock
Can anyone give me a brief description of what JBoss is?  We are apparently 
going to need it in conjunction with a project we have here that involves using 
WebSphere Application Server and HATS to front-end some of our CICS 
applications.  I thought that JBoss was an app server/middleware product that 
would serve up EJBs, but I also thought that WAS would do that, too, so I'm not 
sure why we would need both.


Thanks,
Jon

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: JBoss? WebSphere?

2007-01-25 Thread Jeremy Warren
I usually think of jBOSS as more of a brand name the same what that
WebSphere covers AS, MQ, etc.

So you have jBoss AS which is the App Server but there is also jBoss
Portal, jBoss jBPM, etc.







Jon Brock [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
01/25/2007 02:18 PM
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
[LINUX-390] JBoss?  WebSphere?






Can anyone give me a brief description of what JBoss is?  We are
apparently going to need it in conjunction with a project we have here
that involves using WebSphere Application Server and HATS to front-end
some of our CICS applications.  I thought that JBoss was an app
server/middleware product that would serve up EJBs, but I also thought
that WAS would do that, too, so I'm not sure why we would need both.


Thanks,
Jon

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: JBoss? WebSphere?

2007-01-25 Thread Post, Mark K
You're right, it is a J2EE web app server.  Someone may be getting
confused about real requirements versus what I heard was...

Note that running JBoss in place of WAS may give you all the
functionality you need and save a bunch of money, but IBM's sales guys
won't like me saying that.

Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Jon Brock
Sent: Thursday, January 25, 2007 2:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: JBoss? WebSphere?

Can anyone give me a brief description of what JBoss is?  We are
apparently going to need it in conjunction with a project we have here
that involves using WebSphere Application Server and HATS to front-end
some of our CICS applications.  I thought that JBoss was an app
server/middleware product that would serve up EJBs, but I also thought
that WAS would do that, too, so I'm not sure why we would need both.


Thanks,
Jon

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Websphere

2006-11-28 Thread Tom Duerbusch
I'm prepping for an trial install of Websphere.  This is on an IFL.

As it turns out, the Websphere trial for Windows and Linux that anyone
can down load, the Linux one, which looks like an Intel version, is a
common install and is suppose to work for zLinux systems also.  Wish it
would have said that on the web site.  I lost a couple weeks trying to
locate a zLinux version of Websphere to trial.

Anyway

Any problems/headaches or other words of advice anyone wishs to share
about Websphere on zLinux?

This will be on SUSE 9.  31 or 64 bit for Websphere?
I can start the install on z/VM 5.1, but I have z/VM 5.2 on second
level.  Should I wait to install Websphere until I'm on z/VM 5.2?

As this is just a test, I plan on installing everything in the same
package (that is the Java machine along with the webserver).  Big
mistake?

If we start to go the route of Websphere, I, most likely will install
it over a dozen times in the next year.  Different variations of dasd
setup and machine setup, to see which meets our needs best and also to
allow me to take baby steps in implimenting new technology.

Thanks for any comments

Tom Duerbusch
THD Consulting
(RIP Goldie, a great cat and my buddy for 15 years)

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere

2006-11-28 Thread Marcy Cortes
I take it you mean Websphere AppServer  (there's about a hundred things
called websphere something or other these days).  Even MQ Series has
become WebSphere MQ.

This is helpful for understanding WAS 6.0 layouts
https://www-03.ibm.com/servers/eserver/zseries/os/linux/pdf/sharing_webs
phere_binaries.pdf

Not sure if there's a more current one for 6.1.  We haven't gotten to
6.1 yet - 6.1 has Java 1.5, Java 1.4 with 6.0.

Get the lastest fixpacks for all of the parts (Java, WAS, IHS if you are
using that).

I'd recommend putting your logs on a sep minidisk (filesystem) or at
least setting it so they don't exceed a certain size.

We've only done 64bit.  I can't see any good reason why you'd want to do
31bit unless you don't have 64bit HW.

No need to wait for z/VM 5.2.  Your linux virtual machine shouldn't have
to change for that upgrade.


Marcy Cortes

This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein.  If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message.  Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Tom Duerbusch
Sent: Tuesday, November 28, 2006 9:09 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] Websphere

I'm prepping for an trial install of Websphere.  This is on an IFL.

As it turns out, the Websphere trial for Windows and Linux that anyone
can down load, the Linux one, which looks like an Intel version, is a
common install and is suppose to work for zLinux systems also.  Wish it
would have said that on the web site.  I lost a couple weeks trying to
locate a zLinux version of Websphere to trial.

Anyway

Any problems/headaches or other words of advice anyone wishs to share
about Websphere on zLinux?

This will be on SUSE 9.  31 or 64 bit for Websphere?
I can start the install on z/VM 5.1, but I have z/VM 5.2 on second
level.  Should I wait to install Websphere until I'm on z/VM 5.2?

As this is just a test, I plan on installing everything in the same
package (that is the Java machine along with the webserver).  Big
mistake?

If we start to go the route of Websphere, I, most likely will install it
over a dozen times in the next year.  Different variations of dasd setup
and machine setup, to see which meets our needs best and also to allow
me to take baby steps in implimenting new technology.

Thanks for any comments

Tom Duerbusch
THD Consulting
(RIP Goldie, a great cat and my buddy for 15 years)

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere

2006-11-28 Thread David Boyes
 Any problems/headaches or other words of advice anyone wishs to share
 about Websphere on zLinux?

1) Websphere expands to fill all available resources, both human and
machine. Plan on it. 

2) Make sure you have plenty of contiguous page space. Virtual machines
containing WAS tend to be very large. 

3) Have a Java profiler handy. Much of the animal product that doubles
as application programs that you'll be handed from the small-systems
world worked acceptably there because CPU cycles were low-cost. Stupid
programming techniques will become highly visible very quickly in this
environment, and without evidence that it's the program, stupid, it
will be your fault. 

 This will be on SUSE 9.  31 or 64 bit for Websphere?

64-bit. Helps ameliorate #1.

 I can start the install on z/VM 5.1, but I have z/VM 5.2 on second
 level.  Should I wait to install Websphere until I'm on z/VM 5.2?

If you can, wait until you have 5.2 up. WAS machines often rapidly
expand beyond 2G, and you'll see the 2G limitations of 5.1 very quickly
after that point. 
 
 As this is just a test, I plan on installing everything in the same
 package (that is the Java machine along with the webserver).  Big
 mistake?

Not huge, but warps your test results somewhat -- philosophically, it's
always better to start as you mean to continue, and splitting things up
also allows you to demonstrate the ability to construct both production
and test environments on the same system. Having multiple small
instances for VM to juggle is usually better than a small number of
ginormous instances. It's where you want to manage the complexity
(inside WAS or at the VM layer). The separate machines also give you
finer control over resource utilization caps for different pieces of the
app.  

 If we start to go the route of Websphere, I, most likely will install
 it over a dozen times in the next year.  Different variations of dasd
 setup and machine setup, to see which meets our needs best and also to
 allow me to take baby steps in implimenting new technology.

Another reason for small, separate servers. You can have different
virtual machine configurations in the same WAS server farm and see which
one works best. You can then take the others out of the WAS cluster with
only a little pain, rebuild them in the way that works best, and bring
them back. 

Consider carefully whether you really need all that WAS overhead for
your apps. Tomcat may be more than sufficient for your apps, and is a
LOT lighter weight. 

-- db

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere

2006-11-28 Thread Marcy Cortes
David wrote: 
3) Have a Java profiler handy. Much of the animal product that doubles
as application programs that you'll be handed from the small-systems
world worked acceptably there because CPU cycles were low-cost. Stupid
programming techniques will become highly visible very quickly in this
environment, and without evidence that it's the program, stupid, it
will be your fault.

Very good point.  Programmers do crazy things when they are used to
having the whole machine to themselves - real life example a) Let's wake
up every 2 seconds and see if such and such process is alive b) Let's
run log scanning to see if we have any occurences of error messages we
should report (prod logs are HUGE).

None of our WAS virtual machine are bigger than 1500M.  A lot depends on
the app and how many apps per virtual machine.  Just about all of the
run MQ Series as well.

David mentions cluster.  That requires the ND version of WAS - you
probably won't get to try that out with the trial version, but is
definitely the way to go when you purchase.  

For large apps, you may want to consider running IHS in a sep virtual
machine too if you are using that.  We found we gained some performance
doing that. 



Marcy Cortes

This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein.  If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message.  Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
David Boyes
Sent: Tuesday, November 28, 2006 10:35 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [LINUX-390] Websphere

 Any problems/headaches or other words of advice anyone wishs to share 
 about Websphere on zLinux?

1) Websphere expands to fill all available resources, both human and
machine. Plan on it. 

2) Make sure you have plenty of contiguous page space. Virtual machines
containing WAS tend to be very large. 

3) Have a Java profiler handy. Much of the animal product that doubles
as application programs that you'll be handed from the small-systems
world worked acceptably there because CPU cycles were low-cost. Stupid
programming techniques will become highly visible very quickly in this
environment, and without evidence that it's the program, stupid, it
will be your fault. 

 This will be on SUSE 9.  31 or 64 bit for Websphere?

64-bit. Helps ameliorate #1.

 I can start the install on z/VM 5.1, but I have z/VM 5.2 on second 
 level.  Should I wait to install Websphere until I'm on z/VM 5.2?

If you can, wait until you have 5.2 up. WAS machines often rapidly
expand beyond 2G, and you'll see the 2G limitations of 5.1 very quickly
after that point. 
 
 As this is just a test, I plan on installing everything in the same 
 package (that is the Java machine along with the webserver).  Big 
 mistake?

Not huge, but warps your test results somewhat -- philosophically, it's
always better to start as you mean to continue, and splitting things up
also allows you to demonstrate the ability to construct both production
and test environments on the same system. Having multiple small
instances for VM to juggle is usually better than a small number of
ginormous instances. It's where you want to manage the complexity
(inside WAS or at the VM layer). The separate machines also give you
finer control over resource utilization caps for different pieces of the
app.  

 If we start to go the route of Websphere, I, most likely will install 
 it over a dozen times in the next year.  Different variations of dasd 
 setup and machine setup, to see which meets our needs best and also to

 allow me to take baby steps in implimenting new technology.

Another reason for small, separate servers. You can have different
virtual machine configurations in the same WAS server farm and see which
one works best. You can then take the others out of the WAS cluster with
only a little pain, rebuild them in the way that works best, and bring
them back. 

Consider carefully whether you really need all that WAS overhead for
your apps. Tomcat may be more than sufficient for your apps, and is a
LOT lighter weight. 

-- db

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere

2006-11-28 Thread Tom Duerbusch
Thanks Marcy

I don't know if the sharing pdf was being used at your house to share
things, or just an overview, but IBM seems to have a newer version:

http://www.redbooks.ibm.com/abstracts/redp3998.html?Open

A Shared WebSphere Application Server Installation for Linux on
zSeries


At closer look, it seems to be the same document, now 6 months later,
and called a redpaper.
Anyway, I did read the sharing redpaper.  I doubt that I really need or
want to share at this time, but I did look at it for resource
estimates.

Tom Duerbusch
THD Consulting
(RIP Goldie, a great cat and my buddy for 15 years)


 [EMAIL PROTECTED] 11/28/2006 12:22 PM 
I take it you mean Websphere AppServer  (there's about a hundred
things
called websphere something or other these days).  Even MQ Series has
become WebSphere MQ.

This is helpful for understanding WAS 6.0 layouts
https://www-03.ibm.com/servers/eserver/zseries/os/linux/pdf/sharing_webs

phere_binaries.pdf

Not sure if there's a more current one for 6.1.  We haven't gotten to
6.1 yet - 6.1 has Java 1.5, Java 1.4 with 6.0.

Get the lastest fixpacks for all of the parts (Java, WAS, IHS if you
are
using that).

I'd recommend putting your logs on a sep minidisk (filesystem) or at
least setting it so they don't exceed a certain size.

We've only done 64bit.  I can't see any good reason why you'd want to
do
31bit unless you don't have 64bit HW.

No need to wait for z/VM 5.2.  Your linux virtual machine shouldn't
have
to change for that upgrade.


Marcy Cortes

This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on
this message or any information herein.  If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message.  Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Tom Duerbusch
Sent: Tuesday, November 28, 2006 9:09 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] Websphere

I'm prepping for an trial install of Websphere.  This is on an IFL.

As it turns out, the Websphere trial for Windows and Linux that anyone
can down load, the Linux one, which looks like an Intel version, is
a
common install and is suppose to work for zLinux systems also.  Wish
it
would have said that on the web site.  I lost a couple weeks trying to
locate a zLinux version of Websphere to trial.

Anyway

Any problems/headaches or other words of advice anyone wishs to share
about Websphere on zLinux?

This will be on SUSE 9.  31 or 64 bit for Websphere?
I can start the install on z/VM 5.1, but I have z/VM 5.2 on second
level.  Should I wait to install Websphere until I'm on z/VM 5.2?

As this is just a test, I plan on installing everything in the same
package (that is the Java machine along with the webserver).  Big
mistake?

If we start to go the route of Websphere, I, most likely will install
it
over a dozen times in the next year.  Different variations of dasd
setup
and machine setup, to see which meets our needs best and also to allow
me to take baby steps in implimenting new technology.

Thanks for any comments

Tom Duerbusch
THD Consulting
(RIP Goldie, a great cat and my buddy for 15 years)

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390
or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere

2006-11-28 Thread James Melin
Linux on 390 Port LINUX-390@VM.MARIST.EDU wrote on 11/28/2006 01:19:02 PM:
Marcy Replied:

 David wrote:
 3) Have a Java profiler handy. Much of the animal product that doubles
 as application programs that you'll be handed from the small-systems
 world worked acceptably there because CPU cycles were low-cost. Stupid
 programming techniques will become highly visible very quickly in this
 environment, and without evidence that it's the program, stupid, it
 will be your fault.

 Very good point.  Programmers do crazy things when they are used to
 having the whole machine to themselves - real life example a) Let's wake
 up every 2 seconds and see if such and such process is alive b) Let's
 run log scanning to see if we have any occurences of error messages we
 should report (prod logs are HUGE).

We encountered that very early on. We said 'here is your problem' they made ONE 
code change and CPU utilization dropped by 70%.
Another thing to look for is taking advantage of the build in hardware features 
like hipersockets to get at z/OS resources such as DB2 if they're on
the same box.


 None of our WAS virtual machine are bigger than 1500M.  A lot depends on
 the app and how many apps per virtual machine.  Just about all of the
 run MQ Series as well.

 David mentions cluster.  That requires the ND version of WAS - you
 probably won't get to try that out with the trial version, but is
 definitely the way to go when you purchase.


Once you get into many instances look up Steve Wehr's paper on running 
WebSphere with ONE executeable directory and sharing that to each linux guest,
to 1) minimize your maintenance nightmare and 2) reduce the amount of disk you 
needlessly would duplicate.

 For large apps, you may want to consider running IHS in a sep virtual
 machine too if you are using that.  We found we gained some performance
 doing that.

We wish we did that and eventually will do this. If you have the IHS front end 
in a smaller machine and it has the plug-in in it, you can direct
traffic to the members of the cluster. A node of the cluster can go down, and 
other nodes will still do work.  Right now we have our IHS on our
primary node for the cluster. So we can't ever take the primary node down for 
maintenance without an outage. If you run IHS as it's own guest, your
maintenance is invisible to the customer. Or nearly so.


-J


 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
 David Boyes
 Sent: Tuesday, November 28, 2006 10:35 AM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: [LINUX-390] Websphere

  Any problems/headaches or other words of advice anyone wishs to share
  about Websphere on zLinux?

 1) Websphere expands to fill all available resources, both human and
 machine. Plan on it.

 2) Make sure you have plenty of contiguous page space. Virtual machines
 containing WAS tend to be very large.

 3) Have a Java profiler handy. Much of the animal product that doubles
 as application programs that you'll be handed from the small-systems
 world worked acceptably there because CPU cycles were low-cost. Stupid
 programming techniques will become highly visible very quickly in this
 environment, and without evidence that it's the program, stupid, it
 will be your fault.

  This will be on SUSE 9.  31 or 64 bit for Websphere?

 64-bit. Helps ameliorate #1.

  I can start the install on z/VM 5.1, but I have z/VM 5.2 on second
  level.  Should I wait to install Websphere until I'm on z/VM 5.2?

 If you can, wait until you have 5.2 up. WAS machines often rapidly
 expand beyond 2G, and you'll see the 2G limitations of 5.1 very quickly
 after that point.

  As this is just a test, I plan on installing everything in the same
  package (that is the Java machine along with the webserver).  Big
  mistake?

 Not huge, but warps your test results somewhat -- philosophically, it's
 always better to start as you mean to continue, and splitting things up
 also allows you to demonstrate the ability to construct both production
 and test environments on the same system. Having multiple small
 instances for VM to juggle is usually better than a small number of
 ginormous instances. It's where you want to manage the complexity
 (inside WAS or at the VM layer). The separate machines also give you
 finer control over resource utilization caps for different pieces of the
 app.

  If we start to go the route of Websphere, I, most likely will install
  it over a dozen times in the next year.  Different variations of dasd
  setup and machine setup, to see which meets our needs best and also to

  allow me to take baby steps in implimenting new technology.

 Another reason for small, separate servers. You can have different
 virtual machine configurations in the same WAS server farm and see which
 one works best. You can then take the others out of the WAS cluster with
 only a little pain, rebuild them in the way that works best, and bring
 them back.

 Consider carefully whether you

Re: Websphere

2006-11-28 Thread James Melin
I had WebSphere installed and in a basic, non-secured, non-clustered 
configurartion in less than an hour.  Securing it via LDAP to RACF LDAP Backend
was exceptionally challenging in version 5 but that methodology has worked goig 
forward in WAS 6.

I expect you'll have relative ease with a WAS 6 install. Was 5 required a GUI 
exported. I used VNC.





 Tom Duerbusch [EMAIL PROTECTED]
 Sent by: Linux on 390 Port
 LINUX-390@VM.MARIST.EDU  
   To
 
LINUX-390@VM.MARIST.EDU

   cc
 11/28/2006 11:08 AM

  Subject
 Websphere
Please respond to
   Linux on 390 Port LINUX-390@VM.MARIST.EDU








I'm prepping for an trial install of Websphere.  This is on an IFL.

As it turns out, the Websphere trial for Windows and Linux that anyone
can down load, the Linux one, which looks like an Intel version, is a
common install and is suppose to work for zLinux systems also.  Wish it
would have said that on the web site.  I lost a couple weeks trying to
locate a zLinux version of Websphere to trial.

Anyway

Any problems/headaches or other words of advice anyone wishs to share
about Websphere on zLinux?

This will be on SUSE 9.  31 or 64 bit for Websphere?
I can start the install on z/VM 5.1, but I have z/VM 5.2 on second
level.  Should I wait to install Websphere until I'm on z/VM 5.2?

As this is just a test, I plan on installing everything in the same
package (that is the Java machine along with the webserver).  Big
mistake?

If we start to go the route of Websphere, I, most likely will install
it over a dozen times in the next year.  Different variations of dasd
setup and machine setup, to see which meets our needs best and also to
allow me to take baby steps in implimenting new technology.

Thanks for any comments

Tom Duerbusch
THD Consulting
(RIP Goldie, a great cat and my buddy for 15 years)

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Websphere trial on zLinux?

2006-11-15 Thread Tom Duerbusch
I was looking at the IBM web pages for a trial of Websphere for zLinux.
The only trials they had were for Windows and Linux (Intel).

So, is there a trial for Websphere on zLinux?  And if so, what are the
procedures to get it?

We have a project on the Open Systems side, JAVA based.  Seems to be in
house code.  But then, it can't be much, because management is only
looking for a trial.  Anyway, they were looking at Websphere on 386,
when they started looking at Oracle Application Server.  Then things
started getting bogged down in acquiring the hardware for the trial.

Hardware?  I have a z/890 with an IFL (running about 10%
utilization)

So I started bringing it up and decided to try it.
My guess is that I can bring up a Linux machine (I already have some 17
of them), and install Websphere and hand it over to development, in a
day.  We can decide what platform the application should reside, later.


If there isn't a trial available for zLinux, then I don't see how we
will ever have Java applications on the mainframe (which, being Java,
may be a good thing).

Thanks

Tom Duerbusch
THD Consulting

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere trial on zLinux?

2006-11-15 Thread Richards.Bob
Tom,

Get your IBM local account exec to put you in touch with the z/Linux
advocate for your area. If he scratches his head, email me directly and
I'll see if I can run down someone for you. I know that I can get it on
trial. They have already offered it to me for proof of concept.   

Bob Richards 


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Tom Duerbusch
Sent: Wednesday, November 15, 2006 11:31 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Websphere trial on zLinux?

I was looking at the IBM web pages for a trial of Websphere for zLinux.
The only trials they had were for Windows and Linux (Intel).

So, is there a trial for Websphere on zLinux?  And if so, what are the
procedures to get it?

We have a project on the Open Systems side, JAVA based.  Seems to be in
house code.  But then, it can't be much, because management is only
looking for a trial.  Anyway, they were looking at Websphere on 386,
when they started looking at Oracle Application Server.  Then things
started getting bogged down in acquiring the hardware for the trial.

Hardware?  I have a z/890 with an IFL (running about 10%
utilization)

So I started bringing it up and decided to try it.
My guess is that I can bring up a Linux machine (I already have some 17
of them), and install Websphere and hand it over to development, in a
day.  We can decide what platform the application should reside, later.


If there isn't a trial available for zLinux, then I don't see how we
will ever have Java applications on the mainframe (which, being Java,
may be a good thing).

Thanks

Tom Duerbusch
THD Consulting 
  
  
  
LEGAL DISCLAIMER 
The information transmitted is intended solely for the individual or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review, retransmission, dissemination or other use of or taking action in 
reliance upon this information by persons or entities other than the intended 
recipient is prohibited. If you have received this email in error please 
contact the sender and delete the material from any computer. 
  
SunTrust and Seeing beyond money are federally registered service marks of 
SunTrust Banks, Inc. 
[ST:XCL] 
 
 
 
 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere trial on zLinux?

2006-11-15 Thread Rich Smrcina

There's always Tomcat.

Tom Duerbusch wrote:

I was looking at the IBM web pages for a trial of Websphere for zLinux.
The only trials they had were for Windows and Linux (Intel).

So, is there a trial for Websphere on zLinux?  And if so, what are the
procedures to get it?

We have a project on the Open Systems side, JAVA based.  Seems to be in
house code.  But then, it can't be much, because management is only
looking for a trial.  Anyway, they were looking at Websphere on 386,
when they started looking at Oracle Application Server.  Then things
started getting bogged down in acquiring the hardware for the trial.

Hardware?  I have a z/890 with an IFL (running about 10%
utilization)

So I started bringing it up and decided to try it.
My guess is that I can bring up a Linux machine (I already have some 17
of them), and install Websphere and hand it over to development, in a
day.  We can decide what platform the application should reside, later.


If there isn't a trial available for zLinux, then I don't see how we
will ever have Java applications on the mainframe (which, being Java,
may be a good thing).

Thanks

Tom Duerbusch
THD Consulting

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390



--
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com

Catch the WAVV!  http://www.wavv.org
WAVV 2007 - Green Bay, WI - May 18-22, 2007

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere trial on zLinux?

2006-11-15 Thread Marian Gasparovic
Tom,
it is not downloadable anywhere.
Just contact you SWG or client rep and ask for
trial/demo. It requires some demo contract signing but
you can get it for three months. It is the best
possibility I know which works (done twice).

Marian Gasparovic
IBM Slovakia

--- Tom Duerbusch [EMAIL PROTECTED] wrote:

 I was looking at the IBM web pages for a trial of
 Websphere for zLinux.
 The only trials they had were for Windows and Linux
 (Intel).
 
 So, is there a trial for Websphere on zLinux?  And
 if so, what are the
 procedures to get it?
 
 We have a project on the Open Systems side, JAVA
 based.  Seems to be in
 house code.  But then, it can't be much, because
 management is only
 looking for a trial.  Anyway, they were looking at
 Websphere on 386,
 when they started looking at Oracle Application
 Server.  Then things
 started getting bogged down in acquiring the
 hardware for the trial.
 
 Hardware?  I have a z/890 with an IFL (running about
 10%
 utilization)
 
 So I started bringing it up and decided to try it.
 My guess is that I can bring up a Linux machine (I
 already have some 17
 of them), and install Websphere and hand it over to
 development, in a
 day.  We can decide what platform the application
 should reside, later.
 
 
 If there isn't a trial available for zLinux, then I
 don't see how we
 will ever have Java applications on the mainframe
 (which, being Java,
 may be a good thing).
 
 Thanks
 
 Tom Duerbusch
 THD Consulting
 

--
 For LINUX-390 subscribe / signoff / archive access
 instructions,
 send email to [EMAIL PROTECTED] with the
 message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390
 



 

Sponsored Link

$420k for $1,399/mo. 
Think You Pay Too Much For Your Mortgage? 
Find Out! www.LowerMyBills.com/lre

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


WebSphere PlugIn priority

2006-08-03 Thread Manuela Vorazzo
Hello!
I've finally installed WAS plugin for 64 bit z/linux successfully but now
I've another little problem.

I've configured in my plugin-cfg.xml with the Uri Name=/oto/*/
directive.

I would like to serve al static elements as .sws file from my httpServer.
They are called in this way http://hostname/oto/htdocs/xxx.html for
example.
Then I've inserted in my httpd.conf:

Alias /oto/htdocs /opt/CHROOT/HTTPD-2.0.59/htdocs/atmweb/oto
Directory /opt/CHROOT/HTTPD-2.0.59/htdocs/atmweb/oto
 AllowOverride none
 Order allow,deny
 Allow from all
/Directory


I've inserted these directives before the LoadModule of WAS PlugIn but it
seems that WebSphere PlugIn has always priority and that the httpd.conf
file would not been read in a sequential way.


This configuration was ok without was plugin  but using proxy pass
directive in a way like this:

.
Alias /oto/htdocs /opt/CHROOT/HTTPD-2.0.59/htdocs/atmweb/oto
Directory /opt/CHROOT/HTTPD-2.0.59/htdocs/atmweb/oto
 AllowOverride none
 Order allow,deny
 Allow from all
/Directory
ProxyPass /oto/htdocs !
ProxyPass /oto/ http://192.168.77.165:9080/oto/
ProxyPassReverse /oto/ http://192.168.77.165:9080/oto/
.

In this way I could exclude /oto/htocs from the general /oto that was
passed to the remote WebSphere Application Server.

Is there a way to have a similar behaviour with the was plugin?
I'm thing about something to add in my plugin configuration file or
another directive in my httpd.conf file.

Please let me know, in other ways I've to modify the context root for
static elements.


Thanks in advance.

MANUCIAO


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


WebSphere PlugIn and Apache version

2006-08-02 Thread Manuela Vorazzo
Hello everyone!
I've ZLinux with Suse 9, 64 bit.

I've installed the websphere plugin component in order to pass the
requests from an apache webserver to a remote websphere.

I've added the two following lines in my httpd.conf:

LoadModule was_ap20_module
/opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
WebSpherePluginConfig
/opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml


But when I  try staring the server or checking the syntax for my
httpd.conf I get the following error:

Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
Cannot load
/opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
server: /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
cannot open shared object file: No such file or directory

mod_was_ap20_http.so exists and it is in the right directory!

I've tried with apache 2.0.52 and 2.049 (these two version are the ones
suggested in the IBM site for WebSphere 6.0.2,
http://www-1.ibm.com/support/docview.wss?rs=180uid=swg27007256)  that
I've downloaded from the apache web site and compiled on my system but the
error is always the same.
Then I've tried with the bin apache 2.0.49 version that is available with
rpm release but ..the same error!!!


Have you any idea???
Have you apache with WebSphere PlugIn module??
If yes what version???What is your configuration?


Thanks in advance!


Manuela Vorazzo

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Mark Perry
Is it perhaps something to do with a change root jail (chroot), I notice the 
/opt/CHROOT/...

aside from that what do commands file, and ldd show for the plugin ?

Mark
- Start Original Message -
Sent: Wed, 2 Aug 2006 13:16:23 +0200
From: Manuela Vorazzo [EMAIL PROTECTED]
To: LINUX-390@VM.MARIST.EDU
Subject: WebSphere PlugIn and Apache version

 Hello everyone!
 I've ZLinux with Suse 9, 64 bit.
 
 I've installed the websphere plugin component in order to pass the
 requests from an apache webserver to a remote websphere.
 
 I've added the two following lines in my httpd.conf:
 
 LoadModule was_ap20_module
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
 WebSpherePluginConfig
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml
 
 
 But when I  try staring the server or checking the syntax for my
 httpd.conf I get the following error:
 
 Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
 Cannot load
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
 server: /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
 cannot open shared object file: No such file or directory
 
 mod_was_ap20_http.so exists and it is in the right directory!
 
 I've tried with apache 2.0.52 and 2.049 (these two version are the ones
 suggested in the IBM site for WebSphere 6.0.2,
 http://www-1.ibm.com/support/docview.wss?rs=180uid=swg27007256)  that
 I've downloaded from the apache web site and compiled on my system but the
 error is always the same.
 Then I've tried with the bin apache 2.0.49 version that is available with
 rpm release but ..the same error!!!
 
 
 Have you any idea???
 Have you apache with WebSphere PlugIn module??
 If yes what version???What is your configuration?
 
 
 Thanks in advance!
 
 
 Manuela Vorazzo
 
 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390
 

- End Original Message -

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Manuela Vorazzo
This is the output for ldd command:
libnsl.so.1 = /lib/libnsl.so.1 (0x4006e000)
libdl.so.2 = /lib/libdl.so.2 (0x40085000)
libpthread.so.0 = /lib/tls/libpthread.so.0 (0x40089000)
libm.so.6 = /lib/tls/libm.so.6 (0x4009c000)
libc.so.6 = /lib/tls/libc.so.6 (0x4010b000)
/lib/ld.so.1 (0x5000)

Thanks
Manuciao



Mark Perry [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
02/08/2006 13.35
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: WebSphere PlugIn and Apache version






Is it perhaps something to do with a change root jail (chroot), I notice
the /opt/CHROOT/...

aside from that what do commands file, and ldd show for the plugin ?

Mark
- Start Original Message -
Sent: Wed, 2 Aug 2006 13:16:23 +0200
From: Manuela Vorazzo [EMAIL PROTECTED]
To: LINUX-390@VM.MARIST.EDU
Subject: WebSphere PlugIn and Apache version

 Hello everyone!
 I've ZLinux with Suse 9, 64 bit.

 I've installed the websphere plugin component in order to pass the
 requests from an apache webserver to a remote websphere.

 I've added the two following lines in my httpd.conf:

 LoadModule was_ap20_module
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
 WebSpherePluginConfig

/opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml


 But when I  try staring the server or checking the syntax for my
 httpd.conf I get the following error:

 Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
 Cannot load
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
 server:
/opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
 cannot open shared object file: No such file or directory

 mod_was_ap20_http.so exists and it is in the right directory!

 I've tried with apache 2.0.52 and 2.049 (these two version are the ones
 suggested in the IBM site for WebSphere 6.0.2,
 http://www-1.ibm.com/support/docview.wss?rs=180uid=swg27007256)  that
 I've downloaded from the apache web site and compiled on my system but
the
 error is always the same.
 Then I've tried with the bin apache 2.0.49 version that is available
with
 rpm release but ..the same error!!!


 Have you any idea???
 Have you apache with WebSphere PlugIn module??
 If yes what version???What is your configuration?


 Thanks in advance!


 Manuela Vorazzo

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


- End Original Message -

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Mark Perry
What about the change root,
does the conf statement have to be a relative path to the change root jail?

Mark
- Start Original Message -
Sent: Wed, 2 Aug 2006 14:32:32 +0200
From: Manuela Vorazzo [EMAIL PROTECTED]
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere PlugIn and Apache version

 This is the output for ldd command:
 libnsl.so.1 = /lib/libnsl.so.1 (0x4006e000)
 libdl.so.2 = /lib/libdl.so.2 (0x40085000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x40089000)
 libm.so.6 = /lib/tls/libm.so.6 (0x4009c000)
 libc.so.6 = /lib/tls/libc.so.6 (0x4010b000)
 /lib/ld.so.1 (0x5000)
 
 Thanks
 Manuciao
 
 
 
 Mark Perry [EMAIL PROTECTED]
 Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
 02/08/2006 13.35
 Please respond to
 Linux on 390 Port LINUX-390@VM.MARIST.EDU
 
 
 To
 LINUX-390@VM.MARIST.EDU
 cc
 
 Subject
 Re: WebSphere PlugIn and Apache version
 
 
 
 
 
 
 Is it perhaps something to do with a change root jail (chroot), I notice
 the /opt/CHROOT/...
 
 aside from that what do commands file, and ldd show for the plugin ?
 
 Mark
 - Start Original Message -
 Sent: Wed, 2 Aug 2006 13:16:23 +0200
 From: Manuela Vorazzo [EMAIL PROTECTED]
 To: LINUX-390@VM.MARIST.EDU
 Subject: WebSphere PlugIn and Apache version
 
  Hello everyone!
  I've ZLinux with Suse 9, 64 bit.
 
  I've installed the websphere plugin component in order to pass the
  requests from an apache webserver to a remote websphere.
 
  I've added the two following lines in my httpd.conf:
 
  LoadModule was_ap20_module
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
  WebSpherePluginConfig
 
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml
 
 
  But when I  try staring the server or checking the syntax for my
  httpd.conf I get the following error:
 
  Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
  Cannot load
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
  server:
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
  cannot open shared object file: No such file or directory
 
  mod_was_ap20_http.so exists and it is in the right directory!
 
  I've tried with apache 2.0.52 and 2.049 (these two version are the ones
  suggested in the IBM site for WebSphere 6.0.2,
  http://www-1.ibm.com/support/docview.wss?rs=180uid=swg27007256)  that
  I've downloaded from the apache web site and compiled on my system but
 the
  error is always the same.
  Then I've tried with the bin apache 2.0.49 version that is available
 with
  rpm release but ..the same error!!!
 
 
  Have you any idea???
  Have you apache with WebSphere PlugIn module??
  If yes what version???What is your configuration?
 
 
  Thanks in advance!
 
 
  Manuela Vorazzo
 
  --
  For LINUX-390 subscribe / signoff / archive access instructions,
  send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
 visit
  http://www.marist.edu/htbin/wlvindex?LINUX-390
 
 
 - End Original Message -
 
 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390
 
 
 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390
 

- End Original Message -

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Manuela Vorazzo
With the output of the file command probably I've discovered the problem:
mod_was_ap20_http.so: ELF 32-bit MSB shared object, IBM S/390, version 1
(SYSV), not stripped

I think that the problem is that I've not the correct module.
I've not the module for zLinux 64 bit.

Where can I find it???


ManuciaoThanks!!



Mark Perry [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
02/08/2006 14.42
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: WebSphere PlugIn and Apache version






What about the change root,
does the conf statement have to be a relative path to the change root
jail?

Mark
- Start Original Message -
Sent: Wed, 2 Aug 2006 14:32:32 +0200
From: Manuela Vorazzo [EMAIL PROTECTED]
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere PlugIn and Apache version

 This is the output for ldd command:
 libnsl.so.1 = /lib/libnsl.so.1 (0x4006e000)
 libdl.so.2 = /lib/libdl.so.2 (0x40085000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x40089000)
 libm.so.6 = /lib/tls/libm.so.6 (0x4009c000)
 libc.so.6 = /lib/tls/libc.so.6 (0x4010b000)
 /lib/ld.so.1 (0x5000)

 Thanks
 Manuciao



 Mark Perry [EMAIL PROTECTED]
 Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
 02/08/2006 13.35
 Please respond to
 Linux on 390 Port LINUX-390@VM.MARIST.EDU


 To
 LINUX-390@VM.MARIST.EDU
 cc

 Subject
 Re: WebSphere PlugIn and Apache version






 Is it perhaps something to do with a change root jail (chroot), I notice
 the /opt/CHROOT/...

 aside from that what do commands file, and ldd show for the plugin ?

 Mark
 - Start Original Message -
 Sent: Wed, 2 Aug 2006 13:16:23 +0200
 From: Manuela Vorazzo [EMAIL PROTECTED]
 To: LINUX-390@VM.MARIST.EDU
 Subject: WebSphere PlugIn and Apache version

  Hello everyone!
  I've ZLinux with Suse 9, 64 bit.
 
  I've installed the websphere plugin component in order to pass the
  requests from an apache webserver to a remote websphere.
 
  I've added the two following lines in my httpd.conf:
 
  LoadModule was_ap20_module
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
  WebSpherePluginConfig
 

/opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml
 
 
  But when I  try staring the server or checking the syntax for my
  httpd.conf I get the following error:
 
  Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
  Cannot load
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
  server:
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
  cannot open shared object file: No such file or directory
 
  mod_was_ap20_http.so exists and it is in the right directory!
 
  I've tried with apache 2.0.52 and 2.049 (these two version are the
ones
  suggested in the IBM site for WebSphere 6.0.2,
  http://www-1.ibm.com/support/docview.wss?rs=180uid=swg27007256)  that
  I've downloaded from the apache web site and compiled on my system but
 the
  error is always the same.
  Then I've tried with the bin apache 2.0.49 version that is available
 with
  rpm release but ..the same error!!!
 
 
  Have you any idea???
  Have you apache with WebSphere PlugIn module??
  If yes what version???What is your configuration?
 
 
  Thanks in advance!
 
 
  Manuela Vorazzo
 
  --
  For LINUX-390 subscribe / signoff / archive access instructions,
  send email to [EMAIL PROTECTED] with the message: INFO LINUX-390
or
 visit
  http://www.marist.edu/htbin/wlvindex?LINUX-390
 

 - End Original Message -

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


- End Original Message -

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Ken Schweiker
I just tested the new module from IBM yesterday. Seems to be working. SuSe
packages a 32 or 64 bit version of Apache depending on the SuSE version.
Previously there was no module for the 64 bit flavor. IBM has an incident
open in my name about this.





 Manuela Vorazzo
 Manuela.Vorazzo@
 ssb.itTo
 Sent by: Linux on LINUX-390@VM.MARIST.EDU
 390 Port   cc
 [EMAIL PROTECTED]
 IST.EDU  Subject
   Re: WebSphere PlugIn and Apache
   version
 08/02/2006 08:46
 AM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 IST.EDU






With the output of the file command probably I've discovered the problem:
mod_was_ap20_http.so: ELF 32-bit MSB shared object, IBM S/390, version 1
(SYSV), not stripped

I think that the problem is that I've not the correct module.
I've not the module for zLinux 64 bit.

Where can I find it???


ManuciaoThanks!!



Mark Perry [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
02/08/2006 14.42
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: WebSphere PlugIn and Apache version






What about the change root,
does the conf statement have to be a relative path to the change root
jail?

Mark
- Start Original Message -
Sent: Wed, 2 Aug 2006 14:32:32 +0200
From: Manuela Vorazzo [EMAIL PROTECTED]
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere PlugIn and Apache version

 This is the output for ldd command:
 libnsl.so.1 = /lib/libnsl.so.1 (0x4006e000)
 libdl.so.2 = /lib/libdl.so.2 (0x40085000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x40089000)
 libm.so.6 = /lib/tls/libm.so.6 (0x4009c000)
 libc.so.6 = /lib/tls/libc.so.6 (0x4010b000)
 /lib/ld.so.1 (0x5000)

 Thanks
 Manuciao



 Mark Perry [EMAIL PROTECTED]
 Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
 02/08/2006 13.35
 Please respond to
 Linux on 390 Port LINUX-390@VM.MARIST.EDU


 To
 LINUX-390@VM.MARIST.EDU
 cc

 Subject
 Re: WebSphere PlugIn and Apache version






 Is it perhaps something to do with a change root jail (chroot), I notice
 the /opt/CHROOT/...

 aside from that what do commands file, and ldd show for the plugin ?

 Mark
 - Start Original Message -
 Sent: Wed, 2 Aug 2006 13:16:23 +0200
 From: Manuela Vorazzo [EMAIL PROTECTED]
 To: LINUX-390@VM.MARIST.EDU
 Subject: WebSphere PlugIn and Apache version

  Hello everyone!
  I've ZLinux with Suse 9, 64 bit.
 
  I've installed the websphere plugin component in order to pass the
  requests from an apache webserver to a remote websphere.
 
  I've added the two following lines in my httpd.conf:
 
  LoadModule was_ap20_module
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
  WebSpherePluginConfig
 

/opt/CHROOT/HTTPD-2.0.59
/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml
 
 
  But when I  try staring the server or checking the syntax for my
  httpd.conf I get the following error:
 
  Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
  Cannot load
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
  server:
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
  cannot open shared object file: No such file or directory
 
  mod_was_ap20_http.so exists and it is in the right directory!
 
  I've tried with apache 2.0.52 and 2.049 (these two version are the
ones
  suggested in the IBM site for WebSphere 6.0.2,
  http://www-1.ibm.com/support/docview.wss?rs=180uid=swg27007256)  that
  I've downloaded from the apache web site and compiled on my system but
 the
  error is always the same.
  Then I've tried with the bin apache 2.0.49 version that is available
 with
  rpm release but ..the same error!!!
 
 
  Have you any idea???
  Have you apache with WebSphere PlugIn module??
  If yes what version???What is your configuration?
 
 
  Thanks in advance!
 
 
  Manuela Vorazzo
 
  --
  For LINUX-390 subscribe / signoff / archive access instructions,
  send email to [EMAIL PROTECTED] with the message: INFO LINUX-390
or
 visit
  http://www.marist.edu/htbin/wlvindex?LINUX-390
 

 - End Original Message -

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


 --
 For LINUX-390 subscribe / signoff / archive access instructions

Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Manuela Vorazzo
Then have you the Websphere Plugin for 64 bit Suse version???
Can I download it form IBM web site???

ManuciaoThanks



Ken Schweiker [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
02/08/2006 15.10
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: WebSphere PlugIn and Apache version






I just tested the new module from IBM yesterday. Seems to be working. SuSe
packages a 32 or 64 bit version of Apache depending on the SuSE version.
Previously there was no module for the 64 bit flavor. IBM has an incident
open in my name about this.





 Manuela Vorazzo
 Manuela.Vorazzo@
 ssb.itTo
 Sent by: Linux on LINUX-390@VM.MARIST.EDU
 390 Port   cc
 [EMAIL PROTECTED]
 IST.EDU  Subject
   Re: WebSphere PlugIn and Apache
   version
 08/02/2006 08:46
 AM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 IST.EDU






With the output of the file command probably I've discovered the problem:
mod_was_ap20_http.so: ELF 32-bit MSB shared object, IBM S/390, version 1
(SYSV), not stripped

I think that the problem is that I've not the correct module.
I've not the module for zLinux 64 bit.

Where can I find it???


ManuciaoThanks!!



Mark Perry [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
02/08/2006 14.42
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: WebSphere PlugIn and Apache version






What about the change root,
does the conf statement have to be a relative path to the change root
jail?

Mark
- Start Original Message -
Sent: Wed, 2 Aug 2006 14:32:32 +0200
From: Manuela Vorazzo [EMAIL PROTECTED]
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere PlugIn and Apache version

 This is the output for ldd command:
 libnsl.so.1 = /lib/libnsl.so.1 (0x4006e000)
 libdl.so.2 = /lib/libdl.so.2 (0x40085000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x40089000)
 libm.so.6 = /lib/tls/libm.so.6 (0x4009c000)
 libc.so.6 = /lib/tls/libc.so.6 (0x4010b000)
 /lib/ld.so.1 (0x5000)

 Thanks
 Manuciao



 Mark Perry [EMAIL PROTECTED]
 Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
 02/08/2006 13.35
 Please respond to
 Linux on 390 Port LINUX-390@VM.MARIST.EDU


 To
 LINUX-390@VM.MARIST.EDU
 cc

 Subject
 Re: WebSphere PlugIn and Apache version






 Is it perhaps something to do with a change root jail (chroot), I notice
 the /opt/CHROOT/...

 aside from that what do commands file, and ldd show for the plugin ?

 Mark
 - Start Original Message -
 Sent: Wed, 2 Aug 2006 13:16:23 +0200
 From: Manuela Vorazzo [EMAIL PROTECTED]
 To: LINUX-390@VM.MARIST.EDU
 Subject: WebSphere PlugIn and Apache version

  Hello everyone!
  I've ZLinux with Suse 9, 64 bit.
 
  I've installed the websphere plugin component in order to pass the
  requests from an apache webserver to a remote websphere.
 
  I've added the two following lines in my httpd.conf:
 
  LoadModule was_ap20_module
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
  WebSpherePluginConfig
 

/opt/CHROOT/HTTPD-2.0.59
/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml
 
 
  But when I  try staring the server or checking the syntax for my
  httpd.conf I get the following error:
 
  Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
  Cannot load
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
  server:
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
  cannot open shared object file: No such file or directory
 
  mod_was_ap20_http.so exists and it is in the right directory!
 
  I've tried with apache 2.0.52 and 2.049 (these two version are the
ones
  suggested in the IBM site for WebSphere 6.0.2,
  http://www-1.ibm.com/support/docview.wss?rs=180uid=swg27007256)  that
  I've downloaded from the apache web site and compiled on my system but
 the
  error is always the same.
  Then I've tried with the bin apache 2.0.49 version that is available
 with
  rpm release but ..the same error!!!
 
 
  Have you any idea???
  Have you apache with WebSphere PlugIn module??
  If yes what version???What is your configuration?
 
 
  Thanks in advance!
 
 
  Manuela Vorazzo
 
  --
  For LINUX-390 subscribe / signoff / archive access instructions,
  send email to [EMAIL PROTECTED] with the message: INFO LINUX-390
or
 visit
  http://www.marist.edu/htbin/wlvindex?LINUX-390
 

 - End Original Message

Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Ken Schweiker
You could call IBM support to open an incident and reference PMR 05631, 124
and ask for the same module. I would not like to assume I can give you the
module directly.




 Manuela Vorazzo
 Manuela.Vorazzo@
 ssb.itTo
 Sent by: Linux on LINUX-390@VM.MARIST.EDU
 390 Port   cc
 [EMAIL PROTECTED]
 IST.EDU  Subject
   Re: WebSphere PlugIn and Apache
   version
 08/02/2006 09:32
 AM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 IST.EDU






Then have you the Websphere Plugin for 64 bit Suse version???
Can I download it form IBM web site???

ManuciaoThanks



Ken Schweiker [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
02/08/2006 15.10
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: WebSphere PlugIn and Apache version






I just tested the new module from IBM yesterday. Seems to be working. SuSe
packages a 32 or 64 bit version of Apache depending on the SuSE version.
Previously there was no module for the 64 bit flavor. IBM has an incident
open in my name about this.





 Manuela Vorazzo
 Manuela.Vorazzo@
 ssb.itTo
 Sent by: Linux on LINUX-390@VM.MARIST.EDU
 390 Port   cc
 [EMAIL PROTECTED]
 IST.EDU  Subject
   Re: WebSphere PlugIn and Apache
   version
 08/02/2006 08:46
 AM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 IST.EDU






With the output of the file command probably I've discovered the problem:
mod_was_ap20_http.so: ELF 32-bit MSB shared object, IBM S/390, version 1
(SYSV), not stripped

I think that the problem is that I've not the correct module.
I've not the module for zLinux 64 bit.

Where can I find it???


ManuciaoThanks!!



Mark Perry [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
02/08/2006 14.42
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: WebSphere PlugIn and Apache version






What about the change root,
does the conf statement have to be a relative path to the change root
jail?

Mark
- Start Original Message -
Sent: Wed, 2 Aug 2006 14:32:32 +0200
From: Manuela Vorazzo [EMAIL PROTECTED]
To: LINUX-390@VM.MARIST.EDU
Subject: Re: WebSphere PlugIn and Apache version

 This is the output for ldd command:
 libnsl.so.1 = /lib/libnsl.so.1 (0x4006e000)
 libdl.so.2 = /lib/libdl.so.2 (0x40085000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x40089000)
 libm.so.6 = /lib/tls/libm.so.6 (0x4009c000)
 libc.so.6 = /lib/tls/libc.so.6 (0x4010b000)
 /lib/ld.so.1 (0x5000)

 Thanks
 Manuciao



 Mark Perry [EMAIL PROTECTED]
 Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
 02/08/2006 13.35
 Please respond to
 Linux on 390 Port LINUX-390@VM.MARIST.EDU


 To
 LINUX-390@VM.MARIST.EDU
 cc

 Subject
 Re: WebSphere PlugIn and Apache version






 Is it perhaps something to do with a change root jail (chroot), I notice
 the /opt/CHROOT/...

 aside from that what do commands file, and ldd show for the plugin ?

 Mark
 - Start Original Message -
 Sent: Wed, 2 Aug 2006 13:16:23 +0200
 From: Manuela Vorazzo [EMAIL PROTECTED]
 To: LINUX-390@VM.MARIST.EDU
 Subject: WebSphere PlugIn and Apache version

  Hello everyone!
  I've ZLinux with Suse 9, 64 bit.
 
  I've installed the websphere plugin component in order to pass the
  requests from an apache webserver to a remote websphere.
 
  I've added the two following lines in my httpd.conf:
 
  LoadModule was_ap20_module
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so
  WebSpherePluginConfig
 

/opt/CHROOT/HTTPD-2.0.59
/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml
 
 
  But when I  try staring the server or checking the syntax for my
  httpd.conf I get the following error:
 
  Syntax error on line 1015 of /opt/CHROOT/HTTPD-2.0.59/conf/httpd.conf:
  Cannot load
  /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so into
  server:
 /opt/CHROOT/HTTPD-2.0.59/WebSpherePlugin/bin/mod_was_ap20_http.so:
  cannot open shared object file: No such file or directory
 
  mod_was_ap20_http.so exists and it is in the right directory!
 
  I've tried with apache 2.0.52 and 2.049 (these two version are the
ones
  suggested in the IBM site

Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Alan Altmark
On Wednesday, 08/02/2006 at 10:07 AST, Ken Schweiker
[EMAIL PROTECTED] wrote:
 You could call IBM support to open an incident and reference PMR 05631,
124
 and ask for the same module. I would not like to assume I can give you
the
 module directly.

You're right to be cautious, Ken.  You may not give IBM software to anyone
else.

Alan Altmark
z/VM Development
IBM Endicott

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: WebSphere PlugIn and Apache version

2006-08-02 Thread Michael MacIsaac
 You may not give IBM software to anyone else.
depending on the license: the IBM Public License allows it.
http://www.opensource.org/licenses/ibmpl.php

Mike MacIsaac [EMAIL PROTECTED]   (845) 433-7061

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere Information Integrator

2006-07-07 Thread John Summerfield

Dominic Coulombe wrote:

On 6-Jul-2006, at 17:39, John Summerfied wrote:


The behaviour _I_ want is a mount point I can use from the commandline
without being root, and maybe an icon on the desktop.



You might want to look into sudo.

You can select users and let these chosen ones execute specific
command as root by providing their own password.


I know that. It's more-or-less what we did un RHL 7.3 when /etd/fstab
didn't have the appropriate description, and what I do now to loop-mount
filesystem images.

I very nearly nuked the FC5 systems in favour of opensuse 10.1, but I
didn't really like 10.0. For the moment, I've contented myself with
/tc/fstab and /mnt, the old RHL 7.3 (RHAS 2.1) way.



Be aware of the security risks of using sudo on a production system.
At least, you can trace usage with logs...




I don't know how that will translate to zLinux when new DASD
arrives...



You can play with hotplug to automatically mount new storage
devices on x86 Linux.  Hotplug is also there with SLES9, so it could
probably be possible to auto-mount newly added dasds.


hotplug has left us. It's replaced with udev. RH/Fedora's implementaion,
to my mind, sucks.



For the desktop part, I don't think you'll run any desktop
environment on a mainframe.  I would not do that, personally.  For
applications that need graphical environment (let's say for
installation as an example),  I run a X11 server on my workstation
and export my display from the mainframe to my workstation.


Red Hat seems to expect users to run a GUI on everything, and a
heaveyweight one at that.


I suggest prospective users of RHEL 5 take a close look at the beta
which, I think, is due out RSN. Take a close look.

ps
Fedora Core 3's performance on my laptop (256 Mb RAM) was poor. FC5's
performance is better characterised as appalling. I removed 128, added
512 and that's fine. If anyone here does like a GUI for admin work, best
take a close look at the next beta:-)





--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/

do not reply off-list

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere Information Integrator

2006-07-06 Thread Frank Swarbrick
 [EMAIL PROTECTED] 07/05/06 3:01 PM 
 Just out of curiousity, how much effort is generally involved
 in porting an application such as this to z? Is it just a
 matter of building it from source on z and making sure
 everything works? (Not that even that is in any way a small
 efford.) Or are there generally code changes required as well?

Frank:

Generally any application which runs on Linux on x86 will compile
and run on Linux on z (or Linux on POWER) with few or no changes.
The exceptions are those with hardware dependencies (these are
often seen in systems management type of software which gets
down into the kernel). The real effort in any port is in two
areas:

1) The installation tools (you would be amazed at how many Linux
apps, even server apps, are dependent on a GUI install!)

Nah, I wouldn't be surprised.  :-)  (It's Windows bad influence. g)

2) TESTING. Testing can often take as much as half the
development cycle and this is pretty much repeated (or should be)
on every platform.

That's what I figured.  Thanks for the info.

Frank


---
Frank Swarbrick
Senior Developer/Analyst - Mainframe Applications Development
FirstBank Data Corporation - (303) 235-1403

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Websphere Information Integrator

2006-07-06 Thread John Summerfied

Jim Elliott [EMAIL PROTECTED] wrote:

Just out of curiousity, how much effort is generally involved
in porting an application such as this to z? Is it just a
matter of building it from source on z and making sure
everything works? (Not that even that is in any way a small
efford.) Or are there generally code changes required as well?



Frank:

Generally any application which runs on Linux on x86 will compile
and run on Linux on z (or Linux on POWER) with few or no changes.
The exceptions are those with hardware dependencies (these are
often seen in systems management type of software which gets
down into the kernel). The real effort in any port is in two
areas:

1) The installation tools (you would be amazed at how many Linux
apps, even server apps, are dependent on a GUI install!)


Would you believe this? If I plug a USB disk, or a CD or DVD, into my
laptop which is now running Fedora Core 5, that the _only_ visible
response is a psuedo-windows GUI pop-up asking what to do with it? Eeven
if I;m running on a text console (of which I have a dozen)?

No mount-points in /media. I recently bought some CDs and spent some
time copying them for use in my car, and it was quite painful.

The behaviour _I_ want is a mount point I can use from the commandline
without being root, and maybe an icon on the desktop.

I don't know how that will translate to zLinux when new DASD arrives...





2) TESTING. Testing can often take as much as half the
development cycle and this is pretty much repeated (or should be)
on every platform.


It depends highly on the app, but once, by way of example, Apache works
on IA32 and Sparc64, there shouldn't be more to do than run the test
suite pretty much to say we did it, JIC. I'd be fairly surprised if
64-bit z had new problem. 31-bit, maybe.


--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/

do not reply off-list

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


  1   2   3   4   >