Re: Shared Kernel on Sles10

2007-09-27 Thread Rob van der Heij
On 9/26/07, Max Belardi [EMAIL PROTECTED] wrote:

 I'm trying to do manual configuration.
 The problem now seems to be related to System Map.
 Using value provided by IBM site during the DEFSYS command ( DEFSYS
 LXSHR 0-FF EW 100-2FF SR 300-4FF EW MINSIZE=64M  seems are related to
 2.4 kernel system map.
 Anybody know the new value for 2.6 kernel?

For my kernel: EW 100-3FF SR 400-47F  will do. YMMV, as I show below.

The boundaries may be different for each kernel.

You determine them as follows in the System.map:
1. page number of _stext  (typically 0x1, so page  100 in hex)
2. last used page before _eshared (see note)
3. page number of _eshared (will be at start of segment, typically 400 hex)
4. last page before __bss_start

The pages between #2 and #3 are not used. If you make the EW range for
example 100-3FF it means that those extra pages are still saved in the
NSS, but that's about all. If you have only a small number of pages
there, it might make life much easier to use (#3-1) for it.

When you set #4 too high, it will make the NSS bigger than necessary
but the impact is not very much. If you set it too low, things will
probably break because the kernel will find 0 where it expected
initialized constants or code (I could have seen value in the kernel
checking that during startup...)

:p type=historical.
 I once did a patch to the ld script to make those entries stand out
in the System.map, but that was rejected. That is the reason why my
friend at IBM wanted to make the kernel issue the DEFSYS command,
because the kernel knows those values best.
Wearing my systems management hat, I do not want a Linux server to do
things like DEFSYS. Activating a new kernel should be done under
change control by the systems programmer. That's why we had a Linux
server prepare a small Linux IPL disk and then used MAINT to create
the new kernel with
  #CP IPL xxx  PARM SAVESYS=SUSE8020
Funny enough this was obvious for the VM folks with gray/no hairs, but
the Linux people in IBM felt this was a bizarre and utterly alien
approach that no customer would want to learn... ;-)

Obviously we maintained different levels of on different mini disks,
and the contents could be saved and transferred to other sites (with
IPDDR or whatever means you have to copy a non-CMS disk). The second
part of the trick was that this small disk also contained an ext2 file
system with the kernel modules. The Linux servers would link this disk
R/O and the startup picked up the directory and tweaked it into
/lib/modules  That allows us to change kernels just by picking the
right disk and segment, and rebooting. No changes inside Linux.

Rob

--
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: Suse disk missing

2007-09-27 Thread Ceruti, Gerard G
-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post
Sent: 27 September 2007 02:38 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Suse disk missing

 On Wed, Sep 26, 2007 at 12:59 PM, in message
[EMAIL PROTECTED]
com, Ceruti, Gerard G [EMAIL PROTECTED] wrote: 
 Hi All
 
 I am having a similar time to Martha with:
 
 
  /sbin/fsck.ext3 (1) -- /data1Ù fsck.ext3 -a /dev/dasdc1 
 fsck.ext3: No such device or address while trying to open
/dev/dasdc1
 Possibly non-existent or swap device?
 fsck.ext3 /dev/dasdc1 failed (status 0x8). Run manually!
 
 The systems is SUSE Linux 2.6.5-7.244-s390x.
 
 I have check the HMC and the device is available to the LPAR,
 
 What I need to confirm is the Linux side , can anyone point me to a
manual 
 or presentation that lays out 
 The device configuration, so that I can check the Channels/devices.

What does ls -l /sys/bus/ccw/drivers/dasd-eckd/ show?


Mark Post



Hi Mark

It show a long list of DASD that can be seen but not the UCB I need , looking 
further I see all the DASD devices are linked to CSS0, we have 2 CSS defined 
and the UCB I am  looking for is defined in the HCD GEN to CSS1 , I have 
deactivated and reactivated the LPAR with the same results.
Is there a way to activate CSS1 in /sys/devices/ ?.

Gerard

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

Standard Bank Disclaimer and Confidentiality Note

This e-mail, its attachments and any rights attaching hereto are, unless the 
context clearly indicates otherwise, the property of Standard Bank Group Limited
and/or its subsidiaries (the Group). It is confidential, private and intended 
for the addressee only. Should you not be the addressee and receive this e-mail 
by
mistake, kindly notify the sender, and delete this e-mail, immediately and do 
not disclose or use same in any manner whatsoever. Views and opinions
expressed in this e-mail are those of the sender unless clearly stated as those 
of the Group. The Group accepts no liability whatsoever for any loss or
damages whatsoever and howsoever incurred, or suffered, resulting, or arising, 
from the use of this email or its attachments. The Group does not warrant the 
integrity
of this e-mail nor that it is free of errors, viruses, interception or 
interference. Licensed divisions of the Standard Bank Group are authorised 
financial services providers
in terms of the Financial Advisory and Intermediary Services Act, No 37 of 2002 
(FAIS).
For information about the Standard Bank Group Limited visit our website 
http://www.standardbank.co.za
___

--
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: Suse disk missing

2007-09-27 Thread Cornelia Huck
On Thu, 27 Sep 2007 11:52:37 +0200,
Ceruti, Gerard G [EMAIL PROTECTED] wrote:

 It show a long list of DASD that can be seen but not the UCB I need , looking 
 further I see all the DASD devices are linked to CSS0, we have 2 CSS defined 
 and the UCB I am  looking for is defined in the HCD GEN to CSS1 , I have 
 deactivated and reactivated the LPAR with the same results.
 Is there a way to activate CSS1 in /sys/devices/ ?.

Hi Gerard,

all channel devices will currently show up under /sys/devices/css0/,
regardless of the real css they are in. (You can think of css0 as
default css.)

You could also try to look for your device under /sys/bus/ccw/devices/
(it may be that it is not bound to dasd-eckd due to some problems).
Also, check if /proc/s390dbf/cio_msg/sprintf contains any messages
with the subchannel or device number in question.

(I'd also take a look at /proc/cio_ignore to check if you're
accidentally ignoring the device.)

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


Bacula - Z/vm - 3590 - TSM

2007-09-27 Thread Bruce Arro
Hi All,

 

We ordered TSM for Z/VM and IBM tells us that it is no longer supported
for Z/VM,

So we're thinking of using Bacula under ZLinux to backup some
distributed platforms.

How does Bacula interface with 3590 Tape drives, Does it Talk via a
Escon channel to the A60

Or Does it communicate with VM to Load tapes?

We have ordered backup / restore manager for VM as well as the tape
manager.

Is there a better way of doing this?

 

Regards

 


--
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: naming dasd devices

2007-09-27 Thread Jorge Souto
Hi,

I've successfully created with udev the following aliases:

/dev/dasdd_200  (originally dasdd, minidisk 200)
/dev/dasdd_200_1  (partition 1)
/dev/dasde_200a  (originally dasde, minidisk 200a - alias)
/dev/dasde_200a_1 (partition 1)

I've also /dev/dasdd and /dev/dasde

But I can't use them in EVMS, it only shows me /dev/dasdd and /dev/dasde. So
it makes no sense.

I would like to not exist both /dev/dasdd and dasde,  only customized names.

I think it's interesting a minidisk - linux device correspondence.


Arghh !!!



 Thanks!



2007/9/26, Rick Troth [EMAIL PROTECTED]:

 Like Christian says,  udev is your friend!

 -- R;

 On Tue, 25 Sep 2007, Jorge Souto wrote:

  Hello,
 
  I am building a large EVMS volume with a lot of minidisks
 
  /dev/dasda  (i.e. minidisk 200)
  /dev/dasdb  201
  ...
 
  I'd like to name the devices similar to the minidisks:
 
  /dev/dasd200
  /dev/dasd201
  /dev/dasd200a (pav for minidisk 200)
  
 
  I think it's possible with udev, but /dev/dasdx it's the kernel name.
 
  If it isn't possible to modify the kernel name, I would create an
  alternative /dev/disk/by-minidisk/dasd200
 
 
  Any suggestion?
 
 
 
 
 
  Thanks
 
  --
  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: SIFT/UFT

2007-09-27 Thread David Boyes
 An NJE connection would be even better than FTPing to the zlinux
system.
 Do any of the TCPNJE implementations include traffic encryption?

All the TCPNJE implementations can be easily wrapped in SSL or SSH
sessions (with a little help from a Linux guest). 

The TCPNJE protocol (as implemented on z/OS 1.7 and later) adds a SSL
negotiation step as part of the native NJE protocol. 

--
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: Bacula - Z/vm - 3590 - TSM

2007-09-27 Thread David Boyes
 We ordered TSM for Z/VM and IBM tells us that it is no longer
supported
 for Z/VM,
 So we're thinking of using Bacula under ZLinux to backup some
 distributed platforms.
 How does Bacula interface with 3590 Tape drives, Does it Talk via a
 Escon channel to the A60

Yes. You need some help from CMS to manage any kind of changer or ATL
(ie, DFSMS/VM, VMTAPE, VM Tape Manager, etc). You need the 3590 driver
in the Bacula image that is running the SD, and you need the mount mods
to mtx-changer in Bacula to get the other stuff working. 

 Or Does it communicate with VM to Load tapes?

The tools we wrote for Bacula communicate with a CMS agent to do mounts.
The code in the Bacula package uses the native CMS tools (ATTACH, etc);
you'll need to modify them slightly for the other TMS managers.

 Is there a better way of doing this?

Better is a hard term. It's certainly idiotic that TSM for Linux doesn't
do channel-attached tape, but that's why we did the Bacula work to make
it aware of VM and the tape drives.

Bacula does work well in this environment. It's the most mature (IMHO)
of the open-source backup tools. It should work well for you. 


 
 
 
 Regards
 
 
 
 
 --
 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: naming dasd devices

2007-09-27 Thread Bruce Hayden
On SLES 10, udev already creates symlinks to be able to use disks by
device address.  For instance, this file
/dev/disk/by-path/ccw-0.0.0201-part1 allows me to reference the first
partition of the 201 disk.  It is a symlink created by udev:
/dev/disk/by-path/ccw-0.0.0201-part1 - ../../dasdf1

On 9/27/07, Jorge Souto [EMAIL PROTECTED] wrote:
 Hi,

 I've successfully created with udev the following aliases:

 /dev/dasdd_200  (originally dasdd, minidisk 200)
 /dev/dasdd_200_1  (partition 1)
 /dev/dasde_200a  (originally dasde, minidisk 200a - alias)
 /dev/dasde_200a_1 (partition 1)

 I've also /dev/dasdd and /dev/dasde

 But I can't use them in EVMS, it only shows me /dev/dasdd and /dev/dasde. So
 it makes no sense.

 I would like to not exist both /dev/dasdd and dasde,  only customized names.

 I think it's interesting a minidisk - linux device correspondence.


 Arghh !!!



  Thanks!

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

--
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: Shared Kernel on Sles10

2007-09-27 Thread Rob van der Heij
On 9/27/07, Rob van der Heij [EMAIL PROTECTED] wrote:

My apologies.  I just got a note saying it does not work. That comes
from giving a recipe without trying to cook it ;-)

I overlooked the zero page and friends...  So here's the revised list

You determine them as follows in the System.map:
1. The 0 for the zero page
2. page of the last entry before _stext
EW
3. page number of _stext  (typically 0x1, so page  100 in hex)
4. last used page before _eshared (see note)
SR
5. page number of _eshared (will be at start of segment, typically 400 hex)
6. last page before __bss_start
EW

 The pages between #2 and #3 and between #4 and #5 are not used. If you round 
 #2 and #4 up to the end of the segment, it means that those extra pages are 
 still saved in the NSS, but that's about all.

So if you need the lazy approach, you only need to find #5 (it's on a
segment boundary so will not change very often). The extra cost is
probably not high, and you can only measure with the proper
performance monitor ;-)

Rob
--
Rob van der Heij
Velocity Software, Inc
http://velocitysoftware.com/

--
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: Applying mount namespaces

2007-09-27 Thread Fargusson.Alan
The developerworks site seems very sensitive to browser settings and state.  I 
was getting an error accessing it.  Then I realized that each time it failed I 
had two tabs open.  It always works for me if I only have one tab open, and it 
always fails if I have two tabs open.  I am using IE 7.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Sue
Sivets
Sent: Wednesday, September 26, 2007 7:34 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Applying mount namespaces


Hi Robert, I got the same  error message you did when I tried to  view
the page using Firefox, and this wasn't the first time I've  gotten this
message when trying to visit developerworks. However,  the sun finally
dawned, and I tried the link with IE (not my favorite browser needless
to say), and the link worked. So I guess the moral of the story is, if
you're using Firefox to get to developerworks try a different browser. I
don't know why developerworks won't work; but I haven't had any problems
using Firefox with other parts of the IBM internet world like IBMLINK,
or the publishing and/or Redbooks areas.

Sue

RPN01 wrote:
 As far as I can tell, the line didn't wrap. The url I tried was:

 http://www.ibm.com/developerworks/linux/library/l-mount-namespaces.html

 And I get a page headed by IBM notice: The page you requested cannot be
 displayed

 Might it be an internal only link?

 --
.~.Robert P. Nix Mayo Foundation
/V\RO-OE-5-55200 First Street SW
   /( )\   507-284-0844  Rochester, MN 55905
   ^^-^^   -
 In theory, theory and practice are the same, but
  in practice, theory and practice are different.




 On 9/24/07 1:16 PM, Gentry, Stephen [EMAIL PROTECTED]
 wrote:


 Worked for me.  Watch out for the wrapped line.
 Steve G.

 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
 RPN01
 Sent: Monday, September 24, 2007 2:15 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: Applying mount namespaces

 I just get a bad URL response. Was there supposed to be something there?

 --
.~.Robert P. Nix Mayo Foundation
/V\RO-OE-5-55200 First Street SW
   /( )\   507-284-0844  Rochester, MN 55905
   ^^-^^   -
 In theory, theory and practice are the same, but
  in practice, theory and practice are different.




 On 9/24/07 10:36 AM, McKown, John [EMAIL PROTECTED]
 wrote:


 Likely known to the advanced people on this list, but a real

 eye-opener

 to this z/OS bigot.



 http://www.ibm.com/developerworks/linux/library/l-mount-namespaces.html

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


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

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: Create PDFs

2007-09-27 Thread Edmund R. MacKenty
Tom Duerbusch wrote:
So, I was wonderingin the 21st century, there must be a better
way. I'm thinking something that would take a base report, insert
code into it and print it. Take all that crap out of the
application program. I'm not tied to a PDF format. The bad part
about PDF output is you need a print server to print the output.

...and Thomas Denier replied:
The groff text formatter is free, and included in many Linux
distributions. The formatter is built around a macro processor,
and the exact input syntax depends on the choice of macro package.
The macro package I am most familiar with uses a line starting
with '.P' to indicate a paragraph break and a line starting with
'.H' to indicate a heading. If your application program was
re-written to produce groff input, the reports would still contain
formatting information, but this information would be stated in
terms of document structure rather than printer internals.

This is a good suggestion, but I really don't think any ?roff-based language
qualifies as 21st century. After all, roff pre-dates the Internet. :-)

If you're going to rewrite the filter that converts your raw CICS output to a
printable form, I'd suggest marking it up with XML tags.  XML is going to be
well-supported into the 21st century, and IMHO it gives you a lot more
flexibility than roff.  I've used both for many years, and much prefer XML.
I'm going to get on my soapbox for a bit about this, and give you an earfull
about document management.

rant subject=Document Management level=abstract
The key to having any flexibility with your documents is to separate the
markup from the presentation, and the best way to do that is to use semantic
markup.  That's markup that expresses the meaning of the text, which is
different from the structure or the representation.  As an example,
representational markup might use two line-breaks to indicate a paragraph,
and structured markup would indicate the paragraph boundaries.  But semantic
markup would describe the purpose of some text: a step within a procedure or
information about online devices, for example.

The value of doing that is that by encoding information about the purpose of
text, programs at various stages in the document preparation chain can make
decisions on how to structure and represent them for you.  Also, you've made
a multi-purpose document that can be easily re-used, and targeted for
different audiences or media.

But why go to all that trouble?  Well, it's not much trouble, you have to mark
it up somehow if you want anything other than mono-font text, perhaps
word-wrapped.  You might as well do it in as general a way as possible, to
give you the most flexibility so you don't have to come back and re-visit
this again.
/rant

As a practical matter, though, which approach you take depends on your
experience with markup languages.  Roff is good if you know it, but as
someone who's been using it for a few decades I wouldn't recommend it.  It is
too easy to slip back into writing representational markup, which then
restricts what you can do with it.  I'm suggesting XML because it is
scalable: you can start by implementing some simple markup now, and other
folks can add more semantics later on if they need it.  But doing this does
not require changing the entire document prep software chain, it usually only
requires extensions to XML stylesheets.

Of course, even if you do mark it up in roff, you can always run it through a
roff - DocBook XML filter at some point if you need to.

If you do use XML,  you can convert your document into just about any format.
The XML packages on Linux supply conversions to PDF, PostScript, HTML, RTF,
and probably roff and others.  BTW:  your printer probably wants PostScript,
and CUPS is set up to generate that from all sorts of input formats.

I'd recommend rewriting your markup insertion program to put in some subset of
DocBook XML to replace the PCL, then use something like OpenJADE to produce
the PDF or PostScript from it.  Better yet, produce HTML, put that on a web
server and save some paper. :-)

All this may be overkill for what you really need to do, but I'm not sure what
your goals or limitations are here.  It sounds like learning either roff or
XML will involve a learning curve for you, so we should figure out which one
is shorter.  Contact me off-list if you want, I'll be glad to help you learn
this stuff.
- MacK.
-
Edmund R. MacKenty
Software Architect
Rocket Software, Inc.
Newton, MA USA

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


POC Args

2007-09-27 Thread George Wallace
I tried to talk to my manager to begin a zLinux POC at our company (health 
care) recently to consolidate Oracle servers and, well, it did not go so well.  
He pointed me to 2 articles in zdnet that discouraged him from even 
entertaining the idea (see links below).

Does anyone have suggestions on how I can counter this type of article?  Is 
there merit in them?  I'm just looking for some feedback.

thanks... George
(company name withheld)



http://blogs.zdnet.com/Murphy/?p=938

http://blogs.zdnet.com/Murphy/?p=905



   
-
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.

--
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: POC Args

2007-09-27 Thread Marcy Cortes
He kind of misses the whole concept of virtualization in the 2nd
article.  Mainframes are not about running 1 of something vs. 1 of
something out there on an intel box.  It's about running hundreds or
even a thousand of them vs. a server farm.   The mainframe is good at
running lots and most distributed servers are way under utilized.


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
George Wallace
Sent: Thursday, September 27, 2007 10:53 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] POC Args

I tried to talk to my manager to begin a zLinux POC at our company
(health care) recently to consolidate Oracle servers and, well, it did
not go so well.  He pointed me to 2 articles in zdnet that discouraged
him from even entertaining the idea (see links below).

Does anyone have suggestions on how I can counter this type of article?
Is there merit in them?  I'm just looking for some feedback.

thanks... George
(company name withheld)



http://blogs.zdnet.com/Murphy/?p=938

http://blogs.zdnet.com/Murphy/?p=905



   
-
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.

--
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: POC Args

2007-09-27 Thread Gregg Levine
On 9/27/07, George Wallace [EMAIL PROTECTED] wrote:
 I tried to talk to my manager to begin a zLinux POC at our company (health 
 care) recently to consolidate Oracle servers and, well, it did not go so 
 well.  He pointed me to 2 articles in zdnet that discouraged him from even 
 entertaining the idea (see links below).

 Does anyone have suggestions on how I can counter this type of article?  Is 
 there merit in them?  I'm just looking for some feedback.

 thanks... George
 (company name withheld)



 http://blogs.zdnet.com/Murphy/?p=938

 http://blogs.zdnet.com/Murphy/?p=905




 -
 Luggage? GPS? Comic books?
 Check out fitting  gifts for grads at Yahoo! Search.

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


Hello!
George the entries are completely wrong and, ah, not even up to date.
He's using the original arguments against server (Intel) based Linux
for server (IBM system Z) based Linux issues, and is still wrong.

There are companies out there who have been there and done that. And
are quite successful doing it.

There will always be dodos like that who persist in being wrong for
their own sake because they refuse to believe that there is more money
in being right.

And the rest of the good group here will probably back me up.
--
Gregg C Levine [EMAIL PROTECTED]
This signature was once found posting rude
 messages in English in the Moscow subway.

--
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: POC Args

2007-09-27 Thread Dave Jones

Hi, George.

The number of misstatements and outright errors in the first Murphy blog
are too numerous for me to attempt to address in this note. He makes the
all to common mistake of attempting to compare wildly different system
architectures by comparing the processors' Mhz ratings...and this leads
him to the erroneous conclusion that a Dell 1.4 Ghz 4 way PC will have
the same throughput as a z9 system;-)

However, for some *real-world* examples of consolidating Oracle onto
Linux running under z/VM, please take a look at these presentations:
1) Total Cost of Ownership (TCO): Comparing System z and Distributed
Platforms (http://www.linuxvm.org/present/SHARE109/S9265cfr.pdf)
2) Choose the Wrong Architecture and Waste Millions - A Customer Case
Study (http://www.linuxvm.org/present/SHARE109/S9205mp.pdf)
3)  How to Rise Above the Challenges of Deploying z/VM and Linux on the
Mainframe and Thrive (http://www.linuxvm.org/present/SHARE108/S9230.pdf)
...pay particular attention to this one...

I have some others I can send you as well, if you would like them.

George Wallace wrote:

I tried to talk to my manager to begin a zLinux POC at our company
(health care) recently to consolidate Oracle servers and, well, it
did not go so well.  He pointed me to 2 articles in zdnet that
discouraged him from even entertaining the idea (see links below).

Does anyone have suggestions on how I can counter this type of
article?  Is there merit in them?  I'm just looking for some
feedback.

thanks... George (company name withheld)



http://blogs.zdnet.com/Murphy/?p=938

http://blogs.zdnet.com/Murphy/?p=905




- Luggage? GPS? Comic books? Check
out fitting  gifts for grads at Yahoo! Search.

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


--
DJ
V/Soft

--
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: POC Args

2007-09-27 Thread David Kreuter
I read both articles. Intriguing. No wonder he goes under a pseudonym. Either 
Paul Murphy or myself is in fantasy land. I'm sitting at a client site with 5 
IFLs on a z9 running several hundred linux servers. Most run Oracle, others 
WEBSPHERE, DOMINO, open source.  Our users are happy. All new oracle apps are 
going to run on the z9 - no physical server purchases.

Our 5 IFLs have plenty of headroom. The client recouped the cost of the box 
within 18 months mostly around license reductions.
The horizontal growth with Oracle is great. With a license reduction from a lot 
to just 4, the initial project was self funded, almost.  All new servers for 
other projects benefit from this.

Same will hold true for WAS.

Management is happy. Techs are happy. Apps are happy. Users are happy.

So what's not to like?

Why compare unreliable PC hard drives to reliable SANs, etc?

If physical servers are so great why is this environment rife with challenges? 
No rack space? Power costs? Server creep? Unmanageable server farms? Staffing 
issues? Backups - don't make me laugh. Disaster recovery? - don't make my cry - 
we solved DR, what, in 1985?

His argument about false metrics is just specious.

Well, back to fantasy land.

Oh, I suggest that if you have the opportunity present some of the success 
stories in our world. I'll be happy to discuss my success stories.

But I will concede one major point: linux on z series is not for everybody.

David




-Original Message-
From: Linux on 390 Port on behalf of Dave Jones
Sent: Thu 9/27/2007 2:24 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: POC Args
 
Hi, George.

The number of misstatements and outright errors in the first Murphy blog
are too numerous for me to attempt to address in this note. He makes the
all to common mistake of attempting to compare wildly different system
architectures by comparing the processors' Mhz ratings...and this leads
him to the erroneous conclusion that a Dell 1.4 Ghz 4 way PC will have
the same throughput as a z9 system;-)

However, for some *real-world* examples of consolidating Oracle onto
Linux running under z/VM, please take a look at these presentations:
1) Total Cost of Ownership (TCO): Comparing System z and Distributed
Platforms (http://www.linuxvm.org/present/SHARE109/S9265cfr.pdf)
2) Choose the Wrong Architecture and Waste Millions - A Customer Case
Study (http://www.linuxvm.org/present/SHARE109/S9205mp.pdf)
3)  How to Rise Above the Challenges of Deploying z/VM and Linux on the
Mainframe and Thrive (http://www.linuxvm.org/present/SHARE108/S9230.pdf)
...pay particular attention to this one...

I have some others I can send you as well, if you would like them.

George Wallace wrote:
 I tried to talk to my manager to begin a zLinux POC at our company
 (health care) recently to consolidate Oracle servers and, well, it
 did not go so well.  He pointed me to 2 articles in zdnet that
 discouraged him from even entertaining the idea (see links below).

 Does anyone have suggestions on how I can counter this type of
 article?  Is there merit in them?  I'm just looking for some
 feedback.

 thanks... George (company name withheld)



 http://blogs.zdnet.com/Murphy/?p=938

 http://blogs.zdnet.com/Murphy/?p=905




 - Luggage? GPS? Comic books? Check
 out fitting  gifts for grads at Yahoo! Search.

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

--
DJ
V/Soft

--
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: POC Args

2007-09-27 Thread Dennis Hamrick
Mr. Jones,

  Could you send those 'other' articles to me as well?  KUB (Knoxville
Utilities Board) are just beginning to take a look at this technology, and
would appreciate any materials available.  Thanks

Dennis K Hamrick
KUB/ISD

--
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: POC Args

2007-09-27 Thread Ceruti, Gerard G
George

Why not start here :
http://www.zseriesoraclesig.org 
Special Interest Group of Oracle users on the mainframe (z/OS and Linux)

Regards
Gerard Ceruti 
may the 'z' be with you

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
George Wallace
Sent: 27 September 2007 07:53 PM
To: LINUX-390@VM.MARIST.EDU
Subject: POC Args

I tried to talk to my manager to begin a zLinux POC at our company
(health care) recently to consolidate Oracle servers and, well, it did
not go so well.  He pointed me to 2 articles in zdnet that discouraged
him from even entertaining the idea (see links below).

Does anyone have suggestions on how I can counter this type of article?
Is there merit in them?  I'm just looking for some feedback.

thanks... George
(company name withheld)



http://blogs.zdnet.com/Murphy/?p=938

http://blogs.zdnet.com/Murphy/?p=905



   
-
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.

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

Standard Bank Disclaimer and Confidentiality Note

This e-mail, its attachments and any rights attaching hereto are, unless the 
context clearly indicates otherwise, the property of Standard Bank Group Limited
and/or its subsidiaries (the Group). It is confidential, private and intended 
for the addressee only. Should you not be the addressee and receive this e-mail 
by
mistake, kindly notify the sender, and delete this e-mail, immediately and do 
not disclose or use same in any manner whatsoever. Views and opinions
expressed in this e-mail are those of the sender unless clearly stated as those 
of the Group. The Group accepts no liability whatsoever for any loss or
damages whatsoever and howsoever incurred, or suffered, resulting, or arising, 
from the use of this email or its attachments. The Group does not warrant the 
integrity
of this e-mail nor that it is free of errors, viruses, interception or 
interference. Licensed divisions of the Standard Bank Group are authorised 
financial services providers
in terms of the Financial Advisory and Intermediary Services Act, No 37 of 2002 
(FAIS).
For information about the Standard Bank Group Limited visit our website 
http://www.standardbank.co.za
___

--
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: POC Args

2007-09-27 Thread Dave Jones

I replied to Dennis off list.

Dennis Hamrick wrote:

Mr. Jones,

  Could you send those 'other' articles to me as well?  KUB (Knoxville
Utilities Board) are just beginning to take a look at this technology, and
would appreciate any materials available.  Thanks

Dennis K Hamrick
KUB/ISD

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


--
DJ
V/Soft

--
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: Create PDFs

2007-09-27 Thread McKown, John
 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On 
 Behalf Of Edmund R. MacKenty
 Sent: Thursday, September 27, 2007 10:59 AM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: Create PDFs

snip

 
 If you're going to rewrite the filter that converts your raw 
 CICS output to a
 printable form, I'd suggest marking it up with XML tags.  XML 
 is going to be
 well-supported into the 21st century, and IMHO it gives you a lot more
 flexibility than roff.  I've used both for many years, and 
 much prefer XML.
 I'm going to get on my soapbox for a bit about this, and give 
 you an earfull
 about document management.
 

snip

   - MacK.
 -
 Edmund R. MacKenty

Another plus to XML is that on z/OS, the XML processing can be
offloaded from a general CP to a zIIP in the latest release of z/OS.
This makes XML more fiscally attractive than it has been in the past.
Also, under CICS, you could use write your code in Java (good built in
XML stuff) and offload the Java processing to a zAAP. Again, more
fiscally attractive than running it on a general CP.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

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


Listen in to z/VM Security Architecture LVC - Oct 2

2007-09-27 Thread Pamela Christina in sunny and warm Endicott NY
Hello VM and Linux enthusiasts on IBMVM, IBM-MAIN, and LINUX-390...

The next in the series of Live Virtual Classes is planned
for Tuesday, Oct 2.

z/VM Security Architecture presented by  Alan Altmark of IBM


   Date: Tuesday, October 2

   Start Time: 11:00 a.m. Eastern U.S./5:00 p.m. CET

   Duration: 90 minutes

   Connect to the Live Virtual Class (LVC) session using via this URL:

  https://asp22.centra.com:443/GA/main/0174cb2101151026619cb338

   You can connect to the LVC session up to 15 minutes prior to the start
   of the session.


 Abstract:
 Current z/VM customers are familiar with the isolation, security, and
 integrity features that z/VM provides. However, many customers running
 Linux on IBM System z servers  for the first time are new to the world
 of Virtualization and seek reassurance not only that multiple Linux
 servers can share hardware resources efficiently, but also
 comply with organizational IT security policies. This presentation is an
 overview of the security and integrity characteristics of the z/VM
 operating system when used to host virtual Linux servers on IBM System z
 servers.

 Alan Altmark, IBM z/VM Development, will be the featured
 speaker for this 90-minute session.

 Open to Customers,  IBM System z Technical Sales, System z Business
 Partners

 There is no charge to participate in this technical education session.


Playback - This session will be recorded and a playback will be available
following the live session via the URL referenced above.   Look for further
information in the Education section on the z/VM Homepage
(http://www.vm.ibm.com)

System Check
The LVC will be delivered using the Centra tool that employs Voice over
IP (VoIP) technology to provide both the audio as well as the visuals to
your Windows workstation.

Prior to the session, you should run a System Check via the following URL
to verify your workstation meets the following minimum requirements.
System Check: https://stg.centra.com/SysCheck/main/Customers/ibmstg
  Windows 2000 or Windows XP
  Internet Explorer 5.01, Netscape 7.2, Firefox 1.0 or later.
  28.8 kbps or faster Internet connection
  P350+ MHz, 128+ MB memory
  800x600 16-bit color display or better
  sound card and speakers (to hear the audio portion of the LVC)
  microphone (required if you want to ask a question during the LVC)

If you are unable to connect to the Live Virtual Class session, you can
listen to the audio portion of the session via telephone using the
following:
  Phone Number 1: 1-888-240-4148
  Phone Number 2: 1-719-234-0214
  Access Code: 355253

Note: use of telephone connection does not provide the presentation
charts nor does it provide capability for you to ask questions during
the session.

For more information, contact Dick Kendrick, Systems z9 Technical Education
Lead - +1.469.718.0048 or [EMAIL PROTECTED]

   --


By the way, the next two LVCs are planned for

October 16: z/VM LDAP and Security (details), Alan Altmark

November 13: Linux on System z Security, Peter Spera

Look for these and other events on the z/VM events calendar
at http://www.vm.ibm.com/events/

Regards,
Pam C

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