Re: How to enter control characters from an EBCDIC keyboard?

2010-04-05 Thread Spann, Elizebeth (Betsie)
I use the carrot ^ (above the number 6) followed by a capital C:   ^C   for 
Ctrl-c on the 3270 console.
 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Clovis 
Pereira
Sent: Sunday, April 04, 2010 4:27 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: How to enter control characters from an EBCDIC keyboard?

Hi,
Sometimes, I forgot to type the cont parameter using the ping command on a
3215 terminal (example: ping -c 4 ip.address). In 3215 terminals, ping 
without a count result in a forever command. The unique way to stop it (al 
least the unique I know, without terminate the session) is a Ctrl-C. In this 
case, I open a Notepad session, click a Ctrl-C pair (^C), paste and copy it in 
the 3215 session, so stoping the ping command. Obviously, I use it on a PC and 
using a 3270 emulator that supports copy/paste.
I think a Notepad session and copy/past can be useful.
Regards, Clovis.




From:
karl williamson pub...@khwilliamson.com
To:
LINUX-390@vm.marist.edu
Date:
04/03/2010 12:41 AM
Subject:
Re: How to enter control characters from an EBCDIC keyboard?
Sent by:
Linux on 390 Port LINUX-390@vm.marist.edu



David Boyes wrote:
 I'm working on EBCDIC support for Perl 5.  I'm not familiar with 
 EBCDIC terminals, but apparently there are asynchronous ones.

 Very, VERY rare -- to the point of almost non-existent. The 3270 is 
 the
primary terminal type, and it's half-duplex, page-oriented. The older line-mode 
terminal (the 3215) is emulated, and pretty much behaves as a dumb TTY.

 How can one enter a control character from such a terminal?  On ASCII 
 terminals, pressing the Ctrl key and another at the same time 
 generates a control sequence.  Since H is the eighth letter of the 
 alphabet, CTRL-H sends 8, which is a backspace on ASCII platforms.  
 Is there something similar that happens on EBCDIC?

 The convention to enter a control character is to use the digraph
'^letter' (EBCDIC not or cent sign (depending on code page) + character) and 
have apps translate that to the appropriate code point. The issue is that 
control characters in a 3270 world don't work the way they do on byte-oriented 
terminals, so they're rare (if not almost non-existent) in the 3270 
environment. In the rare event a control character is used, it's almost always 
represented as a hex value in a string (for example to enable color or 
highlighting), and those don't occur as control characters.


I don't understand the above.  On ASCII terminals, often a control is printed 
as '^letter.', but entering requires pressing two keys at the same time.  It 
seems like you are saying that the terminal will send a control character 
whenever a not or cent or maybe caret is typed whenever followed by a letter.  
If so, how then does one enter these three characters literally?  And where 
could I find a mapping to look at, a sample for one of the code pages?

 The few EBCDIC code pages that I'm familiar with have 65 controls: 0 
 to 0x1F plus 0xFF.  Are all 65 enterable from the keyboard?

 See above.

 I see from the archives that there are some problems between the 
 ASCII LF (or NL) and the EBCDIC NEL.  Is there a rule of thumb for 
 which of these, or both, should mean a new-line, matching, say, '\n' 
 in the C language?

 On a page-oriented terminal, the concept is somewhat difficult to
represent. Writing a newline doesn't actually update the screen until you 
rewrite the page. On the older terminals (3215), the equivalent would be 
processing a CR/LF pair. In fact, you pretty much need to assume that all 
line-oriented I/O has exactly the function of a TTY. No cursor positioning, 
nothing smarter than a TTY.

 Also, in looking at the Perl 5 source code, it is clear to me that no 
 one is running modern Perl versions on EBCDIC platforms, because it 
 wouldn't work.  But I can't imagine a Linux system without Perl.  
 Could someone explain?

 Linux on z is an ASCII system. Perl works just like it does elsewhere.
Ditto with OpenSolaris for Z.

 There isn't anything in the Z hardware that dictates the use of
particular character sets; it's just what you program it to recognize as 
character graph 'A'. IBM has included machine instructions to help process 
EBCDIC data, but that's for the convenience of OSes who choose to code data 
that way.

 I guess I would ask what kind of EBCDIC support are you creating?
Other than providing a string translation function (to_ascii, or to_ebcdic), 
I'm not sure what EBCDIC support for Perl would mean. Perl already has a 
codepage mapping toolset, and there are a number of EBCDIC variations, so the 
question of which EBCDIC? comes up. Are you porting Perl to a specific IBM 
OS? If so, that might be a very different set of questions.

 -- db

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

Re: java SDK

2009-12-21 Thread Spann, Elizebeth (Betsie)
On Red Hat, the package is libXp-1.0.0-8.   It creates /usr/lib/libXp.so.6 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Frank M. 
Ramaekers
Sent: Monday, December 21, 2009 10:34 AM
To: LINUX-390@VM.MARIST.EDU
Subject: java SDK

When I attempt to install Java SDK SE 6, I get:

Reading repository metadata in from local files
-- Processing Dependency: libXp.so.6 for package: ibm-java-s390x-sdk 
-- Processing Dependency: libstdc++.so.5 for package:
ibm-java-s390x-sdk
-- Finished Dependency Resolution
Error: Missing Dependency: libXp.so.6 is needed by package ibm-java-s390x-sdk
Error: Missing Dependency: libstdc++.so.5 is needed by package 
ibm-java-s390x-sdk

But I can't find these libraries in the REPOs:

# yum install libXp
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files Parsing package install 
arguments No Match for argument: libXp Nothing to do

# yum install libstdc++
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files Parsing package install 
arguments Nothing to do

Where to go?

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE  RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 



_ This message contains 
information which is privileged and confidential and is solely for the use of 
the intended recipient. If you are not the intended recipient, be aware that 
any review, disclosure, copying, distribution, or use of the contents of this 
message is strictly prohibited. If you have received this in error, please 
destroy it immediately and notify us at privacy...@ailife.com.

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

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


Multipathing in failover mode question

2009-10-14 Thread Spann, Elizebeth (Betsie)
Hi,
We are running kernel 2.6.18-128.el5   (Red Hat 5) with 
device-mapper-multipath-0.4.7-23.el5 in failover mode.
Two paths are defined to each LUN in zfcp.conf.  I expected the first path 
defined to be the primary and the second path to be the failover path.
That is sda to be the primary (active) and sdb to be the failover (enabled).
The multipath -ll output shows sdb to be active and sda to be enabled and 
listed second.

Has anyone else seen this?  Does anyone have an explanation?

Thank you,
Betsie


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


zLinux and VSSI Vtape

2009-09-21 Thread Spann, Elizebeth (Betsie)
Hi,
We use VSSI Vtape on our zLinux servers that do the z/TPF builds.  Is anyone 
else doing this?
I'd like to compare setup, etc.
Betsie


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


Re: Quick command question

2009-07-09 Thread Spann, Elizebeth (Betsie)
And precede VM commands with vmcp
vmcp cp q v dasd 

Betsie

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Pat Carroll
Sent: Thursday, July 09, 2009 9:25 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Quick command question

Modprobe vmcp 


Patrick Carroll  |  Enterprise Technical Architect L.L.Bean, Inc.(r) |
Double L St. |  Freeport ME 04033 http://www.llbean.com |
pcarr...@llbean.com | 207.552.2426 CONFIDENTIALITY NOTICE: This e-mail
and any attachments may contain confidential information that is legally
privileged. The information is solely for the use of the intended
recipient(s). Any disclosure, copying, distribution, or other use of
this information is strictly prohibited. If you have received this
e-mail in error, please notify the sender by return e-mail and delete
this message.
 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Joell Chockley
Sent: Thursday, July 09, 2009 12:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Quick command question

I've got a vendor wanting to do CP commands from our z/Linux guests
(SLES10).  I had thought it was just having the program cpint installed,
but another person told him to use modprob?  Does that work also to
execute CP commands from Linux?

Thanks!

Joell Chockley
System Capacity/Performance Specialist
Blue Cross Blue Shield of KS
1133 Topeka Blvd
Topeka, KS  66629-0001
Work (785)291-7837



CONFIDENTIALITY NOTICE: This email message and any attachments are for
the sole use of the intended recipient(s) and may contain proprietary,
confidential, trade secret or privileged information.  Any unauthorized
review use, disclosure or distribution is prohibited and may be a
violation of law.  If you are not the intended recipient or a person
responsible for delivering this message to an intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.

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

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

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


Lin_tape and IBMtapeutil

2009-06-23 Thread Spann, Elizebeth (Betsie)
Hi,
I am trying to tar several directories to an LTO-3 tape using lin_tape,
IBMtapeutil and tar.
I open the tape device and then issue the tar commands.   When I check
the tape contents with  tar tvf, I only see the last directory.
I am not sure if I am not using the tar command correctly or if the tape
is rewinding after each tar command.

IBMtapeutil -f /dev/IBMtape0 rewind
tar cvf /dev/IBMtape0  /directory1
tar cvf /dev/IBMtape0  /directory2

tar tvf /dev/IBM/tape0  --- reports only on /directory2

Any suggestions, please?

Betsie

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


Re: Lin_tape and IBMtapeutil

2009-06-23 Thread Spann, Elizebeth (Betsie)
Thank you for your input.  I'm going to try them now.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Mark Post
Sent: Tuesday, June 23, 2009 9:51 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Lin_tape and IBMtapeutil

 On 6/23/2009 at 11:51 AM, Spann, Elizebeth (Betsie)
bsp...@visa.com wrote:

-snip-
 IBMtapeutil -f /dev/IBMtape0 rewind
 tar cvf /dev/IBMtape0  /directory1
 tar cvf /dev/IBMtape0  /directory2

You're telling the tar command to create a new archive each time.  I
suspect that tar is issuing a rewind command under the covers to
accommodate you.  I think for your second and later commands, you should
be appending to the existing archive, not creating a new one.  MacK's
suggestion to list all the directories you want on a single command is a
good one, but if you then decide later on you want to add more to the
tape, then you will probably wipe out what you already have if you do a
create again.


Mark Post

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

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


Re: shutdown/reboot question

2009-06-18 Thread Spann, Elizebeth (Betsie)
Or   sudo su -  to switch to root.
 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Shane Ginnane
Sent: Wednesday, June 17, 2009 6:59 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: shutdown/reboot question

 ... but when I try to issue a su command to reboot (su -c reboot or su

 -c REBOOT), I'm still getting prompted for the root password.
 ...
 I'm going nuts.

Security/audit has that effect on people  ;-)

Don't use su use sudo instead. Try sudo reboot.

Shane

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

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


Tape drives for zLinux servers

2009-05-27 Thread Spann, Elizebeth (Betsie)
Hello VM/zLinux users,
We are trying to identify the tape drive models that can be used
natively by a zLinux server; i.e. FCP attached.  
I believe that the list includes TS1120 tape drives, 3592 J1A tape
drives.  What else, please?
Do you use a tape library?

Betsie

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


Re: Support of z/VM and zLinux environments

2009-03-24 Thread Spann, Elizebeth (Betsie)
My company has two VM sysprogs for the TPF development environment.  I
support the VM systems that run zLinux (4).
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Ross Johnson
Sent: Monday, March 23, 2009 7:48 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Support of z/VM and zLinux environments

This is also being cross posted to the VM390 group. In your
organization, do you support the zLinux distribution as well as z/VM, or
are there separate groups in place, one to support z/VM and one for
zLinux? Thanks.

Ross

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

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


VSWITCH and OSPF setup

2009-03-05 Thread Spann, Elizebeth (Betsie)
Hi All,
I'm looking for advice on converting from static IP on my VM stack to
OSPF.  I think I will need to go to two VSWITCHes rather than just the
one I use for static IP.  I've created a simple PowerPoint to
illustrate.

 OSPF -1.ppt 
All advice welcomed.  
Betsie 

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


OSPF -1.ppt
Description: OSPF -1.ppt


Re: VSWITCH and OSPF setup

2009-03-05 Thread Spann, Elizebeth (Betsie)
On the static IP setup, traffic going to 10.55.27.33 can take either
path.  The VSWITCH has a primary device address on the first OSA card
and a second device address on the second OSA card as failover.  The VM
TCP/IP stack home address is 10.55.27.33.
In the OSPF setup, each interface has an IP address associated with the
VM stack.
Does this answer the question?
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
David Kreuter
Sent: Thursday, March 05, 2009 3:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: VSWITCH and OSPF setup

what do you mean by:
OSA1
10.55.27.33
 
Is 10.55.27.33 an ip address in a host attached to a physical switch?
David
 
 



From: Linux on 390 Port on behalf of Spann, Elizebeth (Betsie)
Sent: Thu 3/5/2009 6:09 PM
To: LINUX-390@VM.MARIST.EDU
Subject: VSWITCH and OSPF setup



Hi All,
I'm looking for advice on converting from static IP on my VM stack to
OSPF.  I think I will need to go to two VSWITCHes rather than just the
one I use for static IP.  I've created a simple PowerPoint to
illustrate.

 OSPF -1.ppt
All advice welcomed. 
Betsie

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



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

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


Re: Size of Linux DASD under Z/VM?

2009-02-18 Thread Spann, Elizebeth (Betsie)
Hi,
We run Red Hat 5.3. Our production LPARs use FCP attached SCSI for local
file systems, SCSI managed via EDEVs for the OS install (/ and /boot)
and 3390's for VM. It takes a lot of planning up front for the SCSI box
configuration. 50G and 100G are good LUN sizes.  Good I/O performance
requires that there be isolation in the backend real drives for groups
of LUNs. For example, real drives backing up db2data LUNs should be
separate from other file system LUNs. Get lots of real disks.
We use multipathing in failover mode as performance is better than
multibus mode.  We also use the data=writeback option on the mount
command. Also use LVM striping.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
O'Brien, David W. (NIH/CIT) [C]
Sent: Wednesday, February 18, 2009 7:35 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Size of Linux DASD under Z/VM?

Hi,

  We're new to the Linux world. Currently we have 3390 Mod-3 (2.8G) and
Mod-9s (8.4 G) defined to our Linux guests under Z/VM.

  I'm starting to get complaints that these 'partitions' are too small
and do not compare favorably with the dasd sizes available on PC
desktops. (Apples and Oranges, in my opinion.)

  What I'd like to know from the group is - What are your DASD sizes?
Are the complaints about partition sizes valid?

We have a segment of 1.8TB that could be re-configured. I've suggested
50Gig Mod-54s but have been told that's too small.

Thank you,
Dave O'Brien
NIH Contractor

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

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


Re: VMSTAT steals

2008-12-31 Thread Spann, Elizebeth (Betsie)
We see high steal time when our virtual machines have multiple virtual
CPU's (but equal to or less than the number of real engines on the LPAR)
and the number of virtual CPU's defined in total are more than the
number of real engines.  We are also over committed for memory.  In the
ESALPS ESALNXV report, some of the virtual machines consistently use
less than the number of virtual CPU's defined.
Could this also be a case of wait-on-myself?

Betsie

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Rob van der Heij
Sent: Wednesday, December 31, 2008 6:43 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: VMSTAT steals

On Wed, Dec 31, 2008 at 11:38 AM, Harder, Pieter
pieter.har...@brabantwater.nl wrote:

 Just for clarification, you are talking 'other virtual machines', I am
talking 'other VMBKs'. There is a difference there in my opinion.
Another VMBK may very well be your own sibling in a virtual N-way
configuration. The worst case for this would be in the (of course not
recommended) situation when there are more virtual cpu's defined to the
vm than there are real cpu's available. Then steal time basically
becomes wait-om-myself time, true?

You're correct. A simple way to show CPU contention is to define a
virtual 2-way when z/VM has only one logical CPU. With two threads
looping, vmstat shows me 49% user and 51% steal. Since CP will try to
give both virtual CPUs an equal share of the real resources, Linux will
see two CPUs running at half speed effectively.

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

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

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


Re: VMSTAT steals

2008-12-31 Thread Spann, Elizebeth (Betsie)
Rob,
On ESAXACT, that would be CPU?   Waiting for CPU?
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Rob van der Heij
Sent: Wednesday, December 31, 2008 9:42 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: VMSTAT steals

On Wed, Dec 31, 2008 at 5:06 PM, Spann, Elizebeth (Betsie)
bsp...@visa.com wrote:
 We see high steal time when our virtual machines have multiple virtual

 CPU's (but equal to or less than the number of real engines on the 
 LPAR) and the number of virtual CPU's defined in total are more than 
 the number of real engines.  We are also over committed for memory.  
 In the ESALPS ESALNXV report, some of the virtual machines 
 consistently use less than the number of virtual CPU's defined.
 Could this also be a case of wait-on-myself?

Hard to tell from here. Not every application can use multiple CPUs.
ESAXACT should show you what you're waiting for, but that's not always
obvious for virtual machines that implement their own multi-programming.
You're most welcome to upload an hour of data for use to analyze.
That's part of the deal... (hey, we even do so once for folks who are
not yet our customer)

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

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

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


VMSTAT steals

2008-12-30 Thread Spann, Elizebeth (Betsie)
Hi,
How is the st value displayed in the 2.6 kernel version of vmstat
computed in general terms?   I've seen it described as time stolen from
a virtual machine.
Are there differences between the value on a RHEL 5.0 system vs a RHEL
5.2 system?  I've seen references to it being fixed.   ??
Is the vmstat value similar to the mpstat value?

Happy New Year.

Betsie

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


Re: Zfcp.conf

2008-10-27 Thread Spann, Elizebeth (Betsie)
Duh, no.  I'll try it.  Is this a guess or have you been successful?
Thanks, 
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Romanowski, John (OFT)
Sent: Friday, October 24, 2008 7:38 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Zfcp.conf

Betsie,
After changing zfcp.conf did you run mkinitrd and zipl before rebooting?

 

This e-mail, including any attachments, may be confidential, privileged
or otherwise legally protected. It is intended only for the addressee.
If you received this e-mail in error or from someone who was not
authorized to send it to you, do not disseminate, copy or otherwise use
this e-mail or its attachments.  Please notify the sender immediately by
reply e-mail and delete the e-mail from your system.


-Original Message-

 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of 
 Spann, Elizebeth (Betsie)
 Sent: Friday, October 24, 2008 7:29 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Zfcp.conf
 
 Hi,
 I changed my zfcp.conf file and rebooted.I did not erase the
 multipath_bindings file.
 RHEL 5.  device-mapper-multipath-0.4.7-17.el5
 My multipath.conf is configured to use multipath_bindings file
 
 I left the LUNs in the same order but changed zfcp.conf fields 1 and
3;
 i.e. the FCP device and the WWPN.
 After the reboot, the original paths were still being used.  I checked

 this with multipath -ll and lsscsi.
 All the hosts are listed with lszfcp but not all are in multipath -ll.
 
 Can the LUN order in zfcp.conf be changed if I retain the same 
 multipath_bindings file? I don't understand how the two files are 
 related.
 I thought the multipath_bindings file preserved the mpathxx assignment

 to the devices.
 I thought the zfcp.conf file assigned LUNs to FCP routes.
 
  Betsie
 
 --
 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


Zfcp.conf

2008-10-24 Thread Spann, Elizebeth (Betsie)
Hi,
I changed my zfcp.conf file and rebooted.I did not erase the
multipath_bindings file.
RHEL 5.  device-mapper-multipath-0.4.7-17.el5
My multipath.conf is configured to use multipath_bindings file

I left the LUNs in the same order but changed zfcp.conf fields 1 and 3;
i.e. the FCP device and the WWPN.
After the reboot, the original paths were still being used.  I checked
this with multipath -ll and lsscsi.
All the hosts are listed with lszfcp but not all are in multipath -ll.

Can the LUN order in zfcp.conf be changed if I retain the same
multipath_bindings file? I don't understand how the two files are
related.
I thought the multipath_bindings file preserved the mpathxx assignment
to the devices.
I thought the zfcp.conf file assigned LUNs to FCP routes.

 Betsie

--
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: Kjournal questions

2008-10-08 Thread Spann, Elizebeth (Betsie)
EMC DMX4-950. RH OS is on EDEVICE.  Local file systems are FCP-attached
SCSI.  VM uses 3390 disks.
 
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Tuesday, October 07, 2008 10:23 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Kjournal questions

What disk HW is it?

Marcy
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
Spann, Elizebeth (Betsie)
Sent: Tuesday, October 07, 2008 4:32 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [LINUX-390] Kjournal questions

Thank you.  Unfortunately for us, the ESADS reports are for 3390s.  We
are using FCP-attached SCSI.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Barton Robinson
Sent: Tuesday, October 07, 2008 4:45 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Kjournal questions

Check your DASD Cache statistics (ESADSD5 on ESAMAP). This kjournal
problem happens when the Non-volatile storage in cache controller fills
up - dasd performance gets terrible and kjournal uses more CPU.



Spann, Elizebeth (Betsie) wrote:

 Hi,

 We've noticed that the kjournal process takes up almost 30% of our 
 processing at times.
 When I ran mke2fs -jI let it default. Would this be a block size
of
 4096?
 Should I have used  -E stride=stripe-size? If so, are there
 recommendations for large files?
 We have raid 5 and raid 1.

 Betsie


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




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

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

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

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


Re: Kjournal questions

2008-10-08 Thread Spann, Elizebeth (Betsie)
Thanks for the suggestion, Marcy.   I had not read Barton's response
carefully.  Thank you both for the input.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Wednesday, October 08, 2008 10:53 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Kjournal questions

Betsie, contact EMC and ask them why, as Barton said, the cache
controller NVS is full.  I've heard you are not the only one to
experience this.



Marcy 

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
Spann, Elizebeth (Betsie)
Sent: Wednesday, October 08, 2008 8:37 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [LINUX-390] Kjournal questions

EMC DMX4-950. RH OS is on EDEVICE.  Local file systems are FCP-attached
SCSI.  VM uses 3390 disks.
 
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Tuesday, October 07, 2008 10:23 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Kjournal questions

What disk HW is it?

Marcy
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
Spann, Elizebeth (Betsie)
Sent: Tuesday, October 07, 2008 4:32 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [LINUX-390] Kjournal questions

Thank you.  Unfortunately for us, the ESADS reports are for 3390s.  We
are using FCP-attached SCSI.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Barton Robinson
Sent: Tuesday, October 07, 2008 4:45 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Kjournal questions

Check your DASD Cache statistics (ESADSD5 on ESAMAP). This kjournal
problem happens when the Non-volatile storage in cache controller fills
up - dasd performance gets terrible and kjournal uses more CPU.



Spann, Elizebeth (Betsie) wrote:

 Hi,

 We've noticed that the kjournal process takes up almost 30% of our 
 processing at times.
 When I ran mke2fs -jI let it default. Would this be a block size
of
 4096?
 Should I have used  -E stride=stripe-size? If so, are there
 recommendations for large files?
 We have raid 5 and raid 1.

 Betsie


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




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

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

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

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

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


Kjournal questions

2008-10-07 Thread Spann, Elizebeth (Betsie)
Hi,

We've noticed that the kjournal process takes up almost 30% of our
processing at times.
When I ran mke2fs -jI let it default. Would this be a block size of
4096?
Should I have used  -E stride=stripe-size? If so, are there
recommendations for large files?
We have raid 5 and raid 1.

Betsie


--
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: Kjournal questions

2008-10-07 Thread Spann, Elizebeth (Betsie)
Should I have used something other than the defaults when I ran mke2fs
-j?   Is there a segment size default that should be overridden for
large files?
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Justin Payne
Sent: Tuesday, October 07, 2008 1:24 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Kjournal questions

Spann, Elizebeth (Betsie) wrote:
 Hi,

 We've noticed that the kjournal process takes up almost 30% of our 
 processing at times.
 When I ran mke2fs -jI let it default. Would this be a block size
of
 4096?

Yes, default block size is 4096.

 Should I have used  -E stride=stripe-size? If so, are there
 recommendations for large files?
 We have raid 5 and raid 1.

 From what I can see in the source, -E  stride=stripe-size isn't used
until ext4.

Correction here. Using this doesn't make a difference while the system
is running on ext2/3 since this info isn't stored in the superblock, but
it does change how mkfs lays out the block groups. When this option is
used with ext4, the file system will use the info to lay out the data
when writes occur.
 Betsie


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



Justin Payne, RHCE
Senior Technical Support Engineer
Red Hat, Inc.

--
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: Kjournal questions

2008-10-07 Thread Spann, Elizebeth (Betsie)
Thank you.  Unfortunately for us, the ESADS reports are for 3390s.  We
are using FCP-attached SCSI.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Barton Robinson
Sent: Tuesday, October 07, 2008 4:45 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Kjournal questions

Check your DASD Cache statistics (ESADSD5 on ESAMAP). This kjournal
problem happens when the Non-volatile storage in cache controller fills
up - dasd performance gets terrible and kjournal uses more CPU.



Spann, Elizebeth (Betsie) wrote:

 Hi,

 We've noticed that the kjournal process takes up almost 30% of our 
 processing at times.
 When I ran mke2fs -jI let it default. Would this be a block size
of
 4096?
 Should I have used  -E stride=stripe-size? If so, are there
 recommendations for large files?
 We have raid 5 and raid 1.

 Betsie


 --
 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: Finally getting into zFCP...

2008-08-18 Thread Spann, Elizebeth (Betsie)
I have coded both 0x01 and 0x00 on different servers.  If you code 0x00, that 
is host0 on the lszfcp display.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of RPN01
Sent: Monday, August 18, 2008 8:17 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Finally getting into zFCP...

I read somewhere that the second column cannot be equal to zero. Is this not 
true?

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




On 8/13/08 4:01 PM, Spann, Elizebeth (Betsie) [EMAIL PROTECTED] wrote:

 Robert,
 Here's a sample /etc/zfcp.conf file
 
 0.0.0315 0x00 0x5006048ad5f09e01 0x00 0x0010
 0.0.0315 0x00 0x5006048ad5f09e01 0x01 0x0011
 0.0.0315 0x00 0x5006048ad5f09e01 0x02 0x0012
 0.0.0315 0x00 0x5006048ad5f09e01 0x03 0x0013
 0.0.0315 0x00 0x5006048ad5f09e01 0x04 0x0014
 0.0.0315 0x00 0x5006048ad5f09e01 0x05 0x0025
 0.0.0325 0x01 0x5006048ad5f09e0e 0x00 0x0010
 0.0.0325 0x01 0x5006048ad5f09e0e 0x01 0x0011
 0.0.0325 0x01 0x5006048ad5f09e0e 0x02 0x0012
 0.0.0325 0x01 0x5006048ad5f09e0e 0x03 0x0013
 0.0.0325 0x01 0x5006048ad5f09e0e 0x04 0x0014
 0.0.0325 0x01 0x5006048ad5f09e0e 0x05 0x0025
 
 There are 6 LUN's on two paths. The first field is the zfcp subchannel  
 (we code 300-31F on first chpid, 320-32F on second chpid, for example).
 Second field is 0x00 for first adapter, 0x01 for second adapter, 0x02 
 for third adapter, etc.
 The third field identifies the WWPN of the SCSI adapter (two in this example).
 Fourth field is the LUN sequence (0 thru 5 for six LUN's).
 Fifth is the LUN ID that I got from the SCSI vendor SE.
 
 Betsie
  
 
 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of 
 RPN01
 Sent: Wednesday, August 13, 2008 1:48 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Finally getting into zFCP...
 
 We¹re finally getting back around to ³playing² with zFCP, and I¹ve run 
 into a possible bug
 
 We¹re able to get things up and running by hand, and we¹re now trying 
 to set things up to happen during the boot of the system. Everything 
 points back around to a file called /etc/zfcp.conf, but there¹s very 
 little on what¹s really required in the file (i.e. What the five 
 fields really mean / where to go to get the information to fill them 
 out). I think we¹ve figured them out, but it would have been more 
 reassuring to have found some detailed documentation. Or maybe even a man 
 page?
 
 Also, there¹s a script called /sbin/zfcpconf.sh, that appears to be 
 entirely wrong. It lops the 0x off the front of the device address, 
 and uses it in the /sys directory path, but fails to add the ³0.0.² to the 
 front of it.
 Could it have ever worked? I¹m not sure I see how... Adding in the 
 ³0.0.² into the paths used in the script seems to make it work correctly.
 
 The second question is, does this script actually get envoked during the boot?
 Or do we have to slip it in somewhere in the /etc/init.d path?

--
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: Finally getting into zFCP...

2008-08-13 Thread Spann, Elizebeth (Betsie)
Robert,
Here's a sample /etc/zfcp.conf file

0.0.0315 0x00 0x5006048ad5f09e01 0x00 0x0010
0.0.0315 0x00 0x5006048ad5f09e01 0x01 0x0011
0.0.0315 0x00 0x5006048ad5f09e01 0x02 0x0012
0.0.0315 0x00 0x5006048ad5f09e01 0x03 0x0013
0.0.0315 0x00 0x5006048ad5f09e01 0x04 0x0014
0.0.0315 0x00 0x5006048ad5f09e01 0x05 0x0025
0.0.0325 0x01 0x5006048ad5f09e0e 0x00 0x0010
0.0.0325 0x01 0x5006048ad5f09e0e 0x01 0x0011
0.0.0325 0x01 0x5006048ad5f09e0e 0x02 0x0012
0.0.0325 0x01 0x5006048ad5f09e0e 0x03 0x0013
0.0.0325 0x01 0x5006048ad5f09e0e 0x04 0x0014
0.0.0325 0x01 0x5006048ad5f09e0e 0x05 0x0025

There are 6 LUN's on two paths. The first field is the zfcp subchannel  (we 
code 300-31F on first chpid, 320-32F on second chpid, for example). 
Second field is 0x00 for first adapter, 0x01 for second adapter, 0x02 for third 
adapter, etc.
The third field identifies the WWPN of the SCSI adapter (two in this example).
Fourth field is the LUN sequence (0 thru 5 for six LUN's).
Fifth is the LUN ID that I got from the SCSI vendor SE.

Betsie
 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of RPN01
Sent: Wednesday, August 13, 2008 1:48 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Finally getting into zFCP...

We¹re finally getting back around to ³playing² with zFCP, and I¹ve run into a 
possible bug

We¹re able to get things up and running by hand, and we¹re now trying to set 
things up to happen during the boot of the system. Everything points back 
around to a file called /etc/zfcp.conf, but there¹s very little on what¹s 
really required in the file (i.e. What the five fields really mean / where to 
go to get the information to fill them out). I think we¹ve figured them out, 
but it would have been more reassuring to have found some detailed 
documentation. Or maybe even a man page?

Also, there¹s a script called /sbin/zfcpconf.sh, that appears to be entirely 
wrong. It lops the 0x off the front of the device address, and uses it in the 
/sys directory path, but fails to add the ³0.0.² to the front of it.
Could it have ever worked? I¹m not sure I see how... Adding in the ³0.0.² into 
the paths used in the script seems to make it work correctly.

The second question is, does this script actually get envoked during the boot? 
Or do we have to slip it in somewhere in the /etc/init.d path?

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



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


Managing multiple LPARs

2008-07-23 Thread Spann, Elizebeth (Betsie)
Hi,
We are planning on using CA's VM:Operator and its message routing via
RSCS to manage six VM LPARs, several of them running zLinux.
What are other sites doing, please?

Betsie

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

2008-06-03 Thread Spann, Elizebeth (Betsie)
I found lsscsi on my RHEL distribution as lsscsi-0.17
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Ayer, Paul W
Sent: Tuesday, June 03, 2008 6:45 AM
To: LINUX-390@VM.MARIST.EDU
Subject: lsscsi command

Hi 

Anyone have the lsscsi command installed on there z/Linux systems?
(I'm using RHEL 4.6 - 5.1 on s390x)

I can't seem to down load it. I have seen some documents where it's in
S390-tools but have not yet found it.

Any pointers to where I can get it would be much appreciated.

Thanks,
Paul

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

2008-05-27 Thread Spann, Elizebeth (Betsie)
We ran point-to-point with FCP-attached devices for awhile on RHEL 5
(kernel 2.6.18) on EMC DMX3 hardware.  No problem.  Never got that
error.

Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Edmund R. MacKenty
Sent: Tuesday, May 27, 2008 8:09 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FCP Setup

On Monday 26 May 2008 10:24, Martin, Terry R. (CMS/CTR) (CTR) wrote:
Has anyone run into the following error while trying to get FCP to work

between z/VM 5.3 and RedHat Linux 4.6. We are connecting to a IBM 
DS8100. We present the FCP device to the Linux guest and it sees it. 
But they receive the error when they try to do their thing.
...
e49l124d kernel: zfcp: error: Point-to-point fibrechannel configuration

detected at adapter 0.0.5500 unsupported, shutting down adapter

Yup.  We got that same error on a SLES9 GA system.  We switched to a
SLES9 SP3 system and the FCP driver worked there.  So it looks like PtP
FCP support is a fairly recent addition.  Haven't tried it with RHEL
yet.
- MacK.
-
Edmund R. MacKenty
Software Architect
Rocket Software, Inc.
Newton, MA USA

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

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


Managing multiple VM LPARs

2008-04-24 Thread Spann, Elizebeth (Betsie)
Hi,
How do other data centers manage multiple VM systems?  We are looking
for information on software, displays.
For instance, do  you use VM:Operator and just send alerts to a single
host?
Do you user Supervision and scrape all messages from Secure TN3270
sessions?

Thanks in advance,
Betsie

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


Nfs and pcnfsd daemon

2008-04-10 Thread Spann, Elizebeth (Betsie)
Hi,
On a Linux 2.6 kernel (I'm using RHEL 5), how is the pcnfsd daemon
started?
I have an SFS fiespace mounted via NFS on a zLinux guest and cannot
write to it.  IBM has looked at traces and says that no PCNFS operation
is being sent to the VM server (VMNFS on another LPAR). The problem is
on the NFS client side.
Rpcinfo shows that VMNFS has pcnfsd running but the local Linux system
does not.

Local:
 program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000241   udp942  status
1000241   tcp945  status
1000211   udp  32768  nlockmgr
1000213   udp  32768  nlockmgr
1000214   udp  32768  nlockmgr
1000211   tcp  44844  nlockmgr
1000213   tcp  44844  nlockmgr
1000214   tcp  44844  nlockmgr
1000111   udp677  rquotad
1000112   udp677  rquotad
1000111   tcp680  rquotad
1000112   tcp680  rquotad
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
151   udp699  mountd
151   tcp702  mountd

The server NFS system (z/VM 5.2) program vers proto   port
102   udp111  portmapper
102   tcp111  portmapper
151   udp   2049  mountd
153   udp   2049  mountd
151   tcp   2049  mountd
153   tcp   2049  mountd
132   udp   2049  nfs
133   udp   2049  nfs
132   tcp   2049  nfs
133   tcp   2049  nfs
1500011   udp   2049  pcnfsd
1500012   udp   2049  pcnfsd
[EMAIL PROTECTED] sbin]#

Any suggestions, please?
Betsie


--
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: Nfs and pcnfsd daemon

2008-04-10 Thread Spann, Elizebeth (Betsie)
The IBM MOUNTPW webpage says MOUNTPW isn't needed if PCNFSD is available
on the NFS server.  Rpcinfo on the VM server shows pcnfsd running.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
David Boyes
Sent: Thursday, April 10, 2008 11:37 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Nfs and pcnfsd daemon

  You don't run pcnfsd on the client; pcnfsd has to run on the server 
  side. It's a hack to allow non-Unix systems to authenticate a
connection
  from a non-Unix system and get a valid numeric UID so that NFS
security
  works.
 One of the major defects of the NFS protocol: Unix NFS daemons 
 inexplicably believe whatever the client tells them.

Except for secure NFS, in which the tokens were just more complicated;
it still believed anything you told it; the questions were just harder
to understand...8-). The default behavior these days (ignore UID=0
requests unless deliberately stupidly configured) is at least somewhat
improved. 

NFS v4 just uses GSSAPI and defaults to Kerberos 5 authentication. Much
better, if considerably more complex to configure. 

As I said, NFS is a crummy protocol design. DNRFS on DECnet was a lot
smarter, as was Courier on XNS. But, it was lightweight and fit well in
EPROMs and didn't require licensing ...

  You need to get the mountpw command (source is provided by IBM) and
run
  it prior to trying to mount the filesystem on the Linux guest.
Mountpw
  allows you to supply a VM userid and pw to authenticate the client, 
  which will then use the authentication token created by mountpw when
the
  actual mount request comes in.
 Gaaack.  Are you saying that Linux doesn't support PCNFS as a client?

Well, pcnfsd was invented as a DOS thing -- DOS couldn't do the RPCs
necessary to support NFS and didn't have any concept of user anyway.
Linux has always had a full NFS client, so usually pcnfs isn't ever
needed. I can't say categorically that a pcnfsd client for Linux
*doesn't* exist, but I've never seen one. 

BTW: the URL I referenced is the IBM CMS NFS support page. If mountpw is
no longer required, probably time to update it. In your Copious Free
Time, that is... or make Miguel do it. It is All His Fault Now. 8-)

-- db

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


ooRexx-3.2.0 install problems

2008-04-01 Thread Spann, Elizebeth (Betsie)
Hi,
Has anyone successfully done an rpmbuild from ooRexx source rpm and
gotten it to compile properly? If so, what version and where did you get
it?
I have been trying with Version 3.2.0 from sourceforge.

Betsie

--
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: CMM questions

2008-03-10 Thread Spann, Elizebeth (Betsie)
Mark,
Is CMM-2 on by default on a z9?  How does it become enabled or disabled?
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Post
Sent: Saturday, March 08, 2008 6:45 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CMM questions

 On Fri, Mar 7, 2008 at  6:06 PM, in message
[EMAIL PROTECTED], Spann,
Elizebeth (Betsie) [EMAIL PROTECTED] wrote: 
 Hi Gang,
 I'm confused and have some basic questions, please.
 Does VMRM Cooperative Memory Management require anything to be 
 installed on the zLinux guest?  I've activated the VMRMSVM server.

You have to have the cmm.ko kernel module loaded, and that comes with
the kernel package (at least on SLES).

 Does it work with the Collaborative Memory Management Assist machine 
 feature?

That's CMM-2, not CMM-1.

 Do they work independently of each other? Require each other?   I need
a
 CMM for Dummies tutorial.

CMM-2 does not require CMM-1, and likely would conflict if they were
both active at the same time.


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

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


CMM questions

2008-03-07 Thread Spann, Elizebeth (Betsie)
Hi Gang,
I'm confused and have some basic questions, please.
Does VMRM Cooperative Memory Management require anything to be installed
on the zLinux guest?  I've activated the VMRMSVM server.

Does it work with the Collaborative Memory Management Assist machine
feature?

Do they work independently of each other? Require each other?   I need a
CMM for Dummies tutorial.

Betsie

--
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: CMM questions

2008-03-07 Thread Spann, Elizebeth (Betsie)
Any other versions of the URL?  I can't get to the one below.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Friday, March 07, 2008 3:26 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CMM questions

Hi Betsie!

Have you read this one?

http://www-128.ibm.com/developerworks/linux/linux390/perf/tuning_pap_VM.
html#vmlm




Marcy Cortes 
 
This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Friday, March 07, 2008 3:06 PM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] CMM questions

Hi Gang,
I'm confused and have some basic questions, please.
Does VMRM Cooperative Memory Management require anything to be installed
on the zLinux guest?  I've activated the VMRMSVM server.

Does it work with the Collaborative Memory Management Assist machine
feature?

Do they work independently of each other? Require each other?   I need a
CMM for Dummies tutorial.

Betsie

--
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: CMM questions

2008-03-07 Thread Spann, Elizebeth (Betsie)
Nevermind 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Friday, March 07, 2008 3:31 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CMM questions

Any other versions of the URL?  I can't get to the one below.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Friday, March 07, 2008 3:26 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CMM questions

Hi Betsie!

Have you read this one?

http://www-128.ibm.com/developerworks/linux/linux390/perf/tuning_pap_VM.
html#vmlm




Marcy Cortes 
 
This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Friday, March 07, 2008 3:06 PM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] CMM questions

Hi Gang,
I'm confused and have some basic questions, please.
Does VMRM Cooperative Memory Management require anything to be installed
on the zLinux guest?  I've activated the VMRMSVM server.

Does it work with the Collaborative Memory Management Assist machine
feature?

Do they work independently of each other? Require each other?   I need a
CMM for Dummies tutorial.

Betsie

--
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: CMM questions

2008-03-07 Thread Spann, Elizebeth (Betsie)
Thank you, Marcy, for the link.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Friday, March 07, 2008 3:34 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CMM questions

You'll probably have to cut and paste that back together.
Not sure how to make this list not chop it.  Should end with
/perf/tuning_pap_VM.html#vmlm 


Marcy Cortes 

This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Friday, March 07, 2008 3:31 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [LINUX-390] CMM questions

Any other versions of the URL?  I can't get to the one below.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Friday, March 07, 2008 3:26 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CMM questions

Hi Betsie!

Have you read this one?

http://www-128.ibm.com/developerworks/linux/linux390/perf/tuning_pap_VM.
html#vmlm




Marcy Cortes 
 
This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Friday, March 07, 2008 3:06 PM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] CMM questions

Hi Gang,
I'm confused and have some basic questions, please.
Does VMRM Cooperative Memory Management require anything to be installed
on the zLinux guest?  I've activated the VMRMSVM server.

Does it work with the Collaborative Memory Management Assist machine
feature?

Do they work independently of each other? Require each other?   I need a
CMM for Dummies tutorial.

Betsie

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

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

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

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

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


Re: zFCP Disk

2008-02-01 Thread Spann, Elizebeth (Betsie)
Hi Jerry,
I am attempting a similar project. I'm trying to use an EMC DMX SCSI box
attached to my zLinux guests.
I attach (or DEDICATE) an FCP subchannel (an IODEVICE) to a zLinux guest
for each physical path I want.  We are not going thru a fabric switch
but using point to point cabling.   (I can't use any of the discovery
tools.) 
I was able to get multipathing working, I believe, using DM-MPIO.  
My challenge is getting LVM2 working in a multipath environment.  The
/etc/multipath.conf and /etc/lvm/lvm.conf files have to be configured
correctly.   
Anybody out there doing this?  

Betsie Spann

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Jerry Whitteridge
Sent: Friday, February 01, 2008 11:25 AM
To: LINUX-390@VM.MARIST.EDU
Subject: zFCP Disk

Working through the addition of FCP disk to my Linux guests and
everything (now) appears to be going fine but I realized that I was
doing a dynamic attachment to the FCP ucb to the Linux guest on VM. 
 
What should the directory entry for the device be ? Special or Dedicate
? Currently all I do is
 
attach ea42 to linux1
 
from the appropriate VM account. 
 
Thanks

 Jerry Whitteridge

Mainframe Engineering

Safeway Inc

925 951 4184

[EMAIL PROTECTED]

 

Email Firewall made the following annotations.

--

Warning: 
All e-mail sent to this address will be received by the corporate e-mail
system, and is subject to archival and review by someone other than the
recipient.  This e-mail may contain proprietary information and is
intended only for the use of the intended recipient(s).  If the reader
of this message is not the intended recipient(s), you are notified that
you have received this message in error and that any review,
dissemination, distribution or copying of this message is strictly
prohibited.  If you have received this message in error, please notify
the sender immediately.   
 

==

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

2008-02-01 Thread Spann, Elizebeth (Betsie)
Mark,
Where should I look for the doc, please?I've read the EMC doc and
looked thru the LVM HOWTO's.  I'm not using fba emulation but native
SCSI.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Post
Sent: Friday, February 01, 2008 11:56 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: zFCP Disk

 On Fri, Feb 1, 2008 at  2:43 PM, in message
[EMAIL PROTECTED], Spann,
Elizebeth (Betsie) [EMAIL PROTECTED] wrote: 
-snip-
 I was able to get multipathing working, I believe, using DM-MPIO.  
 My challenge is getting LVM2 working in a multipath environment.  The 
 /etc/multipath.conf and /etc/lvm/lvm.conf files have to be configured
 correctly.   
 Anybody out there doing this?  

Yes, a number of people have done it, and there's some decent
documentation for it as well.


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

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

2008-02-01 Thread Spann, Elizebeth (Betsie)
We are using point to point cabling, so I can't use the discovery tools,
no switch.
I have connectivity after working out the LUN names.  I'm struggling
with LVM2 over multipaths.
Thanks,
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Raymond Higgs
Sent: Friday, February 01, 2008 12:52 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: zFCP Disk

Linux on 390 Port LINUX-390@VM.MARIST.EDU wrote on 02/01/2008 03:35:34
PM:

 Much of the doc out there is for earlier releases (I'm running SLES10)

 and there is no real step by step information out there to add FCP to 
 an existing Linux Virtual Server.
 The FCP Redbooks and NPIV Redbooks make some sign cant assumptions on 
 the level of knowledge  that we have. So for example:

 I'm attaching to a EMC Clarion in my test environment.
  I had to sign into the switch before they could finish the masking, 
 but when using yast it insisted on knowing ALL the details of the FCP 
 connection before I could proceed. By experimentation I found that if 
 I used the zfcp_host_configure command to set the VM device on line it

 signed me in and out of the switch.

 Then there was more time spent trying to find commands to show what I 
 could see and where they were all located. Some of the things I came 
 across like san_disc  showed up but with no examples to go by I 
 couldn't work out what it was asking for or the appropriate entries.  
 Other commands I came across like lsscsi, lszfcp are mentioned in 
 differing presentations scattered around the web.

These commands are documented in the device drivers document.  There are
even examples :)  Use developer works to get a copy:

http://www.ibm.com/developerworks/linux/linux390/october2005_documentati
on.html

Ray Higgs
System z FCP Development
Bld. 706, B24
2455 South Road
Poughkeepsie, NY 12601
(845) 435-8666,  T/L 295-8666
[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: zFCP Disk

2008-02-01 Thread Spann, Elizebeth (Betsie)
 
That's it!   I've been trying to determine what to use with pvcreate.
And it's RHEL specific.
Betsie  (my brain hurts - can I go home now?)
-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Brad Hinson
Sent: Friday, February 01, 2008 2:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: zFCP Disk

On Fri, 2008-02-01 at 17:13 -0500, Brad Hinson wrote:
 On Fri, 2008-02-01 at 14:47 -0700, Mark Post wrote:
   On Fri, Feb 1, 2008 at  4:24 PM, in message
  [EMAIL PROTECTED], 
  Spann, Elizebeth (Betsie) [EMAIL PROTECTED] wrote:
   We are using point to point cabling, so I can't use the discovery 
   tools, no switch.
   I have connectivity after working out the LUN names.  I'm 
   struggling with LVM2 over multipaths.
 
  From the doc I pointed you to, it looks relatively straightforward.
You need to update /etc/lvm.conf so that it doesn't consider /dev/sd??
devices to be elibible as PVs, just the /dev/mapper/ ones.
 
 
  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


 Here are a couple of additional references for LVM over multipath:

 http://kbase.redhat.com/faq/FAQ_43_8734.shtm
 http://kbase.redhat.com/faq/FAQ_96_5834.shtm
 http://kbase.redhat.com/faq/FAQ_96_11252.shtm
 http://kbase.redhat.com/faq/FAQ_96_11196.shtm


 --
 Brad Hinson [EMAIL PROTECTED]
 Sr. Support Engineer Lead, System z
 Red Hat, Inc.
 (919) 754-4198

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


One more (a lot better):

http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/en-US/RHEL51
0/DM_Multipath/multipath_logical_volumes.html


--
Brad Hinson [EMAIL PROTECTED]
Sr. Support Engineer Lead, System z
Red Hat, Inc.
(919) 754-4198

--
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: IP address changed, how do I update rhel4 to match?

2008-01-15 Thread Spann, Elizebeth (Betsie)
Gateway is in /etc/sysconfig/network
IP is in /etc/sysconfig/network-scripts/ifcfg-eth0 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Warren Taylor
Sent: Tuesday, January 15, 2008 2:54 PM
To: LINUX-390@VM.MARIST.EDU
Subject: IP address changed, how do I update rhel4 to match?

anyone know how to updae vm/linux to reflect our new IP address?

--
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: IP address changed, how do I update rhel4 to match?

2008-01-15 Thread Spann, Elizebeth (Betsie)
You will need to reboot, of course.  
Nothing else should be necessary if the physical network is unchanged.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Warren Taylor
Sent: Tuesday, January 15, 2008 3:43 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: IP address changed, how do I update rhel4 to match?

I just change the contents of these two files then?

Spann, Elizebeth (Betsie) [EMAIL PROTECTED] wrote:  Gateway is in
/etc/sysconfig/network IP is in
/etc/sysconfig/network-scripts/ifcfg-eth0 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Warren Taylor
Sent: Tuesday, January 15, 2008 2:54 PM
To: LINUX-390@VM.MARIST.EDU
Subject: IP address changed, how do I update rhel4 to match?

anyone know how to updae vm/linux to reflect our new IP address?

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


SAN_disc tool users?

2008-01-15 Thread Spann, Elizebeth (Betsie)
Anyone using the SAN_disc tool mentioned in the SC33-8291 doc, titled
How to use FC-attached SCSI devices with Linux on System z?
I downloaded lib-zfcp-hbaapi-1.4 from DeveloperWorks and followed the
install instructions.  It seemed to install correctly but it is not in
/usr/local/lib  
I can't find it nor can modprobe.   Any suggestions, please?

Betsie

--
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: SAN_disc tool users?

2008-01-15 Thread Spann, Elizebeth (Betsie)
The only thing in /usr/local/bin is san_disc.  I can't find the
zfcp_hbaapi driver.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
John Summerfield
Sent: Tuesday, January 15, 2008 4:53 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: SAN_disc tool users?

Spann, Elizebeth (Betsie) wrote:
 Anyone using the SAN_disc tool mentioned in the SC33-8291 doc, titled 
 How to use FC-attached SCSI devices with Linux on System z?
 I downloaded lib-zfcp-hbaapi-1.4 from DeveloperWorks and followed the 
 install instructions.  It seemed to install correctly but it is not in

 /usr/local/lib

That's an appropriate for locally-built shared code. locally-built
binaries should be in /usr/local/bin (general use) or /usr/local/sbin
(administration).

Packages should not install to /usr/local.

 I can't find it nor can modprobe.   Any suggestions, please?

According to
http://www.ibm.com/developerworks/linux/linux390/useful_add-ons_hbaapi-1
.4.html
you've looked in the wrong place.


--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

You cannot reply off-list:-)

--
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: SAN_disc tool users?

2008-01-15 Thread Spann, Elizebeth (Betsie)
I ran the strace and make install but the /tmp/trace file has no
occurrence of zfcp_hbaapi.No such module must exist in
lib-zfcp-hbaapi-1.4.
The SC33-8291 doc discusses lib-zfcp-hbaapi-1.3.
Do you use this tool?  Have you been able to successfully run modprobe
zfcp_hbaapi?
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
John Summerfield
Sent: Tuesday, January 15, 2008 5:51 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: SAN_disc tool users?

Spann, Elizebeth (Betsie) wrote:
 The only thing in /usr/local/bin is san_disc.  I can't find the 
 zfcp_hbaapi driver.

kernel modules should be in /lib/modules/$(uname -r)

I would run the make install again and read carefully to see where
stuff is being put. If there are insufficient messages, run it under
strace. Read the man page for details, but it might be like this:
  strace -f -o /tmp/trace -s  -e trace=open make install then read
/tmp/trace:

  less /tmp/trace
Note there's nothing magic about , it's an arbitrary number larger
than the default.

 Betsie

 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of 
 John Summerfield
 Sent: Tuesday, January 15, 2008 4:53 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: SAN_disc tool users?

 Spann, Elizebeth (Betsie) wrote:
 Anyone using the SAN_disc tool mentioned in the SC33-8291 doc, titled

 How to use FC-attached SCSI devices with Linux on System z?
 I downloaded lib-zfcp-hbaapi-1.4 from DeveloperWorks and followed the

 install instructions.  It seemed to install correctly but it is not 
 in

 /usr/local/lib

 That's an appropriate for locally-built shared code. locally-built 
 binaries should be in /usr/local/bin (general use) or /usr/local/sbin 
 (administration).

 Packages should not install to /usr/local.

 I can't find it nor can modprobe.   Any suggestions, please?

 According to
 http://www.ibm.com/developerworks/linux/linux390/useful_add-ons_hbaapi
 -1
 .4.html
 you've looked in the wrong place.


 --

 Cheers
 John

 -- spambait
 [EMAIL PROTECTED]  [EMAIL PROTECTED]
 -- Advice
 http://webfoot.com/advice/email.top.php
 http://www.catb.org/~esr/faqs/smart-questions.html
 http://support.microsoft.com/kb/555375

 You cannot reply off-list:-)

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



--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

You cannot reply off-list:-)

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


DeveloperWorks not available?

2007-11-28 Thread Spann, Elizebeth (Betsie)
Hi,
When I try to access
http://www-128.ibm.com/developerworks/linux/linux390/  I get 
The IBM developerWorks Web site is currently under maintenance  
Is this just a bad URL or is it really unavailable?  If unavailable,
anyone have a suggestion as to where I might obtain a tape driver for
the 2.6 kernel?
Can the tape_3590-2.6.13-s390x-october2005.tar  be used on the 2.6
kernel?
Thanks in advance,
Betsie


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


VM and zLinux on SCSI

2007-08-30 Thread Spann, Elizebeth (Betsie)
Hi Everyone,
We are planning on building a VM LPAR with zLinux guests and using an
EMC DMX 950 storage box.   Anyone have experience with either this box
and/or other SCSI storage?  Please share any advice or comments to me
offline, [EMAIL PROTECTED]

Thanks,
Betsie

--
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: Single user mode and root password

2007-08-22 Thread Spann, Elizebeth (Betsie)
Thank you for all the information and suggestions. Very much
appreciated,
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Bruce Hayden
Sent: Wednesday, August 22, 2007 6:11 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Single user mode and root password

Here is what I've used on SLES 10:

 cat /sbin/sulogin
#!/bin/bash
#Always log in without asking for a password HOME=/root exec -l
/bin/bash --login --noprofile

On 8/22/07, Ronald van der Laan [EMAIL PROTECTED] wrote:
 Rob,

 Yes, by replacing the /sbin/sulogin by a script that just calls 
 /bin/bash, you prevent the password check for both the fsck and single
user modes.

 Ronald van der Laan


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

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

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


Single user mode and root password

2007-08-21 Thread Spann, Elizebeth (Betsie)
Hi All,
In the virtualization cookbooks for RHEL 4 and 5, it says in single
user mode, you are logged in as the root user and all of the file
systems in /etc/fstab are mounted.   This has not been my experience
and I am trying to determine why. None of my SLES 9 or RHEL AS 4 systems
go into single user mode without prompting for the root password.   
I have verified that the TERMINAL LINEND character is set when issuing
the VI VMSG response.
I have been told that the prompt indicates an error in /etc/fstab or a
startup problem.  If I boot into another state ( 3 or 5 ), there is no
indication of /etc/fstab problems.  Checking dmesg, I can't see any
errors.
Any other suggestions for debugging this problem, please?

Betsie (the clueless)


--
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: Single user mode and root password

2007-08-21 Thread Spann, Elizebeth (Betsie)
Both a Red Hat zLinux tech and an IBM zLinux tech told me otherwise.
 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Bill Dodge
Sent: Tuesday, August 21, 2007 12:21 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Single user mode and root password

In single user mode for SUSE you are logged in as the root user however
that is not true with RedHat.  To start single user mode in RedHat you
need to know the root password.  A real PITA.


 Linux on 390 Port LINUX-390@VM.MARIST.EDU wrote:

 Hi All,
 In the virtualization cookbooks for RHEL 4 and 5, it says in single 
 user mode, you are logged in as the root user and all of the file
 systems in /etc/fstab are mounted.   This has not been my experience
 and I am trying to determine why. None of my SLES 9 or RHEL AS 4
systems
 go into single user mode without prompting for the root password.   
 I have verified that the TERMINAL LINEND character is set when issuing

 the VI VMSG response.
 I have been told that the prompt indicates an error in /etc/fstab or a

 startup problem.  If I boot into another state ( 3 or 5 ), there is no

 indication of /etc/fstab problems.  Checking dmesg, I can't see any 
 errors.
 Any other suggestions for debugging this problem, please?
 
 Betsie (the clueless)
 

In single user mode for SUSE you are logged in as the root user however
that is not true with RedHat.  To start single user mode in RedHat you
need to know the root password.  A real PITA.


--
Bill Dodge
email: [EMAIL PROTECTED]
Phone: (703)627-2455 

If you don't know where you are going, any road will take you there.
Lewis Carroll
If you don't know where you are, a map won't help Unknown 





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


NetBackup question

2007-08-07 Thread Spann, Elizebeth (Betsie)
Hi,
Is anyone running a NetBackup client on RHEL AS 4?   What version,
please? Is the bp executable a 64-bit or 32-bit executable?

I installed NetBackup-IBzSeriesLinux2.4.21 6.0.When trying to run
/usr/openv/netbackup/bin/bp, I get an error message that a shared
library could not be loaded.   It's libncurses.so.5  which is a symlink
to libncurses.so.5.4.  This is a 64-bit object.Bp is a 32-bit
executable.
Ncurses-5.14-13 is installed.


Thanks for any advice,
Betsie

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

2007-08-07 Thread Spann, Elizebeth (Betsie)
My RHEL distribution doesn't have ncurses-32bit.  I can only find x86
rpms on the web.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Marcy Cortes
Sent: Tuesday, August 07, 2007 9:45 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: NetBackup question

Hello Betsie,

I see now that Veritas is Symantec (makers of ESM).  I wonder how that
bodes for our Netbackups and ESM agents ?! 

I don't have RHEL, but SuSe, but I have that level (2.4.21 6.0).
It says
[EMAIL PROTECTED]:/usr/openv/netbackup/bin file bp
bp: ELF 32-bit MSB executable, IBM S/390, version 1 (SYSV), for
GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped

Looks 32bit to me and using the 32bit ncurses on SLES 9, SP3:

[EMAIL PROTECTED]:/usr/openv/netbackup/bin ldd bp
libnsl.so.1 = /lib/libnsl.so.1 (0x4001f000)
libncurses.so.5 = /lib/libncurses.so.5 (0x40036000)
libresolv.so.2 = /lib/libresolv.so.2 (0x40088000)
libdl.so.2 = /lib/libdl.so.2 (0x4009d000)
libc.so.6 = /lib/tls/libc.so.6 (0x400a1000)
/lib/ld.so.1 (0x4000)
[EMAIL PROTECTED]:/usr/openv/netbackup/bin rpm -qa | grep ncurses
ncurses-5.4-61.4
ncurses-32bit-9-200407011411
[EMAIL PROTECTED]:/usr/openv/netbackup/bin rpm -qf /lib/libncurses.so.5
ncurses-32bit-9-200407011411




Marcy Cortes
Enterprise Hosting Services - z/VM and z/Linux w. (415) 243-6343 c.
(415) 517-0895 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
Spann, Elizebeth (Betsie)
Sent: Tuesday, August 07, 2007 8:20 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] NetBackup question

Hi,
Is anyone running a NetBackup client on RHEL AS 4?   What version,
please? Is the bp executable a 64-bit or 32-bit executable?

I installed NetBackup-IBzSeriesLinux2.4.21 6.0.When trying to run
/usr/openv/netbackup/bin/bp, I get an error message that a shared
library could not be loaded.   It's libncurses.so.5  which is a symlink
to libncurses.so.5.4.  This is a 64-bit object.Bp is a 32-bit
executable.
Ncurses-5.14-13 is installed.


Thanks for any advice,
Betsie

--
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: RHEL4 Kernel Panic - capture dump?

2007-07-30 Thread Spann, Elizebeth (Betsie)
I was able to see/print the pdf.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Morris, Kevin J. 
(LNG-DAY)
Sent: Monday, July 30, 2007 2:09 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RHEL4 Kernel Panic - capture dump?

Hi Brad.  Thanks for the response.  When I try to open your link/pdf, I get 
error opening the document with adobe.  Anyone else having this problem? 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Brad Hinson
Sent: Monday, July 30, 2007 3:34 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RHEL4 Kernel Panic - capture dump?

Check out this presentation on linuxvm.org:

Help! My (Virtual) Penguin Is Sick!
http://linuxvm.org/present/SHARE108/S9248ps.pdf

There's a section on VMDUMP, which will give you a kernel memory dump.
You'll need to convert it using 'vmconvert', which is available in the 
s390utils package.  This is assuming you're using DASD.  If it's a zFCP-only 
setup, the process is a little different.

-Brad

On Mon, 2007-07-30 at 13:57 -0400, Morris, Kevin J. (LNG-DAY) wrote:
 We have a linux guest that frequently encounters a kernel panic, effectively 
 killing the box.  Thankfully, we have IBM Operations Manager and can trap the 
 HCP message and instantly reboot the box once it hits the disabled wait 
 state.  We are running the latest RHEL4 maintenance on this guest and would 
 like to provide a dump to RedHat.  How can we trigger/capture a dump when the 
 kernel panics?
 
 Below is the console log for this guest at the time of the panic:
 
 07/30/2007 05:49:55 kernel BUG at mm/filemap.c:2245! 
 07/30/2007 05:49:55 illegal operation: 0001 Ý#1¨ 
 07/30/2007 05:49:55 CPU:1Not tainted 
 07/30/2007 05:49:55 Process chmod (pid: 15271, task: 5b94ccb0,
 ksp: 5eb1beb8)
 07/30/2007 05:49:55 Krnl PSW : 07018000 0006cf98
 (generic_file_aio_write+0x60/0x134
 07/30/2007 05:49:55
 07/30/2007 05:49:55  Ý0002ff7e¨ sysc_noemu+0x10/0x16
 07/30/2007 05:49:55  Ý020c0700¨ 0x20c0700
 07/30/2007 05:49:55
 07/30/2007 05:49:55  0Kernel panic - not syncing: Fatal exception: 
 panic_on_oops
 07/30/2007 05:49:55 00: HCPGSP2629I The virtual machine is placed in CP mode 
 due to a SIGP stop from CPU 01.
 07/30/2007 05:49:55 01: HCPGIR450W CP entered; disabled wait PSW
 00020001 8000  00018A66
 07/30/2007 05:49:55 CP SEND TPC3675  IPL CMS PARM AUTOCR
 
 Thanks,
 Kevin Morris
 LexisNexis, a division of Reed Elsevier Inc.
 z/OS System Engineering
 
 --
 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
--
Brad Hinson [EMAIL PROTECTED]
Sr. Support Engineer Lead, System z
Red Hat, Inc.
(919) 754-4198

--
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: Mini-survey: Linux usability

2007-06-12 Thread Spann, Elizebeth (Betsie)
Let me add the difficulty of learning to google for problem
identification and solution, rather than using IBM manuals (item one)
and (item two) figuring out how to set up a gui interface.  Most Linux
classes teach gui sysadmin interfaces. The teacher looks at you funny
when you continue to ask about command line alternatives.  :-)
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
David Boyes
Sent: Tuesday, June 12, 2007 12:03 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Mini-survey: Linux usability

Peter, 

Responding on list, because I think public discussion is probably useful
on this topic. 


 I'm currently involved in a discussion about how the usability aspect
of
 Linux on the mainframe can be improved. For this reason I'd very much
like
 to hear about your experience with installing, configuring and running

 Linux on System z. What has been your most annoying experience in this

 context?

The two areas that get the most blowback from the people we deal with
are: 

1) The contortions necessary to get the first guest installed,
particularly for a traditional mainframe population. Having to use
non-mainframe tools or obscure devices such as the HMC CD or DVD drive
(which are usually not physically accessible, or not managed by operator
automation in a way that is convenient to people doing the installs). 

We (SNA) are well advanced on doing something about that, but that's the
biggest complaint we hear.

2) The difficulty of working with the console in environments with
security regimins which require root logins to be limited to the console
device for Linux systems.

Most sites with Unix or Linux/Intel backgrounds and any concern for
security have security standards for managing privileged access to
systems. Complying with those standards -- to play along with the
message of Linux is Linux -- means disabling root logins on all
terminals but the console...but that puts Unix admins in the position of
having no fullscreen access to do repairs, and the current generation
has no experience with TTY consoles. 
The VT220 hardware console support is nice, but few have it yet, and
won't be available widely until 5.3 becomes ubiquitous (and there's no
direct support in the VM TCP stack for a solicitor to connect to a
virtualized console). 

 It would also be helpful to know what system you worked with before 
 Linux on the mainframe (e.g.
 zOS/zVSE/zVM/Unix/Windows/Intel based systems).

Everything. I'm very generalized...8-)

--
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: IBM typo or pre-announce ???

2007-06-12 Thread Spann, Elizebeth (Betsie)
Having to learn MVS, USS and then install Linux?  Am I having a
nightmare?
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Lionel B. Dyck
Sent: Tuesday, June 12, 2007 12:17 PM
To: LINUX-390@VM.MARIST.EDU
Subject: IBM typo or pre-announce ???

Take a look at this and tell me - is it a typo or is IBM pre-announcing
something:

http://tinyurl.com/33m27d 

smile

Lionel B. Dyck, Consultant/Specialist
Enterprise Platform Services, Mainframe Engineering KP-IT Enterprise
Engineering, Client and Platform Engineering Services
(CAPES)
925-926-5332 (8-473-5332) | E-Mail: [EMAIL PROTECTED]
AIM: lbdyck | Yahoo IM: lbdyck
Kaiser Service Credo: Our cause is health. Our passion is service.
We?re here to make lives better.? 

?Never attribute to malice what can be caused by miscommunication.? 

NOTICE TO RECIPIENT: If you are not the intended recipient of this
e-mail, you are prohibited from sharing, copying, or otherwise using or
disclosing its contents. If you have received this e-mail in error,
please notify the sender immediately by reply e-mail and permanently
delete this e-mail and any attachments without reading, forwarding or
saving them. 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

--
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: IBM typo or pre-announce ???

2007-06-12 Thread Spann, Elizebeth (Betsie)
Agreed.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Dave Jones
Sent: Tuesday, June 12, 2007 12:27 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: IBM typo or pre-announce ???

No, it's the usual suspects at Tivoli being their usual idiotic
selves...

Lionel B. Dyck wrote:
 Take a look at this and tell me - is it a typo or is IBM 
 pre-announcing
 something:

 http://tinyurl.com/33m27d

 smile

 Lionel B. Dyck, Consultant/Specialist
 Enterprise Platform Services, Mainframe Engineering KP-IT Enterprise 
 Engineering, Client and Platform Engineering Services
 (CAPES)
 925-926-5332 (8-473-5332) | E-Mail: [EMAIL PROTECTED]
 AIM: lbdyck | Yahoo IM: lbdyck
 Kaiser Service Credo: Our cause is health. Our passion is service. 
 We?re here to make lives better.?

 ?Never attribute to malice what can be caused by miscommunication.?

 NOTICE TO RECIPIENT: If you are not the intended recipient of this 
 e-mail, you are prohibited from sharing, copying, or otherwise using 
 or disclosing its contents. If you have received this e-mail in error,

 please notify the sender immediately by reply e-mail and permanently 
 delete this e-mail and any attachments without reading, forwarding or
saving them. 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

--
DJ
V/Soft

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

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


Re: IBM typo or pre-announce ???

2007-06-12 Thread Spann, Elizebeth (Betsie)
It makes me think of my anthropology classes.  Most
groups/tribes/communities use the word people/man  to define themselves;
i.e. the default is 'how we do it'.  Everything else is 'other'.
B 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
David Boyes
Sent: Tuesday, June 12, 2007 1:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: IBM typo or pre-announce ???

 Take a look at this and tell me - is it a typo or is IBM
pre-announcing
 something:
 http://tinyurl.com/33m27d

Just another benighted individual who doesn't understand the difference
between System z (the hardware) and z/OS (one of a group of operating
systems available on System z hardware). Typical. 

--
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: Mini-survey: Linux usability

2007-06-12 Thread Spann, Elizebeth (Betsie)
The kicker for me in my first install was formatting the Linux disk
w/out having a Linux system.  Having to drop out of the text based menus
and figure out how to format and then return to the install. 
B  

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Tom Duerbusch
Sent: Tuesday, June 12, 2007 3:01 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Mini-survey: Linux usability

Background...

I started with SLES7 on z/VM 4.2 on a MP3000 H30.
Now up to SLES9 on z/VM 5.2 on a z/890 plus an IFL.

The initial, first, worst fight I had, had to do with installing from
some media, on some other foreign (foreign to me, being a VM and VSE
type for 30+ years).

I first used Win/98 and mounted CDs there.  I think I was using Samba. 
Eventually, I got the networking issues straight and I could install
SLES7, which I did over an over (practice makes perfect and I was trying
out different machine configurations).  This was on a 10 mb LAN.  3-4
hours and it was done (I would be doing other work during this time.)

A year passed.  

Time for some more images.  SLES8 was now available.
However, I was now on Win/2000.  Samba didn't work so well.  Many days
of fighting this.
Finally went to the FTP route.  Got a freebie FTP server, and had many
trials and tribulations in using it.  Networking isn't my knowledge
base.  And SLES8 had different install options and features.  Some nice,
some good, but it all looked different.  It took a lot of time to
realize that I did know what I was doing.  However, it still took me a
long time to give up on the Samba option and go to a FTP server.

Another couple years passed.

SLES9 was now available.  FTP didn't seem to work anymore.  I never
figured out what the problem was.  But I could still install SLES8.  So
I created a FTP server from SLES8 to store the SLES9 images on.  SLES9
didn't seem to install much differently then SLES8, and it was much
faster (no vswitch at that time, just routed thru VM's TCPIP stack).

We need something, that can take a dummy like myself and drop down a
Linux image, preconfigured and preloaded with the Linux images so a
person can do the install from a fast, reliable place.  And then
documentation on how to install a Linux image, based on this
preconfigured/preloaded server.   Plus, documentation on how to upload
new Service Packs and new releases to this server.

About as close to free beer as you can get, without actually having a
beer G.

Some of the many problems I hit, besides changing PC platforms:

Some PC based software didn't understand the long file format of Linux.
 I think that was mostly on Win/98.  I don't know if there is any PCs
now that have that type of problem.

The default FTP server in SLES8 is configured not to allow you to use
that FTP server as a source for a SLES install.  You have to know you
need to change the FTP config file to allow this.  My notes are:

Joe /etc/vsftpd.conf
Uncomment:
Local_enable = yes
Write_enable = yes
Save


Chroot_local_user=yes
Required for ftp server for zLinux install During installation, when
entered *s390x/sles9root*, it gets translated to */s390x/sles9root*.
For install to work, it must remain in the suse9 subdirectory and not
changed to be off of root.

All the Redbooks on installing zLinux, assume that the servers you are
using to install from, are properly setup.  

Well, this dummy, in which my FTP server experience was limited to the
VM FTP server and the default configuration for the CSI FTP server on
VSE, there was a lot of knowledge that had to be gained for a Linux FTP
server, in order to make it useful.  

So I was in a Catch-22.  My knowledge wasn't sufficient on FTP servers
to configure one properly.  However, to have a FTP server running to
test with, I needed a FTP server to be running.

Many times, I put it down and went to other projects for a few months.

Then, comes firewalls.  
From my PC, I can basically do anything I need to.
But not from the mainframe.

YOU (Yast Online Update), just isn't going to work.  The network guys
are Windows oriented.
They also have very major concerns about viruses.  Rightly so, as when a
virus hits our PC network (4,000 PCs in a City Wide WAN), it takes
months to fix the problems.  

For access outside of the firewall, they want antivirus software
installed.  Which we don't have.  What I keep thinking of, is some
Windows based software, that can pull all the new fixes from Novell, and
send them up to a mirror residing on zLinux for distirbution via YOU
to my zLinux images.  Doable...yes.  Do I have time?  No.  It would be
nice to have a drop in solution.  And yes, we do have a Novell
maintenance contract (and we had a SUSE one prior to that).



Next topic:  TAPE DRIVES

Damn it.  We are mainframe.  We have Ficon and Escon attached tape
drives.  They may be behind a VTS.  They may be managed by a robotic
unit.  They may be electronic or disk based.  We have existing tape
management systems.  Try supporting them.

Re: Ain't our spouses and SOs grand?

2007-05-31 Thread Spann, Elizebeth (Betsie)
Yeah, the guys with the flood pants.   If only I had known in college
that these guys were the great catch!
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
David Boyes
Sent: Thursday, May 31, 2007 1:52 PM
To: LINUX-390@VM.MARIST.EDU
Subject: OT: Ain't our spouses and SOs grand?

 I thought it was just me, but it seems that most spouses of geeks turn

 out to either be geeks themselves or at least 
 geek-interest-supporting.

Just smarter, or at least more discriminating than most. 

They held out for the *good* stuff. 

-- db

--
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: RedHat and NFS mounts of SFS

2007-05-22 Thread Spann, Elizebeth (Betsie)
Brad,
A default install of VM has a small SFS system.  Userids are VMSERVR,
VMSERVS (filepool VMSYS) and VMSERVU (filepool VMSYSU).   Do you have a
zVM system available?
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Brad Hinson
Sent: Monday, May 21, 2007 6:06 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RedHat and NFS mounts of SFS

I'm trying to set this up to play around with SFS.  I'm reading over
CMS File Pool Planning, Administration, and Operation here:
http://publibz.boulder.ibm.com/epubs/pdf/hcsi3b10.pdf

Is there a shortcut somewhere to setting this up?  How can I get a
'quick  dirty' SFS share going without reading this entire book?

Thanks,
-Brad

On Mon, 2007-05-21 at 13:35 -0700, Spann, Elizebeth (Betsie) wrote:
 Hi All,
 My RedHat AS 4 system at kernel level 2.6.9-42 and nfs-utils-1.0.6-70 
 times out trying to mount an SFS file.  IBM's test system at kernel
 level 2.6.9-5 and nfs-utils-1.0.6-46 does mount successfully.A
trace
 shows the Linux system sending a null procedure to VMNFS which sends 
 back a response. Nothing happens after that.
 If anyone running RHEL AS 4 can NFS mount an SFS file system, please 
 let me know what kernel level and nfs level you are running.

 Thank you,
 Betsie

 --
 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
--
Brad Hinson [EMAIL PROTECTED]
Technical Account Manager
Red Hat, Inc.

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


RedHat and NFS mounts of SFS

2007-05-21 Thread Spann, Elizebeth (Betsie)
Hi All,
My RedHat AS 4 system at kernel level 2.6.9-42 and nfs-utils-1.0.6-70
times out trying to mount an SFS file.  IBM's test system at kernel
level 2.6.9-5 and nfs-utils-1.0.6-46 does mount successfully.A trace
shows the Linux system sending a null procedure to VMNFS which sends
back a response. Nothing happens after that.
If anyone running RHEL AS 4 can NFS mount an SFS file system, please let
me know what kernel level and nfs level you are running.

Thank you,
Betsie

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


RHEL 4 NFS question

2007-05-14 Thread Spann, Elizebeth (Betsie)
Hi Linux exports,
In converting a SuSE SLES 9 server to RHEL AS 4, I cannot mount a SFS
running on another VM system.  
The VMNFS server on the other VM system does not restrict exports.  
The SFS files can be mounted on the SLES 9 systems, and on the VM system
running the zLinux guests.
The RHEL server can NFS mount exported files on other zLinux systems.
Pings are successful by IP and hostname in all directions.

The message is 
mount: trying 10.55.27.91 prog 13 vers 3 prot tcp port 2049
mount: mount to NFS server 'vm3' failed: timed out (retrying).

[EMAIL PROTECTED] etc]# rpcinfo -t vm3 nfs
program 13 version 2 ready and waiting
program 13 version 3 ready and waiting

From the remote VM system:
 StdOleLink 

Anyone have any suggestions, please?  
Betsie

--
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
ole0.bmp

Re: RHEL 4 NFS question

2007-05-14 Thread Spann, Elizebeth (Betsie)
The dmesg display has no reference to 'firewall'.  What should I be
looking for, please?
B 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Post
Sent: Monday, May 14, 2007 12:21 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RHEL 4 NFS question

 On Mon, May 14, 2007 at  1:53 PM, in message
[EMAIL PROTECTED], Spann,
Elizebeth (Betsie) [EMAIL PROTECTED] wrote: 
 Hi Linux exports,

Oh, man, do I have to start worrying about export controls now?  ;)

 In converting a SuSE SLES 9 server to RHEL AS 4, I cannot mount a SFS 
 running on another VM system.
 The VMNFS server on the other VM system does not restrict exports.  
 The SFS files can be mounted on the SLES 9 systems, and on the VM 
 system running the zLinux guests.
 The RHEL server can NFS mount exported files on other zLinux systems.
 Pings are successful by IP and hostname in all directions.
 
 The message is
 mount: trying 10.55.27.91 prog 13 vers 3 prot tcp port 2049
 mount: mount to NFS server 'vm3' failed: timed out (retrying).

Just a shot in the dark, but what does the firewall on the RHEL system
say about this, via the dmesg command?

-snip-
 Anyone have any suggestions, please?  

Stick with what works?  =:O  (Sorry, couldn't resist.)


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

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


RHEL source control packages

2007-05-03 Thread Spann, Elizebeth (Betsie)
Hi,
Can anyone point me to open source packages for source control that can
be run on Red Hat AS 4 zLinux?  I have found Subversion on the
distribution; are there any others?   My goal is to convert a CVS
repository on a SLES 9 image to something supported on RHEL AS 4.

Thanks for any help,
Betsie

--
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: RHEL source control packages

2007-05-03 Thread Spann, Elizebeth (Betsie)
CVS is not on my RHEL distribution (I can't find it) and the
www.cvshome.org website has no s390x binaries. Not sure if I can make it
from the source that's listed on the site.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Troth
Sent: Thursday, May 03, 2007 8:58 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RHEL source control packages

If it's in CVS now, do you have to convert it? Or can you just move or
copy it?



-- R;


- Original Message -
From: Spann, Elizebeth (Betsie) [EMAIL PROTECTED]
Sent: 05/03/2007 11:33 AM
To: LINUX-390@VM.MARIST.EDU
Subject: RHEL source control packages

Hi,
Can anyone point me to open source packages for source control that can
be run on Red Hat AS 4 zLinux?  I have found Subversion on the
distribution; are there any others?   My goal is to convert a CVS
repository on a SLES 9 image to something supported on RHEL AS 4.

Thanks for any help,
Betsie

--
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: How do you configure your I/O?

2007-04-09 Thread Spann, Elizebeth (Betsie)
Running native in an LPAR, I use the cio_ignore option in the zipl.conf
file.  It's covered in the IBM Device Drivers manual, SC33-8381.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Frank LeFevre
Sent: Monday, April 09, 2007 12:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: How do you configure your I/O?

Hi List,

We are having an internal debate here. The official recommendation for
I/O
configuration for Linux on z is to limit access in the IODF to devices
Linux
actually uses. Some don't want to take the time. So we are wondering if
everyone does this.

Feel free to respond off list.

Thanks, Frank

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


RPM question

2007-03-15 Thread Spann, Elizebeth (Betsie)
Hi,

Is there a way to determine if both 31 bit and 64 bit versions of a
package are installed?   RPM returns only one line.

For example,

[EMAIL PROTECTED] kernel]# rpm -qa | grep xorg-x11-depre

xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.5

 

but the distribution lists

xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.5.s390

xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.5.s390x

 

Thanks,

Betsie


--
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 elevator on RH4

2007-03-15 Thread Spann, Elizebeth (Betsie)
Yes, we are testing (or attempting) both.  When I run mkinitrd it
doesn't pick up the changes to /etc/modprobe.conf

I update /etc/modprobe.conf
options dasd_mod dasd=100-11F elevator=deadline

I run mkinitrd and then zipl but at boot it says using cfq io
scheduler

Should the options have quotes?   dasd=100-11F elevator=deadline

Betsie
-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Post
Sent: Thursday, March 15, 2007 4:01 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Linux elevator on RH4

 On Thu, Mar 15, 2007 at  6:57 PM, in message
[EMAIL PROTECTED], Adam Thornton
[EMAIL PROTECTED] wrote: 
 On Mar 15, 2007, at 5:07 PM, Spann, Elizebeth (Betsie) wrote:
 
 On SLES 9 and 8 I used elevator=deadline which was recommended at
 SHARE
 a few years ago.   RHEL AS 4 defaults to elevator=cfq.

 Opinions?
 
 Totally dependent on what you're using your disk for.
 
 Read the various papers, figure out what your workload is, and make
 an informed decision.  No generic one- size- fits- all answer, though.

Or better yet, try them and actually measure the results.  :)


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

--
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 elevator on RH4

2007-03-15 Thread Spann, Elizebeth (Betsie)
You are right.  I updated /etc/modprobe.conf with elevator=deadline and
it complained at boot time that it's an invalid dasd_mod parameter. I'll
try adding it to /etc/zipl.conf
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Post
Sent: Thursday, March 15, 2007 4:10 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Linux elevator on RH4

 On Thu, Mar 15, 2007 at  7:05 PM, in message
[EMAIL PROTECTED], Spann,
Elizebeth (Betsie) [EMAIL PROTECTED] wrote: 
 Yes, we are testing (or attempting) both.  When I run mkinitrd it
 doesn't pick up the changes to /etc/modprobe.conf
 
 I update /etc/modprobe.conf
 options dasd_mod dasd=100- 11F elevator=deadline
 
 I run mkinitrd and then zipl but at boot it says using cfq io
 scheduler
 
 Should the options have quotes?   dasd=100- 11F elevator=deadline

Did you really mean modprobe.conf, or zipl.conf?  I don't believe quotes
are needed.


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

--
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: Mount one Linux root file system on another Linux server

2007-02-26 Thread Spann, Elizebeth (Betsie)
Chuck,
If you have mounted another disk at dasdf1 previously, it may have been
a different file system.   Try chccwdev -d 0.0.xxx and then chccwdev -e
0.0.xxx where xxx is the minidisk address.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Kreiter, Chuck
Sent: Monday, February 26, 2007 12:54 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Mount one Linux root file system on another Linux server

We have an issue with one of our SLES9 servers.  We'd like to mount the
root FS on another server so can pull off a file that we really need.
The server will boot into single user mode so that part of the FS is
good.  

I've attached the mini disk to another Linux guest and IPL'ed it.  I can
see it as dev/dasdf1.  When I try to mount it, I get the message Wrong
fs type, bad option, bad superblock on /dev/dasdf1, or too many mounted
file systems.

Chuck Kreiter
Systems Programming Supervisor
State Auto Insurance


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


Tomcat startup question

2007-02-05 Thread Spann, Elizebeth (Betsie)
Hi,

Sometimes tomcat does not start up after the system is booted.   SuSE
SLES 9

Linux scmlxlrf 2.6.5-7.244-s390x #1 SMP Mon Dec 12 18:32:25 UTC 2005
s390x s390x s390x GNU/Linux

 

The file the S13tomcat symlink (/etc/init.d/tomcat) points to is
different (date and size) than the startup.sh file in
/usr/share/tomcat/bin.

I manually create the /etc/rc.d/rc3.d  symlink to point to
/usr/share/tomcat/bin/startup.sh.   After a start failure, I check the
symlink and it's changed.  There is limited access to this server but
all three of us have root.   No one admits to changing it.   

 

Can running chkconfig delete and recreate the symlink?   Has anyone else
had this problem?

 

Betsie Spann


--
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: Lost an LVM under SLES9 64-bit ...

2007-01-25 Thread Spann, Elizebeth (Betsie)
Jim,
I use the ed text editor on a 3270 display. It's documented in UNIX for
Dummies (one of my favorite books, BTW).
Betsie
-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Jim Moling
Sent: Thursday, January 25, 2007 8:17 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Lost an LVM under SLES9 64-bit ...

First, I'd like to say thanks for all of the great ideas/suggestions,
and
second, I'd like to apologize for not responding sooner. Also, just so
everyone knows - I am working with a SLES9 SP3 based server.

So, what I have figured out at this point is that I definitely did not
make
the LVM persistent via updating zipl.conf  doing a mkinitrd  zipl, and
since I hadn't IPLed the server since creating the LVM, it was just
waiting
to get me - I guess I assumed to much from Yast as that is what I used
to
create the LVM. At this point I have been working with the cippled
server
to see what I could figure out  then accomplish based on everyone's
feedback and so haven't taken the recovery system route yet ...

Here's what I have been able to do so far:

After bringing the 2 volumes online (chccwdev) and re-establishing the
LVM
(vgchange) and then mounting it (mount /pathname), it looks like I'm
back
to were I was before - the directories  data appear to be intact within
the LVM space as well. So I think all I have to do at this point is to
update the zipl.conf (by adding 'dasd=100-104' to the parameters
statement
under the [IPL] section) and do a mkinitrd  zipl - does this sound
about
right? If so, I was wondering if there is a way to update the zipl.conf
from a VM-based display since I don't have IP connectivity to the server
at
this point to use putty and the like - or is this why I need to run a
recovery system and chroot into the problem server environment - so I
can
make this update  issue the mkinitrd  zipl commands? If I can use the
VI
line editor to accomplish this from the VM display, for example, does
someone know how to do this (what commands will work)?

I am going to start working on the recovery system concept - I think
it's a
good idea in general - even if it turns out that I don't need it for
this.

Thanks again for all the help.

--
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: Where's Waldo, errr, Mark Post?

2007-01-24 Thread Spann, Elizebeth (Betsie)
Great news for the zLinux community.   
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Post
Sent: Monday, January 22, 2007 5:30 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Where's Waldo, errr, Mark Post?

Hello everyone,

Effective January 31st, I'm resigning from EDS.  Effective February 1st,
I'm
going to be joining the Novell Linux Impact Team as a Technical
Specialist.
Among other things, the team is responsible for helping customers set up
proofs of concept, answering technical questions, giving presentations,
writing white papers (and perhaps Redbooks!) and working with product
development to ensure they know what customers need.

Since I've been very involved with this mailing list, the linuxvm.org
web
site, SHARE, and Slack/390, one of my concerns was that I be able to
continue with all of these.  I've been assured by my manager-to-be that
I
may do so.  I'll definitely be at SHARE in Tampa next month.  I hope to
see
the usual suspects from the mailing list there as well.

As everyone here knows, while SLES is a good Linux distribution, Novell
still has room for improvement in their mainframe platform.  The good
people
at SUSE Labs have told me they would like to work very closely with us,
so I
hope to be able to act as a conduit between this mailing list, and our
customers in general, to help accomplish that improvement.  I can't
promise
specific results of course, but everyone I've talked to is very
interested
in making SLES on the mainframe even better.  I've already got a list
started, based on traffic from the mailing list.  If you'd like to add
something to the wish list, please contact me off-list.  I don't have a
new
email address yet, so just send it to mpost in care of linuxvm.org.

I look forward to continuing my involvement with this community for some
time to come.


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

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

2007-01-05 Thread Spann, Elizebeth (Betsie)
It never paid to be one of the smaller guys in the group.  Someone had
to crawl under the tiles that were covered.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Alan Altmark
Sent: Friday, January 05, 2007 1:48 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: LINUX SNA

On Friday, 01/05/2007 at 03:25 CST, Huegel, Thomas [EMAIL PROTECTED]
wrote:
  Wasn't Bisync great, either it worked or it didn't. @#*%!

Uh huh.  Sure.  Multi-drop lines, leased lines, dial-up, autodial, racks
of modems, bazillions of cables (data, phone, and power).

Somebody stole my private floor suction cup thingie!  Call the cops!
drag drag drag I *know* ONE of [sneeze] these phone numbers [sneeze]
is
the leased [OUCH] line.  The tags fell off.  Drats.  DOES NO ONE EVER
[sneeze] DUST UNDER HERE?!?  HEY!  What happened to the list of phone
numbers?  I taped it right here only 2 years ago!

You're right - it either it worked or it didn't.  I was never sure
which.
Wow.  The good ol' days.  I pine for them.  Totally.  NOT.

Alan Altmark  :-)
z/VM Development
IBM Endicott

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


TSM on zLinux

2006-11-01 Thread Spann, Elizebeth (Betsie)
Anyone running TSM on zLinux who is willing to contact me off-list and
answer questions, please?

 

Betsie Spann


--
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: Backing up zLinux

2006-10-27 Thread Spann, Elizebeth (Betsie)
The TSM Administrator's Reference has a DEFINE DEVCLASS command for 3590
IBM devices.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
David Boyes
Sent: Thursday, October 26, 2006 10:29 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Backing up zLinux

 Is anyone using IBM TSM with 3490 or 3590 tape drives?
 Betsie


On z/OS and VM, sure. The Linux version doesn't have any concept of
channel-attached drives, and the TSM people don't care to change that.

We won't reopen the argument on whether this is a good thing or not. I
don't need another trip to the hospital. 

-- db

--
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: Backing up zLinux

2006-10-26 Thread Spann, Elizebeth (Betsie)
Is anyone using IBM TSM with 3490 or 3590 tape drives?
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Post, Mark K
Sent: Thursday, October 26, 2006 9:43 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Backing up zLinux

I think you just got yourself into trouble here.  I would hardly characterize 
z/OS as having a primitive I/O stack or architecture.  Lots of buffering and 
caching go on there, both in hardware and software.  The _real_ difference is 
that z/OS, just like Linux or z/VM, _always_ has a consistent view of its own 
data.  In a shared DASD environment, this is enforced via serialization 
techniques, either hardware reserve/release, or software such as GRS, MIM, etc. 
 Without those, backing up one z/OS system from another one would run into 
similar (but perhaps not as severe) problems with inconsistent data winding up 
on tape.


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Carsten Otte
Sent: Thursday, October 26, 2006 7:16 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Backing up zLinux

-snip-
I know this is díferent with operating systems that have a more 
primitive IO stack like z/OS, which don't do caching and write behind. 
For Linux, do always use dm-snapshot or a backup client _inside_ the 
machine or mount read-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

--
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: CP commands through a Web interface

2006-10-20 Thread Spann, Elizebeth (Betsie)
Thank you everyone for clarifying how sudo works and for the excellent
advice on vmcp.   I'll rethink my /etc/sudoers carefully.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Friday, October 20, 2006 5:56 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CP commands through a Web interface

That would mean that lstape (or at least the options you're giving it)
doesn't require root access.  Not everything in /sbin or /usr/sbin
requires root access.  For example, anyone can execute /sbin/ifconfig,
if all they do is display information.

Putting entries into /etc/sudoers doesn't grant root access unless the
user prefaces the command they want to issue with sudo.  There's no way
every command could/would be changed to automatically check /etc/sudoers
when being called.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, October 19, 2006 6:26 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CP commands through a Web interface

Hmm, I don't have to do sudo lstape for it to work but sudo vmcp q v
da does work.
Betsie

--
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: CP commands through a Web interface

2006-10-19 Thread Spann, Elizebeth (Betsie)
I have an /etc/sudoers entry like below 
%users ALL = NOPASSWD:/usr/bin/vmcp, /sbin/lstape
The lstape command works but the vmcp command returns:
Error: Could not open device /dev/vmcp: Permission denied

Any insight?
Betsie Spann

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Michael MacIsaac
Sent: Thursday, October 19, 2006 11:12 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CP commands through a Web interface

John,

 Why not set up sudo for that?
Yes, of course.  Thanks. I added the following line to /etc/sudoers and
that did it:

  %wwwALL=NOPASSWD:/usr/bin/vmcp

Mike MacIsaac [EMAIL PROTECTED]   (845) 433-7061

--
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: CP commands through a Web interface

2006-10-19 Thread Spann, Elizebeth (Betsie)
crw---
Didn't think I'd have to change it.  Root can use it.
Betsie  

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, October 19, 2006 1:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CP commands through a Web interface

What are the permissions on /dev/vmcp?


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, October 19, 2006 4:27 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CP commands through a Web interface

I have an /etc/sudoers entry like below 
%users ALL = NOPASSWD:/usr/bin/vmcp, /sbin/lstape
The lstape command works but the vmcp command returns:
Error: Could not open device /dev/vmcp: Permission denied

Any insight?
Betsie Spann

--
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: CP commands through a Web interface

2006-10-19 Thread Spann, Elizebeth (Betsie)
Hmm, I don't have to do sudo lstape for it to work but sudo vmcp q v
da does work.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Brad Hinson
Sent: Thursday, October 19, 2006 3:23 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CP commands through a Web interface

I only get that message when I run '/usr/bin/vmcp' instead of
'sudo /usr/bin/vmcp' as the user.

Is there anything weird in /etc/pam.d/sudo besides:

#%PAM-1.0
auth   required pam_stack.so service=system-auth
accountrequired pam_stack.so service=system-auth
password   required pam_stack.so service=system-auth
sessionrequired pam_limits.so


--
Brad Hinson [EMAIL PROTECTED]
Technical Account Manager
Red Hat, Inc.

On Thu, 2006-10-19 at 14:01 -0700, Spann, Elizebeth (Betsie) wrote:
 crw---
 Didn't think I'd have to change it.  Root can use it.
 Betsie

 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
 Post, Mark K
 Sent: Thursday, October 19, 2006 1:58 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: CP commands through a Web interface

 What are the permissions on /dev/vmcp?


 Mark Post

 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
 Spann, Elizebeth (Betsie)
 Sent: Thursday, October 19, 2006 4:27 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: Re: CP commands through a Web interface

 I have an /etc/sudoers entry like below
 %users ALL = NOPASSWD:/usr/bin/vmcp, /sbin/lstape
 The lstape command works but the vmcp command returns:
 Error: Could not open device /dev/vmcp: Permission denied

 Any insight?
 Betsie Spann

 --
 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: One last call for chairs.....

2006-07-25 Thread Spann, Elizebeth (Betsie)
Martha,
I'll cover 9257 on Tues at 3pm, 9206 on Tues at 4:30pm, 9249 on Wed at
11am and 9266 on Wed at 3pm if no one else volunteer.  People will sure
get tired of seeing my face.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Martha McConaghy
Sent: Tuesday, July 25, 2006 11:39 AM
To: LINUX-390@VM.MARIST.EDU
Subject: One last call for chairs.

I'm sure you are all sick of these notes by now, so I really hope this
will
be the last one (at least for this SHARE).  We still have lots of good
sessions available that need the support of a good chairperson.  There
are
Linux sessions, there are VM sessionssomething for everyone.

So, if you are coming to Baltimore, pick a session and volunteer to
chair!
We'll buy you a drink at SCIDSppsssI mean the post session,
pre-sleep group socialization and free food hour (the new politically
correct SCIDS).

Martha

Mon  09:30a 9200 Open Computing and Linux
Mon  11:00a 9214 sudo - Secure and Convenient
Mon  03:00p 9127 z/VM for MVS Systems Programmers - Part 1 of 2
Mon  04:30p 9128 z/VM for MVS Systems Programmers - Part 2 of 2
Mon  04:30p 9241 Linux on zSeries - What to Do When There is a Problem

Tue  01:30p 9115 VM Performance Introduction
Tue  01:30p 9227 Linux for S/390 Installation Hands-On Lab - Part 1 of 3
Tue  03:00p 9228 Linux for S/390 Installation Hands-On Lab - Part 2 of 3
Tue  03:00p 9257 FCP Channel Virtualization in a Linux Environment
Tue  04:30p 9120 z/VM Installation - It's Installed, NOW What?
Tue  04:30p 9206 Cloning Linux Images under z/VM
Tue  04:30p 9229 Linux for S/390 Installation Hands-On Lab - Part 3 of 3

Wed  08:00a 9150 CSE for High Availability and System Management
Wed  08:00a 9267 Networking with Linux on zSeries - Part 1 of 2
Wed  09:30a 9117 Introduction to VMSES/E for z/VM
Wed  09:30a 9268 Networking with Linux on zSeries - Part 2 of 2
Wed  11:00a 9114 The z/VM Control Program (CP) - Under the Covers
Wed  11:00a 9118 Maintaining z/VM with VMSES/E - Hands-On Lab
Wed  11:00a 9249 Putting Linux for zSeries into Production: True Stories
Wed  01:30p 9278 Levanta - Managing Linux on z/VM (and Intel)
Wed  03:00p 9266 CPU Accounting for Linux Virtual Servers
Wed  06:00p 9281 Replacing Windows Servers with Linux

Thu  08:00a 9218 SuSE Linux Enterprise Server on zSeries for Flexible
  Business Solutions
Thu  09:30a 9252 Managing in a Mixed Linux and Windows Environment Lab -
  Part 1 of 2
Thu  11:00a 9253 Managing in a Mixed Linux and Windows Environment Lab -
  Part 2 of 2
Thu  01:30p 9135 VM Performance Internals - Why It Works That Way
Thu  01:30p 9261 (Dis)Honest TCO Analysis for Linux on zSeries
Thu  03:00p 9116 z/VM Simplified Network Configuration
Thu  03:00p 9224 Linux for S/390 System Management for the Mainframe
System
  Programmer - Part 1 of 2
Thu  04:30p 9225 Linux for S/390 System Management for the Mainframe
System
  Programmer - Part 2 of 2
Thu  04:30p 9275 Quick, Easy and Accurate Linux Deployment under z/VM
Thu  06:00p 9203 Teach your Penguins to Samba

Fri  08:00a 9136 Automated Linux Guest Monitoring on z/VM using PROP
Fri  08:00a 9209 Using Oracle Products on Linux for IBM's zSeries
Computing
  Environment
Fri  08:00a 9235 Turkeys and Penguins with no Bears, Oh My!
Fri  08:00a 9245 Linux on Intel InstallFest Hands-On Lab - Part 1 of 3
Fri  09:30a 9129 z/VM Security and Integrity
Fri  09:30a 9219 Easy z/VM Linux Guest System Deployment and Management
With
  IBM Director
Fri  09:30a 9246 Linux on Intel InstallFest Hands-On Lab - Part 2 of 3
Fri  11:00a 9247 Linux on Intel InstallFest Hands-On Lab - Part 3 of 3

--
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: [OT] I WANT A PONY

2006-07-07 Thread Spann, Elizebeth (Betsie)
That is your yard?   I see sidewalk and a bit of grass!
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Eddie Chen
Sent: Friday, July 07, 2006 8:01 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: [OT] I WANT A PONY

Adam,

 It look liike a horse...Very nice.



 Adam Thornton
 [EMAIL PROTECTED]
 mine.net
To
 Sent by: Linux on LINUX-390@vm.marist.edu
 390 Port
cc
 [EMAIL PROTECTED]
 ist.edu
Subject
   [OT] I WANT A PONY

 07/06/2006 11:05
 PM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 ist.edu






Some of you may be aware that I have, well, a habit, of appending
something along the lines of and I want a pony when I'm making
unreasonable development or support requests.

Well, today I got one.

No, really.

I opened up my garage to push the lawnmower out and try to start it
(you'll see why there needs to be some mowing done), and there was a
horse in my yard.  It didn't stay very long, but long enough for me
to snap a picture [0].

Middle picture of:

http://www.fsf.net/~adam/BC-Daisies-200607/

Adam

[0] He belongs to my neighbors and he likes to go exploring.  This is
apparently perfectly normal behavior for him.

--
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 message and its attachments may contain  privileged and
confidential information.  If you are not the intended recipient(s),
you are prohibited from printing, forwarding, saving or copying this
email.  If you have received this e-mail in error, please immediately
notify the sender and delete this e-mail and its attachments from your
computer.

--
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: REBOOT in Single User mode on a zLinux guest under z/VM

2006-06-23 Thread Spann, Elizebeth (Betsie)
Tony,
The configuration menu could be coded like this:
 [defaultboot]
   defaultmenu = menu1
 
[single-mode]
target = /boot/zipl
image = /boot/image
ramdisk = /boot/initrd,0x100
parameters = root=/dev/dasda1
dasd=dc02,201,202,db39,db4a,fixedbuffers single selinux=0 TERM=dumb
elevator=deadline
...
:menu1
target=/boot/zipl
1=all-devices
2=single-mode
default=1
prompt=1
timeout=15
# end of zipl.conf

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Cosentino, Anthony
Sent: Friday, June 23, 2006 10:28 AM
To: LINUX-390@VM.MARIST.EDU
Subject: REBOOT in Single User mode on a zLinux guest under z/VM

Hello Bill: 

I updated the zipl.conf file, then rebooted with the following results.
I don't think we've got the right answer yet. Any thoughts?


_  

I 195 LOADPARM PROMPT
zIPL v1.5.1 interactive boot menu
 
 0. default (ipl)
 
 
Note: VM users please use '#cp vi vmsg input'  
 
Please choose:   
 
CP VI VMSG SINGLE
Error: undefined configuration   
 
Please choose:   


___

Regards,
Tony Cosentino
68 South Service Rd., 
4th floor
Melville, NY 11747
631-712-7623

--
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: Swapped or not?

2006-06-20 Thread Spann, Elizebeth (Betsie)
Rob,
Will you be presenting the Linux performance reports at a SHARE Linux
session in Baltimore?   Hint,hint.
Betsie Spann

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Rob van der Heij
Sent: Tuesday, June 20, 2006 2:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Swapped or not?

On 6/20/06, Tom Duerbusch [EMAIL PROTECTED] wrote:

 However, in one of the directories, there is a log with the output of
a
 series of performance related commands.  i.e. something like top
being
 executed every minute and the output captured.  (This is under SUSE.)
 If you find those logs, you might be able to find out the system state
 during your FTP.  Or just try the FTP again while watching vmstat 10
 100  (every 10 seconds for 100 occurrances).

Be careful though that your ad-hoc instrumentation is not going to
cause load itself. Unless you validated the cost of it, you can not be
sure you're not causing it to swap for example.

If you just care about swapping: when you swap to VDISK the I/O rate
to VDISK for that virtual machine is reported by the monitor, so you
can tell what the swap rate was without looking inside...

But quite often you also want to see other things (e.g. CPU usage,
network traffic, fragmentation, etc). That's why we consolidate Linux
measurements in a performance database for review and reporting. And
the neat thing is that I can go and look at what happened during the
test, without having to set up my instrumentation and run the test
again.

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

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

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


Does root password expire?

2006-06-15 Thread Spann, Elizebeth (Betsie)
Anyone know if root password expires?  I have a couple of machines that
I can't log into now.

Betsie


--
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: Does root password expire?

2006-06-15 Thread Spann, Elizebeth (Betsie)
It's not the default?  I just create userids with useradd or via Yast.
Betsie Spann

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 15, 2006 2:34 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Does root password expire?

That depends on how your system was set up.  It certainly can, but it's
not a given.


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 15, 2006 5:10 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Does root password expire?

Anyone know if root password expires?  I have a couple of machines that
I can't log into now.

Betsie

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

2006-06-12 Thread Spann, Elizebeth (Betsie)
All our image names have a dash.  I have been able to successfully run snIPL 
with the option -x which returns all the image names.  It's only when I pass 
an image name as an option, that snIPL has a problem.
First example works, second doesn't
snipl -L xx.xx.xx.xx  -x
snipl -L xx.xx.xx.xx  -r CCPUC-LX2

Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Christian 
Borntraeger
Sent: Monday, June 12, 2006 4:08 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: snIPL on zLinux

On Thursday 01 June 2006 20:16, Spann, Elizebeth (Betsie) wrote:
 Hi,

 Is anyone running snIPL on zLinux? This is a DeveloperWorks product
 documented in Device, Drivers, Features and Commands.   I believe there
 is a problem handling image names that have a dash, eg. CCPUC-LX2

Hi,

I talked to Ursula (the current maintainer of snipl) and she told me to 
forward this to the list as she is not subscribed:
---
currently snipl assumes that an image name does not contain a dash '-' and
defines an extra dash-usage required when snipl talks to the HMC refering
to an image name of a specific CPC. I have introduced this in 2005 after I
have been told:

 The '-' character is NOT a valid character for the CPC or Image name.
The valid characters are basically A-Z and 0-9.  These are documented in
the help panels for the HMC/SE tasks tha are used to define these names. 

If this is wrong, and a dash '-' is a valid character for an image name, I
have to determine another character unallowed in CPC / Image names that I
can use for snipl to separate CPC and image.

I am going to contact my HMC-colleagues within IBM to determine whether
dashes are valid in image names or not.



-- 
Mit freundlichen Grüßen / Best Regards

Christian Borntraeger
Linux Software Engineer zSeries Linux  Virtualization

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

2006-06-12 Thread Spann, Elizebeth (Betsie)
The strace output from snipl doesn't show problems accepting the parameters:

vmzl006:/tmp # head snipl.trace3
execve(./snipl, [./snipl, -L, 10.218.71.23, -r, P0193BE-CCPUC-LX2], 
[/* 55 vars */]) = 0
uname({sys=Linux, node=vmzl006, ...}) = 0

later in the trace:
write(2, Given LPAR name P0193BE\nCCPUC-LX..., 66) = 66

and   

vmzl006:/tmp # head snipl.trace2
execve(./snipl, [./snipl, -r, CCPUC-LX2], [/* 54 vars */]) = 0
uname({sys=Linux, node=vmzl006, ...}) = 0
  
later in the trace:
write(2, CCPUC\nLX2: reset failed, return ..., 75) = 75

Betsie
-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of James Tison
Sent: Monday, June 12, 2006 8:31 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: snIPL on zLinux

Betsie,

Just a wild guess ... maybe getopt() [or whatever was used to replace it] 
gets confused by the dash at the shell cmdline. You might try these as a 
desperate last stab:
snipl -L xx.xx.xx.xx -x 'CCPUC-LX2' 
...or ...
snipl -L xx.xx.xx.xx -x CCPUC\-LX2

--Jim--




Spann, Elizebeth (Betsie) [EMAIL PROTECTED] 
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
06/12/2006 11:16 AM
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: snIPL on zLinux






All our image names have a dash.  I have been able to successfully run 
snIPL with the option -x which returns all the image names.  It's only 
when I pass an image name as an option, that snIPL has a problem.
First example works, second doesn't
snipl -L xx.xx.xx.xx  -x
snipl -L xx.xx.xx.xx  -r CCPUC-LX2

Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of 
Christian Borntraeger
Sent: Monday, June 12, 2006 4:08 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: snIPL on zLinux

On Thursday 01 June 2006 20:16, Spann, Elizebeth (Betsie) wrote:
 Hi,

 Is anyone running snIPL on zLinux? This is a DeveloperWorks product
 documented in Device, Drivers, Features and Commands.   I believe there
 is a problem handling image names that have a dash, eg. CCPUC-LX2

Hi,

I talked to Ursula (the current maintainer of snipl) and she told me to 
forward this to the list as she is not subscribed:
---
currently snipl assumes that an image name does not contain a dash '-' and
defines an extra dash-usage required when snipl talks to the HMC refering
to an image name of a specific CPC. I have introduced this in 2005 after I
have been told:

 The '-' character is NOT a valid character for the CPC or Image name.
The valid characters are basically A-Z and 0-9.  These are documented in
the help panels for the HMC/SE tasks tha are used to define these names. 

If this is wrong, and a dash '-' is a valid character for an image name, I
have to determine another character unallowed in CPC / Image names that I
can use for snipl to separate CPC and image.

I am going to contact my HMC-colleagues within IBM to determine whether
dashes are valid in image names or not.



-- 
Mit freundlichen Grüßen / Best Regards

Christian Borntraeger
Linux Software Engineer zSeries Linux  Virtualization

--
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: HLASM on zLinux install

2006-06-09 Thread Spann, Elizebeth (Betsie)
Thank you, Mark.  I  did MOVEFILE on VM until I found the correct file
on the tape; moved the drive to zLinux and ran dd.  Used the Device
Driver manual for sample commands.
Appreciate your suggestion. BTW, it's mt_st rather than mt-st.  
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 1:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Not quite sure what you're asking.  To control the drive (rewind, etc.)
you'll need the mt-st package.  Other than that, I would try dding a
megabyte or so down to disk and doing a file command on it to see what
you've got.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 4:30 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Got it.  Are there additional commands to lstape and tape390_display?
Thank you,
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 1:14 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I didn't say tape_3480 or tape_3490.  Do a modprobe tape_34xx exactly
as shown.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 4:01 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Neither module tape_3480 or tape_3490 exist on SLES9 SP3.  

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 12:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

You should just be able to modprobe tape_34xx and use that.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 2:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I found the s390_oco-2.6.5-7.145.s390x.rpm on the Novell site. Rpm -qpi
says this is the module to access the 3590 tape.   Do you know if it
will also read a 3480 tape?  I'm on kernel 2.6.5-7.244 (SP3).
I'm trying to find an IBM driver for 3480 drives for SLES9 SP3.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 10:07 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Attach the tape drive to the guest and see if it has a tar archive on
it?


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 11:42 AM
To: LINUX-390@VM.MARIST.EDU
Subject: HLASM on zLinux install

Has anyone installed HLASM for Linux on zSeries yet? The product is
shipped on a 3480 tape and I can't figure out how to process it off the
tape.  The README for the installation is G210-2407 and costs $1.20
online.  (I don't know how long it will take to get the pub shipped.)
IBM has taken an ETR for the problem but whoever owns the README has not
yet responded. I've tried TAPE, VMFPLC2 and DDR.   Any ideas?

 

Betsie

--
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: HLASM on zLinux install

2006-06-09 Thread Spann, Elizebeth (Betsie)
Visa is a TPF shop. zTPF is built on zLinux and needed HLASM. 
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Paul Giordano
Sent: Friday, June 09, 2006 11:45 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

My interest is piqued - what will you be using HLASM for on zLinux? (If
it's not confidential information...)

Paul Giordano
Technical Sales Specialist - Linux zSeries
e-business Solutions Technical Sales, Americas
(312) 529-1347
(630) 207-9435 (cell)

email: [EMAIL PROTECTED]

Check http://www.ibm.com/linux for the latest in Linux news and
information



Spann, Elizebeth (Betsie) [EMAIL PROTECTED]
Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU
06/09/2006 01:38 PM
Please respond to
Linux on 390 Port LINUX-390@VM.MARIST.EDU


To
LINUX-390@VM.MARIST.EDU
cc

Subject
Re: HLASM on zLinux install






Thank you, Mark.  I  did MOVEFILE on VM until I found the correct file
on the tape; moved the drive to zLinux and ran dd.  Used the Device
Driver manual for sample commands.
Appreciate your suggestion. BTW, it's mt_st rather than mt-st.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 1:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Not quite sure what you're asking.  To control the drive (rewind, etc.)
you'll need the mt-st package.  Other than that, I would try dding a
megabyte or so down to disk and doing a file command on it to see what
you've got.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 4:30 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Got it.  Are there additional commands to lstape and tape390_display?
Thank you,
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 1:14 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I didn't say tape_3480 or tape_3490.  Do a modprobe tape_34xx exactly
as shown.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 4:01 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Neither module tape_3480 or tape_3490 exist on SLES9 SP3.

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 12:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

You should just be able to modprobe tape_34xx and use that.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 2:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I found the s390_oco-2.6.5-7.145.s390x.rpm on the Novell site. Rpm -qpi
says this is the module to access the 3590 tape.   Do you know if it
will also read a 3480 tape?  I'm on kernel 2.6.5-7.244 (SP3).
I'm trying to find an IBM driver for 3480 drives for SLES9 SP3.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 10:07 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Attach the tape drive to the guest and see if it has a tar archive on
it?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 11:42 AM
To: LINUX-390@VM.MARIST.EDU
Subject: HLASM on zLinux install

Has anyone installed HLASM for Linux on zSeries yet? The product is
shipped on a 3480 tape and I can't figure out how to process it off the
tape.  The README for the installation is G210-2407 and costs $1.20
online.  (I don't know how long it will take to get the pub shipped.)
IBM has taken an ETR for the problem but whoever owns the README has not
yet responded. I've tried TAPE, VMFPLC2 and DDR.   Any ideas?



Betsie

--
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: HLASM on zLinux install

2006-06-09 Thread Spann, Elizebeth (Betsie)
I could read the headers and trailers of each of the sections but not
the PDFs themselves.  When I found the trailer for the rpm file, I just
backed it up and gave the tape to zLinux and dded the rpm. Since then
I've been told by a couple of people to look at the Dignus Systems/ASM
product for zTPF builds. The README file from IBM (when I finally
received it) had JCL samples for IBGENER.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Friday, June 09, 2006 2:47 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I'm curious.  What format was the tape in?  Tar, cpio, something else?


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Friday, June 09, 2006 2:38 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Thank you, Mark.  I  did MOVEFILE on VM until I found the correct file
on the tape; moved the drive to zLinux and ran dd.  Used the Device
Driver manual for sample commands.
Appreciate your suggestion. BTW, it's mt_st rather than mt-st.  
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 1:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Not quite sure what you're asking.  To control the drive (rewind, etc.)
you'll need the mt-st package.  Other than that, I would try dding a
megabyte or so down to disk and doing a file command on it to see what
you've got.


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

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


HLASM on zLinux install

2006-06-08 Thread Spann, Elizebeth (Betsie)
Has anyone installed HLASM for Linux on zSeries yet? The product is
shipped on a 3480 tape and I can't figure out how to process it off the
tape.  The README for the installation is G210-2407 and costs $1.20
online.  (I don't know how long it will take to get the pub shipped.)
IBM has taken an ETR for the problem but whoever owns the README has not
yet responded. I've tried TAPE, VMFPLC2 and DDR.   Any ideas?

 

Betsie


--
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: HLASM on zLinux install

2006-06-08 Thread Spann, Elizebeth (Betsie)
I found the s390_oco-2.6.5-7.145.s390x.rpm on the Novell site. Rpm -qpi
says this is the module to access the 3590 tape.   Do you know if it
will also read a 3480 tape?  I'm on kernel 2.6.5-7.244 (SP3).
I'm trying to find an IBM driver for 3480 drives for SLES9 SP3.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 10:07 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Attach the tape drive to the guest and see if it has a tar archive on
it?


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 11:42 AM
To: LINUX-390@VM.MARIST.EDU
Subject: HLASM on zLinux install

Has anyone installed HLASM for Linux on zSeries yet? The product is
shipped on a 3480 tape and I can't figure out how to process it off the
tape.  The README for the installation is G210-2407 and costs $1.20
online.  (I don't know how long it will take to get the pub shipped.)
IBM has taken an ETR for the problem but whoever owns the README has not
yet responded. I've tried TAPE, VMFPLC2 and DDR.   Any ideas?

 

Betsie

--
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: HLASM on zLinux install

2006-06-08 Thread Spann, Elizebeth (Betsie)
Neither module tape_3480 or tape_3490 exist on SLES9 SP3.  

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 12:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

You should just be able to modprobe tape_34xx and use that.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 2:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I found the s390_oco-2.6.5-7.145.s390x.rpm on the Novell site. Rpm -qpi
says this is the module to access the 3590 tape.   Do you know if it
will also read a 3480 tape?  I'm on kernel 2.6.5-7.244 (SP3).
I'm trying to find an IBM driver for 3480 drives for SLES9 SP3.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 10:07 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Attach the tape drive to the guest and see if it has a tar archive on
it?


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 11:42 AM
To: LINUX-390@VM.MARIST.EDU
Subject: HLASM on zLinux install

Has anyone installed HLASM for Linux on zSeries yet? The product is
shipped on a 3480 tape and I can't figure out how to process it off the
tape.  The README for the installation is G210-2407 and costs $1.20
online.  (I don't know how long it will take to get the pub shipped.)
IBM has taken an ETR for the problem but whoever owns the README has not
yet responded. I've tried TAPE, VMFPLC2 and DDR.   Any ideas?

 

Betsie

--
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: FW: snIPL on zLinux

2006-06-08 Thread Spann, Elizebeth (Betsie)
I understood you to say that the CPC name is P00s/n, as in P00193BE
Q CPUID returns FF0193BE20848000

But whether I use P001234 or P0 or P00193BE, the response is two
lines:
Given LPAR name P00193BE
CCPUC-LX2 does not exist 

The strace entries are
execve(./snipl, [./snipl, -L, 10.218.71.23, -r,
P0193BE-CCPUC-LX2], [/* 55 vars */]) = 0
 .
write(2, Given LPAR name P0193BE\nCCPUC-LX2..., 66) = 66
the first dash is changed to a new line character.

Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Alan Altmark
Sent: Thursday, June 08, 2006 12:01 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FW: snIPL on zLinux

On Wednesday, 06/07/2006 at 02:09 MST, Spann, Elizebeth (Betsie)
[EMAIL PROTECTED] wrote:
 I did try -r P0012345-CCPUC-LX2 and it still treats the first dash as
a
 line break but treated the second dash as part of the string. The
 response is two lines:
 Given LPAR name P0012345
 CCPUC-LX2 does not exist on nn.nn.nn.nn

 Thanks for your help in contacting the snIPL group.

Betsie, just to confirm, you did use your CPC name, not P0012345,
right?

Alan Altmark
z/VM Development
IBM Endicott

--
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: HLASM on zLinux install

2006-06-08 Thread Spann, Elizebeth (Betsie)
Got it.  Are there additional commands to lstape and tape390_display?
Thank you,
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 1:14 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I didn't say tape_3480 or tape_3490.  Do a modprobe tape_34xx exactly
as shown.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 4:01 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Neither module tape_3480 or tape_3490 exist on SLES9 SP3.  

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 12:19 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

You should just be able to modprobe tape_34xx and use that.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 2:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

I found the s390_oco-2.6.5-7.145.s390x.rpm on the Novell site. Rpm -qpi
says this is the module to access the 3590 tape.   Do you know if it
will also read a 3480 tape?  I'm on kernel 2.6.5-7.244 (SP3).
I'm trying to find an IBM driver for 3480 drives for SLES9 SP3.
Betsie 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Post, Mark K
Sent: Thursday, June 08, 2006 10:07 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: HLASM on zLinux install

Attach the tape drive to the guest and see if it has a tar archive on
it?


Mark Post 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Thursday, June 08, 2006 11:42 AM
To: LINUX-390@VM.MARIST.EDU
Subject: HLASM on zLinux install

Has anyone installed HLASM for Linux on zSeries yet? The product is
shipped on a 3480 tape and I can't figure out how to process it off the
tape.  The README for the installation is G210-2407 and costs $1.20
online.  (I don't know how long it will take to get the pub shipped.)
IBM has taken an ETR for the problem but whoever owns the README has not
yet responded. I've tried TAPE, VMFPLC2 and DDR.   Any ideas?

 

Betsie

--
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: FW: snIPL on zLinux

2006-06-07 Thread Spann, Elizebeth (Betsie)
Alan,
I did try -r P0012345-CCPUC-LX2 and it still treats the first dash as a
line break but treated the second dash as part of the string. The
response is two lines:
Given LPAR name P0012345
CCPUC-LX2 does not exist on nn.nn.nn.nn 

Thanks for your help in contacting the snIPL group.
Betsie

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Alan Altmark
Sent: Wednesday, June 07, 2006 12:55 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FW: snIPL on zLinux

On June 6, 2006, Betsie Spann said:
 Is anyone running snIPL on zLinux? This is a DeveloperWorks product
 documented in Device, Drivers, Features and Commands.   I believe
there
 is a problem handling image names that have a dash, eg. CCPUC-LX2

 The snIPL processing changes it to CCPUC\nLX2  as you can see from the
 strace:

 vmzl006:/usr/local/bin # cat /tmp/snipl.trace2 | grep CCPUC
 execve(./snipl, [./snipl, -r, CCPUC-LX2], [/* 54 vars */]) = 0
 write(2, CCPUC\nLX2: reset failed, return ..., 75) = 75

 The resulting error is
 vmzl006:/usr/local/bin # strace -o /tmp/snipl.trace2 ./snipl -r
 CCPUC-LX2

 Server 10.nnn.nn.nn from config file /etc/snipl.conf is used

 CCPUC
 LX2: reset failed, return code of HwmcaCommand is NO_SUCH_OBJECT - 1

Betsie, to follow up on this, it's not obvious (or documented, as best
as
I can tell), but the source code shows me that the syntax of image
name is really [server-]image_name.  That is, the image name can
be
prefixed by the server (CPC) name followed by a dash.  This doesn't work
so well when the LPAR name contains a dash, eh?  :-)

So, snipl sees CCPUC-LX2 and assumes it is image LX2 on server CCPUC,
overriding the associated server obtained from the config file (I
think).
So try something along the lines of P0012345-CCPUC-LX2.

The Right People have been found (from the source code, I might add!)
and
notified.

Alan Altmark
z/VM Development
IBM Endicott

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

2006-06-06 Thread Spann, Elizebeth (Betsie)
Reposting again, hoping someone from DeveloperWorks may respond.  

Betsie

 



From: Spann, Elizebeth (Betsie) 
Sent: Thursday, June 01, 2006 11:17 AM
To: 'Linux on 390 Port'
Subject: snIPL on zLinux

 

Hi,

Is anyone running snIPL on zLinux? This is a DeveloperWorks product
documented in Device, Drivers, Features and Commands.   I believe there
is a problem handling image names that have a dash, eg. CCPUC-LX2

The snIPL processing changes it to CCPUC\nLX2  as you can see from the
strace:

 

vmzl006:/usr/local/bin # cat /tmp/snipl.trace2 | grep CCPUC

execve(./snipl, [./snipl, -r, CCPUC-LX2], [/* 54 vars */]) = 0

write(2, CCPUC\nLX2: reset failed, return ..., 75) = 75

 

The resulting error is 

 

vmzl006:/usr/local/bin # strace -o /tmp/snipl.trace2 ./snipl -r
CCPUC-LX2

Server 10.nnn.nn.nn from config file /etc/snipl.conf is used

CCPUC

LX2: reset failed, return code of HwmcaCommand is NO_SUCH_OBJECT - 1

 

Betsie


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


  1   2   >