Re: IODF question

2010-08-05 Thread Joe . DiPippo
Check to insure that your z/VM system is included in the access list for the CHPID attached to the control unit defined to the 1B00-1B0F devices. Joseph Di Pippo Operating Systems Programmer III FRIT Computing Services z/OS, z/VM, Hardware Support 1-201-531-3820 From: Daniel Allen

Re: New z/VM Red Alert posting

2010-08-05 Thread Mark Cibula
Hello All, It's come to my attention that attendees at this week's SHARE have been informed that only a 610 level SSL Scalability and Enhancement PTF would be provided. For the record, PTFs for both the 540 and 610 levels will be m ade available. Regards, Mark Cibula (z/VM TCP/IP Support)

Pushing replies to Linux SLES 11 upgrade from a REXX EXEC

2010-08-05 Thread Tom Duggan
I hope this gets through...(and a Hello! from a new member if it does!) I've been assigned a recent project of trying to automate the initial responses of a SLES 11 upgrade to servers running under z/VM 5.3. I'm trying to automate the replies up until the point in the process where SSH is

Re: Pushing replies to Linux SLES 11 upgrade from a REXX EXEC

2010-08-05 Thread Mark Pace
A config file with all the prompts and responses is what you're looking for. Something like this RAMDISK_SIZE=98304 ROOT=/DEV/RAM1 RO INIT=/LINUXRC TERM=DUMB HostIP=nnn.nnn.nnn.nnn Hostname=host.domain Gateway=nnn.nnn.nnn.nnn Nameserver=nnn.nnn.nnn.nnn InstNetDev=osa Netmask=255.255.255.0

Re: Pushing replies to Linux SLES 11 upgrade from a REXX EXEC

2010-08-05 Thread Alan Altmark
On Thursday, 08/05/2010 at 09:37 EDT, Tom Duggan dugg...@emigrant.com wrote: I hope this gets through...(and a Hello! from a new member if it does!) I've been assigned a recent project of trying to automate the initial responses of a SLES 11 upgrade to servers running under z/VM 5.3. I'm

Re: Pushing replies to Linux SLES 11 upgrade from a REXX EXEC

2010-08-05 Thread Mike Walter
You've already received good responses to the original question. But there may be more when the question is looked at from a different direction. Why would you need a script to reply to upgrade prompts? Could you not have one golden image Linux server disk that is cloned for each server to

BFS problem

2010-08-05 Thread Jim Bohnsack
I'm trying to run PUT2PROD on the latest maintenance, RSU 1002 for z/VM 5.4, and have hit a BFS roadblock. While PUT2PROD is working on TCPIP, I'm seeing a BFS error for LDAPSRV. The LDAPSRV id, the POSIXGROUP statements, and the LDAPSRV POSIXINFO are the same as when they were delivered

Re: BFS problem

2010-08-05 Thread Alan Altmark
On Thursday, 08/05/2010 at 11:08 EDT, Jim Bohnsack jab...@cornell.edu wrote: I'm trying to run PUT2PROD on the latest maintenance, RSU 1002 for z/VM 5.4, and have hit a BFS roadblock. While PUT2PROD is working on TCPIP, I'm seeing a BFS error for LDAPSRV. The LDAPSRV id, the POSIXGROUP

Re: BFS problem

2010-08-05 Thread Richard Troth
The statements are the same, but does that mean that group system is in fact defined? Check for that group in your POSIXGROUP statements. The DMSOVO2129E message says it's looking for a GID, the number behind the name. Forgive me if you already know this. A lot of VMers are still new to POSIX

Re: BFS problem

2010-08-05 Thread Michael Donovan
Jim, To continue with Rick Troth's note ... make sure the following statements exist in your CP directory GLOBALDEFS POSIXGROUP system 0 POSIXGROUP staff1 POSIXGROUP bin 2

Re: Pushing replies to Linux SLES 11 upgrade from a REXX EXEC

2010-08-05 Thread Mark Post
On 8/5/2010 at 09:09 AM, Tom Duggandugg...@emigrant.com wrote: I'm trying to automate the replies up until the point in the process where SSH is launched to start yast. Is this really an upgrade from a prior version, or a new install? As others have pointed out, the parmfile will get you to