Re: Where Do I Go From Here?

2008-08-22 Thread Dave Wade
Alan, You are correct as usual, and I can't honestly think why I said that, I am getting AMODE and RMODE muddled with architecture. (senior moment as we say in GB land) What I meant to say is that it runs fine as an AMODE 24 module without changing any settings. Much to my suprise it does no

Found a Pig for PigIron

2008-08-22 Thread Jack Woehr
Image of noble porcine PigIron Open Source Java Class Libraries for VSMAPI Three weeks and counting ... whee ... now supporting (in trunk): * CheckAuthentication * ImageActiveConfigurationQuery * ImageQueryActivateT

Re: DDR'ing 3390 DASD To Remote Location

2008-08-22 Thread Alan Altmark
On Wednesday, 08/20/2008 at 03:20 EDT, Michael Coffin <[EMAIL PROTECTED]> wrote: > I'm not in front of a VM terminal, so forgive me is this is documented - > but is secure FTP supported? I don't recall seeing a parm for it > (doesn't mean it's not there and I didn't see it). :) Not in the F

Re: HyperPAV usage

2008-08-22 Thread Leland Lucius
So, it looks like we're stuck with static PAVs for now if we want to be able to access a single volume via 3 addresses in the same guest? Thanks much, Leland Steve Wilkins wrote: Each control unit can be in either Hyperpav or static PAV mode; not both. Therefore, you can define MDISK E100 w

Re: Assigning 3390 DASD for Use in a zLinux Filesystem

2008-08-22 Thread Raymond Noal
If the user wants to give the Linux guest a full volume mini disk, you can also use the DEVNO format of the MDISK statement in the directory. This avoids any concern regarding the real volume's volume serial number. HITACHI  DATA SYSTEMS Raymond E. Noal Senior Technical Engineer Office: (408)

Re: HyperPAV usage

2008-08-22 Thread Steve Wilkins
Each control unit can be in either Hyperpav or static PAV mode; not both. Therefore, you can define MDISK E100 with 3 virtual static PAV alias devices, but E100 must be associated with a real device that is on a controller in static PAV mode. Also, there must be 3 real alias devices on that cont

Re: Where Do I Go From Here?

2008-08-22 Thread Alan Altmark
On Friday, 08/22/2008 at 02:26 EDT, Dave Wade <[EMAIL PROTECTED]> wrote: > Look the GCC compiler I built on VM/370 R6 runs fine in 370 mode in zVM5.2 The phrase "370 mode in zVM5.2" doesn't make sense. There is no 370 microcode on any machine on which you can run z/VM 5.2. Further, if there

Re: Where Do I Go From Here?

2008-08-22 Thread Thomas Kern
VM/370 R6 runs much faster on my laptop than I remember it running on the Amdahl 470V6 I used to work on. I wish I could get my hands on the Genera l Circulation Model that we used to run and see how fast my laptop can do a three day weather forecast. /Tom Kern On Fri, 22 Aug 2008 14:26:21 -0

Re: Where Do I Go From Here?

2008-08-22 Thread David Boyes
> As I know nothing of the guts of Jovial I can't say if this would affect it. If it does then will it run on a really old VM system on > Hercules. Critical question is what apps are you running and where do they get there data from and send it too... > Dave Wade G4UGM > Illegitimi Non Carbo

Re: Where Do I Go From Here?

2008-08-22 Thread Schuh, Richard
Dave Wade said "Illegitimi Non Carborundum" After so many years of abrasion, your skin gets thinner. I do not suffer fools nearly as well as I once did. Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On B

Re: Where Do I Go From Here?

2008-08-22 Thread Dave Wade
Look the GCC compiler I built on VM/370 R6 runs fine in 370 mode in zVM5.2, as do many of the other application built on that platform. You only need to worry about "real" 370 mode if you application issues 370 mode specific instructions, typically SIO , SIOF etc. or wants to run with a BCMODE PSW.

Re: Where Do I Go From Here?

2008-08-22 Thread Karl J Severson
Thanks to all who have responded to this post. There are many interesting ideas that I can present to the upgrade team. I know that I have brought this subject up before as someone mentioned but at that time, it was mainly for OS upgrade (where I was concerned about 370 mode) on our current platfor

Re: Where Do I Go From Here?

2008-08-22 Thread Karl J Severson
Richard: Yes, thanks - I remembered after I sent the note and went home for the day that 370 mode is also machine dependant as well. Karl SeversonIBM VM System AdministratorRaytheon CompanyEl Segundo, California---Different

Re: Where Do I Go From Here?

2008-08-22 Thread Stephen Frazier
Get a copy of the source for the PC UNIX compiler and tools. Try to compile them on Linux. It may work. You may need to fix some problems. -- Stephen Frazier Information Technology Unit Oklahoma Department of Corrections 3400 Martin Luther King Oklahoma City, Ok, 73111-4298 Tel.: (405) 425-2549

Re: Assigning 3390 DASD for Use in a zLinux Filesystem

2008-08-22 Thread Robert J McCarthy
I issued the CP SEND LINK ... to the guest. I had the administrator reformat his disk, and then I detached the device to verify. The volser did not change as expected . Rich, Richard and Brian thank you very much for your assistance. Bob McCarthy -Original

Re: HiperSockets Question

2008-08-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Alan! Thank You, Terry Martin Lockheed Martin - Information Technology z/OS & z/VM Systems - Performance and Tuning Cell - 443 632-4191 Work - 410 786-0386 [EMAIL PROTECTED] -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Alan Altmark

HyperPAV usage

2008-08-22 Thread Leland Lucius
Is it possible to take advantage of HyperPAV with SLES9/10? I realize that HyperPAV is not directly supported by the kernel versions available in SLES, so it looks like we're stuck with static aliases. So, what I'd like to do is define a bunch of HyperPAV aliases for z/VM to manage and then d

Re: Assigning 3390 DASD for Use in a zLinux Filesystem

2008-08-22 Thread Brian Nielsen
What the others have said, plus: if you're using an MDISK you shouldn't ATTACH the DASD. That's why the cylinder zero label would have changed when the Linux guest formatted the volume. If this is indeed what you did you'll want to remove the volume from the Linux guest and start again. Ot

Re: Assigning 3390 DASD for Use in a zLinux Filesystem

2008-08-22 Thread Rich Smrcina
Of course, you have to put the directory online before you can use the LINK command... :) Rich Smrcina wrote: Robert, You can add the minidisk to the users directory, then use the CP LINK command to add it to the virtual machine configuration. Use CP LINK either by logging on the the virtua

Re: Assigning 3390 DASD for Use in a zLinux Filesystem

2008-08-22 Thread Schuh, Richard
You could also use SEND CP linuxid LINK ... From a Class C user. Regards, Richard Schuh > -Original Message- > From: The IBM z/VM Operating System > [mailto:[EMAIL PROTECTED] On Behalf Of Rich Smrcina > Sent: Friday, August 22, 2008 8:28 AM > To: IBMVM@LISTSERV.UARK.EDU > Subject: R

Re: Assigning 3390 DASD for Use in a zLinux Filesystem

2008-08-22 Thread Rich Smrcina
Robert, You can add the minidisk to the users directory, then use the CP LINK command to add it to the virtual machine configuration. Use CP LINK either by logging on the the virtual machine via the 3270 interface or using the hcp or vmcp command interface (which requires root authority, but

Assigning 3390 DASD for Use in a zLinux Filesystem

2008-08-22 Thread Robert J McCarthy
We are faily new in z/VM and zLinux and have a need to add additional DASD to a linux guest. I initialized the volumes under VM, attached them to the guest, and notified the linux adminstrator. He formatted the volumes under linux in preparation for use when the filesystem is expanded. Once the vo

MEMO XMASGIFT (was Missing the "nonames" option on SFS commands)

2008-08-22 Thread Rob van der Heij
I knew I would enjoy to quote Sir Kris: "There's a package on the VM Download Pages" I did it a few weeks ago and forgot all about. But it is there now. Enjoy, Rob http://www.vm.ibm.com/download/packages/descript.cgi?NONAMES SFS commands feature a lookup from the user's NAMES file that can not

Re: Where Do I Go From Here?

2008-08-22 Thread Rich Greenberg
On: Thu, Aug 21, 2008 at 07:21:37PM -0700,Karl J Severson Wrote: } Richard: } We have 370 mode in V2.3 so that's no problem. My concern is it's lack of } availability in the more recent versions of zVM/CMS. That's why we would need } to run a guest VM/ESA or maybe zVM 3.1 partition under the lates

Re: IPGATE question

2008-08-22 Thread Alan Altmark
On Wednesday, 08/20/2008 at 09:15 EDT, "O'Brien, Dennis L" wrote: > Alan Altmark, if our name isn't on the requirement, would you > please add it? Roger roger. Alan Altmark z/VM Development IBM Endicott

Re: HiperSockets Question

2008-08-22 Thread Alan Altmark
On Wednesday, 08/20/2008 at 09:54 EDT, "Martin, Terry R. (CMS/CTR) (CTR)" <[EMAIL PROTECTED]> wrote: > After a lot of effort we found that there was an extra route in the > Linux routing table that sent the data bound for one of the z/OS LPARS > over to our z/VM where it then was routed by the TCP

Re: Where Do I Go From Here?

2008-08-22 Thread Adam Thornton
On Thu, Aug 21, 2008 at 08:19:22PM -0400, David Boyes wrote: > If you truly still need 370 mode, you're going to be hard pressed to find a > system that will still run true 370 mode. Most (if not all) the modern > systems no longer have true 370 mode microcode. Howeveron a modern z9 you can pr

Re: Where Do I Go From Here?

2008-08-22 Thread Kris Buelens
No zSeries Machines provide 370 mode (370 mode got removed in some of te latest 9672 generations). To be able to use a MACHINE 370, 370 mode must be provided by the HW, Running VM/ESA as guest of z/VM will not help. The solution/bypass to allow running CMS 370-mode applications in XA-mode machines