Re: Clone SUSE 10

2009-01-28 Thread Jones, Russell
Should the parameters in /etc/zipl.conf look like: root=/dev/dasda1 ro noinitrd Russell Jones ANPAC System Programmer rjo...@anpac.com -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Tom Duerbusch Sent: Tuesday, January 27, 2009 5:08 PM To:

Re: Clone SUSE 10

2009-01-28 Thread Tom Duerbusch
Yes, if you are using device name in the fstab. There are other parms available also, and I don't know what they will generate in the zipl.conf and fstab files. I was getting burnt by the defaults changing to device id, which really messes up cloning, disaster recovery, moving to a different

Re: Clone SUSE 10

2009-01-28 Thread Mark Post
On 1/28/2009 at 9:58 AM, Jones, Russell russell.jo...@anpac.com wrote: Should the parameters in /etc/zipl.conf look like: root=/dev/dasda1 ro noinitrd No. If you do, your system won't boot. Just add 'dasd=addr1,addr2 to what is there now. Mark Post

Re: Clone SUSE 10

2009-01-28 Thread Jones, Russell
My zipl.conf now looks like this: * ANPLNX02:/etc# cat zipl.conf # Modified by YaST2. Last modification on Tue Nov 25 11:10:32 CST 2008 [defaultboot] defaultmenu = menu ###Don't change this comment - YaST2 identifier: Original name: linux### [SLES_10_SP1] image =

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Scott Rohling
When you say 'line editor' - that's exactly what you are forced to use.. for example sed. You won't be able to use a 'fullscreen' editor unless you use an ascii console.. vi/vim/nano are all fullscreen editors. On Wed, Jan 28, 2009 at 11:57 AM, Tom Duerbusch duerbus...@stlouiscity.comwrote: I

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Jack Woehr
Tom Duerbusch wrote: What is a good line mode editor? ex is the traditional Unix line mode editor, written for just such environments. It's the dark side of vi :) man ex -- Jack J. Woehr# I run for public office from time to time. It's like http://www.well.com/~jax # working out

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Edmund R. MacKenty
On Wednesday 28 January 2009 14:01, Scott Rohling wrote: When you say 'line editor' - that's exactly what you are forced to use.. for example sed. You won't be able to use a 'fullscreen' editor unless you use an ascii console.. vi/vim/nano are all fullscreen editors. Actually, sed is a script

Re: Encryption on a 7060

2009-01-28 Thread David L. Craig
On Sat, Jan 24, 2009 at 10:45:11AM -0600, Dave Jones wrote: David L. Craig wrote: [snip.] Sigh... We're running VM/ESA 2.2 which means CP doesn't know about the IEEE floating point hardware. As I see it, we can upgrade VM, tell the kernel to use emulation even though the hardware

Re: Clone SUSE 10

2009-01-28 Thread Tom Duerbusch
There are two places where the disk needs to be changed: /etc/fstab /etc/zipl.conf The zipl.conf is used for booting and on the way up, the fstab is used. linux63:/etc # cat /etc/fstab /dev/disk/by-path/ccw-0.0.0150-part1/ ext3 acl,user_xattr 1 1

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Ayer, Paul W
I use sed and also use echo a lot too from the console. Don't forget to use the to add to file :) else you then need to echo in every line again. I'm going to try the ex now that would be great. -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of

Re: Encryption on a 7060

2009-01-28 Thread David L. Craig
On Wed, Jan 28, 2009 at 02:09:58PM -0500, David L. Craig wrote: I looked at the code (don't you just love free software?) and it looks like I can get away with zapping off the AFP bit in the first set of control registers loaded by the kernel in head31.S shortly after bootstrapping completes;

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Tom Duerbusch
man ex gives me the man page for vi. ex being an short way to start up vi and put it in ex mode. And when I try ex, yep, that's vi G. Tom Duerbusch THD Consulting Jack Woehr j...@well.com 1/28/2009 12:58 PM Tom Duerbusch wrote: What is a good line mode editor? ex is the traditional Unix

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Dave Jones
Tom, for most 'simple' file editing that needs to be done from the 3270 console (i.e., before the network is available), I've found that the 'ed' editor works well. It's command set is small and easy for me to remember. Jack Woehr wrote: Tom Duerbusch wrote: What is a good line mode editor?

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Tom Duerbusch
However, it is not on the rescue system. Tom Duerbusch THD Consulting Dave Jones d...@vsoft-software.com 1/28/2009 1:39 PM Tom, for most 'simple' file editing that needs to be done from the 3270 console (i.e., before the network is available), I've found that the 'ed' editor works well. It's

Re: Encryption on a 7060

2009-01-28 Thread Dave Jones
Hi, David. I'm a bit confused here.why are you turning off the AFP bit in the Linux kernel? Is it causing you some problems on teh 7060? David L. Craig wrote: On Wed, Jan 28, 2009 at 02:09:58PM -0500, David L. Craig wrote: I looked at the code (don't you just love free software?) and it

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Adam Thornton
On Jan 28, 2009, at 2:03 PM, Tom Duerbusch wrote: However, it is not on the rescue system. Well, then, submit that to the vendor as a requirement. After all, ed is the standard text editor. http://www.gnu.org/fun/jokes/ed.msg.html Adam

Re: Encryption on a 7060

2009-01-28 Thread David L. Craig
On Wed, Jan 28, 2009 at 02:19:45PM -0600, Dave Jones wrote: I'm a bit confused here.why are you turning off the AFP bit in the Linux kernel? Is it causing you some problems on teh 7060? I want to run it in a virtual machine under VM/ESA 2.2, but support for the IEEE floating point

Re: Encryption on a 7060

2009-01-28 Thread Dave Jones
Got it, thanks, David. David L. Craig wrote: On Wed, Jan 28, 2009 at 02:19:45PM -0600, Dave Jones wrote: I'm a bit confused here.why are you turning off the AFP bit in the Linux kernel? Is it causing you some problems on teh 7060? I want to run it in a virtual machine under VM/ESA 2.2,

Re: Clone SUSE 10

2009-01-28 Thread Undetermined origin c/o LISTSERV administrator
y.com From: Jones, Russell russell.jo...@anpac.com To: Linux on 390 Port LINUX-390@VM.MARIST.EDU X-CFilter-Loop: Reflected X-Barracuda-Connect: mail.anpac.com[208.191.131.1] X-Barracuda-Start-Time: 1233171329 X-Barracuda-Encrypted: AES256-SHA X-Barracuda-Bayes: INNOCENT GLOBAL 0. 1.

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Tom Duerbusch
Ok got around the problem of ed not being on the rescue system. Use ed from the installed system (duh). /mnt/bin/ed filename So far, my testing using the rescue system, ed is the right tool. Thanks Tom Duerbusch THD Consulting Dave Jones d...@vsoft-software.com 1/28/2009 1:39 PM Tom, for

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Rick Troth
'vi' will come up clean on a (dialed) 3270 (or the console if you did a #CP TERM CONMODE 3270 before bringing up Linux). You will still have pain w/r/t the Esc key. The 3270 driver honors the cursor positioning and text highlighting protocol used by a DEC VT220 (roughly ANSI X3.64). With a

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Scott Rohling
Wow - thanks Rick - I hadn't played with conmode 3270 or dialing.. thanks for reminding us -- Scott On Wed, Jan 28, 2009 at 3:26 PM, Rick Troth r...@casita.net wrote: 'vi' will come up clean on a (dialed) 3270 (or the console if you did a #CP TERM CONMODE 3270 before bringing up Linux).

Linux installation discs or minidisks

2009-01-28 Thread Hugo Luis Vitelli
Hello list ... Since you have more experience would like to see ... by installing Linux - because we want to make it Read Only disks, such as the filesystem that are not modified and the Read Write to the modification ... Read Only minidisks we create and are accessed by other machines and

Re: Linux installation discs or minidisks

2009-01-28 Thread Scott Rohling
Hugo -- Check out: http://www.redbooks.ibm.com/abstracts/redp4322.html?Open This talks about sharing filesystems (read only root) and should provide you some valuable help and ideas.. Scott On Wed, Jan 28, 2009 at 5:12 PM, Hugo Luis Vitelli vitel...@ar.ibm.comwrote: Hello list ... Since

Re: Linux installation discs or minidisks

2009-01-28 Thread Hugo Luis Vitelli
Thank you very much Scott was very helpful information that you sent me. Greetings Hugo Luis Vitelli Mainframe Server Management System Support - Solutions Delivery IBM Global Services SSA Hipolito Yrigoyen 2149 ? CP (B1640HFQ) Modulo ?A? -

Re: Linux installation discs or minidisks

2009-01-28 Thread Richard Troth
It's really no where near as complicated as expressed in the RedPaper if you can simply intercept the usual 'rootfsck' and replace it. Then commit to having a set of service disks which can be flipped into R/W mode. (Then apply service, whether RH or SuSE.) The RedPaper goes into excruciating

Re: Linux installation discs or minidisks

2009-01-28 Thread Scott Rohling
No problem - the real credit goes to Steve, Rick and Mike who authored the redbook.. I got a chance to review some of it early and it's good stuff. Scott On Wed, Jan 28, 2009 at 6:36 PM, Hugo Luis Vitelli vitel...@ar.ibm.comwrote: Thank you very much Scott was very helpful information that you

Re: linux volume label

2009-01-28 Thread Rick Troth
On Sat, 3 Jan 2009, Rob van der Heij wrote: You can specify / change it with fdasd. Linux itself does not use the volser, it would only be for other System z Operating Systems in the environment to recognize the volumes (and storage admin persons). ... To be specific, 'fdasd' can write or

Re: Good editor for under the 3270 console interface

2009-01-28 Thread Rick Troth
On Wed, 28 Jan 2009, Tom Duerbusch wrote: ... Use ed from the installed system (duh). /mnt/bin/ed filename nice ...:-) -- R; -- For LINUX-390 subscribe / signoff / archive access instructions, send email to

Re: Linux installation discs or minidisks

2009-01-28 Thread Mark Post
On 1/28/2009 at 9:04 PM, Richard Troth vmcow...@gmail.com wrote: -snip- We had to assume that every step had to be walked through, and the distributors don't specifically support this idea (yet). Yes and no. While it's not an officially supported configuration, the release notes for

Wolf H Rempt/Netherlands/IBM is er even niet

2009-01-28 Thread Wolf H Rempt
I will be out of the office starting 29-01-2009 and will not return until 30-01-2009. Geen toegang tot mail - voor urgente zaken spreek aub boodschap in ! -- For LINUX-390 subscribe / signoff / archive access instructions, send

AW: Good editor for under the 3270 console interface

2009-01-28 Thread Rempel, Horst
Hello Tom, since I have z/VM 5.4.0 running on our z9 I prefer to use the SYSASCII console. SYSASCII is a JAVA emulation for a ASCII console. You can use VI editor to change files, YAST to customize your linux and Ctrl+C. I really like this possibility. I do 'attach sysa to lx100', then start