Re: Linux and Hipersockets w/picture

2005-12-09 Thread Istvan Nemeth
If you use the hsi IP address of the remote machine for mount than hsi
will be used. See the route command.

--
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: fbset on zLinux

2005-11-13 Thread Istvan Nemeth
 No, it is not useful at all.


 Mark Post

pciutils, libusb is also not very useful on zLinux but suse 8 (and 9?)
installs them in the minimal installation too..


 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
 Massimiliano Belardi
 Sent: Friday, November 11, 2005 10:23 AM
 To: LINUX-390@VM.MARIST.EDU
 Subject: fbset on zLinux


 Guys,
 what is exactly the fbset??
 By default SLES8 install it on automatic start during boot at RunLevel
 5. Is this necessary for zLinux?


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


Válasz: IBM Tape drive

2005-11-10 Thread Istvan Nemeth
Is it possible to mount an IBM 3590 tpe dive to a linux guest so it
 is usable by tar, etc. ?

Yes, it is. But you need SuSE or RedHat distro, IBM provides kernel 
modules only for specific kernels.. 3590 tape driver kernel modules are 
available only as OCO modules :( (Object Code Only)
But it's working fine!

István
 
 Kenneth C. Libutti CNE, CNI, SCSA, RHCT
 Asst. Director of Systems Administration
 Broward Community College
 225 E. Las Olas Blvd. 31/330
 Ft. Lauderdale, Fl  33301
 Phone: 954-201-7361
 Fax: 954-201-7053
 [EMAIL PROTECTED]
 
 Please Note: Due to Florida's very broad public records law, most
 written
 communications to or from College employees regarding College business
 are public records, available to the public and media upon request.
 Therefore, this email communication may be subject to public
 disclosure.
 
 
 --
 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: Performance of linux on zVM does not compare to x86

2005-11-07 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.11.07 15:09:38 
időpontban:

 Don't let the compile times scare you.  It is long established that the
 zSeres processors are not the fastest on the market, far from it.  What
 you gain by running on zSeries is extremely fast internal communications
 with Hipersockets and Virtual Switch, high I/O bandwidth (FICON and SCSI
 disk support) and the economies of scale of being able to run multiple
 middleware machines with only the license cost of the zSeries CPUs.
 

Running java programs is always cpu intensive.. 1 x86 CPU is _much_ faster 
than an IFL (on our z800), so to migrate 10 x86 to 1 IFL is not the best 
idea if you have heavy cpu loads.

I have never seen that extremly fast i/o: an x86 can do that also with a 
storage server.., so if you don't have thousands of users with thousands 
of opened files x86 will be faster (the same goes to HiperSockets: it's 
nice, goes with memory speed, but at the end you need a cpu to do 
something with the sent/arrived data :)

I think zSeries may be faster in concurrent operations. You won't have any 
problems if you see 60-70% system load in top program. And of course we 
cannot forget the zero-downtime..

István

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


IP port range

2005-10-12 Thread Istvan Nemeth
Is it possible to force z/OS USS NFS client to use only restricted ports? 

I have to mount some NFS exports from z/Linux and I'd like to avoid using 
insecure flag in /etc/exports and I don't want to have nfsd message 
(connect from unprivileged port) whenever a client connects.

Thanks:
István

--
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: Move DASD volume from one device to a new one.

2005-10-10 Thread Istvan Nemeth
Noone noticed that mke2fs is missing after fdasd??

You made only a partition, and you have no filelesystem, on it!

But you can also dump/restore a dasd volume with ADRDSSU with ALLX option.

 My thoughts were to dasdfmt, fdasd, mount volume, copy / to new volume.
Then
 what about the boot sector? I have tried the above to a certain point
then
 fail. I am an old hat MVS sysprog and struggling with LINUX. I tried:

 linux:/mnt # dasdfmt -b 4096 -f /dev/dasdb
 linux:/mnt # fdasd -a /dev/dasdb
 linux:/mnt # mount /dev/dasdb /mnt/dasdb
 mount: you must specify the filesystem type

 linux:/mnt # mount /dev/dasdb /mnt/dasdb -t ext2
 mount: wrong fs type, bad option, bad superblock on /dev/dasdb,
or too many mounted file systems
 linux:/mnt #

--
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: New redbook draft for Linux on zSeries

2005-10-03 Thread Istvan Nemeth
Hi!

 http://www.redbooks.ibm.com/redpieces/abstracts/sg246694.html

I've read in this redbook:

In kernel versions greater than 2.6.9, the I/O scheduler can be selected 
at runtime using the /sys/block/dev/queue/scheduler interface (where dev 
is the DASD device number).

Is it possible to use different I/O scheduler for each dasd?

István

--
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: ELF Binaries and Linux on z/Series

2005-10-02 Thread Istvan Nemeth
 Can you clarify this a bit, though?  Can a vendor compile their product
 on, say, x86 and then hand the resulting output(?) to a client where the
 client could then re-compile it on, say, zSeries, even though the
 client does not actually have the source code?

It's not possible to disassemble the x86 binary code, only at runtime! 
Code and data can be in the same area, so you can't be sure what have you 
there (disassembler should follow jumps, calls, but what to do when a 
register/or stack is used??)!

István

--
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: How to activate DASD in Linux

2005-09-06 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.09.07 01:51:51 
időpontban:

 linked in. This is OK when I am in multi-user mode. Could someone tell 
me
 how to activate a newly added dasd via command line? I came across a 
script
 that uses:
 
 echo add range=$2  /proc/dasd/devices
 

I guess the correct form is: echo add device range=$2  
/proc/dasd/devices
This is true only for kernel 2.4

If you are running with kernel 2.6.x (and I think SuSE9 uses that + 0.0.* 
naming scheme) you have to use another method:

chccwdev -e 0.0.0200

or

echo 1  /sys/bus/ccw/devices/0.0.0200/online


István

--
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: make command

2005-08-18 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.08.18 13:31:37 
időpontban:

 I just installed another Suse 9 system.
 Get the following:
 
 2005-08-18 07:28:27.942 -bash: line 34: make: command not found
 
 I did a minimal instead of a default package install.
 
 Is make part of Linux or part of a package that was not installed?

You have to install the make package.

make is the gnu make program.

--
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: SLES 9 in an LPAR

2005-08-16 Thread Istvan Nemeth
Do you have 100% cpu usage? HMC can tell that. If it's so, than is this 
user or system load?

Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.08.16 20:38:54 
időpontban:

 Some additional comments, to everyone who has offered advice: 
 
 - We have a dedicated processor so it's not an LPAR weight issue.  That
 was my first guess, but we've confirmed the processor is dedicated.
 - We have a -very- large number of devices defined to the LPAR, and
 since at our site we tend to keep each LPAR configured similarly, Linux
 is seeing them all.  We are considering reworking the device
 configuration for -this- particular LPAR to greatly restrict the number
 of devices.  I -do- suspect this will help.
 
 Thanks for the advice and I'll keep you all posted on any further
 status. 
 
 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
 Post, Mark K
 Sent: Tuesday, August 16, 2005 1:31 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: SLES 9 in an LPAR
 
 I wondering how many devices are defined to the LPAR in the IOCDS.  Any
 idea?
 
 
 Mark Post
 
 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
 Scully, William P
 Sent: Tuesday, August 16, 2005 12:13 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: SLES 9 in an LPAR
 
 
 I'm having a performance problem. 
 
 I was asked to install SLES 9 64-bit into an LPAR.  To create the server
 I got my hands on the needed DASD and conducted the install of Linux
 under z/VM.  The virtual hardware configuration (DASD and OSA addresses)
 were specified as would be used on the LPAR.  As usual, the installation
 went well.  The resulting copy of Linux can be booted under z/VM in
 perhaps a minute or two. 
 
 However when I attempt to start this copy of Linux in an LPAR (512M and
 one dedicated CPU in an IFL on a 2094-313), it runs so slow you might
 think the software was written by folks in Redmond, Washington.  It
 takes perhaps 15-20 minutes to boot.  At times it seems to be completely
 unresponsive, even to the directly-connected HMC Operating System
 Message panel.
 
 I've encoded the so-called kernel timer patch both enabled and disabled,
 to no avail.  And limited the DASD the kernel is to use with a
 DASD=- phrase in zipl.conf.  But clearly I've missed something
 pretty obvious.  Anyone have an idea? 
 
 --
 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: CentOS

2005-07-28 Thread Istvan Nemeth
I'm just thinking about downloading and installing it.. :) 

Anobody tried it?

Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.07.28 07:46:07 
időpontban:

 When you do a uname -a command, what does it report?
 
 
 Mark Post
 
 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf 
 Of Istvan Nemeth
 Sent: Thursday, July 28, 2005 1:40 AM
 To: LINUX-390@VM.MARIST.EDU
 Subject: CentOS
 
 
 Hello!
 
 Is CentOS kernel compatible with IBM's 3590 tape driver?
 
 István
 
 --
 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


CentOS

2005-07-27 Thread Istvan Nemeth
Hello!

Is CentOS kernel compatible with IBM's 3590 tape driver?

István

--
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: 3590 tape with SLES 9

2005-07-20 Thread Istvan Nemeth
You have to put the tape device online first:
 
 chccwdev -e 0.0.0181
 
I think you will not see it in /proc/device, but you have to make 
the device nodes with:
 
 mknod /dev/ntibm0 c 254 0
 mknod /dev/rtibm0 c 254 1
 
for non- and rewinding, tape access, or mknod /dev/btibm0 b 254 0 
for block mode access.
 
István

 
 Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.07.19 17:20:52
 időpontban:
 
  Hi all,
  
  I am trying to use a 3590 tape with SLES 9, I am able to get the tape
  module running OK:
  
  backup:/dev # lstape
  TapeNo  BusID  CuType/Model DevType/Model   BlkSize State   Op 
   MedStateN/A 0.0.0181   3590/60  3590/11 N/A 
  OFFLINE --- N/A
  
  But I cannot communicate with the tape in any way. I have a
  /proc/device char like this:
  Character devices:
1 mem
4 ttyS
4 ttysclp
5 /dev/tty
5 /dev/console
5 /dev/ptmx
9 st
   10 misc
   21 sg
  128 ptm
  136 pts
  162 raw
  227 ttyTUB
  228 fs3270
  254 tape
  
  [note the 254]
  
  I don't have a /dev/ with major 254. Even if I do a mknod char 254 0
  (or mknod char 254 1) I am not able to see the tape.
  
  What am I missing? Any ideas would be appreciated.
  
  Thanks for your time,
  Tiago
  
  --
  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: Security questions and scads of NOUSER based SSH attacks

2005-07-20 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.07.21 04:19:22 
időpontban:

 On one of my systems, I have
 1. Turned off all password authentication
 2. Written firewall rules to limit connexions to specific IP address
 ranges that have me covered. This reduces the number of attempts
 considerable.
 
 One of our systems was penetrated by a sloppy user-chosen password, Snce
 then, I have
 1. Changed the firewall rules so that incoming SSH lands on my desktop
 and not the server.
 2. Changed the rules so _I_ choose passwords. _I_ use a password
 generator which produces gems such as et3tUfGd (now defunct). There is
 still mail to protect. For usewr-chosen passwords I suggest two (or
 more) unrelated words such as cowblue. I figure those won't be in
 peoples' attack dictionary.
 

My users needs to have linux account to use samba, mail etc., but no ssh 
(or sftp) from outside. So I simply made firewall rules to let ssh in only 
from specific hosts..., but I think it's not a good idea to force users to 
use generated passwords (for eg. political reasons), and I also do not 
recommend to use a desktop computer for incoming ssh connecitons, the 
service will depend from a single PC.

I think I would use PAM's features to force users to have heavy passwords.

István

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


OSA problem

2005-07-19 Thread Istvan Nemeth
Hi!

We had a problem with the OSA card:

Linux messages:
Jul 18 22:07:41 neptunus kernel:  qeth: Link failure on eth0 (CHPID 0x1) 
-- there is a network problem or someone pulled the cable or disabled the 
port.Discarding outgoing packets.
Jul 18 22:07:41 neptunus kernel:  qeth: recovery was scheduled on irq 
0x205 (eth0) with problem 0x1
Jul 18 22:07:41 neptunus kernel:  qeth: You are lucky! Somebody either 
fixed the network problem, plugged the cable back in or enabled the OSA 
port on eth0 (CHPID 0x1). The link has come up.

Eariler this we got this message when the cable was really pulled, but now 
nothing happened. The problem was not fixed, there was no communication.
I've tried to ping, but nothing happened. (then I have tried floodping, 
than 6 packet sent, and thedots stopped)
We had to shut down and start the channel on the HMC, after that:

Jul 19 08:05:35 neptunus kernel: mach_handler : wakeup ... 
Jul 19 08:05:35 neptunus kernel: free_irq(0205) - device 0190 busy, retry 
count exceeded
Jul 19 08:05:35 neptunus kernel: free_irq(0207) - device 0192 busy, retry 
count exceeded
Jul 19 08:06:02 neptunus last message repeated 2 times
Jul 19 08:06:12 neptunus kernel:  qeth: recovery was scheduled on irq 
0x205 (eth0) with problem 0xb
Jul 19 08:06:37 neptunus kernel: qdio : Did not get interrupt on clear_IO, 
irq=0x207.
Jul 19 08:06:43 neptunus kernel: qeth: recovered device 0x190/0x191/0x192 
(eth0) successfully.


When the z/OS guys tried to restart tcpip (before the channel restart):

IST1222I DATA DEVICE 0192 IS INOPERATIVE, NAME IS MPCIP190 412 
IST1578I DEVICE INOP DETECTED FOR MPCIP190 BY ISTLLCWC CODE = 100 
IST314I END 
EZZ4310I ERROR: CODE=80100040 REPORTED ON DEVICE MPCIP190. DIAGNOSTIC
CODE: 00 
EZZ4309I ATTEMPTING TO RECOVER DEVICE MPCIP190 


There was no Hardware Message on the HMC.

What do you think, do we have a hardware problem (I've found in a book 
describing IST1578I, code 100: probable hardware  error) - or what 
happend to OSA?

Thanks:

István

--
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: LPAR only Linux

2005-07-11 Thread Istvan Nemeth
I don't agree with you:

Why to have so many penguins? Linux is a multiuser multitask O/S, and 
works nice, so there is no need put every application to different O/S. 1 
IFL: the processor speed is the mainframe's weekness so having more 
VM+kernel+... overhead is not a good idea.

We have here big LPARs for production systems and some with small storage 
to test kernels, distributions, etc.

Yes, there are some good reasons to choose VM, but only if you have 
special needs.. (or just our shop is too simple, and I'm a bit 
narrow-minded :)




Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.07.09 21:41:21 
időpontban:

 In some ways, running VM on the IFL can be considered a cost savings.
 
 First the costs:
 
 z/VM 5.1 is $25K one time charge (list price...your business partner may
 charge less).  Then about $5,600 per year, starting in the first year
 for maintenance.
 
 4-6 disk packs (3390-3)
 
 20MB or so for real memory.
 Takes a small amount of support (can easily contract it out if 
necessary).
 
 Now for the savings...
 
 Each LPAR takes some real memory.  With VM you only need one LPAR.
 If one Linux image isn't being used, under VM the memory can be used by
 other images.  With LPAR, well, without an IPL, the memory sits there
 idle ($80K per 8 GB for memorybig cost savings).
 
 If you have a Shark type dasd, then disk sizes can be any size you want.
   VM can do this with any type of disk device with minidisks.  So if you
 only need 200 MB for a Linux swap disk, you don't have to dedicate an
 entire volume if you can't create a 200 MB disk.
 
 With VM, you get vdisk support (Take that!...LPAR)  Create the swap disk
 in memory.  Doesn't take any space unless it is used and then it is the
 fastest thing alive.
 
 If you have FlashCopy, without VM, you have problems using the duplicate
 volumes without creating another LPAR and backing things up there.  With
 VM, there are better or I should say easier ways to handle duplicate
 volumes.
 
 Tape drive sharing in VM is a breeze.  With LPAR, it can be done, but it
 seems to me to be harder.
 
 The more Linux images you want, the more you need VM.
 
 Linux test systems?  Easy in VM.
 Linux development systems?  Easy in VM.
 Dedicated Linux images for certain workloads?  Easy in VM.  And easier
 to tune and define priorities.
 
 Central console management is easy in VM (doesn't require chargeable
 software, just use PROP).  Console automation also.
 
 Speaking of performance, performance tools, such as from Velocity
 Software, can be well worth the price.  Nothing similar for a Linux on
 multiple LPAR shops.
 
 This may be just wishful thinking, but the z/890 that was just delivered
 to us this past week...I expect the run the IFL side, with multiple
 Linux images, totally lights out.  Of course this is with a Shark 800
 and and IBM VTS for tape.
 
 Disclaimer...
 I'm a VM bigot for the last 30 or so years.
 
 Tom Duerbusch
 THD Consulting
 
 
 [EMAIL PROTECTED] wrote:
  We are upgrading our system to a z890 (and getting a new HMC) which is 
now
  installed and running on the old hardware a z800.  I see a new feature
  (Integrated Ascii Console) and I have been searching for a redpaper or
  existing e-mail archives from this list on how to cofigure so I can 
use this
  console to work with Linux instead of the horrible existing HMC single 
line
  mode interface.  Can someone point me to documentation or some 
instructions
  about how to get this interface to work.  Now when I click on the icon 
on
  the HMC I just gat a blank window with no text and I cannont type 
anything
  into it.
 
  TIA -- by the time I get any responses (and assuming things go well) I 
will
  be running Linux on a 890 box - still without VM.  The IBM rep here 
just
  told me that VM to manage Linux only (running on our single IFL) is
  reasonable.  Can someone confirm that.  We are (like most companies) 
trying
  to keep costs down and avoid being outsourced.
 
  Doug
 
  --
  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


LPAR only Linux

2005-07-11 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.07.11 09:27:11 
időpontban:

 On the other hand, one accidental slip of the finger in a combined 
services
 configuration and you take down multiple services. It's the principle of 
not
 putting all your eggs in one basket -- if there is no artificial 
scarcity of
 hardware, there is no reason to combine services because you can 
actually
 deliver one server, one application at a reasonable cost point with
 acceptable performance, and you don't risk breaking other services
 accidentally.

We - mainframe users - are using mainframes for eg. because of 99.9% 
uptime. Do everyone have a 2nd one as a disaster recovery system - or we 
just put everything in one basket? As Murphy said... 

I understand what you mean, I can imagine a complex system where this can 
be a big problem. I was thinking in a lots of users and not so high number 
of services.


 Yes, not screamingly fast, but reasonable, and how many
 applications *really* need 3 Ghz CPUs for anything but bragging rights? 
If
 your application *really* needs that kind of horsepower, you're on the 
wrong
 system anyway -- you need big Intel or PPC engines, not zSeries.

for eg. SAP has no limits when we are talking about HW needs :), but we 
need the no downtime feature of the z/Series. The company has here 
mainframes since the punch card times, MVS production apps designed to run 
in this environment. Since that times Intel grew up, (and to tell the 
truth, many mission critical apps are running happily on such machines 
too, maybe more than on mainframes), new application developers do not 
care about cpu cycles, but at the end, the user wants short response time. 
Thanks to the java simple stupid apps will need more and more cpu.

 Some problems really *do* need big monolithic LPARs (although that's 
where I
 start to think that it's probably the wrong platform for the app unless 
it
 really is written to exploit zSeries hw features). Most don't, and 
managing
 LPARs is a LOT more expensive in people time than managing virtual 
machines
 under VM. Computer capacity is a lot less expensive than humans these 
days.
 I'll gladly buy more CPU resource if I don't have to buy more people.

This is true only in the happy west side of the world, here just the 
maintenance costs of a z/VM is a good salary..

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

2005-06-27 Thread Istvan Nemeth
Thanks to everyone!


 Only via the z/OS NFS client. You need to export the files from the 
Linux
 system via the Linux NFS server, and then use the NFS client in z/OS to 
do
 the access. z/OS has no direct FCP support yet.

I hope to see z/OS in the real Open World sometimes...

(http://www-1.ibm.com/servers/eserver/zseries/zos/overview/zosnew14.html 
looked like z/OS has FCP support...) 

 
 BTW, this is a great use for a hardware hipersocket.

How many CP load generated by HyperSockets? Our applications need more CPU 
than network bandwidth. Is it a good idea to use OSA instead of 
HyperSockets?

István

--
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: RPMs to keep/purge after installation

2005-06-27 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.06.27 18:22:00 
időpontban:

 lsmod does confirm that it's loaded.  ifconfig -a, on the other hand,
 still doesn't list anything.  If I try to manually bring the interface
 up by 'ifup qeth-bus-ccw-0.0.0700' I get Interface is not available.
 
 -Matt

What is in your /proc/qeth (after loading the module)?

Do you have 'alias eth0 qeth' in your modules.conf (RHEL: modprobe.conf)?

I don't know what kind of distribution do you use, but if you have kernel 
version 2.4 you have to write module parameters 
(subchannels,portname..)into /etc/chandev.conf, 2.6 needs proper interface 
init scripts..

István

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


FCP

2005-06-23 Thread Istvan Nemeth
Hello!

We just connected our mainframe to a HP SAN with 1 FCP, and I'm able to 
use it from z/Linux! (ESS Shark -- SAN ~20-22MB/s)
Is it possible to use it from z/OS? (LPAR, no VM)

Thanks:

István

--
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 adding new DASD Devices

2005-06-23 Thread Istvan Nemeth
It seems you don't have any filesystem on dasdaa...

You need to run mke2s /dev/dasdaa, or mkreiserfs if you want reiserfs...

Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.06.23 13:20:00 
időpontban:

 Hi all,
 
 I'm trying to add more than 26 volumes in a LVM partition and I'm having
 problems.
 I read that SusE unly supplies device files for 26 volumes.
 I just create the new device files using mknod:
 
 mknod -m 660 /dev/dasdaa b 94 104
 mknod -m 660 /dev/dasdab b 94 108
 mknod -m 660 /dev/dasdac b 94 112
 mknod -m 660 /dev/dasdad b 94 116
 
 then I do
 
 dasdfmt -f /dev/dasdaa...
 fdasd -a /dev/dasdaa
 
 but I couldn't use like another dasd device.
 When I try to mount it I receive:
 
 
 asmailh1:/ # mount -t ext3 /dev/dasdaa /temp/
 mount: wrong fs type, bad option, bad superblock on /dev/dasdaa,
 or too many mounted file systems 
 
 Anyone knows what I'm doing wrong?
 
 TIA.
 
   .
 
 ..:   :
 : : Aristarc Diez   : [EMAIL PROTECTED]  :
 : : Tecnico de Sistemas : Tel.: +34.93.2536100:
 : : COSTAISA: Ext.: 209   :
 : : Barcelona   : FAX : +34.93.2057917:
 : :...:
 :.:
 --
 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: Is JAI available for IBM Java SDK/JDK ?

2005-06-20 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.06.20 20:31:05 
időpontban:

 On Fri, 2005-06-17 at 19:58 -0400, Post, Mark K wrote:
  Jerry,
 
  I am 99.99% sure that any Sun Java out there will never run on a
  mainframe.  It's not in their interests (as they see it) to do so.

I don't think so. Java _binaries_ will not run, but you can put there SUN 
.jar files.

--
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: SLES 9 SP 1 - Tomcat IBM Java - failure.

2005-06-16 Thread Istvan Nemeth
I don't have your previous e-mails.. but:

I have installed IBMJava2-SDK-142 (downloaded from some IBM website) and I 
have working jakarta-tomcat-4.1.31 too. I had to install libstdc++5. You 
should try simply run java, and other binaries to see if they have all 
needed libraries. If they are not running, you can check with ldd what's 
missing. Sometimes package names and library names are not the same :(.

Our developers needed j2ee so we put j2ee.jar, tools.jar etc.. into 
$JAVA_HOME/j2sdk1.4.2/lib, so we have sun j2ee..

Istvn


Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.06.16 22:36:48 
idpontban:

 Carolus Walraven wrote:
  Your running the 64 JVM (that isn't support in WAS 6.0.1 :) .. try the
  31bit JVM
 
 Okay, pulled out the 64bit JRE and SDK, installed the 31 bit versions.
 Same error, except this time it was /lib instead of /lib64 in the path
 to libc shown in the error.
 
 For kicks, I even tried SLES 8's 1.4.1 31 bit, that was worse, it just
 locked up tomcat solid.
 
 I've requested Gordon Wolfe send in a bug report to SuSE at this point.
   Any other pointers would be appreciated.
 
 Thanks
 *Brandon Darbro
 
 --
 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


ot: z/OS + ntp

2005-06-09 Thread Istvan Nemeth
Hello!

Is it possible to use ntp server to synchronise z/OS time (without 
external timer)?

Thanks

Istvn

--
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: __alloc_pages: 0-order allocation failed

2005-06-05 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.06.03 16:35:27 
idpontban:

  Secondly, does kernel: VM: killing process ps really mean, that
  VM is
  killing the prossess
  and not Linux itself. Is that possible. I have never seen such a
  behaviour.
 
 
 
 Yes.  Once you're out of memory, random processes get killed.
 
 Just add more swap space to the guest and you'll be fine.
 

If you mean VM is z/VM then NO. VM is the part of the linux kernel 
(Virtual Memory manager).

--
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: Comm between LPARs: Hipersockets or OSA loopback?

2005-05-29 Thread Istvan Nemeth
So it is more CPU intensive when I'm using HyperSockets? How can I see on 
z/OS side how much workload is generated by HyperSockets?

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.05.27 17:53:48 
idpontban:

 You are are assuming things about the HiperSocket implementation that
 aren't true.  It is not an I/O device and so doesn't use the SAP.
 Data is
 moved synchronously using the CPU.
 That is a surprise. You mean the user CPU is doing this and not a SAP?
 That would be a reason to choose the OSA way in a cpu constrained
 environment.
 
 The SAP isn't used when bouncing off the OSA, either, since the card
 handles the DMA transfers itself.
 Right, so only the OSA gets a workout.
 
 For crossing LPAR boundaries, HiperSockets gives better performance
 than
 bouncing off an OSA.
 So it is the fastest, but what about costs? It uses an awfull lot of
 real.
 
 If you're worried about SAP utilization, your fave performance
 monitoring
 product will report on it.
 I have VM PTK, I can't find about SAP utilization. Where do I look?
 
 
 
 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


ibmatl

2005-05-10 Thread Istvan Nemeth
Hi!

We just set up a LAN connection to our 3494 Tape Library. I have installed 
ibmatl under linux, 

trcatl says library manager is online, so lmpcd can communicate with the 
library manager. But mtlib and mtevent requires a Library special 
filename, i.e. /dev/lmcp0. I have no such device... Do I have to create 
one with mknod (how)? Or how can I communicate with lmcpd?
I have installed windows version too.. :( but there happens the same!

Istvn

--
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: libgtk-x11-2.0.so

2005-05-02 Thread Istvan Nemeth
:) and why usb, and pci packages..

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.05.02 17:11:34 
idpontban:

 Monday 02 May 2005 16:36, You wrote:
  Yes, it's on CD2 in UnitedLinux/i586/gtk2-2.0.6-73.i586.rpm
 
  I would seriously question why your user wants to run graphical
  applications on Linux/390, though.
 
 ...and I would like to know why Suse run xdm by default on SLES8-s390...
 (typical installation and minimalista too!)
 
 by,
 --
 Gian
 
 --
 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: tapemount (Re:

2005-05-01 Thread Istvan Nemeth
we have no VM here...

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.04.29 15:46:16 
idpontban:

  Btw, any plans to support 3494 Tape Library with tape_3590 driver (or
  something else, but communication trough FICON, like z/OS)? :)
 
 Use the tape mount driver we wrote and DFSMS/VM RMS on VM.
 http://www.sinenomine.net/vm/tapemount
 
 --
 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


Válasz: Re: 2005-04-28 Recommended Linux on zSeries code drop to developerWorks

2005-04-28 Thread Istvan Nemeth
Btw, any plans to support 3494 Tape Library with tape_3590 driver (or 
something else, but communication trough FICON, like z/OS)? :)

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.04.28 16:00:15 
idpontban:

 On Thu, Apr 28, 2005 at 03:47:20PM +0200, Gerhard Hiller wrote:
   New OCOs for Red Hat:
 
- tape_3590 for Red Hat Enterprise Linux AS (v. 4)
  (31-bit and 64-bit) kernel 2.6.9-5.0.5.EL (2005-04-19)
- tape_3590 for Red Hat Enterprise Linux AS (v. 3)
  (31-bit and 64-bit) kernel 2.4.21-27.0.4.EL (2005-04-22)
 
 Btw, any plans to finally opensource the tape_3590 driver?
 
 --
 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: Really silly SSH question.

2005-04-14 Thread Istvan Nemeth
If you use PuTTY on Windows you can install Pageant (this is included in 
the installer package), and load your key (and type your passpharse) only 
_one time_ (when Pageant is running), and than you can logon to every 
system without passwords.

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.04.14 20:11:13 
idpontban:

 Just for grins and giggles, I created an SSH private key/public key
 pair. I can now use PuTTY to logon to Linux without using my Linux
 password. Instead, I must use a Passphrase. What have I gained? I did
 replace my password with a passphrase, but how is that more secure? I
 don't see a way to say: This passphrase must be used when doing an SSH
 from that incoming IP address. Am I missing something? (very likely). I
 could use a different private/public key for each server that I use SSH
 with, I guess. But I've only got one server, so far.
 
 Oh well, it was a learning experience, I guess.
 
 
 --
 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

--
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: SSH based attacks

2005-04-13 Thread Istvan Nemeth
Here is a good document about iptables / firewalling: 
http://www.knowplace.org/netfilter/index.html

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.04.13 01:23:47 
idpontban:

 Hello from Gregg C Levine
 I should. However, my problem is that I can't find an easy to
 understand explanation for setting up IPTABLES. I can provide one
 clew. So far, that worm is not causing any more attacks. It's as if it
 had stopped. For that explanation can you point to one?
 ---
 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
  McKown, John
  Sent: Tuesday, April 12, 2005 5:35 PM
  To: LINUX-390@VM.MARIST.EDU
  Subject: Re: [LINUX-390] SSH based attacks
  
   -Original Message-
   From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On
   Behalf Of Gregg C Levine
   Sent: Tuesday, April 12, 2005 4:04 PM
   To: LINUX-390@VM.MARIST.EDU
   Subject: SSH based attacks
  
  
   Hello from Gregg C Levine
   Of the systems that run Linux, how many of you have them directly
   accessible to the Internet?
  
   As all of you know, I run Slackware Linux here, for Intel,
 practically
   every day the system is on, I see people attempting to access the
   system via SSH from unknown, to it, IP addresses.
  
   Are any of you seeing these happen? And what are you doing to
 prevent
   such access?
  
  Hum, if SSH is restricted to specific hosts, I'd just use iptables
 to
  drop the packets on the ground from any other IP addresses. That's
  what I do at home. Also, I don't respond to pings from outside.
  Another thing to consider is to set up a single system which allows
 SSH
  from outside. All the others stand mute. If somebody needs to ssh
 to a
  different server, they ssh to the internet SSH server, then ssh from
  there to the actual server they need. And never let root ssh in. If
  somebody needs root (why?), then ssh to a normal user and su (or
 sudo)
  to do root work.
  
  I'll bet you already do that. I just thought I'd say it just in
 case.
  
  
  --
  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
 
 --
 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: SSH based attacks

2005-04-13 Thread Istvan Nemeth
I always set up firewalls to respond (filtered) icmp echo requests: it's 
very good for troubleshooting. It's important to set up filters against 
flood ping attacks (mostly from local LAN), but I use size limit too.

Nmeth Istvn

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.04.13 13:36:46 
idpontban:

 On Tue, 2005-04-12 at 16:35 -0500, McKown, John wrote:
  Also, I don't respond to pings from outside.
 
 There is a school of thought that says that your firewall is broken.
 RFC1122: Every host MUST implement an ICMP Echo server function that
 receives Echo Requests and sends corresponding Echo Replies.
 
 (However the RFC bends a little, allowing you to silently discard ICMP
 echo requests that arrive on a broadcast address.)
 
 As a practical matter, disabling ICMP echo reply does little to improve
 security on your end.  Run something like nessus against your site from
 the outside and see what it finds.
 
 --
 David Andrews
 A. Duda and Sons, Inc.
 [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


Tape Library

2005-04-11 Thread Istvan Nemeth
Hi!

We are planning to use our 3494 tape library (with 3590 drives) from 
Linux/390. It's a pity that IBM made only OCO drivers..and it doesn't 
supports media changing... so the library manager is going to be network 
attached (soon).

Do I have to write standard IBM label on the tapes?

Thanks:

Istvn

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


Válasz: EXT3 file mounts OK after boot with mount command, but not at boot time.

2005-03-31 Thread Istvan Nemeth
I guess you have added this this after installation. So, the disk is 
detected later in the boot process. You need to run mkinitrd (Mark wrote 
this earlier, I have never tried this) , or add the device to zipl.conf to 
dasd= line (and re-run zipl).

Istvn

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.04.01 08:12:33 
idpontban:

 I brought forward an EXT3 filesystem from a SLES8 system to a SLES9
 system.
 
 The mount of this file system is failing at boot time, but after boot,
 I can mount it with a mount command.
 
 At boot time I get msgs indicating can not find device
 and then  a return code of  0x8.
 The system then wants a CNTL-D and fsck...
 
 I added this device to the SLES9 system using YAST.
 
 Here is the FSTAB entry:
 /dev/dasdc1  /usr/local/buildsext3   defaults 1 2
 
 I can also mount the filesystem with a mount -a
 
 I do notice the following msgs on the console after the manual mount:
 JBD: barrier-based sync failed on dasdc1 - disabling barriers
 kjournald starting
 EXT3 -fs mounted filesystem with ordered data mode
 
 
 Any ideas?
 Thanks,
 Dave
 
 --
 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: Samba V3 on zSeries Redpiece

2005-03-21 Thread Istvan Nemeth
Hi!

The test configuration has MTU size = 1500.

I'm using MTU=1492, because of IBM recommendation, for eg. in redbook 
lx26apr04dd01:

For OSA-Express CHPID in QDIO mode devices with the Ethernet feature, the 
recommended MTU size is 1492 (8992 for jumbo frames). Chosing 1500 (or 
9000 for jumbo frames) can cause performance degradation.

What is the connection between SO_SNDBUF=14596 SO_RCVBUF=14596 parameteres 
and the MTU size?

Istvn

Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.03.21 14:45:48 
idpontban:

 See: http://www.redbooks.ibm.com/redpieces/pdfs/redp3988.pdf
 
 This document provides the reader with basic performance rules of 
 thumb for Samba Version 3.0.5 on zSeries Linux and gives background 
 information that can be used in configuring and tuning your Samba V3
 environment. The data was developed using an IBM internal workload 
 generator to simulate a heavy transaction load. It identifies the 
 parameters for optimum performance of Samba V3.
 
 --
 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: Fedora Core Development

2005-03-08 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.03.08 20:34:50 
idpontban:

 On Tuesday, 03/08/2005 at 12:50 CST, Tim J Stalker
 [EMAIL PROTECTED] wrote:
  Why is this so unusual to be running? I had no problems with the 
install
  and didn't realize I could have problems or I wouldn't have chose to
  install Fedora Core Development. Now I'm just surprised I can't find 
any
  information on Fedora Core Dev/s390.
 
 It's a culture thing.  People in the mainframe world have traditionally
 not wanted to run beta code.  They want code that has been fully tested
 and shown to be stable, and for which support is available.
 
 That desire clashes with the other driving force: cost.  Free vs.
 Stability.  H.

Free vs. Stability?? :))) IBM advertises z890 with apache, samba, 
sendmail..
Free _vs._ Stability: that's what managers belive software dealers and 
plan to use nt not linux...
I'm not a brain-damaged anti-windows activist, but this sentence does not 
sounds well in a linux list :)
I guess the number of the problems with the supported and not supported 
linuxes are equal (and here we can get the best support for every dists).

Istvn

--
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: sarge install problem

2005-01-31 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU rta 2005.01.31 10:52:35 
idpontban:

  (there is one process running: debconf -o d-i 
/bin/network-console-menu, and
  the last process (sleeping) is /var/lib/dpkg/info/s390-dasd.postinst
 Could you please indicate how you proceeded to get this info out of
 your system? What command gives you this? I would appreciate being able
 to get similar information about the CPU consumer on my hung install.
 
I have started an another ssh session, and selected the shell option in 
the first menu, then I run ps..

To Mark: I've tried to install sarge many times before asking here..Tried 
to kill the session, and restart it.. then I could continue installation 
with a next step..but never worked.

Istvn

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


sarge install problem

2005-01-28 Thread Istvan Nemeth
Hi!

I'm trying to install sarge, but I can't...

I can IPL from tape, configure network, log on with putty, choose mirror,
download installer packages, and after that nothing happens.

(there is one process running: debconf -o d-i /bin/network-console-menu,
and the last process (sleeping) is /var/lib/dpkg/info/s390-dasd.postinst
configure).

I've tried to add dasd parameter in parmfile but this also doesn't
helps...

Any ideas?

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


suse9rc5 problems

2005-01-28 Thread Istvan Nemeth
Hello!

I have many problems with SUSE9 RC5 (also)...

- They don't belive that a HMC console don't understands those ANS codes..
- I'm always wondering what is doing yast with so much memory :)
- This is a new distribution, but the minimal installation still installs 
usb, pci utils, cd-rom eject..etc..

Some more serious problems:

- When booting LVM volume groups are scanned before DASD devices appear 
(they came up with coldplug...)!!!
  So I had to enter maintenance shell, and remove the mount point from 
fstab.  I have activated these disks and created  lvm after installation 
with yast...

- I'm scared to change network interfaces. Once after adding a new card, 
and re-ipl, ip communication didn't worked on _all_ interfaces. This was a 
new installation so reinstalled it...
NOW, the ssh session disconnected, and I can't ping outside from the 
console too. I didn't changed the configuration the interface I have used, 
so I don't understand why went down this interface (I guess because yast 
reloads qdio?)... I had to do a /etc/init.d/network stop and start.. This 
is not normal in other distributions, normally there is no need for 
console access to configure an interface :). The just added interfaces 
came up, but it's still not possible to send any packet :). I had to 
re-ipl to make them ready to use (I have windows feeling).
...

Istvn

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


LVM: RVA,ESS,performance

2005-01-12 Thread Istvan Nemeth
Hi!

We have here 2 ( bit different) RVA  and one ESS Shark.

I want to create a LVM under Linux, and I don't know what is the best way:

- create it in one box, with many small disk (2.2G)
- create it in one box, with some big disk (6.8G)
- create LVM on different controller (both RVA)

What happens when I use both Shark and RVA?

Which gives me the best performance?

Istvn

--
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: DEBIAN experience

2005-01-10 Thread Istvan Nemeth
Hi!

I also tried to install sarge in that way, but the installer menu didn't 
worked (in LPAR with 256MB memory)... so today I'm trying 3 things:

rsync slack390, install tao390 and try to upgrade woody to sarge. We used 
to install new sarge on PC servers with the woody installer CD, just 
changing the sources.list and run apt-get when it's needed...I'm a debian 
lover, so I hope it will work here too..

Istvn

--
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: Samba 2.2 has reached end of life

2004-12-28 Thread Istvan Nemeth
 hmmm... This doesn't work if your running the Samba client only.

try smbclient -V

-v , -V or --version usually works...

--
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: smbmount question

2004-12-08 Thread Istvan Nemeth
My original :( suse kernel doesn't supports cifs..and now I see the kernel 
source (2.4.19) doesn't have fs/cifs. May I patch it with 

Latest 2.4 Release (gz containing cifs vfs source files and patch for 
kernel makefile and configure)

from the url http://us1.samba.org/samba/Linux_CIFS_client.html, or is it a 
better idea to compile a new 2.4.21 kernel?


Linux on 390 Port [EMAIL PROTECTED] rta 2004.12.08 14:36:19 
idpontban:

 I had a problem with smbmount of Win shares that had more than 400-500
 files: ls and mc listed only the first 400-500 file names as if the
 others didn't exist. My IBM Suse SLES8 support said its due to a known
 bug in SMB on the Win-side, not a Linux bug. Suggested I use cifs
 (common internet file system) which is replacing smb.  Cifs is already
 built into winxp and uses same ports as smb.   Cifs solved my problem,
 might solve yours.
 
 Instead of smbmount's I do mount.cifs 
 
 mount.cifs command is the samba mount utility for the cifs filesystem,
 the replacement for smbfs. SLES8 kernel supports cifs but doesn't have
 the mount.cifs command yet. You don't need to run samba to use
 mount.cifs.
 On my SLES8, doing lsmod listed cifs as a loaded kernel module.
 
 If you're interested in trying it:
 Download the c source program file, mount.cifs.c, from 
 url http://us1.samba.org/samba/Linux_CIFS_client.html   the link called:
 Source for cifs mount utility on sambaweb
 
 Download the man page file, mount.cifs.8, from same url, the link
 called:
 man page for mount utility
 Compile the c program with command: make mount.cifs
 creating executable binary: mount.cifs
 
 Copy executable mount.cifs to /usr/local/sbin/
 And copy man page to /usr/local/man/man8/
 

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


smbmount question

2004-12-07 Thread Istvan Nemeth
Hi!

smbmount works strange for me: when I mount a winxp share and walk into a
folder wich contains 484 files, and I re-read it in mc some files
disappear.

Noone is writing in this folder.

I want to tar some files, but:
tar: /mnt/xx/data1.txt: file changed as we read it
...and when I repeat the tar command I get this message for the same or
another files... the created .tar file is always different from the
previous ones: contains different number of files.

??

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


S.O.S. - disk full

2004-11-15 Thread Istvan Nemeth
Hi!

The root filesystem seems to be full, but it's NOT!

We have 2.4.19-3suse-SMPkernel and a 2G disk for /, about 1G free (du
tells me, and I'm sure), and the /var or /tmp is also less then 100M

If I free some disk space with deleting files, then the free space will be
used for something.

We are running 24/7 system so I'm not able to reboot my linux every day.
Now this is 2nd time. When I had this trouble 1st time (Thursday), and I
umounted some nfs imports the disk space restored. Fsck didn't
reported any corruptions.

Wow.. now from an another linux (slesl9 2.6.5-7.97-s390x) I deleted about
3GB from an nfs with mc, and then the free space on / was 0%!!
I umounted it, and now everything is O.K. again! I can't repeat this
error.

I'm really confused now... I'm sure we didn't change anything in this
linux...

Any ideas??

--
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: S.O.S. - disk full

2004-11-15 Thread Istvan Nemeth
  We have 2.4.19-3suse-SMPkernel and a 2G disk for /, about 1G free (du
  tells me, and I'm sure), and the /var or /tmp is also less then
100M

 This sounds as if you deleted a file while a process was still accessing
 it. In
 that case its directory entry will be deleted while the allocated disk
 space
 will only be freed after the process closed the respective file handle.

 When you are deleting files from /var and /tmp, make sure that you
 stop the process accessing it first.

I'm not deleting files from /var and /tmp... and what is when I'm DELETING
from an NFS file system and then
_MY_ root fs gets full??

When I mount the disk in an another Linux (LPAR) with -ro, then I see the
correct disk usage.


 You may also want to find out why a process is generating so much data
 (check error logs, etc.).


no error logs, no kernel messages... nothing.

--
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: S.O.S. - disk full

2004-11-15 Thread Istvan Nemeth
  I'm not deleting files from /var and /tmp... and what is when I'm
 DELETING
  from an NFS file system and then
  _MY_ root fs gets full??

 If you can, try to restart the NFS service and see if the
 situation improves. If that doesn't help, try restarting
 some of the other services running on your system.

Now, I'm not allowed to stop NFS. Later I'll do that, but it doesn't
helps: the problem will come back.

--
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: S.O.S. - disk full

2004-11-15 Thread Istvan Nemeth
Thanks for the ideas, I'll test it. Now we shut down that linux and we
will test it.

One other thing I still really don't understand, that what can happen to a
suse9 running only it's daemons (what default installed) with one nfs
directory mounted (on /mnt), when I delete from that nfs about 3GB.
-
I've earlyer also experienced that deleting subdirectories with mc
sometimes don't works well: mc don't deletes some files, and he will get
an error when tries to delete the directory. It happens only with NFS
mounts.
-
But the main question is, that deleting from an NFS mount how can make the
root fs full???


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


netstat, /etc/hosts

2004-11-02 Thread Istvan Nemeth
Hi!

I have suse9 and suse8.
Internal ip adresses are resolved with /etc/hosts, not nameserver.
In suse9 the netstat can find these hostnames, but in suse8 it doesn't
works, except when I write ::: prefix to every IP address in the
/etc/hosts file!

Why is it so, and how can I shut down ipv6??

Thx
Istvan

--
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: SLES9 installation problem - again

2004-10-22 Thread Istvan Nemeth
Linux on 390 Port [EMAIL PROTECTED] rta 2004.10.22 09:47:25 
idpontban:

 It's not a gigE. It's a 1000base-T. It can be configured as non-qdio. 

1000 Base-T is not Gigabit Ethernet??? 

10 Base-T = Ethernet (eth)
100 Base-T = Fast Ethernet (FEth)
1000 Base-T = Gigabit Ethernet (GEth),..,gigE,...
 
???

--
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: SLES9 installation problem - again

2004-10-21 Thread Istvan Nemeth
Linux on 390 Port [EMAIL PROTECTED] rta 2004.10.21 11:56:07 
idpontban:

 Hi Vic,
 
 Thanx for your response, but 
 
 OSD and OSE are valid for the TYPE paramter. Only OSA and OSAD are 
 valid for the UNIT paramter.

I'm really not a z/Hardware expert, but if you really have OSA-_EXPRESS_ 
then normally you need qdio driver(3) not lcs (2), and qdio driver should 
work.
You did not gave us information what happened when you choose 
OSA-Express...

 
 As I said, this worked fine in SLES8.
 
 Also ^c does not work (at least from the HMC).
 
 Gadi
 

If you want to have a shell, just simply select option 0 (no network) in 
the main menu, so you can do a 'dmesg', etc..

Istvan

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


Vlasz: SLES9 installation problem

2004-10-18 Thread Istvan Nemeth
Linux on 390 Port [EMAIL PROTECTED] rta 2004.10.18 13:55:46 
idpontban:

 
 I went back to the main menu and chose option 2 (Ethernet OSA). 
 (This worked in SLES8). I entered my first device address (1200) and 
waited.

I guess you have to choose option 3: OSA-Gigabit Ethernet or OSA-Express 
Fast Ethernet...

Istvan Nemeth

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


linux clock

2004-10-12 Thread Istvan Nemeth
Hi!

Who knows how works the system clock in a linux running on a z/800?

On a PC he reads the date and time from the CMOS (once), and then the
kernel is generating the correct time. But how works this when we are
running in LPAR mode, and 1 IFL is shared between LPARs? He gets timer
interrupt? always, or when one LPAR is under heavy load the others time
slows down?


Istvan Nemeth

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