Need help with sles9 install using nfs mount

2004-10-12 Thread Keith . Cowan
I have set up an installation NFS export for installation of sles9 via NFS,
the CDs content have been copied into the special directory structure as
documented in the release notes as show here .

(mkdir -p installroot/sles9/CD1
# now copy the contents of SLES CD1 into this directory
mkdir -p installroot/core9/CD1
# now copy the contents of SLES CD2 into this directory
mkdir -p installroot/core9/CD2
# now copy the contents of SLES CD3 into this directory
mkdir -p installroot/core9/CD3
# now copy the contents of SLES CD4 into this directory
mkdir -p installroot/core9/CD4
# now copy the contents of SLES CD5 into this directory
mkdir -p installroot/core9/CD5
# now copy the contents of SLES CD6 into this directory
ln -s sles9/CD1/boot boot
ln -s sles9/CD1/content content
ln -s sles9/CD1/control.xml control.xml
ln -s sles9/CD1/media.1 media.1
mkdir -p installroot/yast
echo "/sles9/CD1 /sles9/CD1\n/core9/CD1 /core9/CD1" > yast/instorder
echo "/sles9/CD1 /sles9/CD1\n/core9/CD1 /core9/CD1" > yast/order)

The installation starts properly, I go through and select the dasd to be
used, then activate the dasd, then select proper partitioning and software
to be installed. The installation formats the dasd the asks for the
installation media, I get the following message "Insert 'SUSE LINUX
Enterprise Server 9 CD1' URL
'NFS://xx.xx.xx.xx/sles/sles9//sles9/CD1\n/core9/CD1' Error(Media:not
attached)" I can type in a new path and select OK or select ABORT or SKIP.
I'm not sure what the correct path is? The NFS export is at
xx.xx.xx.xx:/sles/sles9. Has anybody successfully installed SLES9?







installroot

--
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: Confining a user to the home directory specified in the user record

2004-10-12 Thread Post, Mark K
Or use Samba to export the directory and they can connect directly from
their Windows desktops (or UNIX or Linux or Mac) without the hassle of
setting up another system.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy
Warren
Sent: Tuesday, October 12, 2004 4:57 PM
To: [EMAIL PROTECTED]
Subject: Re: Confining a user to the home directory specified in the user
record


Another thought would be to setup a small system that they had access to
that you didn't care about if they broke...

Then do read only NFS mounts to the real box...

This way they can go in and do what they need to without breaking things...

my $.02

---
Jeremy Warren
Sr. Systems Programmer
KB Toy Stores
mailto:[EMAIL PROTECTED]@kbtoys.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

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


IBM Open Sources Object REXX

2004-10-12 Thread Post, Mark K
This is interesting.  I got an IBM announcement today with a headline of
"Software withdrawal and service discontinuance: IBM Object REXX."  When I
clicked on the link
(http://www.ibm.com/isource/cgi-bin/goto?it=usa_annred&on=904-207) it took
me to a page that states:

Effective January 12, 2005, IBM will withdraw from marketing selected
programs licensed under the IBM International Program License Agreement. For
details, refer to the Additional information section.

Replacement product information: As part of IBM's continued support of the
Open Source community, Object REXX has been provided by IBM to the REXX
Language Association (RexxLA). The code is now available under an open
source project from RexxLA under Common Public License (CPL) V1.

For more information, refer to the following Web sites
  http://www.RexxLA.org
  http://www.ibm.com/software/awdtools/obj-rexx



Cool.  I'll have to see if I can compile it.  :)


Mark Post

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


Samba destroys qeth driver II

2004-10-12 Thread Kohrs, Steven
According to "Device Drivers and Installation Commands - October 7, 2004" 
(http://www10.software.ibm.com/developerworks/opensource/linux390/docu/lx24jun03dd04.pdf)

"PORT_NAME
  Must be specified for each OSA-Express CHPID in QDIO mode.
  Identifies the port for sharing by other operating system
  images. On z900, z800, and on S/390 mainframes the PORT_NAME
  can be 1 to 8 characters long and must be uppercase. All
  operating systems sharing the port must use the same
  PORT_NAME. Example: NETWORK1.

  This parameter is required only for z900, z800 and S/390 mainframes.

  For z990 and later mainframes you are advised to omit it."


We are running on a z990, so I guess it's not needed.


And are the following entries even needed?  I commented them out
and everything still comes up just fine.


/etc/modules.conf
...
#alias eth0 qeth
#alias hsi0 qeth
...


/etc/chandev.conf
...
#noauto;qeth0,0x0600,0x0601,0x0602
#noauto;qeth1,0x0800,0x0801,0x0802



Thanks.


Steve Kohrs

--
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: Confining a user to the home directory specified in the user record

2004-10-12 Thread Jeremy Warren
Another thought would be to setup a small system that they had access to
that you didn't care about if they broke...

Then do read only NFS mounts to the real box...

This way they can go in and do what they need to without breaking things...

my $.02

---
Jeremy Warren
Sr. Systems Programmer
KB Toy Stores
mailto:[EMAIL PROTECTED]@kbtoys.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: Need help with wget for Yast Online Update

2004-10-12 Thread Post, Mark K
I just tried it on my Windows XP system with Cygwin's wget.  It works for
me.

Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Romanowski, John (OFT)
Sent: Tuesday, October 12, 2004 2:25 PM
To: [EMAIL PROTECTED]
Subject: Re: Need help with wget for Yast Online Update


Thank you but still doesn't work for me; wget says "file or directory not
found". I'm running GNU Wget 1.9 for Windows PC; you all seem to run wget on
a linux box; maybe behavior is different, needs a different parameter.  Is
anyone else out there running wget on a Windows PC to do this?

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


Samba destroys qeth driver

2004-10-12 Thread Kohrs, Steven
We've been fighting an extremely annoying issue where heavy Samba usage
causes a loss of network connectivity through an OSA card.  Sometimes
the problem will correct itself, like after 12 hours yesterday, and
sometimes we'll have to manually reload the qeth module.  Linux system
logs contain absolutely no errors.  The Samba logs report a connection
loss after the obligatory timeout, but nothing at the time of the
outage.  I'm now questioning whether we've got this device properly
defined.  Is 'portname' required for this to function correctly?  Where
are OSA errors logged to?  Some archived postings from 2002 mentioned
using addresses which start with denominations of 4 (i.e. 0, 4, 8), is
that still correct and a possible source of flaky behavior?


/etc/modules.conf
...
alias eth0 qeth
alias hsi0 qeth
...


/etc/chandev.conf
...
noauto;qeth0,0x0600,0x0601,0x0602
noauto;qeth1,0x0800,0x0801,0x0802


/var/log/boot.msg
...
<4>qeth: loading qeth S/390 OSA-Express driver ($Revision: 1.337.4.22
$/$Revision: 1.113.4.8 $/$Revision: 1.42.4.4 $:IPv6:VLAN)
<6> qeth: allocated 0 spare buffers
<4>qeth: Trying to use card with devnos 0x600/0x601/0x602
<4>qeth: Device 0x600/0x601/0x602 is an OSD Express card (level: 0551)
<4>with link type Gigabit Eth (portname: )
<6> qeth: Broadcast packets will not be echoed back on eth0.
<4>qeth: Trying to use card with devnos 0x800/0x801/0x802
<4>qeth: Device 0x800/0x801/0x802 is a Guest LAN Hiper card (level:
V445)
<4>with link type magic
<4> qeth: IPv6 not supported on hsi0
...


Thanks.


Steve Kohrs

--
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: Installing hcp

2004-10-12 Thread Adam Thornton
On Tue, 2004-10-12 at 13:34, Rosti, Ken wrote:
> Hello Mark and Adam
>
> Thanks, I got hcp working after doing a "make install".  I have not
> issued the depmod command yet.  I am trying to understand why I need it.

Make install did it for you.

Depmod calculates module dependencies and lets the kernel know what it
has available to load, and what each module depends on before it can be
loaded.

Adam

--
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: Installing hcp

2004-10-12 Thread Gregg C Levine
Hello from Gregg C Levine
If I remember correctly its so that Linux will know where each module
is, and what symbols are exported. Granted Linux for the Z series is
not completely the same as for Intel systems, but that part should be
correct.
---
Gregg C Levine [EMAIL PROTECTED]

"The Force will be with you...Always." Obi-Wan Kenobi
"Use the Force, Luke."  Obi-Wan Kenobi

> -Original Message-
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf
Of
> Rosti, Ken
> Sent: Tuesday, October 12, 2004 2:35 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [LINUX-390] Installing hcp
> 
> Hello Mark and Adam
> 
> Thanks, I got hcp working after doing a "make install".  I have not
> issued the depmod command yet.  I am trying to understand why I need
it.
> 
> Ken
> 
> -Original Message-
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf
Of
> Post, Mark K
> Sent: Tuesday, October 12, 2004 1:09 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Installing hcp
> 
> 
> You need to do a "make install" and "depmod -a" before you do the
> cpint_load.
> 
> 
> Mark Post
> 
> -Original Message-
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf
Of
> Rosti, Ken
> Sent: Tuesday, October 12, 2004 12:59 PM
> To: [EMAIL PROTECTED]
> Subject: Installing hcp
> 
> 
> I am encountering problems with hcp after downloading into a private
> directory and doing the make.  The following error message is
displayed
> after the "hcp query time".  The hcp command starts but fails
attempting
> to open I assume the device interface.
> 
> Open: No such file or directory
> 
> The CPINT HOW-TO file talks about the cpint_load shell script.  I
invoke
> the cpint_load and get the following error message:
> 
> insmod: cpint: no module by that name found
> 
> I do not see a "cpint" file in my directory but I do see a
"cpint.o".
> 
> I have included my directory containing downloaded files and files
> generated by make.
> 
> [EMAIL PROTECTED] cpint-1.1.6]# ls
> actgen actmain.o  cmdmain.o   cpint.o   hcp.o   Makefile
> monmain.c  monstat.exec  sysinfo.o
> actgen.c   applmon.h  cpcmd.h cpint_unload  HOW-TO  mongen
> monmain.o  monstat.o
> actgen.o   ChangeLog  cpint.h hcp   main.c  mongen.c
> monstatproc
> actmain.c  cmdmain.c  cpint_load  hcp.c main.o  mongen.o
> monstat.c  sysinfo.c
> 
> Regards
>Ken
> 
>
--
> 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


Re: Installing hcp

2004-10-12 Thread Post, Mark K
In this particular case, you don't really need the depmod command, since
cpint doesn't have any dependencies on other kernel modules.  In general,
it's good practice to run the depmod command after making any changes in the
/lib/modules hierarchy.  What it does is examine each module, figure out
what external references it has, and what other kernel modules provide
those.  This is what allows you to do a "modprobe modname" without worrying
about the order in which other modules need to be loaded.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Rosti,
Ken
Sent: Tuesday, October 12, 2004 2:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Installing hcp


Hello Mark and Adam

Thanks, I got hcp working after doing a "make install".  I have not issued
the depmod command yet.  I am trying to understand why I need it.

Ken

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Post,
Mark K
Sent: Tuesday, October 12, 2004 1:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Installing hcp


You need to do a "make install" and "depmod -a" before you do the
cpint_load.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Rosti,
Ken
Sent: Tuesday, October 12, 2004 12:59 PM
To: [EMAIL PROTECTED]
Subject: Installing hcp


I am encountering problems with hcp after downloading into a private
directory and doing the make.  The following error message is displayed
after the "hcp query time".  The hcp command starts but fails attempting to
open I assume the device interface.

Open: No such file or directory

The CPINT HOW-TO file talks about the cpint_load shell script.  I invoke the
cpint_load and get the following error message:

insmod: cpint: no module by that name found

I do not see a "cpint" file in my directory but I do see a "cpint.o".

I have included my directory containing downloaded files and files generated
by make.

[EMAIL PROTECTED] cpint-1.1.6]# ls
actgen actmain.o  cmdmain.o   cpint.o   hcp.o   Makefile
monmain.c  monstat.exec  sysinfo.o
actgen.c   applmon.h  cpcmd.h cpint_unload  HOW-TO  mongen
monmain.o  monstat.o
actgen.o   ChangeLog  cpint.h hcp   main.c  mongen.c
monstatproc
actmain.c  cmdmain.c  cpint_load  hcp.c main.o  mongen.o
monstat.c  sysinfo.c

Regards
   Ken

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


Re: Installing hcp

2004-10-12 Thread Rosti, Ken
Hello Mark and Adam

Thanks, I got hcp working after doing a "make install".  I have not
issued the depmod command yet.  I am trying to understand why I need it.

Ken

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Tuesday, October 12, 2004 1:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Installing hcp


You need to do a "make install" and "depmod -a" before you do the
cpint_load.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Rosti, Ken
Sent: Tuesday, October 12, 2004 12:59 PM
To: [EMAIL PROTECTED]
Subject: Installing hcp


I am encountering problems with hcp after downloading into a private
directory and doing the make.  The following error message is displayed
after the "hcp query time".  The hcp command starts but fails attempting
to open I assume the device interface.

Open: No such file or directory

The CPINT HOW-TO file talks about the cpint_load shell script.  I invoke
the cpint_load and get the following error message:

insmod: cpint: no module by that name found

I do not see a "cpint" file in my directory but I do see a "cpint.o".

I have included my directory containing downloaded files and files
generated by make.

[EMAIL PROTECTED] cpint-1.1.6]# ls
actgen actmain.o  cmdmain.o   cpint.o   hcp.o   Makefile
monmain.c  monstat.exec  sysinfo.o
actgen.c   applmon.h  cpcmd.h cpint_unload  HOW-TO  mongen
monmain.o  monstat.o
actgen.o   ChangeLog  cpint.h hcp   main.c  mongen.c
monstatproc
actmain.c  cmdmain.c  cpint_load  hcp.c main.o  mongen.o
monstat.c  sysinfo.c

Regards
   Ken

--
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: Need help with wget for Yast Online Update

2004-10-12 Thread Post, Mark K
That's the way wget works.  It uses the name "index.html" since that is
frequently the default on web servers, but what it is _really_ doing is
asking the server for a directory listing, and stuffing the output of that
into a local file named index.html.

I would suggest re-running your command with the "-d" option, and reporting
your problem to [EMAIL PROTECTED]  You might also want to mention if you're
behind a proxy or firewall, if the wget command is from Cygwin or the
"native" Windows version H. Heiko provides, etc., etc.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Romanowski, John (OFT)
Sent: Tuesday, October 12, 2004 2:05 PM
To: [EMAIL PROTECTED]
Subject: Re: Need help with wget for Yast Online Update


My apologies to John Mckown, I attributed his response to Mark Post (I was
getting this list in digest format instead of individual emails and messed
up in cut/pasting a response to John's reply. Sorry.)

To Mark Post:
I tried your wget command parameters but get my same problem: wget looks for
a non-existent "index.html" at each url I give it, doesn't find it and gives
up. I would like wget to just go out and download the contents of the
directories instead of getting an index.html file and following its links.
I've read the wget manual and can't figure out what options
make it do what I want.

--
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: Need help with wget for Yast Online Update

2004-10-12 Thread Marcy Cortes
I usually do it like this:

wget -r -N -l 1
http://sdb.suse.de/download/s390/update/SuSE-SLES/8/rpm/s390
rm *.gif
rm index*

And my .wgetrc file has http-user and http-passwd in it. 

I'm sure there's a better way to skip the index file, but this seems to
get everything I need.

Marcy Cortes
(415) 243-6343

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
Romanowski, John (OFT)
Sent: Tuesday, October 12, 2004 11:05
To: [EMAIL PROTECTED]
Subject: Re: [LINUX-390] Need help with wget for Yast Online Update

My apologies to John Mckown, I attributed his response to Mark Post (I
was getting this list in digest format instead of individual emails and
messed up in cut/pasting a response to John's reply. Sorry.)

To Mark Post:
I tried your wget command parameters but get my same problem: wget looks
for a non-existent "index.html" at each url I give it, doesn't find it
and gives up. I would like wget to just go out and download the contents
of the directories instead of getting an index.html file and following
its links.  I've read the wget manual and can't figure out what options
make it do what I want.   

--
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: Need help with wget for Yast Online Update

2004-10-12 Thread Romanowski, John (OFT)
Thank you but still doesn't work for me; wget says "file or directory
not found". I'm running GNU Wget 1.9 for Windows PC; you all seem to run
wget on a linux box; maybe behavior is different, needs a different
parameter.  Is anyone else out there running wget on a Windows PC to do
this? 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Derric Goodwin
Sent: Tuesday, October 12, 2004 1:56 PM
To: [EMAIL PROTECTED]
Subject: Re: Need help with wget for Yast Online Update

>>>[EMAIL PROTECTED] 10/12 11:44 am >>>
>I'd like to use Yast Online Update (YOU) to get all the SLES8 fixes at
>once but can't connect to the internet from my mainframe.
>As a work-around I'm trying to figure out how to use wget to download
>all the fixes. I plan to run wget on my PC to download fixes to a
>Windows share that I can mount on my SLES8 guest and then point YOU to
>the Windows directories.
>Right now I'm stuck, can't get wget to download the fixes although it
>connects ok to Suse's web site.
>
>Leland Lucius in Feb 21, 2003 discussion on this list, gave his wget
>command string to download fixes but that command string isn't working
>well for me.
>
>I run:
>wget --tries=1 --mirror --cut-dirs=5 --no-host-directories
>--http-user= --http-passwd=x
>---[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].rpm,patch-*'
>http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
>
>and wget starts by looking for a "index.html" file and doesn't find it:

>"--11:49:04--  http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
>.  => `index.html'
>

When you download your first initial set of patches I have found the
following to work well:

wget  --http-user=USER --http-passwd=PASSWD -nH -np -r
http://sdb.suse.de/download/s390/update/SuSE-SLES/8

We can then point our internal guests to the http server hosting the
updates...
If you grab the entire site it can take a while and so you should run
this as a cron job or nohup it and run it  from your shell in case you
get disconnected...
--

Derric Goodwin
z/Linux Support
(312)985-3312
[EMAIL PROTECTED]

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

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


Re: Need help with wget for Yast Online Update

2004-10-12 Thread Romanowski, John (OFT)
My apologies to John Mckown, I attributed his response to Mark Post (I
was getting this list in digest format instead of individual emails and
messed up in cut/pasting a response to John's reply. Sorry.)

To Mark Post:
I tried your wget command parameters but get my same problem: wget looks
for a non-existent "index.html" at each url I give it, doesn't find it
and gives up. I would like wget to just go out and download the contents
of the directories instead of getting an index.html file and following
its links.  I've read the wget manual and can't figure out what options
make it do what I want.   

--
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: Need help with wget for Yast Online Update

2004-10-12 Thread Derric Goodwin
>>>[EMAIL PROTECTED] 10/12 11:44 am >>>
>I'd like to use Yast Online Update (YOU) to get all the SLES8 fixes at
>once but can't connect to the internet from my mainframe.
>As a work-around I'm trying to figure out how to use wget to download
>all the fixes. I plan to run wget on my PC to download fixes to a
>Windows share that I can mount on my SLES8 guest and then point YOU to
>the Windows directories.
>Right now I'm stuck, can't get wget to download the fixes although it
>connects ok to Suse's web site.
>
>Leland Lucius in Feb 21, 2003 discussion on this list, gave his wget
>command string to download fixes but that command string isn't working
>well for me.
>
>I run:
>wget --tries=1 --mirror --cut-dirs=5 --no-host-directories
>--http-user= --http-passwd=x
>---[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].rpm,patch-*'
>http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
>
>and wget starts by looking for a "index.html" file and doesn't find it:

>"--11:49:04--  http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
>.  => `index.html'
>

When you download your first initial set of patches I have found the
following to work well:

wget  --http-user=USER --http-passwd=PASSWD -nH -np -r
http://sdb.suse.de/download/s390/update/SuSE-SLES/8

We can then point our internal guests to the http server hosting the
updates...
If you grab the entire site it can take a while and so you should run
this as a cron job or nohup it and run it  from your shell in case you
get disconnected...
--

Derric Goodwin
z/Linux Support
(312)985-3312
[EMAIL PROTECTED]

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


Re: Recommended Reading for Head Start on z/VM

2004-10-12 Thread Loren Charnley, Jr.
I was looking at the VM home page and saw this, you might be interested..

Are you new to running Linux for zSeries as a z/VM guest? This 4.5-day
class, Installing, Configuring and Servicing z/VM for Linux Guests (ZV062)
may be just what you need.

Cheers,
Loren Charnley, Jr.
IT Systems Engineer
Family Dollar Stores, Inc.
[EMAIL PROTECTED]
(704) 847-6961 x 2000

-Original Message-
From: Rob van der Heij [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 12, 2004 1:14 PM
To: [EMAIL PROTECTED]
Subject: Re: Recommended Reading for Head Start on z/VM

Consider to go to zSeries Technical Conference, Nov 1-5, 2004. Or attend
SHARE.

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

--
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: Need help with wget for Yast Online Update

2004-10-12 Thread Romanowski, John (OFT)
To Mark Post who wrote 
" Why not set up your PC as a "transparent proxy"? Point the mainframe
to the PC as the YOU update site. Use iptables on the PC (you are
running Linux on the PC, right?) to redirect all incoming port requests
from the mainframe's IP address to the real YOU update site. I don't
know if I have this exactly correct, but I think it is doable."

I'm running Windows on my PC; can't do the "transparent proxy" thing.
This didn't work but I tried port-forwarding thru ssh thru my PC to the
real proxy server; couldn't authenticate to the proxy server.

--
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: Recommended Reading for Head Start on z/VM

2004-10-12 Thread Rob van der Heij
Consider to go to zSeries Technical Conference, Nov 1-5, 2004. Or attend SHARE.

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

2004-10-12 Thread Post, Mark K
It took forever to find it, but go to
http://www.oracle.com/technology/support/metalink/index.html

Select "View Certifications by Platform" and then "IBM S/390 based Linux" or
"IBM zSeries based Linux" (depending on whether you want 31 or 64 bit
versions) and then "Oracle Database/Server" and then either Enterprise or
Standard Edition.  You'll need to click "Submit" yet one more time to get
the actual matrix.

The result for S/390 shows (for both Enterprise and Standard Editions):
OS  Product Certified With  Version Status
SuSE SLES8 64-bit   9.2 N/A N/A Certified
SuSE SLES8 31-bit   9.2 N/A N/A Certified
SuSE SLES7 31-bit   9.2 N/A N/A Certified
Red Hat 7.2 31-bit  9.2 N/A N/A Certified

For 64-bit versions
Enterprise:

OS Product  Certified With  Version Status
SuSE SLES8  10g 64-bit  N/A N/A Projected
Red Hat Enterprise linux 3  10g 64-bit  N/A N/A Projected
SuSE SLES8  9.2 31-bit  N/A N/A Certified
-   9.2 64-bit  N/A N/A Not Planned


Standard:
OS  Product Certified With  Version Status
SuSE SLES8  10g 64-bit  N/A N/A Projected
Red Hat Enterprise linux 3  10g 64-bit  N/A N/A Projected
-   9.2 64-bit  N/A N/A Not Planned
SuSE SLES8 64-bit   9.2 31-bit  N/A N/A Certified


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Moloko
Monyepao
Sent: Tuesday, October 12, 2004 9:04 AM
To: [EMAIL PROTECTED]
Subject: Oracle


Is oracle 9i certified for L390. If so, can you please give me an oracle 9I
URL that can comfirm this.

Thanx in Advance

Moloko Monyepao
OS390/L390 System Programmer
arivia.kom
Tel : +27 11 203 6210


NOTICE: Please note that this eMail, and the contents thereof, is subject to
the standard arivia.kom email disclaimer which may be found at:
http://www.arivia.co.za/disclaimer.htm.  If you cannot access the disclaimer
through the URL attached, and you wish to receive a copy thereof, please
send an eMail to [EMAIL PROTECTED] or call (011) 233-0800. You will
receive the disclaimer by return email or fax.

--
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: Installing hcp

2004-10-12 Thread Post, Mark K
You need to do a "make install" and "depmod -a" before you do the
cpint_load.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Rosti,
Ken
Sent: Tuesday, October 12, 2004 12:59 PM
To: [EMAIL PROTECTED]
Subject: Installing hcp


I am encountering problems with hcp after downloading into a private
directory and doing the make.  The following error message is displayed
after the "hcp query time".  The hcp command starts but fails attempting to
open I assume the device interface.

Open: No such file or directory

The CPINT HOW-TO file talks about the cpint_load shell script.  I invoke the
cpint_load and get the following error message:

insmod: cpint: no module by that name found

I do not see a "cpint" file in my directory but I do see a "cpint.o".

I have included my directory containing downloaded files and files generated
by make.

[EMAIL PROTECTED] cpint-1.1.6]# ls
actgen actmain.o  cmdmain.o   cpint.o   hcp.o   Makefile
monmain.c  monstat.exec  sysinfo.o
actgen.c   applmon.h  cpcmd.h cpint_unload  HOW-TO  mongen
monmain.o  monstat.o
actgen.o   ChangeLog  cpint.h hcp   main.c  mongen.c
monstatproc
actmain.c  cmdmain.c  cpint_load  hcp.c main.o  mongen.o
monstat.c  sysinfo.c

Regards
   Ken

--
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: Installing hcp

2004-10-12 Thread Adam Thornton
On Tue, 2004-10-12 at 11:59, Rosti, Ken wrote:
> I am encountering problems with hcp after downloading into a private
> directory and doing the make.  The following error message is displayed
> after the "hcp query time".  The hcp command starts but fails attempting
> to open I assume the device interface.
>
> Open: No such file or directory
>
> The CPINT HOW-TO file talks about the cpint_load shell script.  I invoke
> the cpint_load and get the following error message:
>
> insmod: cpint: no module by that name found
>
> I do not see a "cpint" file in my directory but I do see a "cpint.o".

cpint.o must be somewhere that the kernel module loader can find it
(e.g. /lib/modules/`uname -v`/drivers/s390/char).  After you've copied
it there, run "depmod -a" so that the kernel knows it's available.

Adam

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


2004-10-12 Recommended Linux for zSeries code drop to developerWorks

2004-10-12 Thread Gerhard Hiller
Please see the "What's new" page at:
http://www10.software.ibm.com/developerworks/opensource/linux390/whatsnew.shtml

Change summary:

> Linux kernel 2.4 based "June 2003 stream":

  - Kernel 2.4.21 recommended patch, which replaces the new feature
patch (18) dated 2004-10-07








Happy downloading!

* end of message

Mit freundlichem Gruß / Kind regards,
Gerhard Hiller

eServer Software Management, D4357
IBM Development Lab, Boeblingen/Germany
Phone ext. +49-(0)7031 - 16 - 4388
Internet: [EMAIL PROTECTED]
--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Need help with wget for Yast Online Update

2004-10-12 Thread Post, Mark K
The script I use for this is as follows.  Note that this is _one_ invocation
of wget, and there is going to be some serious line-wrap.

cd /cdimages/SUSE/SLES8/updates
wget -m -np \
  -R
k_athlon*,k_debug-2.4.19*,k_deflt-2.4.19*,k_smp-2.4.19*,k_psmp*,kernel-sourc
e-2.4.19*,k_debug-2.4.21-1*,k_deflt-2.4.21-1*,k_smp-2.4.21-1*,kernel-source-
2.4.21-1* \

http://username:[EMAIL PROTECTED]/download/i386/update/SuSE-SLES/8/images
/ \

http://username:[EMAIL PROTECTED]/download/i386/update/SuSE-SLES/8/patche
s/ \

http://username:[EMAIL PROTECTED]/download/i386/update/SuSE-SLES/8/patche
s.obsolete/ \

http://username:[EMAIL PROTECTED]/download/i386/update/SuSE-SLES/8/script
s/ \

http://username:[EMAIL PROTECTED]/download/i386/update/SuSE-SLES/8/rpm/no
arch/ \

http://username:[EMAIL PROTECTED]/download/i386/update/SuSE-SLES/8/rpm/i6
86/ \

http://username:[EMAIL PROTECTED]/download/i386/update/SuSE-SLES/8/rpm/i5
86/

find . -name "index.html*" | xargs rm -v


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Romanowski, John (OFT)
Sent: Tuesday, October 12, 2004 12:45 PM
To: [EMAIL PROTECTED]
Subject: Need help with wget for Yast Online Update


I'd like to use Yast Online Update (YOU) to get all the SLES8 fixes at once
but can't connect to the internet from my mainframe. As a work-around I'm
trying to figure out how to use wget to download all the fixes. I plan to
run wget on my PC to download fixes to a Windows share that I can mount on
my SLES8 guest and then point YOU to the Windows directories. Right now I'm
stuck, can't get wget to download the fixes although it connects ok to
Suse's web site.

Leland Lucius in Feb 21, 2003 discussion on this list, gave his wget command
string to download fixes but that command string isn't working well for me.

I run:
wget --tries=1 --mirror --cut-dirs=5 --no-host-directories --http-user=
--http-passwd=x
--accept='*-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].rpm,patch-*'
http://sdb.suse.de/download/s390/update/SuSE-SLES/8/

and wget starts by looking for a "index.html" file and doesn't find it:
"--11:49:04--  http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
   => `index.html'
Resolving sdb.suse.de... 195.135.220.8
Connecting to sdb.suse.de[195.135.220.8]:80... failed: No such file or
directory. Giving up."

Any hints or tips on how to use wget to get these patches would be greatly
appreciated.

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


Installing hcp

2004-10-12 Thread Rosti, Ken
I am encountering problems with hcp after downloading into a private
directory and doing the make.  The following error message is displayed
after the "hcp query time".  The hcp command starts but fails attempting
to open I assume the device interface.

Open: No such file or directory

The CPINT HOW-TO file talks about the cpint_load shell script.  I invoke
the cpint_load and get the following error message:

insmod: cpint: no module by that name found

I do not see a "cpint" file in my directory but I do see a "cpint.o". 

I have included my directory containing downloaded files and files
generated by make.

[EMAIL PROTECTED] cpint-1.1.6]# ls
actgen actmain.o  cmdmain.o   cpint.o   hcp.o   Makefile
monmain.c  monstat.exec  sysinfo.o
actgen.c   applmon.h  cpcmd.h cpint_unload  HOW-TO  mongen
monmain.o  monstat.o
actgen.o   ChangeLog  cpint.h hcp   main.c  mongen.c
monstatproc
actmain.c  cmdmain.c  cpint_load  hcp.c main.o  mongen.o
monstat.c  sysinfo.c

Regards
   Ken

--
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: Need help with wget for Yast Online Update

2004-10-12 Thread McKown, John
> -Original Message-
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On 
> Behalf Of Romanowski, John (OFT)
> Sent: Tuesday, October 12, 2004 11:45 AM
> To: [EMAIL PROTECTED]
> Subject: Need help with wget for Yast Online Update
> 
> 
> I'd like to use Yast Online Update (YOU) to get all the SLES8 fixes at
> once but can't connect to the internet from my mainframe.
> As a work-around I'm trying to figure out how to use wget to download
> all the fixes. I plan to run wget on my PC to download fixes to a
> Windows share that I can mount on my SLES8 guest and then point YOU to
> the Windows directories.
> Right now I'm stuck, can't get wget to download the fixes although it
> connects ok to Suse's web site.
>  
> Leland Lucius in Feb 21, 2003 discussion on this list, gave his wget
> command string to download fixes but that command string isn't working
> well for me.
> 
> I run:
> wget --tries=1 --mirror --cut-dirs=5 --no-host-directories
> --http-user= --http-passwd=x
> --accept='*-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].rpm,patch-*'
> http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
> 
> and wget starts by looking for a "index.html" file and 
> doesn't find it:
> "--11:49:04--  http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
>=> `index.html'
> Resolving sdb.suse.de... 195.135.220.8
> Connecting to sdb.suse.de[195.135.220.8]:80... failed: No such file or
> directory.
> Giving up."
> 
> Any hints or tips on how to use wget to get these patches would be
> greatly appreciated.

Hum,

Why not set up your PC as a "transparent proxy"? Point the mainframe to
the PC as the YOU update site. Use iptables on the PC (you are running
Linux on the PC, right?) to redirect all incoming port requests from the
mainframe's IP address to the real YOU update site. I don't know if I
have this exactly correct, but I think it is doable.


--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its'
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited.

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


Need help with wget for Yast Online Update

2004-10-12 Thread Romanowski, John (OFT)
I'd like to use Yast Online Update (YOU) to get all the SLES8 fixes at
once but can't connect to the internet from my mainframe.
As a work-around I'm trying to figure out how to use wget to download
all the fixes. I plan to run wget on my PC to download fixes to a
Windows share that I can mount on my SLES8 guest and then point YOU to
the Windows directories.
Right now I'm stuck, can't get wget to download the fixes although it
connects ok to Suse's web site.
 
Leland Lucius in Feb 21, 2003 discussion on this list, gave his wget
command string to download fixes but that command string isn't working
well for me.

I run:
wget --tries=1 --mirror --cut-dirs=5 --no-host-directories
--http-user= --http-passwd=x
--accept='*-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].rpm,patch-*'
http://sdb.suse.de/download/s390/update/SuSE-SLES/8/

and wget starts by looking for a "index.html" file and doesn't find it:
"--11:49:04--  http://sdb.suse.de/download/s390/update/SuSE-SLES/8/
   => `index.html'
Resolving sdb.suse.de... 195.135.220.8
Connecting to sdb.suse.de[195.135.220.8]:80... failed: No such file or
directory.
Giving up."

Any hints or tips on how to use wget to get these patches would be
greatly appreciated.

--
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: Confining a user to the home directory specified in the user record

2004-10-12 Thread Adam Thornton
On Tue, 2004-10-12 at 09:41, James Melin wrote:
> Mebbe. But that sounds like work :)

Yeah, but easier than building a nice padded shell environment for
them...  Basically, if all they need is a pager, then don't give them a
real shell.  Or maybe just NFS-export the log directory read only, and
let them mount the directory and browse (but not edit) the files from
wherever they are.

Adam

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

2004-10-12 Thread Little, Chris
Note that it isn't certified for SLES 9 and that it may be a few months out
before that happens.

-Original Message-
From: Seader, Cameron [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 12, 2004 8:10 AM
To: [EMAIL PROTECTED]
Subject: Re: Oracle


it is, but im not sure of a url. We use it on SLES 8 sp3, and now going to
put it on SLES 9.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Moloko Monyepao
Sent: Tuesday, October 12, 2004 07:04
To: [EMAIL PROTECTED]
Subject: Oracle


Is oracle 9i certified for L390. If so, can you please give me an oracle 9I
URL that can comfirm this.

Thanx in Advance

Moloko Monyepao
OS390/L390 System Programmer
arivia.kom
Tel : +27 11 203 6210


NOTICE: Please note that this eMail, and the contents thereof, is subject to
the standard arivia.kom email disclaimer which may be found at:
http://www.arivia.co.za/disclaimer.htm.  If you cannot access the disclaimer
through the URL attached, and you wish to receive a copy thereof, please
send an eMail to [EMAIL PROTECTED] or call (011) 233-0800. You will
receive the disclaimer by return email or fax.

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



[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law.  If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
in error, please immediately contact the sender and destroy the material in
its entirety, whether in electronic or hard copy format.  Thank you.   A2

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

2004-10-12 Thread Little, Chris
10g was supposed to be GA last Friday.  I haven't checked the website, but
it _should_ be available for download (I was told that it would be available
yesterday).

I can confirm that it is available and certified because we have been
running it for nearly two years -- with support.

-Original Message-
From: Smith, Ann (ISD, IT) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 12, 2004 8:29 AM
To: [EMAIL PROTECTED]
Subject: Re: Oracle


9i was certified last year.
10g I think is officially certified this week or at least in a week or 2.
That's according to our local Oracle rep. Data bases are fine but
Application Server is not yet available. They are looking for companies
willing to try to
work with Oracle and IBM to certify that as well.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Moloko Monyepao
Sent: Tuesday, October 12, 2004 9:04 AM
To: [EMAIL PROTECTED]
Subject: Oracle


Is oracle 9i certified for L390. If so, can you please give me an oracle 9I
URL that can comfirm this.

Thanx in Advance

Moloko Monyepao
OS390/L390 System Programmer
arivia.kom
Tel : +27 11 203 6210


NOTICE: Please note that this eMail, and the contents thereof, is subject to
the standard arivia.kom email disclaimer which may be found at:
http://www.arivia.co.za/disclaimer.htm.  If you cannot access the disclaimer
through the URL attached, and you wish to receive a copy thereof, please
send an eMail to [EMAIL PROTECTED] or call (011) 233-0800. You will
receive the disclaimer by return email or fax.

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


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

--
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: Linux Questions

2004-10-12 Thread Fargusson.Alan
About paging:  I know that there has been much discussion here about giving virtual 
Linux instances too much virtual memory under VM.  The issue is that Linux will us all 
memory for a disk cache.  This same problem will occur under VMWare as well.  Note 
that most OSes for x86 do the same caching that Linux does, so they will have the same 
problem.  OSes that I know for sure will have a problem: Linux (of course), UnixWare 
(all version), SCO Unix (I forget the exact name, and yes SCO has two different and 
slightly incompatible Unix systems for x86), Solaris (all x86 versions), Windows 
NT/2000/XP.  I am not sure about Windows95, but I think it does not cache.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Richard Troth
Sent: Monday, October 11, 2004 1:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Linux Questions


I was pained around two months back
when one of our marketing people made a snide comment
about running MVS on VM  "if you want your performance to drop".
(My words,  not hers.)   I had to bite my tounge,  focus on
what we were discussing,  and not go into a tirade about SIE.

Consider the term  "insertion loss".
If you have cable television,  or if you are a radio hobbyist,
you may have heard it before.   The "insertion loss" for z/VM
is very small,  thanks to SIE assist.   The "insertion loss"
for VMware is much higher,  more like it used to be for VM/370,
or perhaps worse because the PC-class systems lack that uniform I/O.

And VMware is,  like Mark said,  less "mature" than z/VM.
But it REALLY IS A HYPERVISOR.

On Mon, 11 Oct 2004, Tom Duerbusch wrote:
> VMWare is NOT VM..it is more like LPAR.
> You need XX MBs of ram for VMWare.
> If you are running something that needed 512MBs to run and you want to
> run 4 copies, then your real storage needed would be (512MB *4 + XX
> MBs).  VMWare can do some paging at a significant impact to performance,
> so don't let it.

At least they told you that VMware virtual machines *can* be paged.
Originally,  VMware always let the host OS deal with virtual machine
memory.   Later,  VMware would try to pin-down some host storage
specifically for virtual machine use,  a little like V=R.   I run
VMware on my newest box at home and only this past weekend flipped
the switch to let guests page.   (To me,  that's the normal way
to run a virtual machine!)

VMware does have certain limits.
Again,  I applaud what VMware (the company, and its architects)
have done,  especially given what little was done for them by INTeL.
I can see,  Tom,  how you got your impression.   But be aware that
the reality is that VMware is NOT LPAR.   There ARE LPAR-like schemes
for PC-class hardware.   VMware ain't one of them.

> VMWare seemed to be more akin to V=R with perferred guests.  Dedicated
> scsi adapters, dedicated LAN cards, dedicated 

Someone mis-presented VMware.
Many would expect the majority of VMware virtual machines
to have virtual disks much like z/VM minidisks.   Just like on z/VM,
the disk(s) a guest owns can be virtual or attached.   Networking too
is a lot more like z/VM:

"host only" == guest LAN
"bridged ethernet" == VSWITCH

But your impression is DEAD ON
in so far as z/VM and zSeries do a handier job
of creating virtual machines.   I go back to the  "up to a dozen"
virtual machines with VMware -vs- "dozens, hundreds, even thousands"
of virtual machines with z/VM.   Practically,  yeah,  this is LPAR.

-- R;

--
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: Disk Performance

2004-10-12 Thread Johnny Walton
--- Rob van der Heij <[EMAIL PROTECTED]> wrote:

> On Mon, 11 Oct 2004 15:34:36 -0700, Johnny Walton
> <[EMAIL PROTECTED]> wrote:
>
> > I can't seem to remember what all these entries
> mean.
>
>
http://lxr.linux.no/source/Documentation/sysctl/vm.txt
>
> The 7th and 8th parameter seem to define the
> percentage of dirty that
> will kick in bdflush synchronously. The default for
> these is 60% and
> 20% so you want those to go down.
>
> We must not forget Marcy's warning about the 7700E.
> You do want to
> measure the I/O response of your DASD subsystem. The
> pure device
> response time may not be too helpful if you don't
> know how big the I/O
> is. Fortunately with ESCON this should be fairly
> easy: the connect
> time lets you compute the number of blocks per I/O.
> From another issue I did learn that average I/O
> response has its
> limitations (e.g. when 1% of the I/O's takes 100
> times as long - does
> not show in the average but is bad).
>
> >  Thanks for sticking with me on this.
> My pleasure. It's much better to work on someone
> else's problem than
> to work on your own problems... ;-)
>
> > Could you email me a signed version;)
> Promised.. once we have sorted out this problem of
> yours.
>
> --
> Rob van der Heij  rvdheij @
> gmail.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
>

The only thing that is consistent is inconsistency.  I
moved the file with the standard settings and it took
5 minutes.  Then I set the bdflush parameters to 30
and 5
in proc/sys/vm/bdflush and it went to 2min 30 secs.  I
then set the settings back to the original settings
and got a 2 minute 30 sec move time as well.  Would
this be due to cache data?  On a frsh reboot with 30M
of cache data when I transfer the file with the new
lower parameters it transfers in 4.5 minutes.  A 200M
file transfers in 30 secs = 6.6 MB/s.  or it can take
1 min 45 secs. = 1.9 MB/s.  We have 8 escon channels
to the hitachi 7700e but i/o is definetly wierd.



__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail

--
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: Confining a user to the home directory specified in the user record

2004-10-12 Thread Tom Anderson
> -Original Message-
> From: James Melin [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 11, 2004 04:49 PM
> To: [EMAIL PROTECTED]
> Subject: Confining a user to the home directory specified in the user record
>
> How do you set a user account up so that the ID cannot traverse 'above'
> their assigned home directory?  Our developers want me to setup a dozen
> user accounts with access to their application log dir. I wanna set up one,
> and only one, and confine it to the log directory. I know how to set the
> 'home' dir in the user record, I just don't know how to stop them from
> getting out  of it
>

One way to get the net effect would be to set the permissions so that the
users cannot "read" the directory tree leading up to their home directory,
for example (assumes you are doing this as root):

mkdir /applications
cd /applications
mkdir logdir   <- now you have /applications/logdir
chown someuser:app-group logdir   <- now logdir is owned by the group.
chmod og-r .  <- now only root can "read" /applications

so the permissions on the directories would look something like this:

drwx--x--x3 root root  182 Oct 12 08:15 applications/
drwxr-xr-x2 someuser app-group 117 Oct 12 08:15 user_dir/

Since they have "execute" permissions they can traverse the directory,
but if they try to list anything in there, they will get a permission
denied message.

Not perfect but it sounds like it will suite your needs and avoids having
to create a complete environment, which you would have to do if you tried
to "chroot" the users there.

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


Fw: [LINUX-390] Linux Questions

2004-10-12 Thread John Campbell
My understanding is that Appendix A of SG24-4987 ("Linux for S/390") gives,
to my eyes, a good overview of how an S/390 (and now zSeries) differs from
an Intel.  Having a huge cluster of Intel CPUs doesn't really give you what
a mainframe can provide.

Look, I don't know where the zSeries stands in number crunching (did
[EMAIL PROTECTED] ever build a VM/CMS version?) but the mainframe is optimized for
single-thread performance.  A cluster does NOT give you single-thread
performance...  and that's ignoring how you dispatch the workload in a
closely coupled SMP...  especially since CPU power of a system doesn't
scale at 1:1 with additional CPUs unless heroic measures are taken to
minimize competition for main memory (I recall some of the tricks used in
the ol' UNIVAC 1100/80 to get around that).  The main thrust of the zSeries
is to deal with huge quantities of data which, really, not many other
systems can cope with as neatly.

The real strength of a mainframe is the "take no prisoners" attitude
towards compromising H/W reliability _just_ for throughput--  though I/O
bandwidth and connectivity is _another_ historical advantage of mainframes
(I've no idea how the equation is now stacked given the new "DASD Farms"
like the Shark).

Now if only I had a real mainframe to play with ... though some of the new
pSeries boxes I do have ain't looking too shabby, but then I'm a pSeries
kinda guy.


John R. Campbell, Speaker to Machines (GNUrd)  {813-356|697}-5322
Adsumo ergo raptus sum
MacOS X: Because making Unix user-friendly was easier than debugging
Windows.
Red Hat Certified Engineer (#803004680310286)
IBM Certified: IBM AIX 4.3 System Administration, System Support
- Forwarded by John Campbell/Tampa/IBM on 10/12/2004 10:54 AM -

  "Post, Mark K"
  <[EMAIL PROTECTED]To:   [EMAIL PROTECTED]
  m>   cc:
  Sent by: Linux onSubject:  Re: [LINUX-390] Linux 
Questions
  390 Port
  <[EMAIL PROTECTED]
  IST.EDU>


  10/11/2004 03:30
  PM
  Please respond to
  Linux on 390 Port





I don't know that there's anything specifically comparing Linux on z/VM
versus VMWare.  VMWare is one of the virtualization tools IBM is
recommending for their xSeries customers, so it has some merit to it.
Perhaps your local zSeries sales rep will have some thoughts on why VMWare
on Intel is not as good a choice as z/VM on zSeries hardware.  :)

>From my perspective, VMWare is not nearly as mature a technology as z/VM.
It doesn't have anywhere near the system management and Linux-enabling
features that z/VM does.  The Intel platform is not nearly as rock solid as
zSeries.  If you price a full-blown Intel system with redundant everything,
etc., etc., you're getting up into the 10's of thousands of dollars, even
up
to $50K.  It only takes a few of those to add up to one mainframe.  They'll
knock your socks off on CPU-intensive workloads, of course, but if you have
a lot of mainframe-resident data that needs to be accessed, having a Linux
system on the same box and using HiperSockets is a nice setup for a number
of reasons.

Take a browse through the news articles and press releases at
http://linuxvm.org/Info/l390link.html to get a feel for why other people
have made the move, and see if any of it applies to your circumstances.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Seader, Cameron
Sent: Monday, October 11, 2004 10:50 AM
To: [EMAIL PROTECTED]
Subject: Linux Questions


Greetings,
Having troubles with promotion of Linux for zSeries in corporate
environment. I'm Hopeing someone here can point me to some good documents
on
the strengths against an intel platform running VMWARE. There have been
Questions come up about performance, Oracle, How many guests can we put out
there and what kind of performance loss per guest do we get or can we
expect? Just want to justify in spending a quarter of a million on the
hardware and be able to get what we need out of it. Does anyone know of
some
good docs pointing to these answered questions.

-Cameron

--
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: Confining a user to the home directory specified in the user record

2004-10-12 Thread James Melin
Mebbe. But that sounds like work :) I'll have to look at that.  Isn't hard,
certainly.



 Adam Thornton
 <[EMAIL PROTECTED]
 mine.net>  To
 Sent by: Linux on [EMAIL PROTECTED]
 390 Port   cc
 <[EMAIL PROTECTED]
 IST.EDU>  Subject
   Re: Confining a user to the home
   directory specified in the user
 10/12/2004 09:12  record
 AM


 Please respond to
 Linux on 390 Port
 <[EMAIL PROTECTED]
 IST.EDU>






On Tue, 2004-10-12 at 08:16, James Melin wrote:
> I thought about that but they wanna be able to less and tail the file.  A

Maybe you want to, rather than let them have a real shell, just a a CGI
app that displays the file(s) and lets you scroll back and forth in it
(them)?

Adam

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


Fw: [LINUX-390] Confining a user to the home directory specified in the user record

2004-10-12 Thread John Campbell
Yes, and if they want to see more...  that's what the refresh button on the
browser is for.  (Yes, I'm smirking.)

Around here anonymous FTP is a no-no so if someone needs a file distributed
it goes up under the /HTML tree.  (Yes, I'm _that_ lazy, I symlink /HTML to
wherever the document root is on the various systems I've got w/ web
servers, so it's kinda like symlinking /dev/tape to your "regular" tape
drive;  before Linux the "real name" of various devices tended to be, well,
rather obscure.)

And I'm aware that any application that has a shell escape (like "less")
won't enforce the restricted shell, so you may need to look at chrooting if
you want _real_ security which symlinking can't get around.

I once wrote an old menu tool that I still use today for my wife;  it can
be exec'd from the .profile so that she has a nice
arrow-down-then-hit-enter means of accessing her files (so I can
dynamically generate a menu and enter it so she can _see_ the files she
wants to view).  A determined effort to use less' shell escape would work,
of course, since I've not re-written the linux-provided utilities for
security.

I'm thinking though that the web access is the smart way.  If you use a CGI
you can look at the requestor's IP address and divine whether the person is
in the right subnet to read the file, too, but this last isn't *really*
security.  Never mistake obscurity for security.
(http://www.schneier.com/crypto-gram-back.html for the curious.)


John R. Campbell, Speaker to Machines (GNUrd)  {813-356|697}-5322
Adsumo ergo raptus sum
MacOS X: Because making Unix user-friendly was easier than debugging
Windows.
Red Hat Certified Engineer (#803004680310286)
IBM Certified: IBM AIX 4.3 System Administration, System Support
- Forwarded by John Campbell/Tampa/IBM on 10/12/2004 10:17 AM -

  Adam Thornton
  <[EMAIL PROTECTED]To:   [EMAIL PROTECTED]
  mine.net>cc:
  Sent by: Linux onSubject:  Re: [LINUX-390] Confining a 
user to the home directory specified in the
  390 Port  user record
  <[EMAIL PROTECTED]
  IST.EDU>


  10/12/2004 10:12
  AM
  Please respond to
  Linux on 390 Port





On Tue, 2004-10-12 at 08:16, James Melin wrote:
> I thought about that but they wanna be able to less and tail the file.  A

Maybe you want to, rather than let them have a real shell, just a a CGI
app that displays the file(s) and lets you scroll back and forth in it
(them)?

Adam

--
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: Confining a user to the home directory specified in the user record

2004-10-12 Thread Adam Thornton
On Tue, 2004-10-12 at 08:16, James Melin wrote:
> I thought about that but they wanna be able to less and tail the file.  A

Maybe you want to, rather than let them have a real shell, just a a CGI
app that displays the file(s) and lets you scroll back and forth in it
(them)?

Adam

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

2004-10-12 Thread Smith, Ann (ISD, IT)
9i was certified last year.
10g I think is officially certified this week or at least in a week or 2.
That's according to our local Oracle rep. Data bases are fine but
Application Server is not yet available. They are looking for companies
willing to try to
work with Oracle and IBM to certify that as well.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Moloko Monyepao
Sent: Tuesday, October 12, 2004 9:04 AM
To: [EMAIL PROTECTED]
Subject: Oracle


Is oracle 9i certified for L390. If so, can you please give me an oracle 9I
URL that can comfirm this.

Thanx in Advance

Moloko Monyepao
OS390/L390 System Programmer
arivia.kom
Tel : +27 11 203 6210


NOTICE: Please note that this eMail, and the contents thereof, is subject to
the standard arivia.kom email disclaimer which may be found at:
http://www.arivia.co.za/disclaimer.htm.  If you cannot access the disclaimer
through the URL attached, and you wish to receive a copy thereof, please
send an eMail to [EMAIL PROTECTED] or call (011) 233-0800. You will
receive the disclaimer by return email or fax.

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


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

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

2004-10-12 Thread Paul Wilkinson
Try:-

http://www.oracle.com/technology/software/products/oracle9i/index.html

   Oracle9i Database Downloads
   -> Oracle9i Release 2 (9.2.0.1)
   -> Oracle9i Database Release 2 Enterprise Edition for Linux/390
  -> OTN Production Release Downloads

--
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: Confining a user to the home directory specified in the user record

2004-10-12 Thread James Melin
I thought about that but they wanna be able to less and tail the file.  A
lot of this is because I am about to go to pam authentication and don't
want to add a bunch of short lived local users, or I'd simply add all of
the developers to a group and go that way. I just don't want to, and my
boss is going 'generic ID? No accountability! Restrict what they can do'.

I originally had looked at this:

http://www.netsoc.ucd.ie/flash

but I didn't get it to make/make install properly.

Basically I'm dancing because I've been told to dance.  I tried using
/usr/bin/rbash as the default shell. Works if you su to a user with that,
but not if you ssh, so the rbash thing isn't gonna do it either.




 Doug Carroll
  To
 Sent by: Linux on [EMAIL PROTECTED]
 390 Port   cc
 <[EMAIL PROTECTED]
 IST.EDU>  Subject
   Re: Confining a user to the home
   directory specified in the user
 10/12/2004 01:34  record
 AM


 Please respond to
 Linux on 390 Port
 <[EMAIL PROTECTED]
 IST.EDU>






if it's just to view logs how about a restricted ftp account that can only
access your log dir?

just a thought

William 'Doug' Carroll
Mainframe Systems Engineer II
Global Technology Infrastructure
(614) 213-4954 Office
(877) 899-1697 Pager
(614) 244-9897 Fax
http://www.bankone.com




  James Melin
  <[EMAIL PROTECTED]To:
[EMAIL PROTECTED]
  epin.mn.us>   cc:   (bcc: William D
Carroll/OH/ONE)
  Sent by: Linux on Subject:  Re: Confining a
user to the home directory specified in the userrecord
  390 Port
  <[EMAIL PROTECTED]
  ST.EDU>


  10/11/2004 01:45
  PM
  Please respond to
  Linux on 390 Port





Looks like rbash or bash -r will do the job nicely.




 David Boyes
 <[EMAIL PROTECTED]
 e.net> To
 Sent by: Linux on [EMAIL PROTECTED]
 390 Port   cc
 <[EMAIL PROTECTED]
 IST.EDU>  Subject
   Re: Confining a user to the home
   directory specified in the user
 10/11/2004 12:28  record
 PM


 Please respond to
 Linux on 390 Port
 <[EMAIL PROTECTED]
 IST.EDU>






> On Mon, 2004-10-11 at 11:49, James Melin wrote:
> > How do you set a user account up so that the ID cannot
> traverse 'above'
> > their assigned home directory?  Our developers want me to
> setup a dozen
> > user accounts with access to their application log dir. I
> wanna set up one,
> > and only one, and confine it to the log directory. I know
> how to set the
> > 'home' dir in the user record, I just don't know how to
> stop them from
> > getting out  of it

You may also want to look up the "restricted" shell -- it's designed for
"padded cell"  things like that. You have to specifically list any and
all files that can be accessed from the id, but it sounds like that
might be doable for this application.

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




This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law. If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
in error, please immediately contact the sender and destroy the material in
its entirety, whether in electronic or hard copy format. Thank you.

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

2004-10-12 Thread Seader, Cameron
it is, but im not sure of a url. We use it on SLES 8 sp3, and now going to put it on 
SLES 9. 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Moloko Monyepao
Sent: Tuesday, October 12, 2004 07:04
To: [EMAIL PROTECTED]
Subject: Oracle


Is oracle 9i certified for L390. If so, can you please give me an oracle 9I URL that 
can comfirm this.

Thanx in Advance

Moloko Monyepao
OS390/L390 System Programmer
arivia.kom
Tel : +27 11 203 6210


NOTICE: Please note that this eMail, and the contents thereof, is subject to the 
standard arivia.kom email disclaimer which may be found at:  
http://www.arivia.co.za/disclaimer.htm.  If you cannot access the disclaimer through 
the URL attached, and you wish to receive a copy thereof, please send an eMail to 
[EMAIL PROTECTED] or call (011) 233-0800. You will receive the disclaimer by return 
email or fax.

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



[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential and/or 
exempt from disclosure under applicable law.  If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, or use of the 
information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. 
If you received this transmission in error, please immediately contact the sender and 
destroy the material in its entirety, whether in electronic or hard copy format.  
Thank you.   A2

--
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: Recommended Reading for Head Start on z/VM

2004-10-12 Thread Dave Jones
Peter,
start here:  z/VM V5R1.0 Getting Started with Linux on zSeries
(SC24-6096-00). You can read it on line, in either BookManager or PDF
format, at:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/EZ2VM11C
You can then move on to the very useful VM and Linux RedBooks, which are
mentioned on the IBM VM web site's home page:
http://www.vm.ibm.com/
Good luck!
DJ
Peter E. Abresch Jr. - at Pepco wrote:
We are currently running SuSE Linux 8.1 SP03 in 2 native LPARs on an IBM
2066-002. We have recently enabled an IFL to correct some performance
problems. We now ordered z/VM so we can start running Linux as VM Guests.
We are MVS System Programmers who have learned Linux over the last year. We
know nothing of z/VM. Can anyone recommend any good documentation,
redbooks, or papers for us z/VM challenged newbies that can get us started.
Thanks as always.
Peter
This Email message and any attachment may contain information that is
proprietary, legally privileged, confidential and/or subject to copyright
belonging to Pepco Holdings, Inc. or its affiliates ("PHI").  This Email is
intended solely for the use of the person(s) to which it is addressed.  If
you are not an intended recipient, or the employee or agent responsible for
delivery of this Email to the intended recipient(s), you are hereby
notified that any dissemination, distribution or copying of this Email is
strictly prohibited.  If you have received this message in error, please
immediately notify the sender and permanently delete this Email and any
copies.  PHI policies expressly prohibit employees from making defamatory
or offensive statements and infringing any copyright or any other legal
right by Email communication.  PHI will not accept any liability in respect
of such communications.
--
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
--
Dave Jones
Houston, TX
281.578.7544
--
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


Oracle

2004-10-12 Thread Moloko Monyepao
Is oracle 9i certified for L390. If so, can you please give me an oracle 9I URL that 
can comfirm this.

Thanx in Advance

Moloko Monyepao
OS390/L390 System Programmer
arivia.kom
Tel : +27 11 203 6210


NOTICE: Please note that this eMail, and the contents thereof, is subject to the 
standard arivia.kom email disclaimer which may be found at:  
http://www.arivia.co.za/disclaimer.htm.  If you cannot access the disclaimer through 
the URL attached, and you wish to receive a copy thereof, please send an eMail to 
[EMAIL PROTECTED] or call (011) 233-0800. You will receive the disclaimer by return 
email or fax.

--
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: Recommended Reading for Head Start on z/VM

2004-10-12 Thread Dave Jones
Peter,
start here:  z/VM V5R1.0 Getting Started with Linux on zSeries
(SC24-6096-00). You can read it on line, in either BookManager or PDF
format, at:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/EZ2VM11C
You can then move on to the very useful VM and Linux RedBooks, which are
mentioned on the IBM VM web site's home page:
http://www.vm.ibm.com/
Good luck!
DJ

On Tue, 2004-10-12 at 06:08, Peter E. Abresch Jr. - at Pepco wrote:
We are currently running SuSE Linux 8.1 SP03 in 2 native LPARs on an IBM
2066-002. We have recently enabled an IFL to correct some performance
problems. We now ordered z/VM so we can start running Linux as VM Guests.
We are MVS System Programmers who have learned Linux over the last year. We
know nothing of z/VM. Can anyone recommend any good documentation,
redbooks, or papers for us z/VM challenged newbies that can get us started.
Thanks as always.
Peter
This Email message and any attachment may contain information that is
proprietary, legally privileged, confidential and/or subject to copyright
belonging to Pepco Holdings, Inc. or its affiliates ("PHI").  This Email is
intended solely for the use of the person(s) to which it is addressed.  If
you are not an intended recipient, or the employee or agent responsible for
delivery of this Email to the intended recipient(s), you are hereby
notified that any dissemination, distribution or copying of this Email is
strictly prohibited.  If you have received this message in error, please
immediately notify the sender and permanently delete this Email and any
copies.  PHI policies expressly prohibit employees from making defamatory
or offensive statements and infringing any copyright or any other legal
right by Email communication.  PHI will not accept any liability in respect
of such communications.
--
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
--
Dave Jones
Houston, TX
281.578.7544
(speaking for myself only)
--
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: Recommended Reading for Head Start on z/VM

2004-10-12 Thread Kohrs, Steven
Part 5: VM/CMS of "The Operating Systems Handbook" gave me all the
knowledge I needed to get SuSE SLES 8 up and running on z/VM guests.

http://www.snee.com/bob/opsys.html

Plus the entire book is available in .PDF files for free!  Thanks Bob!


Steve Kohrs



On Tue, 2004-10-12 at 06:08, Peter E. Abresch Jr. - at Pepco wrote:
> We are currently running SuSE Linux 8.1 SP03 in 2 native LPARs on an IBM
> 2066-002. We have recently enabled an IFL to correct some performance
> problems. We now ordered z/VM so we can start running Linux as VM Guests.
>
> We are MVS System Programmers who have learned Linux over the last year. We
> know nothing of z/VM. Can anyone recommend any good documentation,
> redbooks, or papers for us z/VM challenged newbies that can get us started.
> Thanks as always.
>
> Peter
>
>
> This Email message and any attachment may contain information that is
> proprietary, legally privileged, confidential and/or subject to copyright
> belonging to Pepco Holdings, Inc. or its affiliates ("PHI").  This Email is
> intended solely for the use of the person(s) to which it is addressed.  If
> you are not an intended recipient, or the employee or agent responsible for
> delivery of this Email to the intended recipient(s), you are hereby
> notified that any dissemination, distribution or copying of this Email is
> strictly prohibited.  If you have received this message in error, please
> immediately notify the sender and permanently delete this Email and any
> copies.  PHI policies expressly prohibit employees from making defamatory
> or offensive statements and infringing any copyright or any other legal
> right by Email communication.  PHI will not accept any liability in respect
> of such communications.
>
> --
> 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: Recommended Reading for Head Start on z/VM

2004-10-12 Thread Kern, Thomas
Try "The VM/ESA Systems Handbook" by Goldberg&Smith, published by
McGraw-Hill, ISBN 0-07-023686-0

Also join HIllGANG and the VMESA-L mailing list (email subscribe VMESA-L to
[EMAIL PROTECTED]).

Get to know the other Vmers near you, call them, talk with them, unless we
are up to our whatzit in alligators, we are always willing to help shoot
your alligators.

/Thomas Kern
/301-903-2211

> -Original Message-
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On
> Behalf Of Peter E. Abresch Jr. - at Pepco
> Sent: Tuesday, October 12, 2004 07:09
> To: [EMAIL PROTECTED]
> Subject: Recommended Reading for Head Start on z/VM
>
>
> We are currently running SuSE Linux 8.1 SP03 in 2 native
> LPARs on an IBM
> 2066-002. We have recently enabled an IFL to correct some performance
> problems. We now ordered z/VM so we can start running Linux
> as VM Guests.
>
> We are MVS System Programmers who have learned Linux over the
> last year. We
> know nothing of z/VM. Can anyone recommend any good documentation,
> redbooks, or papers for us z/VM challenged newbies that can
> get us started.
> Thanks as always.

--
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: Betr.: Re: lcs0 problems

2004-10-12 Thread Pieter Harder
Hello Robin,

I never tried to use the 2216 directly from Linux, there was no need.
You either:
- run Linux on zVM. Then it is far better to use Vswitch (or guest Lan
on older zVM) and leave handling the 2216 to the VM stack.
- or you run in LPAR. Then it is like any other LPAR (like zOS) with an
LCS device, just like d/t3172. In fact IOCP thinks 2216 is 3172.
In all cases you basically have just one connection to the hub. In the
past I had the more difficult problems with routing through multiple
subnets than with the physical connection itself. We use the first
option as there are more Linuxes around than we can get LPARs.

Best regards,
Pieter Harder

[EMAIL PROTECTED]
tel  +31-73-6837133 / +31-6-47272537

>>> [EMAIL PROTECTED] 10/12 1:52  >>>
Thanks Pieter, i think in our case we have all the parameters set
correctly since it
works under a z/os tcpip stack. if i had the iocds or 2216 coded
incorrectly the lcs interface wouldn't initialize properly under z/os.

did you use the 2216 under linux?


Robin Murray
Tel: (902) 453-7300 x4177
Cell: (902) 430-0637





Pieter Harder <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
10/10/2004 03:17 PM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Betr.: Re: lcs0 problems


Hello Robin

I used to have a 2216 (in fact I still have, but it got disconnected
about two months ago, but it is stil there).
Remember that the 2216 is different from an OSA in that it
implemements
a hub configuration. The Escon link is quasi a private subnet
different
from the outside networks.
In TCP/IP there is no way to distinguish the the outside interfaces.
These were my definitions:

IOCDS:
*** 2216 400

 CNTLUNIT CUNUMBR=1110,PATH=(11),LINK=(**),CUADD=1,*
   UNITADD=((00,008)),UNIT=3172

 IODEVICE ADDRESS=(1800,02),CUNUMBR=(1110),
*
   PARTITION=(BWVMA),UNIT=3172

 IODEVICE ADDRESS=(1804,02),CUNUMBR=(1110),
*
   PARTITION=(BWVMA),UNIT=3172

The first pair of adresses are for the LCS, the second pair were for
SNA to a token ring blade with two ports like you have.
Also notice the CUADD=1 on the CNTLUNIT which addresses LPAR 1. If you
need the multiple LPARs you need to code multiple CNTLUNITs, each with
a
different CUADD.
Remember to also code for those controlunits and devises in the 2216
config!

VM TCP/IP:
DEVICE HUB2216 LCS 1800; Connection to 2216
  LINK HUB2216L IBMTR 0 HUB2216
HOME
  50.7.1.180   HUB2216L;
Not routing info as that was done with OSPF.

Best regards,
Pieter Harder

[EMAIL PROTECTED]
tel  +31-73-6837133 / +31-6-47272537

--
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: Betr.: Re: lcs0 problems

2004-10-12 Thread Robin Murray
Thanks Pieter, i think in our case we have all the parameters set correctly since it
works under a z/os tcpip stack. if i had the iocds or 2216 coded
incorrectly the lcs interface wouldn't initialize properly under z/os.

did you use the 2216 under linux?


Robin Murray
Tel: (902) 453-7300 x4177
Cell: (902) 430-0637





Pieter Harder <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
10/10/2004 03:17 PM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Betr.: Re: lcs0 problems


Hello Robin

I used to have a 2216 (in fact I still have, but it got disconnected
about two months ago, but it is stil there).
Remember that the 2216 is different from an OSA in that it implemements
a hub configuration. The Escon link is quasi a private subnet different
from the outside networks.
In TCP/IP there is no way to distinguish the the outside interfaces.
These were my definitions:

IOCDS:
*** 2216 400

 CNTLUNIT CUNUMBR=1110,PATH=(11),LINK=(**),CUADD=1,*
   UNITADD=((00,008)),UNIT=3172

 IODEVICE ADDRESS=(1800,02),CUNUMBR=(1110),
*
   PARTITION=(BWVMA),UNIT=3172

 IODEVICE ADDRESS=(1804,02),CUNUMBR=(1110),
*
   PARTITION=(BWVMA),UNIT=3172

The first pair of adresses are for the LCS, the second pair were for
SNA to a token ring blade with two ports like you have.
Also notice the CUADD=1 on the CNTLUNIT which addresses LPAR 1. If you
need the multiple LPARs you need to code multiple CNTLUNITs, each with a
different CUADD.
Remember to also code for those controlunits and devises in the 2216
config!

VM TCP/IP:
DEVICE HUB2216 LCS 1800; Connection to 2216
  LINK HUB2216L IBMTR 0 HUB2216
HOME
  50.7.1.180   HUB2216L;
Not routing info as that was done with OSPF.

Best regards,
Pieter Harder

[EMAIL PROTECTED]
tel  +31-73-6837133 / +31-6-47272537

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


Recommended Reading for Head Start on z/VM

2004-10-12 Thread Peter E. Abresch Jr. - at Pepco
We are currently running SuSE Linux 8.1 SP03 in 2 native LPARs on an IBM
2066-002. We have recently enabled an IFL to correct some performance
problems. We now ordered z/VM so we can start running Linux as VM Guests.

We are MVS System Programmers who have learned Linux over the last year. We
know nothing of z/VM. Can anyone recommend any good documentation,
redbooks, or papers for us z/VM challenged newbies that can get us started.
Thanks as always.

Peter


This Email message and any attachment may contain information that is
proprietary, legally privileged, confidential and/or subject to copyright
belonging to Pepco Holdings, Inc. or its affiliates ("PHI").  This Email is
intended solely for the use of the person(s) to which it is addressed.  If
you are not an intended recipient, or the employee or agent responsible for
delivery of this Email to the intended recipient(s), you are hereby
notified that any dissemination, distribution or copying of this Email is
strictly prohibited.  If you have received this message in error, please
immediately notify the sender and permanently delete this Email and any
copies.  PHI policies expressly prohibit employees from making defamatory
or offensive statements and infringing any copyright or any other legal
right by Email communication.  PHI will not accept any liability in respect
of such communications.

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