Re: Read-Only Telnet

2003-03-24 Thread Steve Guthrie
You may wish to do what we have done with our application running on all
platforms, not just Linux/390.  We direct logs files out through a secure
port to one or more log servers.  The level of detail of this action is
set by the system administrator and the log files for the application are
reviewed at one or more workstations located in one or more areas.

For secured access to the system by the administrator(s), use SSH/Telnet.
For log files, see above.  This can be done with syslog as well.

Thanks,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Jeremy Warren
Sent: Monday, March 24, 2003 12:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Read-Only Telnet


 So the first question is: what do they need shell access for? do they
 need full shell access?

 * What do they need to run? Is it a something from certain set of
   commands? If so: take a look at rbash, pdmenu, and similar.

The prime example that the developers keep bringing up is along these
lines:
User A calls in a problem which working with the app via their browser.The
developer wants to ssh into the host and issue a tail -f logfile while the
user is doing their thing to better understand the sequence of events
causing the problem.  With the current FTP method, it becomes difficult to
completely correlate User Action A with Log message B, especially if their
are other folks working just fine at the time.  rbash was one of the ones
that came up in my searches after your earlier post, but I haven't really
had time just yet to delve deeper into just how restricted, restricted
is.  (Specifically preventing the modifications of files you might
otherwise gain access to via world permissions).

 Generally a shell user is not supposed to be able to harm the system in
 any way

I frankly feel pretty good about the permissions elsewhere on the box,
(Famous last words) however given that I have such little control over the
permissions within this applications directories, I was hoping there was a
safer way.  Something that would override any world permissions.  In my
ideal pipe dream, not only would I be able to see You can look but you
can't touch, but I would even be able to deny access to You shouldn't be
here ever ever ever types of files.  (Although the vendor appears to have
done this much right.  I should be able to do that with group permissions
right now, but it would be a nice thing to be SURE).

 Mounting the system read-only may work. But remember that some actual
 work has to be done on this system. That is: those developers need to
 actually change config files.

We have a change management process in place, so if they go in and
determine the problem requires a change, they would need to go to the
development system, make the changes and promote them as needed, so in this
case, the Read-Only image might be a good way of doing what I need to do.

On a side note, the security admin suggested that a different way to tackle
this might be through key-stroke auditing, we could allow the developers in
doing the best we could with permissions as they are and send a report of
what EXACTLY they did somewhere that they couldn't get to.  That way IF
someone did something bad we could at least figure out who/what/where/and
when,  (why would be a whole different can of worms).. Any suggestions down
that road would be appreciated too.

Thanks!

---
Jeremy Warren
Sr. Systems Programmer
KB Toy Stores
mailto:[EMAIL PROTECTED]@kbtoys.com




|-+
| |   Tzafrir Cohen|
| |   [EMAIL PROTECTED]|
| |   .ac.il  |
| |   Sent by: Linux on|
| |   390 Port |
| |   [EMAIL PROTECTED]|
| |   IST.EDU |
| ||
| ||
| |   03/24/2003 12:37 |
| |   PM   |
| |   Please respond to|
| |   Linux on 390 Port|
| ||
|-+

---
--|
  |
|
  |   To:   [EMAIL PROTECTED]
|
  |   cc:
|
  |   Subject:  Re: [LINUX-390] Read-Only Telnet
|

---
--|




On Mon, Mar 24, 2003 at 11:19:42AM -0500, Jeremy Warren wrote:
 Sorry for the lack of detail...

 Basically,

 It's a 3rd party java based application, numerous configuration files,
etc,
 which are dynamically updated via the application itself.  Lots of log
 files, etc.  The users access it via a web page front end, but our
 developers are asking to get beneath the covers while it's running.

 Right now I am using a restricted

Re: vi vs. ISPF

2003-02-21 Thread Steve Guthrie
Yes, you can write your terminfo entry and use it.  We did this extensively
in the early 80's with ATT Unix (pre-Sys V.4) and Santa Cruz Operations
Xenix, particularly for XWindows in Unix.  A friend of mine wrote a dandy
one for a Tandy Model 4 emulating a VT100. It isn't all that hard to do.

Thanks,

Steve

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Tzafrir Cohen
Sent: Thursday, February 20, 2003 4:22 PM
To: [EMAIL PROTECTED]
Subject: Re: vi vs. ISPF


On Thu, 20 Feb 2003, Jim Sibley wrote:

 I find it amusing that the the Unix purists are defending a 1950's type
 line editor (with input and command mod) designed for a teletype keyboard
 and paper roll output then converted to the glass teletype equivalent. The
 keyboards on teletypes were notoriously slow, heavy to the touch, and the
 line speeds were so slow that they were desparate to find any method to
 speed up the transmission (ctl/alt modifier keys), no matter how awkward!

command-mode has some other atvantages: command-history. vim (for example)
uses this in a very useful manner.


 That this has  been enshrined on Linux is certainly short sighted. The
only
 reason I use vi is that 1) it is much the same on each *NIX system, 2) and
 it is reasonably compatible with the ex editor and sed for HMC and 3270
 terminals, so I don't have to relearn an editor everytime I change
terminal
 type.

 Its just as amusing that the 1970's technology of the 80 column card,
 transfered on the 3270 glass tube was enshrined on MVS as ispf and VM as
 xedit. Neither of them work very well for long, variable length records
 such as a long /etc/parmfile line. And its beyond annoying when xedit
 translates my parmfile to ALL UPPER CASE by default. The case m i
command
 is NOT intuitive. At least ispf prereads the data and sets the mode to
 something reasonable, but then its pretty bad at dealing with something
 past 80 bytes. Vi has sense enough to wrap the lines.

 What really is needed is a simple editor that is a more intuitive and
 universal, rather than arguing whether the 3270 implementations are better
 or worse than the teletype implementations.

But there are plenty of those! (pico^H^H^H^Hnano and joe are nice two.
relatively intuitive). But both will show garbage on a 3270 terminal...


 Maybe someone could come up with a simple Java editor that will work the
 same on HMC, 3270, and teletype terminals! Its an editor guys - we
 shouldn't have to read a 3 inch manual to make it work!

No. most unix text editors use termcap/terminfo to get information about
the capabilities of the terminal . Most of them use the library ncurses
for terminal graphics, some use slang.

I saw that there is a terminfo entry of ibm327x . When I tried to use it
pico (sorry, that is the only ncurses program I have at my disposal at tha
machine) blantly refused:

'ibm327x': I need something more specific.

I tried some other 'ibm*' entries, all of them were accepted, but I got
all sorts of different garbages: the escape sequeces were clearly not
interpreted by the terminal.

Is there any way to get proper termcap/terminfo entries working? (e.g:
avoid the need for unalias ls?)

Or is any general solution in this path needs to be more radical (e.g:
some specific support inside ncurses for 3270 terminals? I don't know
terminal devices very well)

--
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir



Re: ISPF for Linux + Other Question

2003-02-19 Thread Steve Guthrie
Eric,

It may be more religious than functional.  If you like Wordstar-like control
codes in an editor, there is Joe and others.  If you like cryptic-but-
powerful command structures, there is VI/VIM.  If you like configurable and
customizable, then there is EMACS.  There is something for everyone.

Just remember, no one editor is the cat's meow.

Thanks,

Steve Guthrie
Mantissa Corporation

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Eric Bielefeld
Sent: Wednesday, February 19, 2003 9:58 AM
To: [EMAIL PROTECTED]
Subject: Re: ISPF for Linux + Other Question


Wow, I sure got lots of replies to this.  There seems to be a lot of
controversy over what the best editor is for Linux.  On the IBM Linux Tools
for Developers page that someone posted, I counted approximately 53
different Linux editors.

I guess as several have pointed out, I will have to learn a little VI to get
by, but that doesn't mean I have to like it.

Eric Bielefeld
Sr. MVS Systems Programmer
PH Mining Equipment
Milwaukee, WI
414-671-7849
[EMAIL PROTECTED]



+
This electronic mail transmission contains information from P  H Mining
Equipment
which is confidential, and is intended only for the use of the proper
addressee.
If you are not the intended recipient, please notify us immediately at the
return
address on this transmission, or by telephone at (414) 671-4400, and delete
this
message and any attachments from your system.  Unauthorized use, copying,
disclosing, distributing, or taking any action in reliance on the contents
of this
transmission is strictly prohibited and may be unlawful.

+



Re: Accounting and finance type reporting packages

2003-01-09 Thread Steve Guthrie
Matt,

My company produces a web-based front-end for our report management and
distribution system that runs on OS390, DOS/VSE and Z/OS.  Call me if you
need any further information, particularly about a Linux 390 web-based
front-end.

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
Direct: (205)402-0209
Fax: (205)402-0232
Office: (205)402-0300




-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Matt Lashley
Sent: Thursday, January 09, 2003 2:02 PM
To: [EMAIL PROTECTED]
Subject: Accounting and finance type reporting packages


I'm researching info for web based accounting and finance reporting
software that will run on S390 Linux.  I have a customer that uses an
OS/390 based payroll and accounting system that is looking for a web based
front end to build and peruse reports from.  The data moves from OS/390 to
Linux via CTC into some kind of backend data store.  The web front end must
be extremely end user friendly.  The whole project is designed to
'autonomize' the report building process for accountants.

Thanks for any help,

Matt Lashley
Idaho State COntroller's Office



Re: No GUI ??

2002-12-12 Thread Steve Guthrie
I use VNC software.  It is free and works fine.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Marist EDU
Sent: Thursday, December 12, 2002 9:34 AM
To: [EMAIL PROTECTED]
Subject: Re: No GUI ??


You need to use an Xserver software on your computer to connect to it.

Try using cygwin with XFREE86.   http://www.cygwin.com


Josh

-Original Message-
From: Larry Heath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 9:06 AM
To: [EMAIL PROTECTED]
Subject: No GUI ??


I've installed redhat 7.2 in a S390 LPAR, booted from DASD, set DISPLAY to
vt382 but when I telnet in using
TeraTerm, I get the following when trying to activate gnome (exec
gnome-session)
Gtk-WARNING **: cannot open display:
SESSION_MANAGER=local/linux2.shawinc.com:/tmp/.ICE-unix/8879

Any thoughts on why or on how to activate a GUI?  Xwindow, Gnome, and KDE
were installed.

TIA...Larry




**
Privileged and/or confidential information may be contained in this message.
If you are not the addressee indicated in this message (or are not
responsible for delivery of this message to that person) , you may not copy
or deliver this message to anyone. In such case, you should destroy this
message and notify the sender by reply e-mail.
If you or your employer do not consent to Internet e-mail for messages of
this kind, please advise the sender.
Shaw Industries does not provide or endorse any opinions, conclusions or
other information in this message that do not relate to the official
business of the company  or its subsidiaries.
**



Re: Linux-390 in South Africa

2002-12-11 Thread Steve Guthrie
I have several contacts in South Africa interested in Linux for the S390.
Contact me off-list and I will provide them.

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
Direct: (205)402-0209
Fax: (205)402-0232
Office: (205)402-0300




-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Kris Van Hees
Sent: Wednesday, December 11, 2002 8:40 AM
To: [EMAIL PROTECTED]
Subject: Re: Linux-390 in South Africa


On Wed, Dec 11, 2002 at 08:31:59AM -0600, Rich Smrcina wrote:
 Welcome aboard Heinrich!

 I can't speak for OS/390, but the installation process for z/VM boils down
to
 a one page document that is designed for folks that are just beginning
with
 z/VM or just want all of the defaults.  I don't think the document is
 distributed anywhere, but a number of folks have use it and the word is
that
 it is quite easy.

You can find the installation summary as a PDF on the z/VM V4R3.0 base
publication webpage, at http://www.vm.ibm.com/pubs/pdf/vm430bas.html.  The
document in question is the z/VM V4R3.0 Installation Summary, and the URL
for its download is http://www.vm.ibm.com/pubs/pdf/v4r3isum.pdf.

Hope this helps.

Kris



Re: IBM has no realistic entry-level offering in the mainframe space

2002-12-03 Thread Steve Guthrie
My company writes software that runs identically, for the most part, in MVS,
DOS/VSE, OS390 and Z/OS.  GNU has nothing to with it, writing for
portability does.  Portable does not mean Windows of Sun, in this sense
anyway.  I have software that was written in 1982 still running in IBM shops
today.  That is value.

Please define free.

Thanks,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of Rod
Clayton
Sent: Tuesday, December 03, 2002 9:18 AM
To: [EMAIL PROTECTED]
Subject: Re: IBM has no realistic entry-level offering in the mainframe
space


Per,

Nice to meet you.

The big complaint with VSE is that there are no new applications written for
it. A cheap hobbyist licenses might result in some great new applications.
They might even be free (GNU). Open source is where VSE started out anyway.
I work with VSE and they need to do something for it to remain healthy. No
one would care about VM either if it were not for Linux, so VM owes it's
health to GNU as well.

The price if the license is entirely artificial. The idea of group pricing
was that people on smaller processors don't get the same commercial value as
people on large processors.

What is the commercial value of VSE or VM on a hobbyist's computer?

Certainly not $13000.

Oracle gives it's product away for free for non-commercial use.


Rod
On Mon, 2 Dec 2002 13:23:42 -0500, Rod Clayton wrote:

I am also a radio-amateur. The most  expensive thing I have ever purchased
was a new HF/VHF/UHF radio for $1400. For antennas I use trees for
supports etc.
Amateur radio is like boating. You can spend as much as you like, but I
would
not be an amateur radio operator either if I had to spend $13,000. I don't
see
how anyone could write GNU software for VSE or VM at that price.

But, (I sound like I'm repeating myself) - then don't write for VM or VSE -
those are the radio-amateur-world equivalents of EME, OSCARs and microwave
experiments.
Write software for Linux for instance, and it's virtually free.

Re. boating - um, around here boating could be fairly expensive too.
Perhaps
unless we're talking a rowboat and two oars ? I often go sailing with
friends
in the Aegean - not my boat, I just rent my space. But it is pretty damn
expensive if you want to captain a yacht. In time and money.

btw, glad to meet another one - I'm OZ1HZV.

/Per

regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.

Genius may have its limitations, but stupidity is not thus handicapped.


--
Rod Clayton KA3BHY
Systems Programmer
Howard County Public Schools
[EMAIL PROTECTED]



Re: IBM has no realistic entry-level offering in the mainframe space

2002-12-03 Thread Steve Guthrie
Bravo.  Well said.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Phil Payne
Sent: Tuesday, December 03, 2002 9:03 AM
To: [EMAIL PROTECTED]
Subject: Re: IBM has no realistic entry-level offering in the mainframe
space


 For most consulting companies $13K presents a big problem. Yes, there
 are a few large consulting firms that can pay that and they do cater to
 that need. But why not let the vast majority of small consultants
 promote z/VM also?

http://www.kmsitltd.co.uk

A one-man company specialising in z/OS and zSeries education that has
already trained around
twenty new Assembler programmers for large UK users this year, as well as
running REXX, JCL
and other courses - helping to keep the mainframe environment viable (and
also producing a bit
of software, too).

Just bought a Flex-ES ThinkPad system in the UK.  A properly licensed and
fully supported
system.  A simple business investment, just like an office or a car.  If
your business plan
doesn't stretch to that, it isn't much of a business.

I know of quite a few one-man operations with PWD ThinkPads.  It's the rule,
rather than the
exception.

--
  Phil Payne
  http://www.isham-research.com
  +44 7785 302 803
  +49 173 6242039



Re: IBM has no realistic entry-level offering in the mainframe space

2002-12-02 Thread Steve Guthrie
I'm sorry, but comparing an operating system as durable, scalable and
reliable as MVS to an antenna stapled to a tree - yeesh!  When you buy a
mainframe system, you buy security.  The software and its relationship with
the hardware is what provides this security.  Are you seriously suggesting
that an off-the-shelf Intel box is comparable, on any level?

As far as writing GNU software for anything, write it for Linux in such as
way as to make it portable.  The rest takes care of itself.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of Rod
Clayton
Sent: Monday, December 02, 2002 12:24 PM
To: [EMAIL PROTECTED]
Subject: Re: IBM has no realistic entry-level offering in the mainframe
space


I am also a radio-amateur. The most  expensive thing I have ever purchased
was a new HF/VHF/UHF radio for $1400. For antennas I use trees for supports
etc.

Amateur radio is like boating. You can spend as much as you like, but I
would not be an amateur radio operator either if I had to spend $13,000. I
don't see how anyone could write GNU software for VSE or VM at that price.

Rod
KA3BHY

On Mon, 2 Dec 2002 12:53:50 +0800, John Summerfield wrote:

On Mon, 2 Dec 2002 12:42, you wrote:
 $13K entry point (not 20K) for their own system with software loan
amounts
 to an impediment that forecloses their effort.   I am aware of one-man
 shops taking IBM up on the offering, so Mr. Szumovski's post to the
 contrary is factually incorrect.

Some may find $US13 000 affordable. For me, it's sometthing to dream
about.

I certainly don't find $13K all that affordable either. But I can't help
thinking -

I am a licensed radio-amateur - haven't been active for a while, but - the
costs involved in either buying ready-built equipment or buying the
equipment
necessary to build your own were not something to be ignored.
I bought a 2nd hand HP scope 2 or 3 years ago - not the top of the line,
ended up paying EUR2000. And then think of prices for eg.
spectrum-analysers or
digital signal analysers. They don't come cheap.
Putting up a tower-mast for a short-wave arial is not cheap either. Etc.
etc.
PCB design software like Protel will cost you USD5000 or so - and they
don't
have a hobbyist license either :-(

So, although I *totally* agree with all of the arguments why IBM should
make eg.
OS390 available on a hobbyist basis (and not at $13K), doing other things
on a hobbyist basis are expensive too.




regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.

Genius may have its limitations, but stupidity is not thus handicapped.


--
Rod Clayton KA3BHY
Systems Programmer
Howard County Public Schools
[EMAIL PROTECTED]



Re: Is Samba on Linux/390 ready for prime-time?

2002-11-15 Thread Steve Guthrie
I used Samba on Linux to mount DFS and NFS shares from OSMVS and then shared
these to my Windows 2000 Desktops.  Not only did this work better than
direct connect, it also eliminated having to use Hummingbird Exceed in my
engineering department.  Scaling wasn't an issue with our use.  I imagine
ASCII to EBCDIC translation slowed things down a tad, but I didn't notice
it.

Thanks,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:LINUX-390;VM.MARIST.EDU]On Behalf Of
David Boyes
Sent: Friday, November 15, 2002 10:13 AM
To: [EMAIL PROTECTED]
Subject: Re: Is Samba on Linux/390 ready for prime-time?


 We have an opportunity to put forward a Samba on Linux/390
 solution for our
 corporate file/print needs. The current environment is Novell
 Netware on 4
 X Intel servers, approx 750 desktops, approx 3 million files
 using about
 1TB disk. Our management is open to a Linux on mainframe
 solution but I
 don't want to put up a technical solution if it is not robust
 and scalable.

Robust is no problem -- Samba is very, very stable and function-rich.
Scalable will take some thought, and require some more information,
mostly related to how you plan to deploy it.

 We are running OS/390 on a 9672-R36 (G5), OSA-2 fast ethernet.

One thing: do NOT use the Samba on OS/390. It is *very* old and has
known vulnerabilities, as well as not performing all that well.

Some questions:

1) Do you have VM? If not, I'd recommend acquiring z/VM before you
seriously contemplate Linux-based services. Linux in a LPAR works, but
managing it for HA services is a serious pain, and you'll want at least
a warm failover server in case you need to do maintenance.  Two LPARs is
a bit expensive for just fileserver traffic.

2) What is the ratio of reads to writes? Volume of transactions is
important; if your existing 4 servers are relatively busy, you probably
will need another OSA card or a faster card to avoid degrading
performance for the OS/390 system.  You may want to investigate
alternatives to the OSA with better price/performance curves.

3) Are the current servers colocated, or distributed? SMB and SMB over
IP are fairly bandwidth intensive, and IPX over IP is *very* chatty.
This will have an significant impact on your WAN if the servers are not
colocated today.

4) Do you already have a mainframe hosted backup solution such as FDR or
TSM? If not, can you afford to dedicate a tape drive to the LPAR?

5) Are there long-distance WAN links involved in this setup? If so, you
may want to consider a more sophisticated architecture such as Samba
overlaying a larger scale enterprise file system like AFS. This will
substantially increase the scalability of the solution, at the price of
some additional complexity (and also offer some nice benefits in terms
of bandwidth optimization and backup solutions).  If you're interesting
in details of this solution, drop me a note off-list.

 Is Samba going to work well in a real-life production environment? Any
 thoughts or comments would be much appreciated.

Yes, without question, Samba is stable and reliable. The environment
around it needs planning carefully, but it's an excellent solution for
file and print service.


-- db



Re: Installing ORACLE 9i

2002-10-01 Thread Steve Guthrie

I suggest you get IBM's version.  It works, it was made my the manufacturer
of your system and its better (in my opinion) than Sun's or Blackdown's
implementation.

Regards,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Eddie Chen
Sent: Tuesday, October 01, 2002 11:16 AM
To: [EMAIL PROTECTED]
Subject: Installing ORACLE 9i


I am having a problem with JAVA... The documentation tells me goto
java.sun.com and  blackdown for 1.3.1   I remenber that IBM has their
JAVA.

   Which one do I use or get???



Setting up CTC under VM for Linux/390

2002-09-12 Thread Steve Guthrie

The definition below is from my TCPIP profile on VM.  I have a Class C
address 208.62.223.0.  I am assigning VM to 208.62.223.36 and it works with
this profile.  I can't get 208.62.223.78 to work.  The CTC's are configured
to E42 and E43, respectively.  What's wrong?

; --
; Primary interface Definition
; --
; PRIMARYINTERFACE  TR44A

; --
; Define the internet (IP) address(es) for this VM host
; --
HOME
;
; local host InterNet addresses  (SYS1)

;  9.67.174.1  TR44A
   208.62.223.36  ETH1
   208.62.223.36  LINKZOS

; (End of HOME address information)

; --
; Routing Information
; --
; Note:
;  * Routes defined via the GATEWAY statement are STATIC routes.
;  * Routes defined via the BSDROUTINGPARMS statement are DYNAMIC
;routes.
; --
; Static Routing Information
; --
  GATEWAY

; (IP) Network  FirstLink  Max. Packet  Subnet  Subnet
; Address   Hop  Name  Size (MTU)   MaskValue
; ---    ---   ---  --- 
;
; 208.62.223.36  =ETH1  1492 0
; 208.62.223.78  =LINKZOS   1492 0
  208.62.223.0   =ETH1  1492 0
  208.62.223.78  =LINKZOS   1492 HOST

; --
; Define The DEFAULT route used for any network not explicitly routed
; via the previous entries.
; --
;
  DEFAULTNET 208.62.223.252 ETH1 DEFAULTSIZE  0
;
; (End of GATEWAY Static Routing information)

Thanks,

Stephen J. Guthrie
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Strange Aeons and Glibbering, Meeping Madness

2002-09-11 Thread Steve Guthrie

Clues, schmooz.  What level of Linux is required?  I'm running 2.2.16.  Does
the Boch emulator have to be built on Linux/390?  What additional libraries
are needed?  Where did the Windows installation load from?

Give us more.

Thanks,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Wednesday, September 11, 2002 12:10 PM
To: [EMAIL PROTECTED]
Subject: Re: Strange Aeons and Glibbering, Meeping Madness


James,

All the clues are there on the screen shot.  He was using the bochs Intel
emulator running on Linux/390.  It's available from the URL at the top of
the upper-left window.  It also looks like he was running this on a VM
system.  Probably Dave Jones' system.  Dave, do you have a P/390 or
something better?

Interesting timing considering the question Kevin Gates just submitted about
whether Linux/390 emulates an Intel architecture or not.  :)

Mark Post

-Original Message-
From: James Melin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 12:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Strange Aeons and Glibbering, Meeping Madness


I wanna know how you did it - the whole thing. Was it real? If so, how can
I reproduce? I have an entire 9672 R26 to play with at the moment.



Re: Are you developing new applications on Linux/390?

2002-08-14 Thread Steve Guthrie

John McKnown,

We have a web-based application running from a variety of sources, one of
which is Linux on OS/390.  We use CORBA to communicate with CICS TS 1.3
running on OS/390 and Z/OS.  It works like a proverbial charm, its fast and
we think it is cool (That's just us).  We use IBM's Java on both sides of
the equation and life is good.

Best regards,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
McKown, John
Sent: Wednesday, August 14, 2002 11:58 AM
To: [EMAIL PROTECTED]
Subject: Are you developing new applications on Linux/390?


This is just a curiousity question. But is anybody developing new
applications on Linux/390 instead of on their legacy z/OS system? I'm not
thinking of Web serving type applications, but something where somebody said
something like: You know, we'd normally develop this application on z/OS
using COBOL. But we can also develop it on Linux/390 using C and so not use
z/OS MIPS. Perhaps a DB/2 application which runs on Linux/390 instead of
z/OS (assuming you have DB/2 on both Linux/390 and z/OS).

Also, does anybody have a Web application running on Linux/390 which uses
CGI to get data from the z/OS side of the house? Especially communicating
with a CICS region. Again, just curious. This is sort of leading up to how
can I run an application on Linux/390 which will communicate with a server
on the z/OS side of the house to do VSAM I/O. This would most likely do the
VSAM via an EXCI connection to a CICS region. Can a Linux/390 application
use EXCI to talk to CICS?

--
John McKown
Senior Technical Specialist
UICI Insurance Center
Applications  Solutions Team
+1.817.255.3225



Re: Suse-Linux 2.2.16 install from CD media kit - problem

2002-08-02 Thread Steve Guthrie

We experienced similar problems.  Our solution is to move the CD off of the
ISO 9660 image and onto our internal FTP server (which can be your OS390
system).  We then pointed the YAST install to the FTP site and installed
away.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Dave Coulstock
Sent: Thursday, August 01, 2002 3:55 AM
To: [EMAIL PROTECTED]
Subject: Suse-Linux 2.2.16 install from CD media kit - problem


Thanks for all the replies re the above.
It would seem that the problem is, as suggested, due to the incompatibilty
of NT and the Rockridge Extension - I note that the CDs are marked ISO-9660
Filesystem with Rockridge Extension.
We are in the process of setting up an NFS server and this should overcome
the problem. In the meantime I have FTPed some of the contents of CD1 to a
partition (minidisk) within my Linux v/m and attempted the Yast install
from a reachable directory. Yast can now see the pre-genned kernel and
configurations but the installation has errors (can't get PREIN for
cd1/suse/a1/aaa_base.rpm, aaa_dir.rpm, aaa_skel.rpm) and the generated
kernel will not boot properly (No inittab file found). Still it's progress
of a sort and seems to prove the Rockridge point.

Once again thanks.

Dave Coulstock
Systems Programmer
Danzas Information Technology
Tele: +44 (0)1784 871 398
Fax:  +44 (0)1784 871 244



Re: apr for mod_webapp make problem

2002-04-16 Thread Steve Guthrie

Don't use mod-webapp.  Use mod_jk, it will give you better results.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Vincent Gazzillo
Sent: Tuesday, April 16, 2002 3:53 PM
To: [EMAIL PROTECTED]
Subject: Re: apr for mod_webapp make problem


did not spot -ansi flag anywhere in compiler flags.
but did put in CPPFLAGS in rules.mk to see what would happen and go same
error messages. so that wasn't it.
i tried to use the precompiled mod_webapp.so at
http://www.tuxosaur.org/downloads/mod_webapp.zip
but that just give Segmentation fault (11) in apache.
it doesn't look too good for apache-tomcat connectivity on s/390. i did same
mod_webapp on intel linux with no problem.

- Original Message -
From: Rick Troth [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 16, 2002 1:57 PM
Subject: Re: apr for mod_webapp make problem


 ...
  but make gets error in system.h with error messages:
/usr/include/asm/system.h: In function '__xchg':
/usr/include/asm/system.h:67: '__u32 undeclared
/usr/include/asm/system.h:67: parse error before 'ptr'
/usr/include/asm/system.h:90: parse error before 'ptr'
make[2]: *** [apr_atomic.lo] Error 1

 Try compiling withOUT the -ansi flag.



Re: Informal Survey

2002-04-09 Thread Steve Guthrie

Here are my reasons:

1. Across-the-board compatibility for middleware components without
compromising the power of the mainframe.  This is something we didn't get
with OS2, RS-6000/AIX or OMVS.
2. Uniformity.
3. Eliminates OSF/SUN/Unix confusion (finally!).

My 2 cents.

Thanks,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Robert Angell
Sent: Tuesday, April 09, 2002 1:05 PM
To: [EMAIL PROTECTED]
Subject: Informal Survey


I am trying to take the pulse of the group  informally, of course.
What would be the top
3 reasons that you folks have moved to a Mainframe Linux solution?  I would
think that
lower TCO would be one of the main reasons, however, would also like your
input.

Thanks!

-Bob-

Bob Angell
IBM Global Services
1238 Fenway Ave., SLC, Ut 84102-3212
v/f: 801-328-6157 (t/l 582); cell/pager: 801-381-5477
email page  140 char: mailto:[EMAIL PROTECTED];
http://messaging.nextel.com/cgi/mPageExt.dll?buildIndAddressPageentry=1
regular email: [EMAIL PROTECTED]

[ mailto:[EMAIL PROTECTED] ] [
http://w3.ibm.com/bluepages?Selection=NameselectOn=angell%2Cbob ]
Had Momma Cass  Karen Carpenter shared that ham sandwich, they might be
with us today!



Re: WebSphere 4

2002-04-05 Thread Steve Guthrie

Yes.

1. When installing DB2 don't use the examples.  Use common sense and make
sure you read the instructions carefully.
2. Make sure the installation medium you use is consistent with you
operating system.  Watch for mistakes in upper and lower case.
3. Make sure the installation has an X-Windows environment.  I used VNC and
it saved the day.  You do not need KDE or Gnome.
4. Call IBM Support.  These guys are the best.

If you have any questions about any aspect of this, call me or write me.  I
think that WebSphere on L390 is great.  I'll let you know if it is better
than Apache/Tomcat next.

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Friday, April 05, 2002 9:43 AM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


Any lessons learned that you can share with the mailing list?

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 10:05 AM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


I figured it out.  It is working like a champ now.

Thanks,

Steve

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Thursday, April 04, 2002 10:36 PM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


Steve,

We have an example of getting WebSphere 3.5 AE installed and running on
SuSE's 2.2.16 system in the Distributions Redbook.  Chapter 25, page 491.

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 5:43 PM
To: [EMAIL PROTECTED]
Subject: WebSphere 4


Has anyone managed to get WebSphere running on Suse 2.2.16?  I have
everything running but I can't get the IBM HTTP server to talk to WAS 4.
DB2 is up and going but no WAS.

Help!!!

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



WebSphere 4

2002-04-04 Thread Steve Guthrie

Has anyone managed to get WebSphere running on Suse 2.2.16?  I have
everything running but I can't get the IBM HTTP server to talk to WAS 4.
DB2 is up and going but no WAS.

Help!!!

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Tomcat

2002-03-22 Thread Steve Guthrie

I have both Tomcat 4.01 and Apache 1.3.19-66 running on Linux for S390.  I
have complied the APJ connector and I am using it in a load-balanced
environment successfully.  Don't use mod-webapps.  Happy to help any and
all.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
John Burnley
Sent: Thursday, March 21, 2002 1:30 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat


Jim, we have just installed Tomcat 4.0.3 on a Marist 2.2.15 distribution.
We are working on getting a demo app up and running to show management that
Linux and S390 are a workable solution.

We are now in the process of getting Apache and Tomcat working together.

 Jim Elliott [EMAIL PROTECTED] 03/21/02 12:06PM 
Is anyone using Tomcat ( http://jakarta.apache.org/ ) on S/390 Linux?

Regards, Jim Elliott



Installation error on P390

2002-02-19 Thread Steve Guthrie

I am installing on a Integrated Server S/390-P01  3006 and I am getting the
following error, after a successful tape installation and Suse Linux
install.  I am installing in native mode:

AWSDIExxxI Disabled Wait - Check your S/390 Operating System Manual.
WaitCode=80037808

Any suggestions on what this is?

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Upgrade

2002-01-31 Thread Steve Guthrie

Now that we've done 2.2.16 how do we upgrade to 2.4 Suse under S390?  Do we
re-install or upgrade with patches?

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



WebSphere

2002-01-28 Thread Steve Guthrie

Is anyone out there tooling around with IBM WebSphere for S390 Linux?  I
have Apache and Tomcat purring like a kitten now, thanks to the good guys on
this list (Mark, you and Rich know who you are, along with all the rest).  I
called and asked IBM for an evaluation copy of WebSphere for Linux to
develop against.  They said $20,000.00.  Is this real?  Under these
conditions, why would a developer recommend a product they haven't tested?
Why would a developer, certain to help IBM sell hardware, pay for a product
he is using to develop against?  And why would a developer pay to help a
vendor sell more stuff?

Thanks for allowing an OT rant.

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Why not IBM's Linux

2002-01-22 Thread Steve Guthrie

Hey, I'm a sales guy, not a droid:-).  I've installed Unix system around the
world.  I was the engineer, the programmer, the trainer and the cable guy.
I can sell, too.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Gregg C Levine
Sent: Monday, January 21, 2002 10:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Why not IBM's Linux


Hello from Gregg C Levine normally with Jedi Knight Computers

You are right at that one, David, regarding the salesdroids. At that
VMware booth, that time, I actually met one. Still though, given the
ideas that have been floating around this list, it would be an
interesting one if IBM did indeed get involved in the DIY area for
Linux, and then gave both the binaries, and source code away. Naturally
the OCO binaries would not have the source code released. Yet. TPF?
Isn't that the accident prone OS, that should only be run under VM, and
that the human and the computer should be well supported?
---
Gregg C Levine [EMAIL PROTECTED]

The Force will be with you...Always. Obi-Wan Kenobi
Use the Force, Luke.  Obi-Wan Kenobi
(This company dedicates this E-Mail to General Obi-Wan Kenobi )
(This company dedicates this E-Mail to Master Yoda )



 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED]] On Behalf Of
 David Boyes
 Sent: Monday, January 21, 2002 11:25 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Why not IBM's Linux

  Gee, Jim, have you been sued for accidental use of acronyms in email
  messaging before?  I'll try to remember zseries (Is the S in caps?
Oh
 well,
  another lawsuit;)).

 Naw, Jim's just the guy who has to go around behind confused
salesdroids and
 press people to clean up garbage like Linux for OS/390 and other
 nightmares.  Getting the terms straight makes him a *much* happier
camper,
 and Jim's a guy you *want* to keep happy...8-)

  As far as the posted note contained herein, I wanted to indicate
that IBM
  was developing an internal system with a 64-bit port that wasn't one
the
 big
  three distros.  I find that significant since IBM doesn't generally
waste
  development dollars on experimentation.

 Especially in TPF-land.  Hmm... that would be *very* interesting...


 -- db




Why not IBM's Linux

2002-01-21 Thread Steve Guthrie

Why isn't anyone discussing going with IBM's ThinkBlue version of Linux,
especially looking at 64-bit implementations?

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Why not IBM's Linux

2002-01-21 Thread Steve Guthrie

James,

Thanks for the information.  I'm running Suse 2.2.16 and looking for
optimization beyond that which is available for this port.  If I am going to
compile and tune my own Linux kernel, why go with anything but that which
IBM is using in the Z/OS arena?  I don't want to be a pioneer, but if I have
to be I wan the cool hat too! (You know, like Davy Crocket and Daniel
Boone).

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
James Tison
Sent: Monday, January 21, 2002 2:08 PM
To: [EMAIL PROTECTED]
Subject: Re: Why not IBM's Linux


Steve,

We're actually running it here, having the hardware for it and all. We are
very happy with it; but I need to correct your subject line ... this is not
IBM's distribution (IBM doesn't do a Linux distro) -- it comes from a
German company called Intellinux, who deserves my compliments and thanks
for a very well polished distribution; and I guess, really, RedHat, too,
since it's supposedly based off of their early beta s390x code.

   Think Blue Linux release 7.1 (verdigris)
   Kernel 2.4.7-0.24.23 on a s390x

It runs great, and went in pretty easily, according to the IBM Global
Services folks who take care of all systems installations for us: I just
gave them the 3 CD set, and off they went. They reported no installation
gotchas.

We use it for cross-development for a 64-bit target zSeries system, whose
nature I can't discuss yet (announcement pending, hopefully within the next
6 months).

--Jim--
James S. Tison
Senior Software Engineer
TPF Laboratory / Architecture
IBM Corporation
+1 203 486-2835 (voice/fax)
[EMAIL PROTECTED]



  Steve Guthrie
  steve.guthrie@maTo:
[EMAIL PROTECTED]
  ntissa.com  cc:
  Sent by: Linux onSubject:  Why not IBM's Linux
  390 Port
  [EMAIL PROTECTED]
  IST.EDU


  01/21/2002 12:22
  Please respond to
  steve.guthrie





Why isn't anyone discussing going with IBM's ThinkBlue version of Linux,
especially looking at 64-bit implementations?

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Why not IBM's Linux

2002-01-21 Thread Steve Guthrie

Gee, Jim, have you been sued for accidental use of acronyms in email
messaging before?  I'll try to remember zseries (Is the S in caps?  Oh well,
another lawsuit;)).

As far as the posted note contained herein, I wanted to indicate that IBM
was developing an internal system with a 64-bit port that wasn't one the big
three distros.  I find that significant since IBM doesn't generally waste
development dollars on experimentation.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of Jim
Elliott
Sent: Monday, January 21, 2002 3:37 PM
To: [EMAIL PROTECTED]
Subject: Re: Why not IBM's Linux


 Roger. I do mean Z/Series, not Z/OS. As for IBM being distro
 agnostic, what does this portend:

 We use it for cross-development for a 64-bit target zSeries system,
 whose nature I can't discuss yet (announcement pending, hopefully
 within the next 6 months)

Steve:

To keep our trademarks straight, it is zSeries and z/OS (case and slash
sensitive). The hardware does not have a slasha and the software does,
and no, I don't know why.

As to the distro agnostic, IBM has formal relationships with Red Hat,
SuSE and Turbolinux on zSeries. We do not express a preference. As to
Jim Tison's comments, he is in TPF development (one of the four
mainframe OSs you can buy from IBM). I can't say what he is working on,
but check out http://ibm.com/tpf for more info on that OS.

Regards, Jim Elliott - Linux Advocate, IBM Canada Ltd.



Add DASD

2002-01-17 Thread Steve Guthrie

How does one add DASD after installation?  I have a spare DASD device with
512 MB I would like to mount on /opt.  Any  suggestion for Suse 2.2.16
running under VM?

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Add DASD

2002-01-17 Thread Steve Guthrie

Which parmfile do you mean?  Are you talking about the parmfile in /proc?
This DASD has already been formatted.  I just need to add it to the mix.
This is Suse, by the way.  A dynamic attach/detach sound like fun!

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Coffin Michael C
Sent: Thursday, January 17, 2002 9:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Add DASD


If you haven't already, add a range of DASD addresses to your parmfile (i.e.
if your current system uses only devices 150-151 and that's all you have in
there, code it up for 150-15f so that you have some spare addresses for the
future and don't need to rerun silo just to add dasd).

By the way, the dynamic attach/detach support in RH 7.2 (2.4 kernel) looks
great!  I've been attaching and detaching dasd to running Linux systems
without difficulty (a HUGE improvement, in 2.2 kernels you needed to reboot
the server to recognize the devices!).

Michael Coffin, VM Systems Programmer
Internal Revenue Service - Room 6030
 Constitution Avenue, N.W.
Washington, D.C.  20224

Voice: (202) 927-4188   FAX:  (202) 622-6726
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



-Original Message-
From: Post, Mark K [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 10:27 AM
To: [EMAIL PROTECTED]
Subject: Re: Add DASD


For a 2.2 system, you'll need to
1. Update your parmfile
2. Re-run silo
3. Reboot
4. dasdfmt the volume
5. mke2fs the volume
6. Mount the volume somewhere (say /mnt)
6. copy all the data from /opt to the new volume (various methods to do
this)
7. compare /opt to the new /mnt
8. rm -rf /opt/*
9. umount /mnt
10. mount the new volume on /opt
11. Update /etc/fstab with the new information

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 10:12 AM
To: [EMAIL PROTECTED]
Subject: Add DASD


How does one add DASD after installation?  I have a spare DASD device with
512 MB I would like to mount on /opt.  Any  suggestion for Suse 2.2.16
running under VM?

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Add DASD

2002-01-17 Thread Steve Guthrie

OK, I'm tracking the parmfile now.  The dasdfmt (dasdfmt -f /dev/dasde -b
4096) command returns dasdfmt: error opening device /dev/dasde: Invalid
argument after I add it to the parmfile and reboot.  How does one see this
device without running silo?  How does one add this device with silo on a
working system without killing the cat?

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Coffin Michael C
Sent: Thursday, January 17, 2002 9:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Add DASD


If you haven't already, add a range of DASD addresses to your parmfile (i.e.
if your current system uses only devices 150-151 and that's all you have in
there, code it up for 150-15f so that you have some spare addresses for the
future and don't need to rerun silo just to add dasd).

By the way, the dynamic attach/detach support in RH 7.2 (2.4 kernel) looks
great!  I've been attaching and detaching dasd to running Linux systems
without difficulty (a HUGE improvement, in 2.2 kernels you needed to reboot
the server to recognize the devices!).

Michael Coffin, VM Systems Programmer
Internal Revenue Service - Room 6030
 Constitution Avenue, N.W.
Washington, D.C.  20224

Voice: (202) 927-4188   FAX:  (202) 622-6726
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



-Original Message-
From: Post, Mark K [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 10:27 AM
To: [EMAIL PROTECTED]
Subject: Re: Add DASD


For a 2.2 system, you'll need to
1. Update your parmfile
2. Re-run silo
3. Reboot
4. dasdfmt the volume
5. mke2fs the volume
6. Mount the volume somewhere (say /mnt)
6. copy all the data from /opt to the new volume (various methods to do
this)
7. compare /opt to the new /mnt
8. rm -rf /opt/*
9. umount /mnt
10. mount the new volume on /opt
11. Update /etc/fstab with the new information

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 10:12 AM
To: [EMAIL PROTECTED]
Subject: Add DASD


How does one add DASD after installation?  I have a spare DASD device with
512 MB I would like to mount on /opt.  Any  suggestion for Suse 2.2.16
running under VM?

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Suse Linux

2002-01-16 Thread Steve Guthrie

Ah, but it does.  It goes out through a secure VPN link and allows Internet
access to the mainframe.  That's the whole idea.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Tuesday, January 15, 2002 10:02 PM
To: [EMAIL PROTECTED]
Subject: Re: Suse Linux


I would change the MTU to something more like 32K, or higher.  There's no
reason to throttle yourself like this if the network traffic between these
two systems doesn't get forwarded on to somewhere else.

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 5:58 PM
To: [EMAIL PROTECTED]
Subject: Re: Suse Linux


-snip-
The MTU is set to 1492.  Linux and z/OS have their own device.  There is
vCTC between MVS and Linux.



webapp-module?

2002-01-15 Thread Steve Guthrie

Has anyone already compiled the Apache webapp-module for Suse Linux 2.2.16
running under VM?

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: Websphere on Linux and or Websphere on OS/390

2001-12-20 Thread Steve Guthrie

My company is using both.  I think we are looking at Linux as a solution for
scaling our application over multiple servers.  We use IBM's CICS TS 1.3,
Java 1.2 and CORBA and are having a problem with transactions.  The
application just doesn't scale like VTAM (naturally) and the Java
environment on IBM is still formative.  We're hoping CICS TS 2 will help.

Thanks,

Steve Guthrie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Debbie Abel
Sent: Wednesday, December 19, 2001 4:35 PM
To: [EMAIL PROTECTED]
Subject: Websphere on Linux and or Websphere on OS/390


Is anyone using Websphere both on Linux and OS/390 ?  If so, I am interested
in
knowing what reasoning was used to decide whether an application should
reside
on Websphere on Linux or the one on OS/390. What things do we need to take
into
consideration ?

Any help is appreciated.
Thanks,
Debbie