Re: [LINUX-390] VM Accounting data in linux

2008-05-22 Thread Rob van der Heij
On Thu, May 22, 2008 at 2:51 AM, Thomas Kern [EMAIL PROTECTED] wrote:

 I want to thank Rob for pointing out the new STRUCTURE capabilities in the
 latest runtime version of Pipelines. His presentation shows enough to get me
 started on more intensive processing of z/VM's accounting data.

:-)  Yes, this is fascinating stuff.
Too bad you missed the presentation. I suppose it was only in the
words with the pictures where I mentioned the need for something to
map DSECTs into CMS Pipelines structures (assuming IBM is shipping
those for the account records). We're playing with some stuff for
reading assembler source, as we speak...

Rob


ESM for SFS

2008-05-22 Thread Shimon Lebowitz
Hi,
I was told to inquire if SAFESFS is still the only 
known ESM for SFS?

Thanks,
Shimon (loves bureaucrats)


-- 

Shimon Lebowitzmailto:[EMAIL PROTECTED]
VM System Programmer   .
Israel Police National HQ. 
Jerusalem, Israel  phone: +972 2 542-9877  fax: 542-9308



Re: ESM for SFS

2008-05-22 Thread Kris Buelens
RACF can also play the ESM role for SFS.

2008/5/22 Shimon Lebowitz [EMAIL PROTECTED]:

 Hi,
 I was told to inquire if SAFESFS is still the only
 known ESM for SFS?

 Thanks,
 Shimon (loves bureaucrats)


 --
 
 Shimon Lebowitzmailto:[EMAIL PROTECTED]
 VM System Programmer   .
 Israel Police National HQ.
 Jerusalem, Israel  phone: +972 2 542-9877  fax: 542-9308
 




-- 
Kris Buelens,
IBM Belgium, VM customer support


Re: ESM for SFS

2008-05-22 Thread Rob van der Heij
On Thu, May 22, 2008 at 11:40 AM, Kris Buelens [EMAIL PROTECTED] wrote:
 RACF can also play the ESM role for SFS.

As can VM:Secure


Re: [LINUX-390] VM Accounting data in linux

2008-05-22 Thread A. Harry Williams
On Thu, 22 May 2008 08:39:04 +0200 Rob van der Heij said:
On Thu, May 22, 2008 at 2:51 AM, Thomas Kern [EMAIL PROTECTED] wrote:

 I want to thank Rob for pointing out the new STRUCTURE capabilities in the
 latest runtime version of Pipelines. His presentation shows enough to get me
 started on more intensive processing of z/VM's accounting data.

:-)  Yes, this is fascinating stuff.
Too bad you missed the presentation. I suppose it was only in the
words with the pictures where I mentioned the need for something to
map DSECTs into CMS Pipelines structures (assuming IBM is shipping
those for the account records). We're playing with some stuff for
reading assembler source, as we speak...

I'd read the ADATA output of the Assembler instead of source.  That's its
there for, and it's a lot easier.  You don't need to write your own assembler.

/ahw


Rob


Re: [LINUX-390] VM Accounting data in linux

2008-05-22 Thread Rob van der Heij
On Thu, May 22, 2008 at 12:42 PM, A. Harry Williams [EMAIL PROTECTED] wrote:

 I'd read the ADATA output of the Assembler instead of source.  That's its
 there for, and it's a lot easier.  You don't need to write your own assembler.

That's certainly an idea now that HLASM is fixed to work again with
CMS Pipelines.
I have some plumbing that converts assembler to web pages, and last
time I added something I decided that when I want more, I need to use
the ADATA output. I'll be looking at that...

Rob


Re: Devices Statement

2008-05-22 Thread Rick Barlow
If you have marked devices as NOTACCEPTED in SYSTEM CONFIG, you can use 
the CP SET DEVICES ACCEPTED rdev1-rdevn once z/VM is up and running.



Rick Barlow
Sr. z/VM Systems Programmer
Nationwide Services Co., Technology Solutions, 
z/VM and System z Linux Support
One Nationwide Plaza  MB-02-201
Columbus OH 43215-2220   U.S.A
Voice: (614) 249-5213Fax: (614) 249-3912
mailto:[EMAIL PROTECTED]


The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU wrote on 
05/21/2008 04:46:24 PM:

 IBMVM@LISTSERV.UARK.EDU
 
 Is there any way to dynamically turn specific devices included in a 
 Devices_Notaccepted statement in the SYSTEM CONFIG file into 
 accepted and usable devices in z/VM 5.2? I know that I can make them
 Sensed via the SET RDEVICE command; however, that looks to be a 
 documented waste of time.
 NOTACCEPTed 
 tells CP not to accept the specified device or devices. 
 Note: CP ignores any devices you specify on the NOTACCEPTED operand,
 even if you have explicitly defined those devices using RDEVICE 
 statements in the system configuration file or using RDEVICE 
 macroinstructions in HCPRIO. 
 Regards,
 Richard Schuh 


Re: z/VM, NTP, and the z/10.

2008-05-22 Thread Rick Barlow
The Linux ETR support only applies to Linux running in an LPAR.  Getting 
this to work for Linuxrunning in virtual machines will require VM to 
accept and virtualize the new ETR signals.


Rick Barlow
Sr. z/VM Systems Programmer
Nationwide Services Co., Technology Solutions, 
z/VM and System z Linux Support
One Nationwide Plaza  MB-02-201
Columbus OH 43215-2220   U.S.A
Voice: (614) 249-5213Fax: (614) 249-3912
mailto:[EMAIL PROTECTED]


The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU wrote on 
05/21/2008 05:08:14 PM:

 IBMVM@LISTSERV.UARK.EDU
 
 We've been running NTP for every with no ill effects.  Our
 authentication product requires it be there (to active directory so
 presumably Kerberos is the reason).
 
 Now.. Funny this topic should come up.  I was about to ask about this
 which came out the SLES 10 SP2 Release notes:
 
 http://www.novell.com/documentation/sles10/pdfdoc/release-notes_sp2/rele
 ase-notes_sp2.pdf
 
 
 * zSeries: ETR (external time reference) Support: Enables Linux images
 to synchronize with parallel
 Sysplex or GDPS by providing z/OS compatible external timer reference
 and maintaining data
 consistency groups for XRC data mover. More info: The ETR support
 introduces a new kernel parameter
 etr that is used to set the initial state for the online attribute of
 the two ports. The syntax of the parameter
 is etr=[on | off | port0 | port1]. The default is off. The ETR
 support introduces a number of sysfs
 attributes. There are two time synchronization ports etr0 and etr1,
 which can be accessed via sysfs under:
 /sys/devices/system/etr
 
 
 Is this for under z/VM as well ?  (we are going to be doing XRC r.s.n.).


Re: z/VM, NTP, and the z/10.

2008-05-22 Thread Dave Jones
On Wed, 21 May 2008 19:30:10 -0400, Alan Altmark [EMAIL PROTECTED]

wrote:

On Wednesday, 05/21/2008 at 07:25 EDT, dave [EMAIL PROTECTED]
wrote:

 To recap:
 1) VM (actually, CP) does not participate in the new SNT,
 once CP has it's hardware TOD clock set from either the HMC
 or the Operator, that's it, no changes to the h/w TOD clock.

Disagree.  See my previous posts.


OK, I worded it poorlyI meant to say that there are no changes to the

h/w clock that CP notices, even though STP is (slowly) adjusting the h/w
clock to keep the VM LPAR in sync with other LPARs.

(Hey, two out of three isn't bad for a Wednesday:-)

DJ


Re: [LINUX-390] VM Accounting data in linux

2008-05-22 Thread Dave Jones
On Thu, 22 May 2008 08:39:04 +0200, Rob van der Heij [EMAIL PROTECTED] 
wrote:


:-)  Yes, this is fascinating stuff.
Too bad you missed the presentation. I suppose it was only in the
words with the pictures where I mentioned the need for something to
map DSECTs into CMS Pipelines structures (assuming IBM is shipping
those for the account records). We're playing with some stuff for
reading assembler source, as we speak...

Rob

=


And converting PL/I data structures (DCL 1 , 2;) is straightforwa
rd,
which makes accessing and processing PL/I records via PIPELINEs even easi
er...

DJ


Re: XEDIT and non-printables

2008-05-22 Thread Alan Altmark
Code page 924 gives the following result (text-only viewers may not 
display correctly):
 --- 
 |   | 0 1 2 3 4 5 6 7 8 9 A B C D E F |   | 
 --- 
 | 4 | â ä à á ã å ç ñ Ý .  ( + | | 4 | 
 | 5 |  é ê ë è í î ï ì ß ! $ * ) ; ^ | 5 | 
 | 6 | - / Â Ä À Á Ã Å Ç Ñ ? , % _  ? | 6 | 
 | 7 | ø É Ê Ë È Í Î Ï Ì ` : # @ ' =  | 7 | 
 | 8 | Ø a b c d e f g h i « » ð ý þ ± | 8 | 
 | 9 | ° j k l m n o p q r ª º æ ? Æ ? | 9 | 
 | A | µ ~ s t u v w x y z ¡ ¿ Ð [ Þ ® | A | 
 | B | ¢ £ ¥ · © § ¶ ? ? ? ¬ ? ¯ ] ? × | B | 
 | C | { A B C D E F G H I ­ ô ö ò ó õ | C | 
 | D | } J K L M N O P Q R ¹ û ü ù ú ÿ | D | 
 | E | \ ÷ S T U V W X Y Z ² Ô Ö Ò Ó Õ | E | 
 | F | 0 1 2 3 4 5 6 7 8 9 ³ Û Ü Ù Ú ` | F | 
 --- 
 |   | 0 1 2 3 4 5 6 7 8 9 A B C D E F |   | 
 --- 

0x41 is a non-blank spacing character. 0x00-0x3F are reserved as 3270 
control characters, in which only 0x05 (TAB) is displayable.  If you do 
not expand tabs in XEDIT, it will be converted to a Field Mark (0x1E, 
overscore semicolon).  All others in that range are converted to my 
NONDISP character (0x79, ` in this case).

0xFF is defined as non-displayable in the 3270 architecture and so is 
converted to NONDISP.

Regards,
  Alan
 
Alan Altmark
Sr. Software Engineer
IBM z/VM Development

Re: Devices Statement

2008-05-22 Thread Jim Sicignano
At IPL there are no RDEV's built for not accepted devices. In addition 

to SET DEVICE ACCEPTED it's necessary to issue SET RDEVICE to build the 

RDEV in order to be able to vary on the device.


Re: ESM for SFS

2008-05-22 Thread O'Brien, Dennis L
No, VM:Secure is not an ESM for SFS.  It can manage SFS enrollment, but
that's all.

   Dennis O'Brien

Don't worry about biting off more than you can chew.  Your mouth is
bigger than you think.  -- CVW-11 chaplain, Carrier

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Rob van der Heij
Sent: Thursday, May 22, 2008 03:08
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] ESM for SFS

On Thu, May 22, 2008 at 11:40 AM, Kris Buelens [EMAIL PROTECTED]
wrote:
 RACF can also play the ESM role for SFS.

As can VM:Secure


CAVMEN Meeting on Thursday, June 19, 2008 - *** NEW MEETING LOCATION ***

2008-05-22 Thread Chicago Area VM (and Linux) Enthusiasts
The third quarter meeting of the Chicago Area VM (and Linux) 
Enthusiasts will be held on Thursday, June 19, 2008.


The Final Agenda is included below.


--


Meeting Location:

*** NEW MEETING LOCATION ***

This quarter's meeting will be held at the Hewitt Associates 'East 
Campus' located at 100 Half Day Road, in Lincolnshire, IL. We will 
meet in the Lower Level Conference Room in Building 98.


If you have not attended a meeting at this location before, or you 
are not familiar with the area, 
http://cavmen.home.comcast.net/hewittb99.htmlClick here for 
additional information on directions, maps, lodging and dining.



--


Attendance:

We would like to request a count of expected attendees by the Monday 
before the meeting, so that we may plan appropriately for arranging 
the facilities, and for refreshments and lunch, should one of the 
vendors wish to provide them. If you are planning to attend, PLEASE 
send an E-Mail by that date to 
mailto:[EMAIL PROTECTED][EMAIL PROTECTED] with a subject line of 
Meeting Attendance.


This is meant to be a facilities planning aid and should not be 
interpreted as a registration requirement. If you suddenly become 
available at the last minute, please feel free to attend even if you 
have not responded.


Thank you in advance for your cooperation in this matter.


--


Meeting Agenda:

9:00 AM z/VM Security Update

This session provides detailed information about the security 
enhancements in z/VM V5.3. We will discuss mixed-case passwords, 
password phrases, LDAP, directory commands and enhancements to the 
support for SSL/TLS in TN3270E, FTP and SMTP.


The speaker will be Mr. Alan Altmark of the IBM Corporation.

10:30 AMCoffee Break

11:00 AMMigrating to the z/VM Virtual Switch

Converting your existing point-to-point or z/VM Guest LAN 
configurations to the z/VM Virtual Switch can appear to be a daunting 
task, but it's easier than you think. Here we'll talk about how to 
move subnet routing off of your z/VM system and onto your networking 
hardware where it belongs. We'll even talk about how to create IEEE 
VLANs on a Cisco switch. This presentation is a great way to bridge 
the buzzword gap between you and your network administrators..


The speaker will be Mr. Alan Altmark of the IBM Corporation.

12:30 PMLunch Break

1:30 PM Administration and Vendor Announcements

1:45 PM Linux on z Update

The speaker will present a brief update of recent developments in the 
Linux under z/VM area.


The speaker will be Khaylen Kingsley of the IBM Corporation.

2:00 PM Provisioning Expert for Linux on zSeries - Version 1.4 Update

Using the automated instance management feature of Mainstar's 
Provisioning Expert for Linux on zSeries product, a non-Linux or 
non-z/VM expert can easily create, configure, and maintain many 
virtual Linux instances under z/VM. You can also:

   * Reduce management costs by eliminating physical footprints
   * Eliminate errors with accurate configuration of Linux instances
   * Centrally view and manage all Linux instances
   * Provide efficient and automated resource utilization
This session will include an overview of the new features in Version 
1.4, an in-depth look at some of the advanced function, and some 
insight into possible future enhancements.


The speaker will be Ms. Shari Killion of Mainstar Software.

3:15 PM Coffee Break and Prize Drawing

3:30 PM SOA: Selling it inside your organization

SOA is not a technology, it is a concept. This presentation assumes 
no knowledge of SOA, and works up to showing very basic code samples 
and prerecorded demonstrations of SOA in action. If you are beginner 
to SOA, or are struggling with convincing others in your organization 
to embrace SOA, come to the presentation. You will be equipped to 
describe SOA in simple terms that everyone in your organization will 
understand. This presentation is primarily animations and prerecorded 
demos, therefore there will be no handout.


The speaker will be Mr. Michael Potter of Replatform Technologies.

4:45 PM Free-for-All

Members will attempt to answer any reasonable VM or hardware related 
questions. If you are having a problem and want to find out if others 
are experiencing it, or you are installing new hardware or software 
and want to find out what types of problems others have experienced, 
here is the place to find out.


Members are encouraged to bring ideas for future presentations and 
speakers to this meeting.



--

Please check the WEB site for Map and Directions:
http://cavmen.home.comcast.net

In addition, you will also find extensive information available on 
dining and lodging in the Hewitt Associates area.


Additional information about the CAVMEN group, and other VM related 
items of interest are available on our web site.


There is no charge for admission to meetings.

Meeting attendance is open to anyone, and 

Re: ESM for SFS

2008-05-22 Thread Jim Elliott
 No, VM:Secure is not an ESM for SFS. It can manage SFS
 enrollment, but that's all.

ACF2 and RACF provide ESM support for SFS.

Jim


old DIRECTXA on MAINT 51D

2008-05-22 Thread Romanowski, John (OFT)
FYI, with VM5.3, a 2007 back-level DIRECTXA MODULE on MAINT D-disk
(51D), is found and used before the serviced DIRECTXA MODULE S2.

IBM's VM5.3 file VMSYS:MAINT.CPDV.OBJECT MINIDISK MAP  lists DIRECTXA
MODULE as part of the shipped contents of MAINT's 51D (D-disk). 

You could be bit by that on MAINT when you're not using a Directory
management product to update CP user directory.

John Romanowski

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.


Re: old DIRECTXA on MAINT 51D

2008-05-22 Thread Wandschneider, Scott
What is your date/time stamp?  Mine is:
  DIRECTXA MODULE   D2 V  65535  4 24  4/15/07
12:58:14 
  DIRECTXA MODULE   S2 V  65535  4 24  4/15/07
12:58:14

Thank you,
Scott R Wandschneider
Senior Systems Programmer
Infocrossing
Office 402.963.8905

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Romanowski, John (OFT)
Sent: Thursday, May 22, 2008 2:27 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: old DIRECTXA on MAINT 51D

FYI, with VM5.3, a 2007 back-level DIRECTXA MODULE on MAINT D-disk
(51D), is found and used before the serviced DIRECTXA MODULE S2.

IBM's VM5.3 file VMSYS:MAINT.CPDV.OBJECT MINIDISK MAP  lists DIRECTXA
MODULE as part of the shipped contents of MAINT's 51D (D-disk). 

You could be bit by that on MAINT when you're not using a Directory
management product to update CP user directory.

John Romanowski

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.


Re: old DIRECTXA on MAINT 51D

2008-05-22 Thread Romanowski, John (OFT)
listfile DIRECTXA MODULE * (date

FILENAME FILETYPE FM FORMAT LRECL   RECS BLOCKS DATE
TIME  
DIRECTXA MODULE   D2 V  65535  4 24 2007-04-15
12:58:14
DIRECTXA MODULE   S2 V  65535  4 24 2008-04-14
10:12:01

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Wandschneider, Scott
Sent: Thursday, May 22, 2008 3:33 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: old DIRECTXA on MAINT 51D

What is your date/time stamp?  Mine is:
  DIRECTXA MODULE   D2 V  65535  4 24  4/15/07
12:58:14 
  DIRECTXA MODULE   S2 V  65535  4 24  4/15/07
12:58:14

Thank you,
Scott R Wandschneider
Senior Systems Programmer
Infocrossing
Office 402.963.8905

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Romanowski, John (OFT)
Sent: Thursday, May 22, 2008 2:27 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: old DIRECTXA on MAINT 51D

FYI, with VM5.3, a 2007 back-level DIRECTXA MODULE on MAINT D-disk
(51D), is found and used before the serviced DIRECTXA MODULE S2.

IBM's VM5.3 file VMSYS:MAINT.CPDV.OBJECT MINIDISK MAP  lists DIRECTXA
MODULE as part of the shipped contents of MAINT's 51D (D-disk). 

You could be bit by that on MAINT when you're not using a Directory
management product to update CP user directory.

John Romanowski

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.


Re: old DIRECTXA on MAINT 51D

2008-05-22 Thread Edward M. Martin
Hello John and Scott,

I have the same time stamps as Scott.

John, I am at service level 703.

q cplevel  
z/VM Version 5 Release 3.0, service level 0703 (64-bit)
Generated at 05/01/08 14:24:25 EDT 
IPL at 05/07/08 00:07:49 EDT 

What CPLEVEL are you?  

Ed Martin
330-588-4723
ext 40441

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Romanowski, John (OFT)
Sent: Thursday, May 22, 2008 3:46 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: old DIRECTXA on MAINT 51D

listfile DIRECTXA MODULE * (date

FILENAME FILETYPE FM FORMAT LRECL   RECS BLOCKS DATE
TIME  
DIRECTXA MODULE   D2 V  65535  4 24 2007-04-15
12:58:14
DIRECTXA MODULE   S2 V  65535  4 24 2008-04-14
10:12:01

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Wandschneider, Scott
Sent: Thursday, May 22, 2008 3:33 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: old DIRECTXA on MAINT 51D

What is your date/time stamp?  Mine is:
  DIRECTXA MODULE   D2 V  65535  4 24  4/15/07
12:58:14 
  DIRECTXA MODULE   S2 V  65535  4 24  4/15/07
12:58:14

Thank you,
Scott R Wandschneider
Senior Systems Programmer
Infocrossing
Office 402.963.8905

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Romanowski, John (OFT)
Sent: Thursday, May 22, 2008 2:27 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: old DIRECTXA on MAINT 51D

FYI, with VM5.3, a 2007 back-level DIRECTXA MODULE on MAINT D-disk
(51D), is found and used before the serviced DIRECTXA MODULE S2.

IBM's VM5.3 file VMSYS:MAINT.CPDV.OBJECT MINIDISK MAP  lists DIRECTXA
MODULE as part of the shipped contents of MAINT's 51D (D-disk). 

You could be bit by that on MAINT when you're not using a Directory
management product to update CP user directory.

John Romanowski

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.


Re: old DIRECTXA on MAINT 51D

2008-05-22 Thread Wandschneider, Scott
I'm at:
z/VM Version 5 Release 3.0, service level 0701 (64-bit)   

Thank you,
Scott R Wandschneider
Senior Systems Programmer
Infocrossing
Office 402.963.8905

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Edward M. Martin
Sent: Thursday, May 22, 2008 3:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: old DIRECTXA on MAINT 51D

Hello John and Scott,

I have the same time stamps as Scott.

John, I am at service level 703.

q cplevel  
z/VM Version 5 Release 3.0, service level 0703 (64-bit)
Generated at 05/01/08 14:24:25 EDT 
IPL at 05/07/08 00:07:49 EDT 

What CPLEVEL are you?  

Ed Martin
330-588-4723
ext 40441

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Romanowski, John (OFT)
Sent: Thursday, May 22, 2008 3:46 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: old DIRECTXA on MAINT 51D

listfile DIRECTXA MODULE * (date

FILENAME FILETYPE FM FORMAT LRECL   RECS BLOCKS DATE
TIME  
DIRECTXA MODULE   D2 V  65535  4 24 2007-04-15
12:58:14
DIRECTXA MODULE   S2 V  65535  4 24 2008-04-14
10:12:01

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Wandschneider, Scott
Sent: Thursday, May 22, 2008 3:33 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: old DIRECTXA on MAINT 51D

What is your date/time stamp?  Mine is:
  DIRECTXA MODULE   D2 V  65535  4 24  4/15/07
12:58:14 
  DIRECTXA MODULE   S2 V  65535  4 24  4/15/07
12:58:14

Thank you,
Scott R Wandschneider
Senior Systems Programmer
Infocrossing
Office 402.963.8905

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Romanowski, John (OFT)
Sent: Thursday, May 22, 2008 2:27 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: old DIRECTXA on MAINT 51D

FYI, with VM5.3, a 2007 back-level DIRECTXA MODULE on MAINT D-disk
(51D), is found and used before the serviced DIRECTXA MODULE S2.

IBM's VM5.3 file VMSYS:MAINT.CPDV.OBJECT MINIDISK MAP  lists DIRECTXA
MODULE as part of the shipped contents of MAINT's 51D (D-disk). 

You could be bit by that on MAINT when you're not using a Directory
management product to update CP user directory.

John Romanowski

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.


Re: old DIRECTXA on MAINT 51D

2008-05-22 Thread Alan Altmark
On Thursday, 05/22/2008, John Romanowski wrote:
 FYI, with VM5.3, a 2007 back-level DIRECTXA MODULE on MAINT D-disk
 (51D), is found and used before the serviced DIRECTXA MODULE S2.
 
 IBM's VM5.3 file VMSYS:MAINT.CPDV.OBJECT MINIDISK MAP  lists DIRECTXA
 MODULE as part of the shipped contents of MAINT's 51D (D-disk).
 
 You could be bit by that on MAINT when you're not using a Directory
 management product to update CP user directory.

I have consulted with the Oracle at Delphi.  I was informed that you have 
discovered one of the side effects of the Second Law of Thermodynamics (an 
unbalanced system tends towards Chaos).  Apparently there was some sort of 
matter distortion wave and the DIRECTXA MODULE was duplicated.  Not split 
in half, mind you, but duplicated.

One copy was Evil and went to the 51D.  The other, the Good copy, went to 
the 190.

The Oracle and one of her High Priestesses, as one Voice, instruct me to 
say unto you all: If thou hast z/VM 5.3, then thou hast both Good and 
Evil.  The Resident Evil is to be destroyed at once.  Leave not a trace or 
crumb from which it may regenerate.  If thou hast an elder version of z/VM 
5.3, then thou art immune and have the protection of the Gods.

Sure.  Right.  This is the problem talking to an Oracle:  they talk funny. 
 Delete DIRECTXA MODULE from the 51D and all will be well.  Unfortunately 
there is nothing we can do via a PTF to automatically delete the offending 
module.  (Sysprogs get upset when we start deleting things *we* don't 
think should be on the system.)  Consequently, no need for a call to the 
Support Center.

We will place a notice in the PSP bucket.

Thanks for bringing it to our attention!

Alan Altmark
z/VM Development
IBM Endicott