Re: Configuration of a High-end virtual machine

2005-05-24 Thread Srivatsa Vaddagiri
On Mon, May 23, 2005 at 09:41:02PM +0200, Rob van der Heij wrote: > I fail to see why the number of virtual machines in the system would > be relevant to the things you raise in that post. I suppose you are The core of my post (in LKML) is about how to avoid scheduler load imbalance when a idle CP

SLES9 Install with FTP under VM question

2005-05-24 Thread Froberg, David C
Folks, I'm installing SLES9 under z/VM 4.4. When transfering the Installation System via FTP, I don't get what I would expect or what the SuSE doc seems to indicate I should get for byte counts. I ftp from a VM Linux guest to other which has copies the SLES9 ISOs. A dir of boot/ shows: dir >>

Re: SLES9 Install with FTP under VM question

2005-05-24 Thread Rich Smrcina
If you downloaded these from SuSE, check the MD5SUM values. Froberg, David C wrote: Folks, I'm installing SLES9 under z/VM 4.4. When transfering the Installation System via FTP, I don't get what I would expect or what the SuSE doc seems to indicate I should get for byte counts. I ftp from a V

Adding a new interface to a RHEL4 system

2005-05-24 Thread Michael MacIsaac
Hello list, Has anyone been able to add a second interface to a RHEL4 system? I am trying to add an eth1. I have a other QDIO triplets defined besides the primary triplet being used by eth0. For example, the VM user ID name TEAMA has virtual device 1600 as the starting device address of a VSWITCH

Re: Nagios & CICS

2005-05-24 Thread Sebastian Korte
> The > Nagios NRPE daemon would probably compile under USS, and then you could > remotely execute REXX execs to probe various CICS things and return the > output back to Nagios. We use both NRPE and NSCA under USS. NSCA can be called with BPXBATCH trough JCL to execute notifications within nagios

Re: SLES9 Install with FTP under VM question

2005-05-24 Thread Michael MacIsaac
David, Before you "put" the kernel and RAMdisk did you do: ftp> bin ftp> site fix 80 "Mike MacIsaac" <[EMAIL PROTECTED]> (845) 433-7061 -- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL

Re: SLES9 Install with FTP under VM question

2005-05-24 Thread John Schnitzler Jr
When you transfer the files to VM make sure the files are being transferred Fixed 80 with the VMRDR and INITRD files in binary. Chapter 8.3 of the SUSE sles9 manual "Architecture-Specific Information". This manual is on the sles9 CD1 disk. John Rich Smrcina <[EMAIL PROTECTED]> Sent by: Linux o

Re: SLES9 Install with FTP under VM question

2005-05-24 Thread Froberg, David C
> > When you transfer the files to VM make sure the files are > being transferred Fixed 80 with the VMRDR and INITRD files in > binary. Chapter 8.3 of the SUSE sles9 manual > "Architecture-Specific Information". This manual is on the > sles9 CD1 disk. > Thanks for all your replies so far.

Re: SLES9 Install with FTP under VM question

2005-05-24 Thread Froberg, David C
> > If you downloaded these from SuSE, check the MD5SUM values. > Thanks. I double-checked the md5sum and it looks fine. -- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] w

Hangcheck timer on SLES9.

2005-05-24 Thread mainframe_s390
Hi, all. I want to use hangcheck timer module on SLES9(SP1) for zSeries 64bit. But SLES9 for zSeries doesn't have it. (I couldn't find it in any CDs.) Where is hangcheck timer?? Please tell me any information. Thank you. - K.M __

Re: Adding a new interface to a RHEL4 system

2005-05-24 Thread Dave Myers
YesI've did this a couple of weeks ago and the APPENDIX F instructions in the RHEL Install guide worked fine...BUT this was an LPAR situation I've got a couple of followup questions...maybe you'll find this as you work with RHEL4. Where does RHEL4 store the static route table? Also, now d

3270 Check (was: Nagios & CICS)

2005-05-24 Thread Sebastian Korte
Has anyone an idea how to check 3270 system logon availability of z/OS with nagios? I think of a script calling something like s3270. "c3270 IPnumber" works, but all I need is the return-code of a simple connect... Sebastian -- F

Re: Hangcheck timer on SLES9.

2005-05-24 Thread Little, Chris
I don't have a SLES 9 box up right now, but when I installed Oracle 10g RAC, it required the hangcheck timer and I believe it was there. Been wrong before, though. -Original Message- From: mainframe_s390 [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 9:15 AM To: LINUX-390@VM.MARIST

Re: Hangcheck timer on SLES9.

2005-05-24 Thread Little, Chris
If not, you could build from the SLES 8 srpm. -Original Message- From: mainframe_s390 [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 9:15 AM To: LINUX-390@VM.MARIST.EDU Subject: Hangcheck timer on SLES9. Hi, all. I want to use hangcheck timer module on SLES9(SP1) for zSeries 64bit

Re: Adding a new interface to a RHEL4 system

2005-05-24 Thread Michael MacIsaac
Dave, Thanks, that did it. I was missing the command: # echo 0.0.1600,0.0.1601,0.0.1602 > /sys/bus/ccwgroup/drivers/qeth/group There is some good reference info in that Appendix F. "Mike MacIsaac" <[EMAIL PROTECTED]> (845) 433-7061 -

SLES8 install problem

2005-05-24 Thread Greg Smith
I am doing a fresh SLES8 install. When I try to do the online update I get an `Initialization failed' error message. The url is http://sdb.suse.de/youfix. If I try http://sdb.suse.de/download I get `login failed'. I am sure my userid and password are correct and am able to update my other syst

Re: SLES8 install problem

2005-05-24 Thread Little, Chris
Aren't there issues with s390/SLES 8 YOU? Like it doesn't work? -Original Message- From: Greg Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 11:05 AM To: LINUX-390@VM.MARIST.EDU Subject: SLES8 install problem I am doing a fresh SLES8 install. When I try to do the online upd

Guidance on script writing

2005-05-24 Thread Longstreth, Lance
Morning, I am trying to learn to write scripts and thought as a project I would write a script that will clean out a log file directory. I have been able to take this script and run it on Fedora core 1(intel). Now I am trying to move this same script to SUSE 8.1(z/800) and am receiving the followi

Re: Guidance on script writing

2005-05-24 Thread Little, Chris
try "find /var/log/ etcetera" it's looking for that trailing slash to indicate a directory. -Original Message- From: Longstreth, Lance [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 11:33 AM To: LINUX-390@VM.MARIST.EDU Subject: Guidance on script writing Morning, I am trying to le

Re: Guidance on script writing

2005-05-24 Thread Fargusson.Alan
Try removing the quotes around the curly brackets. They are not needed, and I suspect they are causing problems. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Longstreth, Lance Sent: Tuesday, May 24, 2005 9:33 AM To: LINUX-390@VM.MARIST.EDU Subject: Guida

Guidance on script writing

2005-05-24 Thread Longstreth, Lance
Taking the advice of Alan Fargusson and Chris Little, I added a backslash to the end of the path and took the quotes out from around the brackets. I also tried these independent of each other. But, I still receive the same message of "Usage: find [path...] [expression]". As seen below Messages fr

Re: Guidance on script writing

2005-05-24 Thread Marist EDU
I think it's because you don't have a wildcard. i.e. find /var/opt/CPfw1-50-04/log/*.log* -mtime +13 -exec rm -f {} \; -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Longstreth, Lance Posted At: Tuesday, May 24, 2005 11:33 AM Posted To: Marist EDU Conversa

Re: Guidance on script writing

2005-05-24 Thread kayvan kazeminejad
Longstreth, Lance wrote: Taking the advice of Alan Fargusson and Chris Little, I added a backslash to the end of the path and took the quotes out from around the brackets. I also tried these independent of each other. But, I still receive the same message of "Usage: find [path...] [expression]".

Re: Guidance on script writing

2005-05-24 Thread Little, Chris
no. On the find, the name is separate from the path. That would be "find /path/ -name \*.log\* The name is not necessary for the find. It can be based on other criteria. -Original Message- From: Marist EDU [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 12:03 PM To: LINUX-390@VM.

Re: Guidance on script writing

2005-05-24 Thread Fargusson.Alan
I was able to reproduce your result by adding a carriage return to the end of the find command. This makes me think that either you saved the shell script in dos format, or you have some junk after the semicolon. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behal

Re: Guidance on script writing

2005-05-24 Thread Little, Chris
Ah! The dreaded newline/carriage return bug! We had a dba who had written a script that used to work but suddenly wouldn't. I cut it down line by line until the only thing left was "#!/bin/sh". It still wouldn't work. I then bonked the dba on the head several times. -Original Message-

Re: SLES9 Install with FTP under VM question

2005-05-24 Thread Jeremy Warren
Did you do Parmfile as bin or ascii? "Froberg, David C" <[EMAIL PROTECTED]> Sent by: Linux on 390 Port 05/24/2005 09:56 AM Please respond to Linux on 390 Port To: LINUX-390@VM.MARIST.EDU cc: Subject:Re: [LINUX-390] SLES9 Install with FTP under VM questi

Recommendations for Automation and IVP tools

2005-05-24 Thread Hobbs, Robert
We are looking for tools that would provide z/OS style automation to our mainframe linux servers. I was wondering if anyone had any recommendations? Robert Hobbs Operating System Services (972) 584-5227 -- For LINUX-390

Guidance on writing script

2005-05-24 Thread Longstreth, Lance
I had used Microsoft notepad originally to create the script and store it on a samba share. I am now using VI to edit, I went to the end of the line and hit the delete key til it took out the semi-colon, I then reinserted the semi-colon. I must have had some junk from when I used notepad origin

Re: Guidance on writing script

2005-05-24 Thread Fargusson.Alan
When you edit with vi does it show [dos] at the bottom of the screen? If it does you need to do a ":set ff=unix", then save the file. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Longstreth, Lance Sent: Tuesday, May 24, 2005 11:06 AM To: LINUX-390@VM.MARI

Re: SLES9 Install with FTP under VM question

2005-05-24 Thread Froberg, David C
> > Did you do Parmfile as bin or ascii? > Ascii. The SuSE doc shows doing an asc command just before the get for parmfile. -- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED]

Guidance on script writing

2005-05-24 Thread Longstreth, Lance
Thank you Alan, I typed the set command as you suggested and it is now functioning. Thank you all for your suggestions. I had never noticed the DOS at the bottom of the page in VI. It now looks like this "del.sh" 5L, 360C . What causes/ed it to be their? Was it because I used notepad? Lan

Re: Guidance on script writing

2005-05-24 Thread Fargusson.Alan
The [dos] at the bottom of the screen is vi telling you that it found CRLF at the end of line. The CRLF at the end of line is from using notepad to edit the file. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Longstreth, Lance Sent: Tuesday, May 24, 2005

Re: Recommendations for Automation and IVP tools

2005-05-24 Thread Uriel Carrasquilla
Are you running under zLinux LPAR or VM? Which zLinux distro? is it OK for you (or your shop policies) to use some of the zOS tools to manage zLinux? Regards, [EMAIL PROTECTED] NCCI Boca Raton, Florida 561.893.2415 greetings / avec mes meilleures salutations / Cordialmente mit freundlichen G

Re: Guidance on writing script

2005-05-24 Thread Little, Chris
the command dos2unix does the job too. -Original Message- From: Fargusson.Alan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 1:14 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Guidance on writing script When you edit with vi does it show [dos] at the bottom of the screen? If it doe

Guidance on writing scripts

2005-05-24 Thread Longstreth, Lance
Thanks I'll write that down. Can you recommend any sites or good books on writing scripts. Lance Longstreth Bandag Inc Technical Support & Operations zOS systems/Linux 1-(563)-262-2927 [EMAIL PROTECTED] -- For LINUX-390 subsc

GPG, SLES 9 64 bit...

2005-05-24 Thread Brian France
I had GPG working on SLES 8 3x bit with no problems. But, upon installation of SLES 9 I continually get a message that "Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 300 more bytes)." So, I attempt to do more work but nothing se

Re: SLES8 install problem

2005-05-24 Thread Greg Smith
Little, Chris wrote: Aren't there issues with s390/SLES 8 YOU? Like it doesn't work? Hmmm ... I do seem to recall something about that. What I did was goto http://sdb.suse.de/downloads/s390/update/SuSE-SLES/8/rpm/s390 (requires login) and manually downloaded the latest yast2-online rpm. See

Re: Hangcheck timer on SLES9.

2005-05-24 Thread mainframe_s390
Thank you for answer. Hangcheck timer is supplied as a rpm package? Please tell me the package name. Thank you. - K.M. __ Do You Yahoo!? Upgrade Your Life http://bb.yahoo.co.jp/ ---