Re: Batch loop in SYSplex

2010-10-12 Thread Brian Westerman
Okay,

This shouldn't be too difficult to determine.

first, when you notice the HIGH CPU, what other address spaces are also
showing HIGH CPU, there will probably be at least one.

second, can you check your RMF III reports and see if there are any enqueues
at the time, and who they are for I would be most intrested in contention
for SYSZIGW3 IGWSHC02 resources if they exist (if so I have your answer).

third, Have you discovered what actual programs are involved at the time, is
this a standard IDCAMS job or is it a user written program of some sort that
is performing the functions.  

I'm not sure about your expertise level, but the next step (if nothing came
out of the above questions) would be a GTF trace so that we can see what we
are doing.  Depending on the answers to the above, you should be able to
code, or I could  give you the parms necessary to perform the trace.  

If you are familiar with using the trace results then you're golden and the
cause should be relatively easy to find (a fix might be a little more
difficult).

I'm fairly certain that I have seen your problem before.  let me know what
your results are to the above.

Brian Westerman

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: What Datasets have been Migrated to ML2

2010-10-12 Thread Tidy, David (D)
We run a batch TSO job with:
HSEND  LIST DSN SELECT(AGE(190)) -
   ODS(datasetname)  
- this lists all migrated datasets older than 190 days (that is to
reduce the size of the output) - you can also use
Patch commands to increase the allocation parameters of the output
dataset - like:
 HSEND  PATCH .MCVT.+4B0 X'0014' VERIFY(.MCVT.+4B0 X'0014')-primary 
 HSEND  PATCH .MCVT.+4B2 X'0032' VERIFY(.MCVT.+4B2 X'0032')
-secondary

Best regards,
David Tidy   
IS Technical Management/SAP-Mf  
Dow Benelux B.V.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of George Rodriguez
Sent: 11 October 2010 19:21
To: IBM-MAIN@bama.ua.edu
Subject: What Datasets have been Migrated to ML2

Is there a batch report that I can run to identify all datasets that
have
been migrated to ML1 or ML2?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Batch loop in SYSplex

2010-10-12 Thread Mohd Shahrifuddin
Dear Brian,

Thank you. 

I will give the anwser soon I get all the information you list. 

Here is out GTFPARM probably this is the default parm. If we need to add more 
option:

TRACE=SYSM,USR,TRC,DSP,PCI,SRM 

Thanks and regards,

Mohd Shahrifuddin




???:Brian Westerman
:2010-10-12 14:13:58
???:IBM-MAIN
??:
??:Re: Batch loop in SYSplex

Okay,
This shouldn't be too difficult to determine.
first, when you notice the HIGH CPU, what other address spaces are also
showing HIGH CPU, there will probably be at least one.
second, can you check your RMF III reports and see if there are any enqueues
at the time, and who they are for I would be most intrested in contention
for SYSZIGW3 IGWSHC02 resources if they exist (if so I have your answer).
third, Have you discovered what actual programs are involved at the time, is
this a standard IDCAMS job or is it a user written program of some sort that
is performing the functions.  
I'm not sure about your expertise level, but the next step (if nothing came
out of the above questions) would be a GTF trace so that we can see what we
are doing.  Depending on the answers to the above, you should be able to
code, or I could  give you the parms necessary to perform the trace.  
If you are familiar with using the trace results then you're golden and the
cause should be relatively easy to find (a fix might be a little more
difficult).
I'm fairly certain that I have seen your problem before.  let me know what
your results are to the above.
Brian Westerman
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Matching records

2010-10-12 Thread Ted MacNEIL
I would like to improve my programming skills. Could you please tell me how 
could I improve it.

Unfortunately, IBM-Main is not a teaching forum; it's a helping forum, when on 
topic.

You really need to take a programming course, or two.
And, they're rarely free.

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: What Datasets have been Migrated to ML2

2010-10-12 Thread R.S.

George Rodriguez pisze:

Is there a batch report that I can run to identify all datasets that have
been migrated to ML1 or ML2?


Quick and dirty method: PDF option 3.4 and sort by volume. You can save 
it using SAVE primary command.


Pro's:
- it's free
- it does not require any setup o programming
- it's easy to use (manually)
- you can use any DSN mask you want

Con's:
- it doesn't look professional - nobody would appreciate it
- it's free (see above) vbg
- it's cumbersome it you want to prepare unattended (batch) version
- it doesn't provide any further details - only DSN and ML1/2


--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 16.07.2010 r. kapita zakadowy BRE Banku SA (w caoci 
wpacony) wynosi 168.248.328 zotych.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: What Datasets have been Migrated to ML2

2010-10-12 Thread Ron Hawkins
Even better is to run SAS for Windows workstation. It's cheaper to buy and
run, and a far more powerful analysis product running on Windows compared to
z/OS.

Shields up. Flame on at your leisure...

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of
 Ted MacNEIL
 Sent: Monday, October 11, 2010 1:13 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: [IBM-MAIN] What Datasets have been Migrated to ML2
 
 True, I often forget that SAS is one of the few still offering discounts
to
 educational institutions.
 
 Also, SAS does/did come with sub-capacity licensing.
 A few years ago, we brought it in, after a long absence, for 35% of a 440.
 
 -
 I'm a SuperHero with neither powers, nor motivation!
 Kimota!
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


WebSphere Application Server Version 8 Open Beta

2010-10-12 Thread Timothy Sipples
IBM is conducting an open beta program for WebSphere Application Server
Version 8. You can download the latest (October) beta release here (watch
the wrap):


https://www14.software.ibm.com/iwm/web/cc/earlyprograms/websphere/wsasoa/download.shtml

I'm told the z/OS and Linux on System z flavors are available, along with
others, which is very nice to see.

- - - - -
Timothy Sipples
Resident Enterprise Architect
STG Value Creation  Complex Deals Team
IBM Growth Markets (Based in Singapore)
E-Mail: timothy.sipp...@us.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: What Datasets have been Migrated to ML2

2010-10-12 Thread Anthony Thompson
Or even HSEND LIST DSN SELECT(ML2) ODS(blah)

And you can just pre-allocate an output dataset of suitable size instead of 
patching the default allocations. HSM doesn't release unused space in the 
output file so you wouldn't really want large defaults for other listings that 
typically produce much less lines.

Ant.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Tidy, David (D)
Sent: Tuesday, 12 October 2010 4:32 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: What Datasets have been Migrated to ML2

We run a batch TSO job with:
HSEND  LIST DSN SELECT(AGE(190)) -
   ODS(datasetname)  
- this lists all migrated datasets older than 190 days (that is to
reduce the size of the output) - you can also use
Patch commands to increase the allocation parameters of the output
dataset - like:
 HSEND  PATCH .MCVT.+4B0 X'0014' VERIFY(.MCVT.+4B0 X'0014')-primary 
 HSEND  PATCH .MCVT.+4B2 X'0032' VERIFY(.MCVT.+4B2 X'0032')
-secondary

Best regards,
David Tidy   
IS Technical Management/SAP-Mf  
Dow Benelux B.V.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of George Rodriguez
Sent: 11 October 2010 19:21
To: IBM-MAIN@bama.ua.edu
Subject: What Datasets have been Migrated to ML2

Is there a batch report that I can run to identify all datasets that
have
been migrated to ML1 or ML2?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Timothy Sipples
IBM is saying(*) that, at least in many use cases, the DS8800 is more
affordable than its predecessors. How much more affordable? It depends.

May I also point out that tape is no longer required to load z/OS. Thus it
is now possible to configure and use a new mainframe with z/OS but without
any tape drives.

(*) Except I don't speak for IBM.

- - - - -
Timothy Sipples
Resident Enterprise Architect
STG Value Creation  Complex Deals Team
IBM Growth Markets (Based in Singapore)
E-Mail: timothy.sipp...@us.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: What Datasets have been Migrated to ML2

2010-10-12 Thread George Rodriguez
This looks like exactly what I need. I'll be at work by 7:00 am and will try
then.

Thanks to everyone for all the help.



- Original Message -
From: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
To: IBM-MAIN@bama.ua.edu IBM-MAIN@bama.ua.edu
Sent: Tue Oct 12 03:02:22 2010
Subject: Re: What Datasets have been Migrated to ML2

We run a batch TSO job with:
HSEND  LIST DSN SELECT(AGE(190)) -
   ODS(datasetname)
- this lists all migrated datasets older than 190 days (that is to
reduce the size of the output) - you can also use
Patch commands to increase the allocation parameters of the output
dataset - like:
 HSEND  PATCH .MCVT.+4B0 X'0014' VERIFY(.MCVT.+4B0 X'0014')-primary
 HSEND  PATCH .MCVT.+4B2 X'0032' VERIFY(.MCVT.+4B2 X'0032')
-secondary

Best regards,
David Tidy
IS Technical Management/SAP-MfDow
Benelux B.V.-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of George Rodriguez
Sent: 11 October 2010 19:21
To: IBM-MAIN@bama.ua.edu
Subject: What Datasets have been Migrated to ML2

Is there a batch report that I can run to identify all datasets that
have
been migrated to ML1 or ML2?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Home of Florida's first LEED Gold Certified School

Under Florida law, e-mail addresses are public records. If you do not want your 
e-mail address
released in response to a public records request, do not send electronic mail 
to this entity. 
Instead, contact this office by phone or in writing.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Defining more than 8 IP addresses in OAT

2010-10-12 Thread גדי בן אבי
Hi,

I need to define more than 8 IP addresses in the OAT for our OSA card.
The card is an OSA Express3 1000Base-T. It is defined as non-qdio.

Can this be done. If so , how?
How do I specify the correct definitions in the TCP/IP Profile data set?

The Current OAT is:
   Image 0.1 (CDVL)
00(1200)* passthru  00  Pri 10.205.1.1   S   ALL
10.206.5.16
10.203.30.54
10.203.2.70
10.203.4.70
10.203.10.71
10.203.10.91
10.203.10.92
02(1202)  SNA   00   S   ALL
03(1203)  N/AN/A CSS
04(1204)  N/AN/A CSS
05(1205)  N/AN/A CSS
06(1206)  N/AN/A CSS
07(1207)  N/AN/A CSS
08(1208)  N/AN/A CSS
09(1209)  N/AN/A CSS
0A(120A)  N/AN/A CSS
0B(120B)  N/AN/A CSS
0C(120C)  N/AN/A CSS
0D(120D)  N/AN/A CSS
0E(120E)  N/AN/A CSS
0F(120F)  N/AN/A CSS
20(1221)* passthru  00  no  10.205.1.9   S   OSA
10.206.5.18
10.203.3.70
10.203.20.83
10.203.20.84
10.203.20.86
10.203.20.91
22(1222)  SNA   00   S   OSA
22(1222)  N/AN/A CSS
23(1223)  N/AN/A CSS
24(1224)  N/AN/A CSS
25(1225)  N/AN/A CSS
26(1226)  N/AN/A CSS
27(1227)  N/AN/A CSS
28(1228)  N/AN/A CSS
29(1229)  N/AN/A CSS
2A(122A)  N/AN/A CSS
2B(122B)  N/AN/A CSS
2C(122C)  N/AN/A CSS
2D(122D)  N/AN/A CSS
2E(122E)  N/AN/A CSS
2F(122F)  N/AN/A CSS

TIA

Gadi


לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Matching records

2010-10-12 Thread Elardus Engelbrecht
MURALI KANNAN wrote:

I am new to programming, so I would like to improve my programming skills. 
Could you please tell me how could I improve it.

Check Steve Comstock's reply to you!

Ted is absolutely 100% right! Programming skills are expensive (time/money) 
to get. You will need to see where and in what application(s)/system(s) you 
need to do programming. Look if the language is suitable and then start 
planning/coding/testing and placing it in production hopefully bugfree.

Do you need to interactive line by line interpretation? REXX, for example.

Online very high level language?: Natural/ADABAS, DB2 SQL?

Compiled programs: COBOL, etc.

Assembler for speed and parts inside loops?

Other languages like perl, java, etc. are also there for you to learn and 
master.

Then we can go to that file 1/2/3 example you posted earlier...

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Matching records

2010-10-12 Thread Ted MacNEIL
Ted is absolutely 100% right! Programming skills are expensive (time/money) 
to get.

And, I forgot one thing.
Like how you get to Carnagie Hall.
Practice! Practice! Practice.

Just because you've taken the course(s), doesn't make you an instant programmer.

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Matching records

2010-10-12 Thread McKown, John
I've read other replies to your email and agree with them. I have no idea where 
you are in the world, so I don't know what local resources you may have 
available. Here in the U.S., I'd suggest a community college for a beginner 
because they generally cost less. I don't know your financial resources, but a 
beginner really needs one on one teaching and mentoring for a while. If you 
work for a company which will allow you to write your own programs, perhaps one 
of the programmers there wouldn't mind doing some teaching on a part time 
basis. They might even change a reasonable rate. There is no such thing as a 
free lunch.. The problem with finding a web or email based discussion group 
for learning is that the members will likely range from techie god to can't 
tie their own shoes and you can't always tell who is who.

This forum is not a good place for this sort of thing. Mainly it is a techie 
haven for more advanced questions. And you will likely eventually be ignored by 
most people here. And it is generally not really programming oriented, but 
software support oriented.

Now, if you still intend to go it alone, I'd strongly suggest running a PC with 
Linux. Why Linux? Because it costs no money. You can download it freely. And 
there are many production quality software systems available for it. For an 
IDE, you can't beat Eclipse (free). For a database, MySQL is popular, but in my 
opinion, PostgreSQL is production quality. And both of these are free. 
Programming languages? My word! GCC (C/C++/Ada/Fortran), OpenCOBOL, Java, 
Python, Ruby, Perl, and list goes on to exotics such as Erlang. And the 
compilers are all no cost. The main confusiopn about Linux is which 
distribution?. I use Fedora (RedHat). Many use OpenSUSE (Novell). One of the 
major players for users is Ubuntu. Any of those three will be solid. Ubuntu may 
be easier for a new users because it is more friendly. 

Also, if you go Linux, you might find some of the help you need with a local 
Linux User's Group. Again, I don't know because I don't know where you live.

And, lastly, I'm not a good teacher because I'm not a real programmer. I've 
never written a line of production code in my life. I'm a z/OS sysprog. I do 
write code. But it is more ad-hoc reports in REXX. Oh, I am familiar with a lot 
of languages. In fact, I am __familiar__ (not expert) with all the ones I 
mentioned above and more (love APL! - that one will leave you brain damanged 
grin).

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of MURALI KANNAN
 Sent: Monday, October 11, 2010 10:56 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Matching records
 
 Thanks for the suggestion Mr. John McKown, I am new to programming, so
 I would like to improve my programming skills. Could you please tell
 me how could I improve it.
 
 Regards,
 
 Murali Kannan
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: What Datasets have been Migrated to ML2

2010-10-12 Thread George Rodriguez
The HSEND LIST DSN... woked great. It gave me exactly what I was looking
for.

Again thanks to all that helped!

*George Rodriguez*
*Specialist II - IT Solutions*
*Application Support / Quality Assurance*
*PX - 47652*
*(561) 357-7652 (office)*
*(561) 707-3496 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-332*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Six Consecutive Years*



On Tue, Oct 12, 2010 at 4:46 AM, George Rodriguez 
george.rodrig...@palmbeachschools.org wrote:

 This looks like exactly what I need. I'll be at work by 7:00 am and will
 try
 then.

 Thanks to everyone for all the help.



 - Original Message -
 From: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
 To: IBM-MAIN@bama.ua.edu IBM-MAIN@bama.ua.edu
 Sent: Tue Oct 12 03:02:22 2010
 Subject: Re: What Datasets have been Migrated to ML2

 We run a batch TSO job with:
 HSEND  LIST DSN SELECT(AGE(190)) -
   ODS(datasetname)
 - this lists all migrated datasets older than 190 days (that is to
 reduce the size of the output) - you can also use
 Patch commands to increase the allocation parameters of the output
 dataset - like:
  HSEND  PATCH .MCVT.+4B0 X'0014' VERIFY(.MCVT.+4B0 X'0014')-primary
  HSEND  PATCH .MCVT.+4B2 X'0032' VERIFY(.MCVT.+4B2 X'0032')
 -secondary

 Best regards,
 David Tidy
 IS Technical Management/SAP-MfDow
 Benelux B.V.-Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of George Rodriguez
 Sent: 11 October 2010 19:21
 To: IBM-MAIN@bama.ua.edu
 Subject: What Datasets have been Migrated to ML2

 Is there a batch report that I can run to identify all datasets that
 have
 been migrated to ML1 or ML2?

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html


Home of Florida's first LEED Gold Certified School

Under Florida law, e-mail addresses are public records. If you do not want your 
e-mail address
released in response to a public records request, do not send electronic mail 
to this entity. 
Instead, contact this office by phone or in writing.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Defining more than 8 IP addresses in OAT

2010-10-12 Thread R.S.

גדי בן אבי pisze:

Hi,

I need to define more than 8 IP addresses in the OAT for our OSA card.
The card is an OSA Express3 1000Base-T. It is defined as non-qdio.


In general, yes. IMHO typical example could be single IP address per OSA 
port and 8 LPARs. Quite obvious.


If you want to have 8 IP adresses on single interface (OSA port) for 
single LPAR, then ...I don't know. While I vaguely remember scenario, 
when I used more than one address, I had never had need to configure more.


Caution: OSA Ex3 has two ports per chpid.



Can this be done. If so , how?
How do I specify the correct definitions in the TCP/IP Profile data set?


AFAR simply assing different adresses to different devices (UAs). Of 
course this is the case where several IP addresses are assigned to 
single LPAR.



--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorcw KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 16.07.2010 r. kapita zakadowy BRE Banku SA (w caoci 
wpacony) wynosi 168.248.328 zotych.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: RMF spreadsheet from WEB (Browser)

2010-10-12 Thread Michael Schmutzok
I use the RMF Spreadsheet Reporter and create spreadsheets/graphs on a monthly 
basis. I FTP the results over to a z/OS ZFS file and access them through my 
website via the HTTP server.  
 
mike
 
Michael Schmutzok
Sr Systems Programmer
Shands HealthCare
(352) 265-0680  x85465

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Schmutzok, Michael
TEL;WORK:(352) 265-0680 x8-5465
ORG:Shands HealthCare;Systems Software Support
EMAIL;WORK;PREF;NGW:sch...@shands.ufl.edu
N:Schmutzok;Michael
TITLE:Mainframe System Admin L3
ADR;INTL;WORK;PARCEL;POSTAL:;Room 3150;1329 SW 16th 
St;Gainesville;FL;32608-1128;US
LABEL;INTL;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Schmutzok, Michael=0A=
Room 3150=0A=
1329 SW 16th St=0A=
Gainesville, FL  32608-1128=0A=
US
LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Schmutzok, Michael=0A=
Room 3150=0A=
1329 SW 16th St=0A=
Gainesville, FL  32608-1128
TEL;PREF:(352) 265-0680  x85465
END:VCARD


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread John Eells

Timothy Sipples wrote:
snip

May I also point out that tape is no longer required to load z/OS. Thus it
is now possible to configure and use a new mainframe with z/OS but without
any tape drives.

snip

While we will of course work with anyone to get them going if necessary, 
and although we do have this capability to a very limited degree today, 
the DVD support for the Customized Offerings Driver that will make this 
function available to everyone is not planned to be generally available 
until 1Q11.


--
John Eells
z/OS Technical Marketing
IBM Poughkeepsie
ee...@us.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Hillgang reminder

2010-10-12 Thread Neale Ferguson
A final reminder that the Greater DC area z/VM and Linux on z user group meets 
tomorrow. Details at: http://www.vm.ibm.com/events/hill1013.pdf

*  Understanding the IT Audit Process - Stan King, Information Technology 
Company
*  z/VM Single System Image and Guest Mobility Preview - John Franciscovich, IBM
*  IBM zEnterprise Unified Resource Manager: z/VM Implementation - Richard 
Lewis, IBM
* Introducing the zPDT - Stan King, ITC

The 1st topic will be of particular interest to Federal agencies dealing with 
the GAO - whether or not you're using z/VM or Linux.

Neale

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CANCEL/FORCE ARM (Was: Really dumb IPL question)

2010-10-12 Thread Chris Mason
Chris

Thank you for taking the time for a detailed analysis.

 I'm sorry. ...

Your sorry is acknowledged.

 ...  in pointing out that (nowadays) PPT entries are made in SCHEDxx.

I think the real damage here has been the nature of the ridiculous Subject line 
dreamed up by the original poster. It is clear that you had only started paying 
attention to the topic introduced by the original poster when I changed the 
Subject line to something relevant to what was being discussed. In fact the 
original subject should have been something like How should a vendor 
document/implement product initiation? An eventual (actual not possible 
for non-English users of the word eventual) response expanded the 
discussion, now essentially about automation, to the subject of closing down 
as well as starting up and hence a separate spotlight focussed on CANCEL 
etc.

If you had been following all of this discussion you would have see that I am 
more than fully aware of program properties being set in the IEFSDPPT 
module and the SCHEDxx member not least because I think I have been 
returning to this topic from time to time since I think the late '70s when I 
very 
vaguely remember having to add entries to the IEFSDPPT module in order to 
cater for IMS. Can anyone confirm?

Specifically - as I pointed out in my previous post - I responded to John 
McKown on 29 September with a post pointing out that attributes can be set 
in both the IEFSDPPT module and the SCHEDxx member with the later taking 
precedence. In other words that the sequence is - not unlike the logic for 
VTAM start options:

1. Assign default attribute values to the control block representing the 
address space for a particular program X
2. If there is an entry for the program X in the IEFSDPPT module, override 
the default values in the control block with whatever the bits in the 
IEFSDPPT entry specify
3. If the is a PPT statement for the program X in the applicable SCHEDxx 
member, override the values in the control block with whatever the 
parameters in the PPT statement specify

Incidentally this control block is postulated for the purposes of explaining 
the 
topic - as a teacher might use it. The control block is not required to 
exist 
precisely as described above.

I am now obliged to point out that some of these attributes will survive 
during the execution of the program in the address space *only* as long as 
they are not modified dynamically - as you pointed out.

 The archaic IEFSDPPT module is still valid, but for all practical purposes it 
 is 
unusable.

Unusable for all except IBM would be more accurate - although implied by your 
emphasis on vendors. As far as I can tell from scanning the section in the 
description of the SCHEDxx member in the Initialization and Tuning Reference 
manual, IBM routinely specifies its real or imagined requirements in 
PPT entries in the IEFSDPPT module. That tends to challenge your use of the 
adjective archaic. For example, there are revision bars in the current Table 
23, IBM-supplied Program Properties Table (PPT) Values:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2E2B0/75.7

  So your idea of having automation examine the PPT would likely yield no 
useful information for managing individual address spaces.

I don't believe what I wrote suggested that *automation* should be involved 
in examining the IEFSDPPT module and SCHEDxx member. This is a task for the 
person setting up the logic driving whatever automation function is being 
used. For example my experience with automation was to start with a 
COMMNDxx member and submit commands from jobs where the jobs contain a 
step with a mickey-mouse program which executes an STIMER WAIT with a 
value specified in the PARM field of the EXEC statement as clobbered together 
in order to run an MVS system for an exhibition in the early '80s.[1] Later, 
for 
my test/education systems, when NetView provided a message recognition 
capability, my automation could become comprehensive and efficient. In 
none of these endeavours did I ever contemplate dynamic scanning of 
SYS1.PARMLIB members in order to direct my automation. It was all based on 
very extensive testing - as I expect professional automation inevitably will 
be.

 So your idea of having automation examine the PPT would likely yield no 
useful information for managing individual address spaces. 

I guess I - in my turn - could be all sorts of offended that you should 
ascribe 
such a ridiculous idea!!!

 The more fundamental question of what it really means to manage those 
address spaces is a can of worms I will leave unopened.

You don't have to bother. The original thread did just that!

 I meant that there is usually a sound technical reason why the address 
space needs to be that way and you probably ought not assume otherwise.

On the contrary, when it comes to an IBM product - and my particular 
experience is that the same applies to non-IBM[2] - do not trust anybody! In 

Re: Matching records

2010-10-12 Thread Elardus Engelbrecht
Ted MacNEIL wrote:
Practice! Practice! Practice.

zBoring! ;-D

It is actually more like this:

Practice - Break (oops...)
Practice - IPL (four letter word OOPS!)
Practice - Delegate to junior and relax! 

;-D

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Paul Gilmartin
On Tue, 12 Oct 2010 09:11:05 -0400, John Eells wrote:

Timothy Sipples wrote:
snip
 May I also point out that tape is no longer required to load z/OS. Thus it
 is now possible to configure and use a new mainframe with z/OS but without
 any tape drives.
snip

Installing from the optical drive in the HMC?  From the Internet?

While we will of course work with anyone to get them going if necessary,
and although we do have this capability to a very limited degree today,
the DVD support for the Customized Offerings Driver that will make this
function available to everyone is not planned to be generally available
until 1Q11.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin
 Sent: Tuesday, October 12, 2010 9:25 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: When will MVS be able to use cheap dasd
 
 On Tue, 12 Oct 2010 09:11:05 -0400, John Eells wrote:
 
 Timothy Sipples wrote:
 snip
  May I also point out that tape is no longer required to 
 load z/OS. Thus it
  is now possible to configure and use a new mainframe with 
 z/OS but without
  any tape drives.
 snip
 
 Installing from the optical drive in the HMC?  From the Internet?
 
 While we will of course work with anyone to get them going 
 if necessary,
 and although we do have this capability to a very limited 
 degree today,
 the DVD support for the Customized Offerings Driver that 
 will make this
 function available to everyone is not planned to be 
 generally available
 until 1Q11.
 
 -- gil

I don't think you can from the HMC. I got z/OS 1.10 via an Internet download 
from ShopzSeries. Of course, it required a compatable z/OS running on a z in 
order to do the install. I don't think there is a from scratch way to install 
a z/OS system on a z which is not already running z/OS. There is an order 
option for getting a driver system from IBM, but I don't know anything else 
on that subject.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)
 
9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: System Console logon and commands auditing

2010-10-12 Thread Patrick Kappeler
Thank you Walt - Actually I was wondering whether the HMC emulated System 
Console was treated the same as other z/OS console devices, that is the 
console command processor would go to SAF to check for OPERCMDS 
resources when receiving commands from this very console (I guess that I was 
on the impression there were some kind of fast path in the support logic in 
order to get this peculiar MASTER console working in any situation, whatever 
how bad this situation could be) - I understand from your answer that it is 
treated the same as other devices.
Thanks a lot


On Mon, 11 Oct 2010 12:07:18 -0500, Walt Farrell wfarr...@us.ibm.com 
wrote:

If you have the OPERCMDS class active then you'l get the auditing of MVS
commands via RACF whether or not you logon, Patrick. Control of the 
commands
via RACF (as opposed to simple auditing) does require a logon, however

On Mon, 11 Oct 2010 11:55:46 -0500, Patrick Kappeler 
pkappe...@wanadoo.frwrote:

Hello - I had to proceed with a theoritical review of a z/OS consoles
configuration and realized, reading through the books,  that the System
Console, SYSCONS in CONSOLxx, is implicitly defined with LOGON
(OPTIONAL).
Which seems to me to mean that when using the HMC System Console you
can invoke the console logon process and then, pushing it a few steps 
farther
with proper setup, be restricted by RACF on the use of some commands (not
sure it is a good idea though)  or at least be RACF auditable on the use of
z/OS commands, even when working at this particular console. After, of
course, bringing up the system and getting RACF to start.
I don't have a system to try it now - Is this something that somebody
implemented, or at least can confirm that it works as I presume?

If you have the OPERCMDS class active then you'l get the auditing of MVS
commands via RACF whether or not you logon, Patrick. Control of the 
commands
via RACF (as opposed to simple auditing) does require a logon, however.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


How to determine software levels of DFSORT

2010-10-12 Thread Lizette Koehler
I got a little confused looking at a DB2 using DFSORT.

We are z/OS V1.11 and when the job ran it showed
CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R10 - 10:34 ON TUE OCT 12, 2010 
- 

Is this the correct level of DFSORT for z/OS V1.11?

Is there a table somewhere I can verify this?

Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to determine software levels of DFSORT

2010-10-12 Thread Frank Yaeger
Lizette Koehler at IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
wrote on 10/12/2010 08:01:45 AM:
 I got a little confused looking at a DB2 using DFSORT.

 We are z/OS V1.11 and when the job ran it showed
 CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R10 - 10:34 ON TUE
 OCT 12, 2010 -

 Is this the correct level of DFSORT for z/OS V1.11?

 Is there a table somewhere I can verify this?

o z/OS DFSORT V1R12 is used for z/OS 1.12
o z/OS DFSORT V1R10 is used for z/OS 1.10 and z/OS 1.11

Frank Yaeger - DFSORT Development Team (IBM) - yae...@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration

 = DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


TCPIP SSL Encryption Strength

2010-10-12 Thread Hal Merritt
We are using SSL for TN3270 and we are being asked to: Follow vendor 
recommendations for disabling medium strength ciphers and enforce on ciphters 
(sic) of 128 bit or greater.


 Can anyone point me to these recommendations?

Thanks!!
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Ed Gould
--- On Tue, 10/12/10, Timothy Sipples timothy.sipp...@us.ibm.com wrote:
--SNIP
May I also point out that tape is no longer required to load z/OS. Thus it
is now possible to configure and use a new mainframe with z/OS but without
any tape drives.

(*) Except I don't speak for IBM.



Timothy:
Interesting... The last system I installed took about 3 hours to load from tape 
(IIRC 6250 its been that long). What is the guesstimated load time for Z/os 
with a DVD. I suspect it will be 8+ hours based on my system taking 4+ hours to 
write a full DVD .
Plus as a side note you (IBM) should really better document the backup of the 
internal system disk that comes with your (IBM) systems now. I tried my 
damndest to just figure out what kind of DVD was needed and 3 days of calling 
everyone at IBM could not supply any answer.Ed




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
  


Re: How to determine software levels of DFSORT

2010-10-12 Thread Lizette Koehler
Frank,

Thanks.

Lizette




Lizette Koehler at IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
wrote on 10/12/2010 08:01:45 AM:
 I got a little confused looking at a DB2 using DFSORT.

 We are z/OS V1.11 and when the job ran it showed
 CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R10 - 10:34 ON TUE
 OCT 12, 2010 -

 Is this the correct level of DFSORT for z/OS V1.11?

 Is there a table somewhere I can verify this?

o z/OS DFSORT V1R12 is used for z/OS 1.12
o z/OS DFSORT V1R10 is used for z/OS 1.10 and z/OS 1.11

Frank Yaeger - DFSORT Development Team (IBM) - yae...@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


IEF692I

2010-10-12 Thread Paul Gilmartin
Is there any rationale for this restriction?:

 z/OS V1R10.0 MVS System Messages, Vol 8 (IEF-IGD)

2.362 IEF692I
  

   IEF692I INVALID REFERENCE TO HIERARCHICAL FILE [text]

   Explanation: text is one of the following:

 * IN THE parameter FIELD
 * IN THE subparameter SUBPARAMETER OF THE parameter FIELD

   A JCL statement attempted to refer to a DD statement for an HFS file.
   Neither parameter nor subparameter will appear in the message if the
   incorrect reference was made using the DD DDNAME parameter. In this
   case, the message will be associated with the referenced DD
   (representing the HFS), rather than the referencing DD containing the
   DDNAME parameter.

I hate JCL!

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: System Console logon and commands auditing

2010-10-12 Thread Patrick Kappeler
Hello Bruce - Thanks a lot for sharing your experience and this quite 
interesting information.
I'm learning a lot those days on z/OS consoles ...Something I didn't use to 
care too much about when I was working in our IBM center and was graciously 
provided with a turnkey system ...:-) 
Thanks again


On Mon, 11 Oct 2010 23:35:10 Bruce Hewson 
bruce_hew...@hotmail.com wrote: 

Hello Patrick
Last time I checked the LOGON command is NOT SUPPORTED via the HMC 
Operating System Messages interface...i.e. SYSCONS.
That means that specifying LOGON(OPTIONAL) is not usable.
if you provide a name for you HMC console...e.g.:-
CONSOLE DEVNUM(SYSCONS)  
NAME(SYSNAME.HMC) 
you can get an automatic logon if a matching RACF USER exists...
That is the only way to associate a RACF USERID with the SYSCONS. 

On Mon, 11 Oct 2010 11:55:46 -0500, Patrick Kappeler 
pkappe...@wanadoo.frwrote:

Hello - I had to proceed with a theoritical review of a z/OS consoles
configuration and realized, reading through the books,  that the System
Console, SYSCONS in CONSOLxx, is implicitly defined with LOGON
(OPTIONAL).
Which seems to me to mean that when using the HMC System Console you
can invoke the console logon process and then, pushing it a few steps 
farther
with proper setup, be restricted by RACF on the use of some commands (not
sure it is a good idea though)  or at least be RACF auditable on the use of
z/OS commands, even when working at this particular console. After, of
course, bringing up the system and getting RACF to start.
I don't have a system to try it now - Is this something that somebody
implemented, or at least can confirm that it works as I presume?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Defining more than 8 IP addresses in OAT

2010-10-12 Thread Chris Mason
Gadi

I've provided this comment to your original post in the IBMTCP-L list. It's 
copied here in case there are any interested here who do not also subscribe 
to the IBMTCP-L list.

quote

Gadi

In principle you should be able to get your answer to this question in the 
following manual:

Open Systems Adapter-Express Customer's Guide and Reference

http://www-01.ibm.com/support/docview.wss?
uid=isg2bc4ae2e43bfcf12c85256cee000d1130

It's worth referring to the manual since the folk responsible for the 
online bookshelves have taken it into their heads that no longer should there 
be a reference to this manual in the z/OS V1R12 OSA/SF bookshelf - OSA/SF 
always being rather an odd way to encompass the set of OSA manuals.

This is a shame since if, in desperation, you go back a release from V1R12 to 
V1R11, you also go back a level in the manual - to say nothing about 
the bookshelf not having been updated since V1R10 - so I won't!

However I tried to find where in the manual it actually said there was a limit 
of 
8 IP address entries when using channel type OSE - and I failed!

You might like to use the reader's comment form (RCF) technique - use the 
online references on the Edition page near the front - in order to complain 
that there is no description of a limit to the number of entries in the places 
one might expect to find such a limit mentioned:

I was now going to list the two places I might expect to find the 8 limitation, 
in the description of the OAT Definition Line for TCP/IP and in the section 
where the functional limits are enumerated, but I noticed something very 
interesting - and absolutely not documented!!![1]

You can certainly ask in an RCF what the Net_mask token following 
the Home_IP token might happen all to be about!

I could guess that, in some sort of principle, it could be the answer to your 
question.

What if the specification of a Home_IP address value *masked* by 
a Net_mask value permits the specification of a *range* of addresses? 
Intriguing, n'est-ce pas?

Looking at your OAT, perhaps 10.203.10.0 255.255.255.0 would cover your 
10.203.10.71, 10.203.10.91, 10.203.10.92 and many more adjacent addresses.

Note that scanning the PDF of the manual for the characters Net_mask 
reveals this as the only occurrence.

Chris Mason

[1] I have always wondered - to myself only of course! - whether or not the 
proximity of the Mediterranean Sea and the possibility to get out into the Baie 
des Anges in a boat of some sort might have any effect on the diligence 
applied to the products emanating from La Gaude. It's times like this when I 
remember that Monpellier also isn't too far away from the Mediterranean!

/quote

Incidentally, I wonder if there's a translation for supercilious into Polish.

Chris Mason

On Tue, 12 Oct 2010 12:54:10 +0200, #1490;#1491;#1497; amp;#1489;#1503; 
#1488;#1489;#1497; gad...@malam.com wrote:

Hi,

I need to define more than 8 IP addresses in the OAT for our OSA card.
The card is an OSA Express3 1000Base-T. It is defined as non-qdio.

Can this be done. If so , how?
How do I specify the correct definitions in the TCP/IP Profile data set?

The Current OAT is:
   Image 0.1 (CDVL)
00(1200)* passthru  00  Pri 10.205.1.1   S   ALL
10.206.5.16
10.203.30.54
10.203.2.70
10.203.4.70
10.203.10.71
10.203.10.91
10.203.10.92
02(1202)  SNA   00   S   ALL
03(1203)  N/AN/A CSS
04(1204)  N/AN/A CSS
05(1205)  N/AN/A CSS
06(1206)  N/AN/A CSS
07(1207)  N/AN/A CSS
08(1208)  N/AN/A CSS
09(1209)  N/AN/A CSS
0A(120A)  N/AN/A CSS
0B(120B)  N/AN/A CSS
0C(120C)  N/AN/A CSS
0D(120D)  N/AN/A CSS
0E(120E)  N/AN/A CSS
0F(120F)  N/AN/A CSS
20(1221)* passthru  00  no  10.205.1.9   S   OSA
10.206.5.18
10.203.3.70
10.203.20.83
10.203.20.84
10.203.20.86
10.203.20.91
22(1222)  SNA   00   S   OSA
22(1222) 

Re: CANCEL/FORCE ARM (Was: Really dumb IPL question)

2010-10-12 Thread Chris Craddock
On Tue, Oct 12, 2010 at 8:55 AM, Chris Mason chrisma...@belgacom.netwrote:

  The archaic IEFSDPPT module is still valid, but for all practical
 purposes it is
 unusable.

 Unusable for all except IBM would be more accurate - although implied by
 your
 emphasis on vendors. As far as I can tell from scanning the section in
 the
 description of the SCHEDxx member in the Initialization and Tuning
 Reference
 manual, IBM routinely specifies its real or imagined requirements in
 PPT entries in the IEFSDPPT module. That tends to challenge your use of
 the
 adjective archaic.



IBM does continue to use  IEFSDPPT for some things that only take effect
at IPL time. However that isn't terribly flexible or useful for anyone else,
so I stand by the term archaic.



 I hope you took the time to appreciate my description of how the

Communications Server (CS) IP component developers and authors had got
 their undergarments in a twist over NOCANCEL in the case of the TN3270E
 server.



I don't know much about Communications Server in particular, but I do know a
little bit about z/OS internals and systems management products in general.
I can't comment about whether the CS components really need to run with
NOCANCEL. I *can* comment on the technical reasons why a server address
space might need to run that way. I don't know whether the TN3270E server
has those attributes or not. Do you? Or more directly, do you know for sure
that they don't? And does it really matter?



  It is not very common to make address spaces non-cancelable and the
 reasons for doing so are usually technically
 deep.

 ... or maybe the reasons are accidental becausesnip



I can't speak for all software developers but I can tell you that those
big-gun decisions are never made by accident. At least not by the major
software vendors. There are too many folks looking over your shoulder and
second guessing everything you do. Not unlike ibm-main in that respect :-)



 Again we have developer arrogance in not leaving it up to

the user as to whether or not to allow the user to advise his/her
 operators
 over cancelling the address space by allowing CANCEL or NOCANCEL to be
 specified by means of the SCHEDxx member with a proper explanation of the
 advantages and disadvantages, including how they relate to the use of the
 AUTOLOG facility.



We're just going to have to disagree over this. Giving users a choice
between things they don't really understand isn't really being helpful to
them. Even if the choice is elaborately documented you've added something
extra that must be read and understood and actioned and most users don't
read everything we give them as it is. If making that choice is of no
consequence and it only adds a small amount of work for the user then ok I
guess. But if making the wrong choice can lead to a system outage (or
worse) why would you want to have the user make that choice? I would prefer
that the software should do the right thing for me. You may consider it
arrogant and that's fine with me. I have more than enough scars already.




 Note that the main CS IP address is one thing and, who knows? - well I
 don't
 but, of course, the developers do - it may well be that the tricks the
 main
 CS IP address space gets up to are the same or similar to those you
 described
 in your concrete  example.



Perhaps so and as you say, you don't know. Nor do I. BTW The tricks I was
referring too aren't especially tricky. The garden variety things that
server address spaces tend to do are likely to result in dependencies
between the server space and its clients. If you blow away the server you're
very likely to leave the clients in a damaged state. If it is necessary to
allow for restart and recovery for such a server space, then the clean way
is for the server to accept a STOP command. Upon receipt of that command the
server's internal tasks are all still running normally and they can go on
about the business of shutting down gracefully. If you use CANCEL or FORCE
that's no longer possible. All of the server's tasks are summarily abended
and all subsequent resource cleanup has to be co-ordinated through end of
task and/or end of memory routines.

Trust me when I tell you that accomplishing that is enormously more complex
and risky. An impatient operator with an itchy trigger finger can ruin your
whole day. If I'm responsible for providing that functionality then
minimizing the risk of disaster seems to me not to be the arrogant thing to
do, but rather the prudent thing to do. Why are we even debating this?



 I can imagine that there are a number of
 functions the main CS IP address space could perform which imply NOCANCEL
 is a good idea. However the TN3270E server is just a TCP application with
 potentially - not necessarily - a mass of definitions to process on
 starting. It
 was the time which some customer definition sets needed to get up and
 running that prompted the separation of the TN3270 sever application - as
 it
 should have 

Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Mike Schwab
You can't install z/VM from DVD then download and install MVS?

On Tue, Oct 12, 2010 at 9:30 AM, McKown, John
john.mck...@healthmarkets.com wrote:
 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin
 Sent: Tuesday, October 12, 2010 9:25 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: When will MVS be able to use cheap dasd

 On Tue, 12 Oct 2010 09:11:05 -0400, John Eells wrote:

 Timothy Sipples wrote:
 snip
  May I also point out that tape is no longer required to
 load z/OS. Thus it
  is now possible to configure and use a new mainframe with
 z/OS but without
  any tape drives.
 snip
 
 Installing from the optical drive in the HMC?  From the Internet?

 While we will of course work with anyone to get them going
 if necessary,
 and although we do have this capability to a very limited
 degree today,
 the DVD support for the Customized Offerings Driver that
 will make this
 function available to everyone is not planned to be
 generally available
 until 1Q11.

 -- gil

 I don't think you can from the HMC. I got z/OS 1.10 via an Internet download 
 from ShopzSeries. Of course, it required a compatable z/OS running on a z in 
 order to do the install. I don't think there is a from scratch way to 
 install a z/OS system on a z which is not already running z/OS. There is an 
 order option for getting a driver system from IBM, but I don't know 
 anything else on that subject.

 --
 John McKown
 Systems Engineer IV
 IT

 Administrative Services Group

 HealthMarkets(r)

 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-691-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com

 Confidentiality Notice: This e-mail message may contain confidential or 
 proprietary information. If you are not the intended recipient, please 
 contact the sender by reply e-mail and destroy all copies of the original 
 message. HealthMarkets(r) is the brand name for products underwritten and 
 issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake 
 Life Insurance Company(r), Mid-West National Life Insurance Company of 
 TennesseeSM and The MEGA Life and Health Insurance Company.SM



 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html




-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Mike Schwab
 
 You can't install z/VM from DVD then download and install MVS?

That might require the purchase of a z/VM license.  Not all z/OS shops
run z/VM.

-jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mike Schwab
 Sent: Tuesday, October 12, 2010 12:18 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: When will MVS be able to use cheap dasd
 
 You can't install z/VM from DVD then download and install MVS?
 

Without first having some z/OS base system? No. You cannot install z/OS without 
z/OS. Well, if somebody gave a shop z/OS on some DASD images, then yes (DDR or 
FDR or DFDSS).

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Remember the old Northern Telecom Displayphone?

2010-10-12 Thread Neal Eckhardt
Oh MAN! Does THAT bring back memories. I had to figure out how to 
implement dial in to TSO through a 3705 for those things.

Good learning experience though.

Neal

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Two HSM's on one Lpar

2010-10-12 Thread Mark Jacobs
Can I run two HSM's on one lpar and through the use of exits decide 
which HSM manages which storage group?


--
Mark Jacobs
Time Customer Service
Tampa, FL


There you are, your own number on your very own door. And behind
that door, your very own office! Welcome to the team, DZ-015

Mr Warrenn - Brazil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Ed Gould
--- On Tue, 10/12/10, Chase, John jch...@ussco.com wrote:

From: Chase, John jch...@ussco.com
Subject: Re: When will MVS be able to use cheap dasd
To: IBM-MAIN@bama.ua.edu
Date: Tuesday, October 12, 2010, 12:32 PM

 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Mike Schwab
 
 You can't install z/VM from DVD then download and install MVS?

That might require the purchase of a z/VM license.  Not all z/OS shops
run z/VM.
John:I was watching this thread and I never thought about it to much so this 
morning while I was have a coffee I came up with some reason why z/os probably 
will not ever support cheap DASD. As far as I know there isn't an y decent 
builtin hardware error checking. In the MVS world it is just not good enough to 
say oops like it is the pc world. Companies spend the big bucks just for data 
accuracy and availability, they also spend money for thruput. I/O is always a 
bottleneck and the drives just cannot sustain the I/O that IBM (and some other 
OEM) manufactures supply. One of the side issues of a big drive is that it is 
hard to walk out the door with it. With PC drives that can be accomp[lished and 
no one would be the wiser. Again the PC people are generally not to  interested 
in Security (we all know that security in an MS world is an oxymoron). Maybe in 
a high security environment they can stop such an event but in the common 
business world I do not
 think so.
A side issue is that if an error occurs I have to suspect that each drive 
manufacturer handles it differently. In a MF world that can't be allowed to 
happen. There are only just so many possibilities that IBM could handle. Myself 
I would never trust the PC world to supply code to MVS to handle errors. Can we 
all say security breach together. There has to be other reasons but I think I 
touched the tip of the ice berg. Others should pipe up.
Ed

    -jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html





--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Elliot, David
I guess you would have to change the catalog exit to determine which HSM got 
called. Why on earth are you considering such an idea?

David Elliot
 
zSeries Software Support
-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Mark Jacobs
Sent: Tuesday, October 12, 2010 2:04 PM
To: IBM-MAIN@bama.ua.edu
Subject: Two HSM's on one Lpar

Can I run two HSM's on one lpar and through the use of exits decide 
which HSM manages which storage group?

-- 
Mark Jacobs
Time Customer Service
Tampa, FL


There you are, your own number on your very own door. And behind
that door, your very own office! Welcome to the team, DZ-015

Mr Warrenn - Brazil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Ted MacNEIL
Can I run two HSM's on one lpar and through the use of exits decide which HSM 
manages which storage group?

Why would you need that?

HSM multi-tasks, and in all the years I've been involved in storage management, 
I've never needed more than one per system.

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Elliot, David
I'm inclined to think it would not even be possible. There is probably an ENQ 
or some other device to ensure only one instance of HSM per system. There is a 
CVTHSM field in CVT which implies only one HSM. This sounds very much like a 
management type question.

David Elliot
 
zSeries Software Support

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Ted MacNEIL
Sent: Tuesday, October 12, 2010 3:22 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

Can I run two HSM's on one lpar and through the use of exits decide which HSM 
manages which storage group?

Why would you need that?

HSM multi-tasks, and in all the years I've been involved in storage management, 
I've never needed more than one per system.

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TCPIP SSL Encryption Strength

2010-10-12 Thread R.S.

W dniu 2010-10-12 17:13, Hal Merritt pisze:

We are using SSL for TN3270 and we are being asked to: Follow vendor 
recommendations for disabling medium strength ciphers and enforce on ciphters (sic) of 
128 bit or greater.


  Can anyone point me to these recommendations?


IMHO there are no such recommendations. What vendor?

The only advice could be: USE THE STRONGEST POSSIBLE CIPHER YOU ARE ABLE 
TO.
Reason: the stronger the safer. Grumbling auditors will always point you 
in the following manner: You are using 128-bit encryption, while 
there's 256-bit one available. It would be safer to use stronger 
cipher. Key length doesn't matter, the only important thing is whether 
it's already maximum or not. The recommendation is usually unrelated to 
the data character - it can be rocket science as well as publicly 
available information.

Time for my pills... g

--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 16.07.2010 r. kapita zakadowy BRE Banku SA (w caoci 
wpacony) wynosi 168.248.328 zotych.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread R.S.

W dniu 2010-10-12 20:12, McKown, John pisze:

-Original Message-
From: IBM Mainframe Discussion List
[mailto:ibm-m...@bama.ua.edu] On Behalf Of Mike Schwab
Sent: Tuesday, October 12, 2010 12:18 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: When will MVS be able to use cheap dasd

You can't install z/VM from DVD then download and install MVS?



Without first having some z/OS base system? No. You cannot install z/OS without 
z/OS. Well, if somebody gave a shop z/OS on some DASD images, then yes (DDR or 
FDR or DFDSS).


So, it's possible. Customized Offering Driver is delivered in full-disk 
dump format. What I don't know is:
a) Is there DFSMSdss version for zVM, or any equivalent tool capable to 
create disk content from dump file.
b) Is it possible to get Driver as Internet Download instead of physical 
tape.


Last but not least: it would be ridiculous to have zVM license just to 
avoid some tape activity.


Even more last: The problem regards only new z/OS customers. They 
cannot form a crowd...



--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 16.07.2010 r. kapita zakadowy BRE Banku SA (w caoci 
wpacony) wynosi 168.248.328 zotych.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Ted MacNEIL
I'm inclined to think it would not even be possible.
There is probably an ENQ or some other device to ensure only one instance of 
HSM per system.
There is a CVTHSM field in CVT which implies only one HSM.

Since I've never even tried/considered it, I've never even looked into the 
methods/controls.
But, I vaguely recall (in a mid-1980's -- pre-XA) being told, in a Storage 
Management course (IBM) that it couldn't be done.


This sounds very much like a management type question.

Yes. It does.
Managers manage.
Techies work with technology.
Managers should just tell techies what to do, NOT how to do it.
If a manager knows the best way to do something, then why hire the techie?

This brings us back to the real question:

What is the issue that they're trying to solve?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Mark Jacobs
I'm trying to come up with a technical solution for a $$$ problem. In short I 
want all the migrations activities for a single HLQ that's in its own storage 
group to be isolated to its own ML2 tapes.

Taking a curtsy look at the HSM documentation I didn't see any way to 
accomplish it with a single HSM.

Mark Jacobs 


-Original Message-
From: IBM Mainframe Discussion List on behalf of Ted MacNEIL
Sent: Tue 10/12/2010 4:22 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar
 
Can I run two HSM's on one lpar and through the use of exits decide which HSM 
manages which storage group?

Why would you need that?

HSM multi-tasks, and in all the years I've been involved in storage management, 
I've never needed more than one per system.

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Mark Jacobs
One of our clients wants selected migrated data to be dual copied and available 
at a DR situation. We're trying to see if we can do so without duplicating the 
entire ML2 inventory which would be expensive.

Mark Jacobs 


-Original Message-
From: IBM Mainframe Discussion List on behalf of Ted MacNEIL
Sent: Tue 10/12/2010 4:58 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar
 
I'm inclined to think it would not even be possible.
There is probably an ENQ or some other device to ensure only one instance of 
HSM per system.
There is a CVTHSM field in CVT which implies only one HSM.

Since I've never even tried/considered it, I've never even looked into the 
methods/controls.
But, I vaguely recall (in a mid-1980's -- pre-XA) being told, in a Storage 
Management course (IBM) that it couldn't be done.


This sounds very much like a management type question.

Yes. It does.
Managers manage.
Techies work with technology.
Managers should just tell techies what to do, NOT how to do it.
If a manager knows the best way to do something, then why hire the techie?

This brings us back to the real question:

What is the issue that they're trying to solve?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CANCEL/FORCE ARM (Was: Really dumb IPL question)

2010-10-12 Thread Chris Mason
Chris

 IBM does continue to use IEFSDPPT for some things that only take effect 
at IPL time. However that isn't terribly flexible or useful for anyone else, so 
I 
stand by the term archaic.

We may have to leave our readers to decide whether something which stands 
a strong risk of being changed with each release of z/OS is archaic or not.

 I don't know much about Communications Server in particular, ...

This could be the source of a lot of misunderstanding. I will try to compensate 
for this deficiency where necessary.

 ... but I do know a little bit about z/OS internals and systems management 
products in general.

It's at the heart of my irritation in having NOCANCEL imposed that the 
Communications Server (CS) IP component has its own generally effective 
quite simple - some may say simplistic - bit of systems management support.

 I can't comment about whether the CS components really need to run with 
NOCANCEL.

We - at least I - am discussing a particular CS component, the actually 
misnamed TN32760E server program, misnamed because it also supports raw 
TELNET as well as 3270 TELNET.

 I *can* comment on the technical reasons why a server address space 
might need to run that way. 

And your comments are well received.

 I don't know whether the TN3270E server has those attributes or not.

The TN3270E server acts as a cross-over point for a TCP connection - acting 
as a listening server - to an SNA session - acting as a secondary logical 
unit 
(LU). When supporting an appearance as a 3270 device to an application such 
as CICS or TSO using the VTAM API the data supported throughout is the 
3270 data stream.

This is a quite simple task to perform and these days - in sharp contrast to 
its 
early days - is supported by parameters controlling every last aspect of the 
operation of this cross-over point. There are only two APIs involved: the 
VTAM API is very straightforward and the TCP API is very straightforward. 
There are no references to other address spaces.[1]

I am not aware of any parameters which indicate that anything very special is 
happening which could suggest any special use of MVS interfaces. For 
example, CICS requires a particular VTAM specification, SRBEXIT=YES, on the 
APPL statement which indicates striving for a performance advantage. It can't 
be guaranteed, but I would expect any striving for performance advantages 
by employing - let us call them - the more advanced MVS facilities could very 
well show up somewhere in the definitions for the TN3270E server.

On balance, I deem it most unlikely that anything is to be found in the now 
separated TN3270E program logic other than straightforward use of the two 
APIs.

 Do you?

Questioned address already if not definitively answered.

I think I'll see if I can't get it answered through some contacts I still have 
- 
and maybe the IBMTCP-L list - somewhat along the lines of What MVS 
facilities does the TN3270E server use which could justify NOCANCEL? - and 
hope the developers don't see or hear the blade falling!

 Or more directly, do you know for sure that they don't?

As above.

 And does it really matter?

Oh yes it most certainly does - or I wouldn't be spending anything like so 
much time discussing it and taking up so much or your valuable time as well - 
and that of and those still following with baited breath.

This is where being familiar with the CS IP component is rather important. It's 
all in this paragraph from my earlier post:

... The requirement they did *not* consider sensibly was the 
NOCANCEL attribute. For those customers with the sore fists it indeed made 
sense not to include the program for the newly liberated TELNET address 
space in the AUTOLOG list - an action usually undertaken for any server 
program since the beginning of recorded time - but what about the less vocal 
majority?

We are not talking about operators entering a CANCEL command here - as if 
they dare! We are talking about the AUTOLOG function in the CS IP 
component which is a crude but effective subsystem management function 
there to try to guarantee that a server program address space is always 
running to handle clients. The CS IP component checks that the TCP listen 
port is working. If it is not, there being no provision for individual 
instruction 
over how to shut down the server program in an address space - a deficiency 
you may say and I may even agree with you - a CANCEL command is used.

This AUTOLOG function operates only when the name of the server started 
task procedure is present in the AUTOLOG statement list. Normally a customer 
will put any server started task procedure name in this list where the nature 
of the program, a server according to the traditional client-server model, is 
to 
take a client's request, get on with it and end the transaction. If the server 
is 
not listening on the TCP port which the clients use to initiate a 
transaction, 
it is a waste of (address) space! As such it needs to be 

Re: Two HSM's on one Lpar

2010-10-12 Thread R.S.

W dniu 2010-10-12 22:35, Elliot, David pisze:

I'm inclined to think it would not even be possible. There is probably an ENQ 
or some other device to ensure only one instance of HSM per system. There is a 
CVTHSM field in CVT which implies only one HSM. This sounds very much like a 
management type question.


Well, AFAIK actually it's possible to have multiple HSMs in one system, 
it has been possible for quite long time.


Disclaimer: The above does not mean that user can assing HSM task to 
given storage group.

--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 16.07.2010 r. kapita zakadowy BRE Banku SA (w caoci 
wpacony) wynosi 168.248.328 zotych.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Lizette Koehler
I would think there would be a lot of concerns over which DFHSM could do
recycle, which would migrate, backup, how would you identify the H commands
to know which DFHSM it would communicate with. If I issue an HLIST or
HRECALL how could I direct it to the correct DFHSM or even know which DFHSM
has the file? 

How to handle the PDA and Journal Dataset, what about reporting that maybe
done with MXG or other products.  I think it could be a bit confusing with
more than one HSM or HSMPLEX on the same LPARs.

Over all I would be very amazed if it is at all possible. Though I have been
amazed in the past.

Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Lizette Koehler
 One of our clients wants selected migrated data to be dual copied and
 available at a DR situation. We're trying to see if we can do so
 without duplicating the entire ML2 inventory which would be expensive.
 
 Mark Jacobs



Mark,

If you have CA1 then you can get CA COPYCAT.  Or you may have a product like
it.  Copycat is free with CA1.

You could just set it up to create copies of just the tapes you want for DR
purposes.

Or you can look at a product (I know it might be $ or $$$) from CA called
VTAPE.  It might also help.  We are currently using CA Vtape to create a
virtual tape on dasd (much like a VTS.  Then our DR process copies the
Vtapes to a physical tape to be shipped to an offsite vault.  The customer
has his virtual tape in house and offsite with the same name.



Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TCPIP SSL Encryption Strength

2010-10-12 Thread Thomas Kern
Not just use the strongest, but you have to go out of your way to reject
using the low and medium strength ciphers. My cyber security people
complain about anything that is 112 bits or less.

/Tom Kern

On Tue, 12 Oct 2010 22:43:18 +0200, R.S. r.skoru...@bremultibank.com.pl wrote:

W dniu 2010-10-12 17:13, Hal Merritt pisze:
 We are using SSL for TN3270 and we are being asked to: Follow vendor
recommendations for disabling medium strength ciphers and enforce on
ciphters (sic) of 128 bit or greater.


   Can anyone point me to these recommendations?

IMHO there are no such recommendations. What vendor?

The only advice could be: USE THE STRONGEST POSSIBLE CIPHER YOU ARE ABLE
TO.
Reason: the stronger the safer. Grumbling auditors will always point you
in the following manner: You are using 128-bit encryption, while
there's 256-bit one available. It would be safer to use stronger
cipher. Key length doesn't matter, the only important thing is whether
it's already maximum or not. The recommendation is usually unrelated to
the data character - it can be rocket science as well as publicly
available information.
Time for my pills... g

--
Radoslaw Skorupka
Lodz, Poland


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CANCEL/FORCE ARM (Was: Really dumb IPL question)

2010-10-12 Thread Ted MacNEIL
It's at the heart of my irritation in having NOCANCEL imposed that the 
Communications Server (CS) IP component has its own generally effective 
quite simple - some may say simplistic - bit of systems management support.

Have you actually posed this question to IBM?
Rather than carping about that this may (or may not) be required, ask them.
I do!

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Ted MacNEIL
One of our clients wants selected migrated data to be dual copied and 
available at a DR situation.
We're trying to see if we can do so without duplicating the entire ML2 
inventory which would be expensive.

I've seen it done, but I don't remember the details.
Again, as previously posted, you can have only one HSM per LPAR.

I think you can do it by running different configs on separate LPARS (but, 
don't quote me).

Do you have a second lpar?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Mark Jacobs
This client only has one lpar.

Mark Jacobs 


-Original Message-
From: IBM Mainframe Discussion List on behalf of Ted MacNEIL
Sent: Tue 10/12/2010 5:18 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar
 
One of our clients wants selected migrated data to be dual copied and 
available at a DR situation.
We're trying to see if we can do so without duplicating the entire ML2 
inventory which would be expensive.

I've seen it done, but I don't remember the details.
Again, as previously posted, you can have only one HSM per LPAR.

I think you can do it by running different configs on separate LPARS (but, 
don't quote me).

Do you have a second lpar?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Stephen Y Odo
just wondering ... for that purpose, wouldn't something like ABARS make
more sense?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Elliot, David
Migration is not backup. I don't think you are going to do this easily with 
migrated data. The location of your migrated data has to match the contents of 
both the MCDS and the system catalog. So having migrated data both available to 
the system locally and at a DR site would not really help anyone in a recovery 
situation. Things could get very complicated if there is a mismatch.

The time to create an offsite backup is prior to migration when HSM (or a 
separate job) does the backup. See if the HSM FRBACKUP command helps.

David Elliot
 
zSeries Software Support

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Mark Jacobs
Sent: Tuesday, October 12, 2010 4:19 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

This client only has one lpar.

Mark Jacobs 


-Original Message-
From: IBM Mainframe Discussion List on behalf of Ted MacNEIL
Sent: Tue 10/12/2010 5:18 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar
 
One of our clients wants selected migrated data to be dual copied and 
available at a DR situation.
We're trying to see if we can do so without duplicating the entire ML2 
inventory which would be expensive.

I've seen it done, but I don't remember the details.
Again, as previously posted, you can have only one HSM per LPAR.

I think you can do it by running different configs on separate LPARS (but, 
don't quote me).

Do you have a second lpar?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Habres, Richard J
You can run multiple HSMs within the same lpar, but they use the same
control data sets and journal. They can perform different HSM functions.
You would have one started as HOSTMODE=MAIN and one or more as
HOSTMODE=AUX. I am not sure if this would give you the results you are
looking for, but you can find more information in the DFSMSHSM
IMPLEMENTATION AND CUSTOMIZATION GUIDE 

Richard J Habres


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Elliot, David
Sent: Tuesday, October 12, 2010 5:46 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

Migration is not backup. I don't think you are going to do this easily
with migrated data. The location of your migrated data has to match the
contents of both the MCDS and the system catalog. So having migrated
data both available to the system locally and at a DR site would not
really help anyone in a recovery situation. Things could get very
complicated if there is a mismatch.

The time to create an offsite backup is prior to migration when HSM (or
a separate job) does the backup. See if the HSM FRBACKUP command helps.

David Elliot
 
zSeries Software Support

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Mark Jacobs
Sent: Tuesday, October 12, 2010 4:19 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

This client only has one lpar.

Mark Jacobs 


-Original Message-
From: IBM Mainframe Discussion List on behalf of Ted MacNEIL
Sent: Tue 10/12/2010 5:18 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar
 
One of our clients wants selected migrated data to be dual copied and
available at a DR situation.
We're trying to see if we can do so without duplicating the entire ML2
inventory which would be expensive.

I've seen it done, but I don't remember the details.
Again, as previously posted, you can have only one HSM per LPAR.

I think you can do it by running different configs on separate LPARS
(but, don't quote me).

Do you have a second lpar?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Mike Schwab
I was thinking of the evaluation z/VM disk, download to a z/VM disk an
IPLable tape image SA-ICKDSF and SA-ADRDSSU volume backups of a
Starter System, so after the restore you can IPL from z/OS started
disk and install SMPE etc.

On Tue, Oct 12, 2010 at 3:51 PM, R.S. r.skoru...@bremultibank.com.pl wrote:
 W dniu 2010-10-12 20:12, McKown, John pisze:

 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mike Schwab
 Sent: Tuesday, October 12, 2010 12:18 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: When will MVS be able to use cheap dasd

 You can't install z/VM from DVD then download and install MVS?


 Without first having some z/OS base system? No. You cannot install z/OS
 without z/OS. Well, if somebody gave a shop z/OS on some DASD images, then
 yes (DDR or FDR or DFDSS).

 So, it's possible. Customized Offering Driver is delivered in full-disk dump
 format. What I don't know is:
 a) Is there DFSMSdss version for zVM, or any equivalent tool capable to
 create disk content from dump file.
 b) Is it possible to get Driver as Internet Download instead of physical
 tape.

 Last but not least: it would be ridiculous to have zVM license just to avoid
 some tape activity.

 Even more last: The problem regards only new z/OS customers. They cannot
 form a crowd...


 --
 Radoslaw Skorupka
 Lodz, Poland


 --
 BRE Bank SA
 ul. Senatorska 18
 00-950 Warszawa
 www.brebank.pl

 S d Rejonowy dla m. st. Warszawy XII Wydzia  Gospodarczy Krajowego Rejestru
 S dowego, nr rejestru przedsi biorców KRS 025237
 NIP: 526-021-50-88
 Wed ug stanu na dzie  16.07.2010 r. kapita  zak adowy BRE Banku SA (w ca o
 ci wp acony) wynosi 168.248.328 z otych.

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html




-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Mike Schwab
On Tue, Oct 12, 2010 at 4:04 PM, Mark Jacobs mark.jac...@custserv.com wrote:
 I'm trying to come up with a technical solution for a $$$ problem. In short I 
 want all the migrations activities for a single HLQ that's in its own storage 
 group to be isolated to its own ML2 tapes.

 Taking a curtsy look at the HSM documentation I didn't see any way to 
 accomplish it with a single HSM.

 Mark Jacobs

Ideal solution would be to user ABARs to copy their datasets,
including those migrated, to their own set of backup tapes.
-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Elliot, David
 Within a z/OS image, only one DFSMShsm can operate in this mode (MAIN) and 
any other DFSMShsm host in that image must have HOSTMODE=AUX

OK then. I guess you can do it. I'm still not sure that it really is the way to 
go though, backup would be better.

David Elliot
 
zSeries Software Support

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Habres, Richard J
Sent: Tuesday, October 12, 2010 5:00 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

You can run multiple HSMs within the same lpar, but they use the same
control data sets and journal. They can perform different HSM functions.
You would have one started as HOSTMODE=MAIN and one or more as
HOSTMODE=AUX. I am not sure if this would give you the results you are
looking for, but you can find more information in the DFSMSHSM
IMPLEMENTATION AND CUSTOMIZATION GUIDE 

Richard J Habres


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Elliot, David
Sent: Tuesday, October 12, 2010 5:46 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

Migration is not backup. I don't think you are going to do this easily
with migrated data. The location of your migrated data has to match the
contents of both the MCDS and the system catalog. So having migrated
data both available to the system locally and at a DR site would not
really help anyone in a recovery situation. Things could get very
complicated if there is a mismatch.

The time to create an offsite backup is prior to migration when HSM (or
a separate job) does the backup. See if the HSM FRBACKUP command helps.

David Elliot
 
zSeries Software Support

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Mark Jacobs
Sent: Tuesday, October 12, 2010 4:19 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

This client only has one lpar.

Mark Jacobs 


-Original Message-
From: IBM Mainframe Discussion List on behalf of Ted MacNEIL
Sent: Tue 10/12/2010 5:18 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar
 
One of our clients wants selected migrated data to be dual copied and
available at a DR situation.
We're trying to see if we can do so without duplicating the entire ML2
inventory which would be expensive.

I've seen it done, but I don't remember the details.
Again, as previously posted, you can have only one HSM per LPAR.

I think you can do it by running different configs on separate LPARS
(but, don't quote me).

Do you have a second lpar?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email 

Re: What data area contains number of CPU running on a processor

2010-10-12 Thread Gerhard Postpischil

On 10/11/2010 11:35 AM, Bill Fairchild wrote:

The question is appropriately begged, and the answer is
simple - by the time I was able to read an encyclopedia
article or a dictionary entry, I had also learned how to
navigate within a dictionary; viz, the pronunciation of a
word is typically given within the definition.  One simply
looks at the bottom of the page for instructions in how to
interpret the various enigmatic (for the first few times
seen) symbols that are used in phonetically spelling the
pronunciation of a word.  After having learned how to spell
three or four other words beginning with psy, I remembered
that particular rule exception.  I don't remember how I
learned how to pronounce or spell knowledge.


Our experiences differ, which may be topic for another group g 
 But I taught myself to read when I was four (I remember the 
moment when I figured out that sounding out the letters in a 
subway sign resembled the name of my Grandmother's street). Ever 
since then I have been reading, at least one book a week, and 
acquired a sizable vocabulary of words I couldn't pronounce. I 
didn't find out about dictionaries until Junior High school, 
when we were required to buy one.



Gerhard Postpischil
Bradford, VT

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Elliot, David
And does advance the solution to the problem any if both HSMs have to share the 
same control datasets.


 Within a z/OS image, only one DFSMShsm can operate in this mode (MAIN) and 
any other DFSMShsm host in that image must have HOSTMODE=AUX

OK then. I guess you can do it. I'm still not sure that it really is the way to 
go though, backup would be better.

David Elliot
 
zSeries Software Support


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Habres, Richard J
Sent: Tuesday, October 12, 2010 5:00 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

You can run multiple HSMs within the same lpar, but they use the same
control data sets and journal. They can perform different HSM functions.
You would have one started as HOSTMODE=MAIN and one or more as
HOSTMODE=AUX. I am not sure if this would give you the results you are
looking for, but you can find more information in the DFSMSHSM
IMPLEMENTATION AND CUSTOMIZATION GUIDE 

Richard J Habres


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Elliot, David
Sent: Tuesday, October 12, 2010 5:46 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

Migration is not backup. I don't think you are going to do this easily
with migrated data. The location of your migrated data has to match the
contents of both the MCDS and the system catalog. So having migrated
data both available to the system locally and at a DR site would not
really help anyone in a recovery situation. Things could get very
complicated if there is a mismatch.

The time to create an offsite backup is prior to migration when HSM (or
a separate job) does the backup. See if the HSM FRBACKUP command helps.

David Elliot
 
zSeries Software Support

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Mark Jacobs
Sent: Tuesday, October 12, 2010 4:19 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar

This client only has one lpar.

Mark Jacobs 


-Original Message-
From: IBM Mainframe Discussion List on behalf of Ted MacNEIL
Sent: Tue 10/12/2010 5:18 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Two HSM's on one Lpar
 
One of our clients wants selected migrated data to be dual copied and
available at a DR situation.
We're trying to see if we can do so without duplicating the entire ML2
inventory which would be expensive.

I've seen it done, but I don't remember the details.
Again, as previously posted, you can have only one HSM per LPAR.

I think you can do it by running different configs on separate LPARS
(but, don't quote me).

Do you have a second lpar?

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: What data area contains number of CPU running on a processor

2010-10-12 Thread Ted MacNEIL
But I taught myself to read when I was four (I remember the moment when I 
figured out that sounding out the letters in a subway sign resembled the name 
of my Grandmother's street).

I've been a reader since about that time.
Teachers do NOT like people that go 'beyond boundaries', and gave my parents 
cr*p because I knew how to read before I went into kindergarten.
It bolluxed their whole plan.

Ever since then I have been reading, at least one book a week, and acquired a 
sizable vocabulary of words

I took speed reading courses in high school.
One book a week is boring to me.
I'm not trying to brag, but reading is my life!

I get hassles when I sit in a bar and read.
Why not?

The other day, when I had visitation with my younger son, I saw him reading 
Nietche (spelling?), and I said that that was not something you'd see a typical 
teen read.

His response?
Dad, I'm NOT a typical teen!

A chip off the old block!
Just as arrogant as his old man!
(8-{]}

-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Paul Gilmartin
On Tue, 12 Oct 2010 13:12:56 -0500, McKown, John wrote:

Without first having some z/OS base system? No. You cannot install z/OS 
without z/OS.  ...

If this is literally true, it bodes ill for the future of z/OS.
There can never be any new installations and z/OS is doomed to
die by attrition.

(Yah, I know; I snipped a qualification.)

But still, why not boot from network, like other computers.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Ron Hawkins
Ed,

Your system takes four hours to write a DVD. Not exactly up to date is it. I
can write a 50GB Blue RAY data DVD in under an hour.

Ron

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of
 Ed Gould
 Sent: Tuesday, October 12, 2010 8:16 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: [IBM-MAIN] When will MVS be able to use cheap dasd
 
 --- On Tue, 10/12/10, Timothy Sipples timothy.sipp...@us.ibm.com wrote:
 --SNIP
 May I also point out that tape is no longer required to load z/OS. Thus it
 is now possible to configure and use a new mainframe with z/OS but without
 any tape drives.
 
 (*) Except I don't speak for IBM.
 
 
 
 Timothy:
 Interesting... The last system I installed took about 3 hours to load from
 tape (IIRC 6250 its been that long). What is the guesstimated load time
for
 Z/os with a DVD. I suspect it will be 8+ hours based on my system taking
4+
 hours to write a full DVD .
 Plus as a side note you (IBM) should really better document the backup of
the
 internal system disk that comes with your (IBM) systems now. I tried my
 damndest to just figure out what kind of DVD was needed and 3 days of
calling
 everyone at IBM could not supply any answer.Ed
 
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Ron Hawkins
Ed,

In case you didn't know, the SAS and SATA drives in an enterprise Array that
supports directly attached CKD volumes are the same as the SAS and SATA
drives in Midrange storage.

You also must have missed the fact that Hitachi have been supporting
Mainframe volumes on Midrange storage for over a half a decade. This uses
Virtualization through the DASD Controller to encapsulate CKD storage onto
FBA storage, just like the internal drives.

The difference between the cost of midrange and enterprise storage has
little to do with end-to-end data protection, because it's all SCSI, SAS and
SATA once your write leaves the FICON channel on Enterprise. It has much
more to do with survivability, availability, scalability, and software
options or lack thereof on midrange storage 

The best illustration of this were the last set of ratings that the now
defunct RAID Advisory Board issued, where most Enterprise Class controllers
were classified as Disaster Tolerant Disk Subsystems, and midrange was
typically classified as Fault Tolerant Disk Subsystems.

Typically midrange storage will stay connected and keep running if a
component fails, but FRU replacements, upgrades and suchlike are likely to
be disruptive - they're not five nines in all situations and that's why they
are cheaper.

Ron



 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of
 Ed Gould
 Sent: Tuesday, October 12, 2010 12:24 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: [IBM-MAIN] When will MVS be able to use cheap dasd
 
 --- On Tue, 10/12/10, Chase, John jch...@ussco.com wrote:
 
 From: Chase, John jch...@ussco.com
 Subject: Re: When will MVS be able to use cheap dasd
 To: IBM-MAIN@bama.ua.edu
 Date: Tuesday, October 12, 2010, 12:32 PM
 
  -Original Message-
  From: IBM Mainframe Discussion List On Behalf Of Mike Schwab
 
  You can't install z/VM from DVD then download and install MVS?
 
 That might require the purchase of a z/VM license.  Not all z/OS shops
 run z/VM.
 John:I was watching this thread and I never thought about it to much so
this
 morning while I was have a coffee I came up with some reason why z/os
probably
 will not ever support cheap DASD. As far as I know there isn't an y
decent
 builtin hardware error checking. In the MVS world it is just not good
enough
 to say oops like it is the pc world. Companies spend the big bucks just
for
 data accuracy and availability, they also spend money for thruput. I/O is
 always a bottleneck and the drives just cannot sustain the I/O that IBM
(and
 some other OEM) manufactures supply. One of the side issues of a big drive
is
 that it is hard to walk out the door with it. With PC drives that can be
 accomp[lished and no one would be the wiser. Again the PC people are
generally
 not to  interested in Security (we all know that security in an MS world
is an
 oxymoron). Maybe in a high security environment they can stop such an
event
 but in the common business world I do not
  think so.
 A side issue is that if an error occurs I have to suspect that each drive
 manufacturer handles it differently. In a MF world that can't be allowed
to
 happen. There are only just so many possibilities that IBM could handle.
 Myself I would never trust the PC world to supply code to MVS to handle
 errors. Can we all say security breach together. There has to be other
reasons
 but I think I touched the tip of the ice berg. Others should pipe up.
 Ed
 
     -jc-
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Timothy Sipples
While we will of course work with anyone to get them going if necessary,
and although we do have this capability to a very limited degree today,
the DVD support for the Customized Offerings Driver that will make this
function available to everyone is not planned to be generally available
until 1Q11.

Thanks, John. Sorry I was a little over-enthusiastic.

Anyway, yes, IBM is planning general support for loading z/OS from scratch
from DVD (sans tape) onto an empty mainframe. And yes, this capability
would often be useful for both new and current z/OS customers.

This support was announced in July with z/OS 1.12 and has a planned
availability date of February 22, 2011 (Customized Offerings Driver on
DVD). OK, so it's not entirely clear in the announcement letter what that
support means in practical terms (DVD bootstrapping of z/OS), but that's
what it means. :-)

Plans can sometimes change, but that's the plan.

As for speed, that'll no doubt be situational. But, to give some idea,
you'll be loading the Customized Offerings Driver which is rather small (by
today's standards anyway) and reading it from DVD to get going. (That's
reading, not writing.) The Customized Offerings Driver is capable of
accessing the network for further z/OS goodness.

- - - - -
Timothy Sipples
Resident Enterprise Architect
STG Value Creation  Complex Deals Team
IBM Growth Markets (Based in Singapore)
E-Mail: timothy.sipp...@us.ibm.com
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Ron Hawkins
Mike,

If your customer is using Hitachi DASD Controllers than perhaps you can
bypass DFSMShsm altogether for these datasets and used virtualized midrange
storage that was discussed in another thread.

Using some brand of modular storage with SATA drives - whatever's cheapest,
it doesn't have to be from HDS - you can create a STORGRUP of 3390-54 out of
volumes that are backed by this cheap storage. Then you can simply run a
DFSMSdss job ever day against that HLQ to move datasets using the BY
keyword to filter on MGMTCLAS and CREDT. You could also get fancy and use a
DCOLLECT to build a FILTERLIST based on last reference date, but I'm
sticking with the simple stuff.

The STORGRUP would be remote copied in exactly the same way as the rest of
your DASD, or you could choose to use HUR or XRC for this Storage Group,
while running TrueCopy Synchronous for all the rest. It's a choice not a
requirement and it meets the customer's need to get this data on cheaper
storage, but have it available for Disaster Recovery.

If you are also licensed for FlashCopy then I'd suggest running this every
hour instead of daily to emulate Interval Migration to pick up old GDGs. All
the other stuff normally handled by DFSMShsm, like Space Release and Expiry
would continue just like normal because the datasets are Primary Volumes.

Net-net you can deliver a solution that's probably cheaper than using
DFSMShsm because you never have to do an IO to it. You can even choose to
write some of the datasets to this STORGRUP from the get go and bypass all
the DFSMShsm management.

There's a bunch of other ways to do this even better with Hitachi Tiered
Storage Manager on top of all this, but I'm just trying to offer a simple
solution.

If you don't have Hitachi DASD controllers than I guess you'll have to ask
the vendor they're using if they have something similar. All of the big
three offer internal SATA disks that could be used the same way with HUR,
XRC or SRDF/Async.

Ron



 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of
 Mike Schwab
 Sent: Tuesday, October 12, 2010 3:08 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: [IBM-MAIN] Two HSM's on one Lpar
 
 On Tue, Oct 12, 2010 at 4:04 PM, Mark Jacobs mark.jac...@custserv.com
wrote:
  I'm trying to come up with a technical solution for a $$$ problem. In
short
 I want all the migrations activities for a single HLQ that's in its own
 storage group to be isolated to its own ML2 tapes.
 
  Taking a curtsy look at the HSM documentation I didn't see any way to
 accomplish it with a single HSM.
 
  Mark Jacobs
 
 Ideal solution would be to user ABARs to copy their datasets,
 including those migrated, to their own set of backup tapes.
 --
 Mike A Schwab, Springfield IL USA
 Where do Forest Rangers go to get away from it all?
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Two HSM's on one Lpar

2010-10-12 Thread Ken Brick

 On 13/10/2010 08:59 AM, Habres, Richard J wrote:

You can run multiple HSMs within the same lpar, but they use the same
control data sets and journal. They can perform different HSM functions.
You would have one started as HOSTMODE=MAIN and one or more as
HOSTMODE=AUX. I am not sure if this would give you the results you are
looking for, but you can find more information in the DFSMSHSM
IMPLEMENTATION AND CUSTOMIZATION GUIDE


Caveat, untried untested. And purely to get your ML2 data.

Have 2 DFHSM tasks, with different BCDS,  MCDS, OCDS and journal 
datasets and have unique ARCCMD members.


Run the production DFHSM for all normal function. At selected point in 
time queisce the production system, and copy the MCDS to to other 
DFHSM MCDS.  Start the other DFHSM and run the ML2 function. Stop the 
ML2 DFHSM and resume the quiesced functions on production.


This looses the MCDS data in the ML2 system so if it is considered 
critical copy.


Ken

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Batch loop in SYSplex

2010-10-12 Thread Brian Westerman
Whenever you're ready.

Brian

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: When will MVS be able to use cheap dasd

2010-10-12 Thread Mike Schwab
On Tue, Oct 12, 2010 at 6:09 PM, Paul Gilmartin paulgboul...@aim.com wrote:
 On Tue, 12 Oct 2010 13:12:56 -0500, McKown, John wrote:

Without first having some z/OS base system? No. You cannot install z/OS 
without z/OS.  ...

 If this is literally true, it bodes ill for the future of z/OS.
 There can never be any new installations and z/OS is doomed to
 die by attrition.

 (Yah, I know; I snipped a qualification.)

 But still, why not boot from network, like other computers.

 -- gil
You can IPL from an IPLable tape and restore volumes and install that
way.  Problem is they don't have tape drives.

-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html