Re: WebSphere Application Server for zLinux

2009-09-08 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 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: AW: Denver SHARE Presentations on linuxvm.org

2009-09-08 Thread Mark Post
>>> On 9/7/2009 at  2:21 AM, "Rempel, Horst"  wrote: 
> Hello Mark,
> thank you for the possibility to see these interesting presentations.
> But I am not able to open presentation 9113 and 9224.

I seem to have run into space problems uploading these, as well as a couple 
others.  That's been taken care of now.  All the presentations check out when I 
download them and compare them to the originals (including the ones Dick Waite 
said don't display anything).


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


2009-09-08 Linux on System z Documentation update on developerWorks

2009-09-08 Thread Gerhard Hiller
Please refer to:
http://www.ibm.com/developerworks/linux/linux390/whatsnew.html
We have updated the SLES11 documentation page so that the right set
of upstream documentation is shown.
* end of message

Mit freundlichen Grüßen / Kind regards








Gerhard Hiller








Systems Software Management


IBM Systems & Technology Group, Systems Software Development








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



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


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




 Germany





IBM Deutschland Research & Development GmbH / Vorsitzender des 
Aufsichtsrats: Martin Jetter 
Geschäftsführung: Erich Baier 
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, 
HRB 243294 
 

<><><><><><><>

Re: Prop concatenating lines

2009-09-08 Thread Alan Altmark
On Tuesday, 09/08/2009 at 09:21 EDT, Bruce Hayden 
wrote:
> With PROP, it seems, you can't.  I tried to write some automation
> using PROP about a year ago, and couldn't get it to work.  Linux may
> write multiple lines on the console with a single I/O, separating each
> line with a newline character.  CP writes the output on the console as
> separate lines.  But, if you also send the output to a secondary user
> and use *MSG to read it (as PROP does), CP does not split up the lines
> - you get one line per I/O with embedded newlines.  PROP seems to have
> a limit on how long of a line it will scan for a matching message.  I
> just looked to see if this was documented, but I didn't find it.

PROP will read a maximum of 960 bytes, what it believes is 12 80-character
lines.

There is an old PROP APAR VM48600 from 1992 that fixes this problem for CP
output (class 3, 6, 7).  Dunno why it wasn't fixed for VMCONIO.

And I don't know if anyone has opened a PMR.

Alan Altmark
z/VM Development
IBM Endicott

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


Re: Prop concatenating lines

2009-09-08 Thread CHAPLIN, JAMES (CTR)
Good afternoon Jan,
We use Tivoli monitor which works good (but not great), and we also
wanted to have a second method, so I looked at PROPs with much
disappointment. However we did come up with capturing exception messages
from Perfkit and send the information to our operational center.

You need to have Perfkit installed on your VM system. We focused on
capturing high DASD I/O and high CPU usage on our zLinux servers. We
wrote a separate set of scripts on each Linux server, not using PERFKIT,
to check swapping and memory (using crontab). But memory and swapping
may also be done through PERFKIT, I just did not explore that option
yet.

This involved setting limits in FCONX $PROFILE on PERFSVM, and then
creating a REXX (JSEND) to pass the message from VM to a Linux guest,
which in turn passed the message to our operators in our situation room
to notify us of any problems.

I can send you detail information on the simple code we wrote to your
email address off the list if you would like. Drop me a request to my
personal email, jhchap...@comcast.net, and I will pass you that
information.

James Chaplin
Systems Programmer, MVS, zVM & zLinux

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Jan de Wet - Business Connexion
Sent: Tuesday, September 08, 2009 3:33 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Prop concatenating lines

Hi
 
I am trying to use PROP to monitor Linux Red Hat
I am elimination all lines that are OK in the RTABLE to catche any
strange messages
I found that in PROP, some lines are concatenated
These are lines that seem to end on a X'FF'
On the Linux console they apear as separate messages
How can I get them as separate messages on PROP
 
ex on Linux
Starting system logger:  
[  OK  ]..   
Starting kernel logger: [  OK  ]..   
Starting portmap: [  OK  ].. 
Starting NFS statd:  
[  OK  ]..   
Starting RPC idmapd: 

in PROP
ZABBIX03 BCXZVM  :  [  OK  ]...STARTING SYSTEM LOGGER: [  OK
]...STARTING KERNEL LOGGER:
ZABBIX03 BCXZVM  :  [  OK  ]...STARTING PORTMAP: [  OK  ]...STARTING NFS
STATD: 
ZABBIX03 BCXZVM  :  [  OK  ]...STARTING RPC IDMAPD:  

thank you
 
 
 

 

Jan de Wet

Deployment | Data Centre Services

office +27 (0)11 729 5436 | fax +27 (0)86 572 5720 | mobile +27 (0)82
902 1996

web site www.bcx.co.za   

Email: jan.de...@bcx.co.za

 




Jesus Christ is my Lord

 


This e-mail and its contents are subject to the Business Connexion (Pty)
Ltd e-mail legal notice available at:
http://www.bcx.co.za/disclaimer.htm

--
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: Prop concatenating lines

2009-09-08 Thread Bruce Hayden
With PROP, it seems, you can't.  I tried to write some automation
using PROP about a year ago, and couldn't get it to work.  Linux may
write multiple lines on the console with a single I/O, separating each
line with a newline character.  CP writes the output on the console as
separate lines.  But, if you also send the output to a secondary user
and use *MSG to read it (as PROP does), CP does not split up the lines
- you get one line per I/O with embedded newlines.  PROP seems to have
a limit on how long of a line it will scan for a matching message.  I
just looked to see if this was documented, but I didn't find it.

My alternative for that particular application was to write a CMS
Pipeline to separate the lines and look for the string.  Commercial
automated operations products should work as well.

On Tue, Sep 8, 2009 at 3:33 AM, Jan de Wet - Business
Connexion wrote:
> Hi
>
> I am trying to use PROP to monitor Linux Red Hat
> I am elimination all lines that are OK in the RTABLE to catche any
> strange messages
> I found that in PROP, some lines are concatenated
> These are lines that seem to end on a X'FF'
> On the Linux console they apear as separate messages
> How can I get them as separate messages on PROP
>
> ex on Linux
> Starting system logger:
> [  OK  ]..
> Starting kernel logger: [  OK  ]..
> Starting portmap: [  OK  ]..
> Starting NFS statd:
> [  OK  ]..
> Starting RPC idmapd:
>
> in PROP
> ZABBIX03 BCXZVM  :  [  OK  ]...STARTING SYSTEM LOGGER: [  OK
> ]...STARTING KERNEL LOGGER:
> ZABBIX03 BCXZVM  :  [  OK  ]...STARTING PORTMAP: [  OK  ]...STARTING NFS
> STATD:
> ZABBIX03 BCXZVM  :  [  OK  ]...STARTING RPC IDMAPD:
>
> thank you
>
>
>
>
>
>
> Jan de Wet
>
> Deployment | Data Centre Services
>
> office +27 (0)11 729 5436 | fax +27 (0)86 572 5720 | mobile +27 (0)82
> 902 1996
>
> web site www.bcx.co.za 
>
> Email: jan.de...@bcx.co.za
>
>
>
>
>
>
> Jesus Christ is my Lord
>
>
>
>
> This e-mail and its contents are subject to the Business Connexion (Pty) Ltd 
> e-mail legal notice available at:
> http://www.bcx.co.za/disclaimer.htm
>
> --
> 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
>



-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY

--
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: How to activate GDDM-REXX

2009-09-08 Thread Rob van der Heij
On Tue, Sep 8, 2009 at 1:57 PM, J D Cassidy wrote:

> I am looking for a document with the title "How to activate GDDM-REXX"
> LY33-6080.
>
> The various references to the above on IBM's websites comes back with
> 'document not found'..

AFAIK, GDDM-REXX is an optional feature of the GDDM/VM base priced
product. And the various pointers say this documentation is shipped
with the product materials.

According to IBMLINK, the publication can be ordered for $0.68 (plus taxes) :-)

-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


How to activate GDDM-REXX

2009-09-08 Thread J D Cassidy
Hello all,





I am looking for a document with the title "How to activate GDDM-REXX"
LY33-6080.

The various references to the above on IBM's websites comes back with
'document not found'..


Any help appreciated.


JC

--
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
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 R&D Consultant

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


-Original Me

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 R&D 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

Prop concatenating lines

2009-09-08 Thread Jan de Wet - Business Connexion
Hi
 
I am trying to use PROP to monitor Linux Red Hat
I am elimination all lines that are OK in the RTABLE to catche any
strange messages
I found that in PROP, some lines are concatenated
These are lines that seem to end on a X'FF'
On the Linux console they apear as separate messages
How can I get them as separate messages on PROP
 
ex on Linux
Starting system logger:  
[  OK  ]..   
Starting kernel logger: [  OK  ]..   
Starting portmap: [  OK  ].. 
Starting NFS statd:  
[  OK  ]..   
Starting RPC idmapd: 

in PROP
ZABBIX03 BCXZVM  :  [  OK  ]...STARTING SYSTEM LOGGER: [  OK
]...STARTING KERNEL LOGGER:
ZABBIX03 BCXZVM  :  [  OK  ]...STARTING PORTMAP: [  OK  ]...STARTING NFS
STATD: 
ZABBIX03 BCXZVM  :  [  OK  ]...STARTING RPC IDMAPD:  

thank you
 
 
 

 

Jan de Wet

Deployment | Data Centre Services

office +27 (0)11 729 5436 | fax +27 (0)86 572 5720 | mobile +27 (0)82
902 1996

web site www.bcx.co.za   

Email: jan.de...@bcx.co.za

 




Jesus Christ is my Lord

 


This e-mail and its contents are subject to the Business Connexion (Pty) Ltd 
e-mail legal notice available at:
http://www.bcx.co.za/disclaimer.htm

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