Re: How Do I Eliminate ML2 Migration?

2011-03-17 Thread Ron Hawkins
George,

You actually need to make your datasets on DFSMShsm monitored volumes, or
datasets in your management classes ineligible for ML2 migration. It's not
about just simply turning it secondary space management - that won't work at
all.

The actual parameters that must be changed to do this will depend on whether
you are SMS managed, or just running DFSMShsm against non-SMS volumes, or
both. The information provided so far is simply to vague for anyone to
answer.

To answer one of your earlier questions, datasets eligible for ML2 will be
migrated directly to ML2 during Primary Space Management. If you recall a
dataset and do not change the last reference date, it will likely be
migrated back to ML2 during the next Primary Space Management cycle -
commonly known as thrashing. Secondary Space Management is looking for
datasets on ML1 that have aged to become eligible for ML2. 

You need to do more than just stop secondary space management, and when you
recall a dataset you need to change the last reference date so it does not
migrate next primary space management cycle. An alternative to changing the
last reference date would be to set up a management class that only goes to
ML1, and assign all datasets to that management class when they are
recalled. This is an environment you can test for in the ACS script. This
will avoid the requirement to touch every dataset and change the last
reference date. If you are not using DFSMS managed volumes you will need to
create at least one Storage Group and assign STORCLAS to make this work.

I don't think your simple exercise is really as simple as it sounds and you
may want to spend a few days working through your ARCMMD and Management
classes along with the reference guides and understand what parameters make
a dataset a candidate for ML2 - because that's what needs to be changed.

What about your DFSMShsm dataset and volume backups? Will you only be
keeping local copies of those?

Ron


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of
 George Rodriguez
 Sent: Wednesday, March 16, 2011 12:36 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: [IBM-MAIN] How Do I Eliminate ML2 Migration?
 
 Hi Barry,
 
 Yes, I have enough disk. I doubled the size of what I had before. To
answer
 your question I want the migrated datasets back on primary space. What
other
 SETSYS option needs to change?
 *
 *
 *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 Wed, Mar 16, 2011 at 3:25 PM, Schwarz, Barry A 
 barry.a.schw...@boeing.com wrote:
 
  Quick and easy is often a synonym for doomed to fail.  You need to plan.
 
  Your current setup uses tape for ML2.  How much data is currently in
ML2?
   How long do you keep it?  How rapidly does it grow?
 
  You bought disk to replace the tape.  How much disk?  Is it enough to
  handle all the current ML2 data plus the anticipated growth?
 
  Do you want the data that is currently on ML2 tapes to remain in HSM or
do
  you want them to end up on Primary volumes?
 
 If the datasets are to remain in HSM, you may not need to recall
  them at all.  Once the SETSYS ML2 units are changed, either the RECYCLE
or
  FREEVOL commands should move the data to DASD.
 
 If you want the datasets on primary volumes, you will need to
recall
  them but you will also need to change other SETSYS options to prevent
  Secondary Space Management from putting data on new ML2 volumes.
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
  Behalf Of George Rodriguez
  Sent: Wednesday, March 16, 2011 11:55 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: How Do I Eliminate ML2 Migration?
 
  Barry,
 
  Are the parameter that I change these:
 
  SETSYS
   TAPEMIGRATION(ML2TAPE
   (TAPE(3490)))
 
  SETSYS
   MIGUNITNAME(3490)
 
  Does that mean that the migration still occurs, except it goes to disk?
  Does
  it also mean that I might need to increase the migration volumes to
support
  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
 
 
 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

How Do I Eliminate ML2 Migration?

2011-03-16 Thread George Rodriguez
Is there a parameter that causes data to migrate to level 2 in ARCCMDnn? I
am in the process of bring back all ML2 data back to disk, but I need to
turn off the migration. Can someone help me out, or a least point me to a
manual that explains to process?

Thanks in advance. . .
*
*
*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*

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: How Do I Eliminate ML2 Migration?

2011-03-16 Thread Spencer, Mike
George,
Secondary Space Management is what determines ML2 migration.  Look in your 
ARCCMDxx member for the following:

SECONDARYSPMGMTCYCLE
(YNN
CYCLESTARTDATE(2000/08/07))
SECONDARYSPMGMTSTART(0945 1630)

The YNN are the days of the week that Secondary Space Management executes.  

Mike Spencer
BMC Software

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
George Rodriguez
Sent: Wednesday, March 16, 2011 7:43 AM
To: IBM-MAIN@bama.ua.edu
Subject: How Do I Eliminate ML2 Migration?

Is there a parameter that causes data to migrate to level 2 in ARCCMDnn? I
am in the process of bring back all ML2 data back to disk, but I need to
turn off the migration. Can someone help me out, or a least point me to a
manual that explains to process?

Thanks in advance. . .
*
*
*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*

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

--
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 Do I Eliminate ML2 Migration?

2011-03-16 Thread George Rodriguez
So Mike, if I were to change the Y to N that would prevent ML2
migration?
*
*
*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 Wed, Mar 16, 2011 at 7:54 AM, Spencer, Mike mike_spen...@bmc.com wrote:

 George,
 Secondary Space Management is what determines ML2 migration.  Look in your
 ARCCMDxx member for the following:

 SECONDARYSPMGMTCYCLE
 (YNN
 CYCLESTARTDATE(2000/08/07))
 SECONDARYSPMGMTSTART(0945 1630)

 The YNN are the days of the week that Secondary Space Management
 executes.

 Mike Spencer
 BMC Software

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of George Rodriguez
 Sent: Wednesday, March 16, 2011 7:43 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: How Do I Eliminate ML2 Migration?

 Is there a parameter that causes data to migrate to level 2 in ARCCMDnn? I
 am in the process of bring back all ML2 data back to disk, but I need to
 turn off the migration. Can someone help me out, or a least point me to a
 manual that explains to process?

 Thanks in advance. . .
 *
 *
 *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*

 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

 --
 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: How Do I Eliminate ML2 Migration?

2011-03-16 Thread George Rodriguez
Mike,

I just found the parm. Here's what I have:

DEFINE
  SECONDARYSPMGMTCYCLE
  (NNY
  CYCLESTARTDATE
  (1999/08/02))

But I also have:

DEFINE
  PRIMARYSPMGMTCYCLE
  (YYY
  CYCLESTARTDATE(1999/08/02))

Does the primary space management cycle also cause a dataset to go back to
ML2 after I've recalled the dataset?

Thanks for the help. . .

*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 Wed, Mar 16, 2011 at 7:54 AM, Spencer, Mike mike_spen...@bmc.com wrote:

 George,
 Secondary Space Management is what determines ML2 migration.  Look in your
 ARCCMDxx member for the following:

 SECONDARYSPMGMTCYCLE
 (YNN
 CYCLESTARTDATE(2000/08/07))
 SECONDARYSPMGMTSTART(0945 1630)

 The YNN are the days of the week that Secondary Space Management
 executes.

 Mike Spencer
 BMC Software

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of George Rodriguez
 Sent: Wednesday, March 16, 2011 7:43 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: How Do I Eliminate ML2 Migration?

 Is there a parameter that causes data to migrate to level 2 in ARCCMDnn? I
 am in the process of bring back all ML2 data back to disk, but I need to
 turn off the migration. Can someone help me out, or a least point me to a
 manual that explains to process?

 Thanks in advance. . .
 *
 *
 *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*

 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

 --
 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: How Do I Eliminate ML2 Migration?

2011-03-16 Thread Schwarz, Barry A
Primary space management causes data to be migrated to ML1 or ML2 depending on:
Management Class attributes for SMS datasets
SETSYS options (such as MIGRATIONLEVEL1DAYS) for non-SMS datasets

Secondary space management only manages datasets already moved to ML1.

What is your real goal?  Are you trying to free up tapes or are you trying to 
keep datasets on primary disks?

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
George Rodriguez
Sent: Wednesday, March 16, 2011 5:28 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: How Do I Eliminate ML2 Migration?

Mike,

I just found the parm. Here's what I have:

DEFINE
  SECONDARYSPMGMTCYCLE
  (NNY
  CYCLESTARTDATE
  (1999/08/02))

But I also have:

DEFINE
  PRIMARYSPMGMTCYCLE
  (YYY
  CYCLESTARTDATE(1999/08/02))

Does the primary space management cycle also cause a dataset to go back to
ML2 after I've recalled the dataset?

--
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 Do I Eliminate ML2 Migration?

2011-03-16 Thread George Rodriguez
My goal is to keep the datasets on disk and not migrate them to ML2 which
happens to be a VTL (TS7720).
*
*
*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 Wed, Mar 16, 2011 at 11:25 AM, Schwarz, Barry A 
barry.a.schw...@boeing.com wrote:

 Primary space management causes data to be migrated to ML1 or ML2 depending
 on:
Management Class attributes for SMS datasets
SETSYS options (such as MIGRATIONLEVEL1DAYS) for non-SMS datasets

 Secondary space management only manages datasets already moved to ML1.

 What is your real goal?  Are you trying to free up tapes or are you trying
 to keep datasets on primary disks?

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of George Rodriguez
 Sent: Wednesday, March 16, 2011 5:28 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: How Do I Eliminate ML2 Migration?

 Mike,

 I just found the parm. Here's what I have:

 DEFINE
  SECONDARYSPMGMTCYCLE
  (NNY
  CYCLESTARTDATE
  (1999/08/02))

 But I also have:

 DEFINE
  PRIMARYSPMGMTCYCLE
  (YYY
  CYCLESTARTDATE(1999/08/02))

 Does the primary space management cycle also cause a dataset to go back to
 ML2 after I've recalled the dataset?

 --
 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: How Do I Eliminate ML2 Migration?

2011-03-16 Thread Darth Keller
My goal is to keep the datasets on disk and not migrate them to ML2 
which
happens to be a VTL (TS7720).

Can you explain why you're choosing to eliminate ML2?  Are your recalls 
from tape actually taking that long?

We had an IBM VTS and used it for ML2 with a large chunk of ML1 space. 
We've since switched to an HDS MDL (mainframe data library - no stack tape 
in the back; everything resides in a DASD buffer) and eliminated migration 
to ML1.

ddk


This e-mail message and all attachments transmitted with it may
contain legally privileged and/or confidential information intended
solely for the use of the addressee(s). If the reader of this
message is not the intended recipient, you are hereby notified that
any reading, dissemination, distribution, copying, forwarding or
other use of this message or its attachments is strictly
prohibited. If you have received this message in error, please
notify the sender immediately and delete this message and all
copies and backups thereof. Thank you.

--
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 Do I Eliminate ML2 Migration?

2011-03-16 Thread George Rodriguez
Hi Darth,

The main reason for eliminating the ML2 is because we don't want to go
through the expense of mirroring the VTL at our DR site. We bought some disk
and opted to eliminate the ML2. Quick and easy to do.

I hope this answers your question, can you help me with the parm changes
needed?

*
*
*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 Wed, Mar 16, 2011 at 12:48 PM, Darth Keller darth.kel...@assurant.comwrote:

 My goal is to keep the datasets on disk and not migrate them to ML2
 which
 happens to be a VTL (TS7720).

 Can you explain why you're choosing to eliminate ML2?  Are your recalls
 from tape actually taking that long?

 We had an IBM VTS and used it for ML2 with a large chunk of ML1 space.
 We've since switched to an HDS MDL (mainframe data library - no stack tape
 in the back; everything resides in a DASD buffer) and eliminated migration
 to ML1.

 ddk


 This e-mail message and all attachments transmitted with it may
 contain legally privileged and/or confidential information intended
 solely for the use of the addressee(s). If the reader of this
 message is not the intended recipient, you are hereby notified that
 any reading, dissemination, distribution, copying, forwarding or
 other use of this message or its attachments is strictly
 prohibited. If you have received this message in error, please
 notify the sender immediately and delete this message and all
 copies and backups thereof. Thank you.

 --
 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: How Do I Eliminate ML2 Migration?

2011-03-16 Thread Schwarz, Barry A
If all you want is to keep migrated datasets on disk instead of tape, define 
ML2 as disk 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
George Rodriguez
Sent: Wednesday, March 16, 2011 10:33 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: How Do I Eliminate ML2 Migration?

Hi Darth,

The main reason for eliminating the ML2 is because we don't want to go
through the expense of mirroring the VTL at our DR site. We bought some disk
and opted to eliminate the ML2. Quick and easy to do.

--
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 Do I Eliminate ML2 Migration?

2011-03-16 Thread George Rodriguez
Barry,

Are the parameter that I change these:

SETSYS
  TAPEMIGRATION(ML2TAPE
  (TAPE(3490)))

SETSYS
  MIGUNITNAME(3490)

Does that mean that the migration still occurs, except it goes to disk? Does
it also mean that I might need to increase the migration volumes to support
migration?

Thanks for the help.
*
*
*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 Wed, Mar 16, 2011 at 2:22 PM, Schwarz, Barry A 
barry.a.schw...@boeing.com wrote:

 If all you want is to keep migrated datasets on disk instead of tape,
 define ML2 as disk

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of George Rodriguez
 Sent: Wednesday, March 16, 2011 10:33 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: How Do I Eliminate ML2 Migration?

 Hi Darth,

 The main reason for eliminating the ML2 is because we don't want to go
 through the expense of mirroring the VTL at our DR site. We bought some
 disk
 and opted to eliminate the ML2. Quick and easy to do.

 --
 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: How Do I Eliminate ML2 Migration?

2011-03-16 Thread Schwarz, Barry A
Quick and easy is often a synonym for doomed to fail.  You need to plan.

Your current setup uses tape for ML2.  How much data is currently in ML2?  How 
long do you keep it?  How rapidly does it grow?

You bought disk to replace the tape.  How much disk?  Is it enough to handle 
all the current ML2 data plus the anticipated growth?  

Do you want the data that is currently on ML2 tapes to remain in HSM or do you 
want them to end up on Primary volumes?  

If the datasets are to remain in HSM, you may not need to recall them 
at all.  Once the SETSYS ML2 units are changed, either the RECYCLE or FREEVOL 
commands should move the data to DASD.

If you want the datasets on primary volumes, you will need to recall 
them but you will also need to change other SETSYS options to prevent Secondary 
Space Management from putting data on new ML2 volumes.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
George Rodriguez
Sent: Wednesday, March 16, 2011 11:55 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: How Do I Eliminate ML2 Migration?

Barry,

Are the parameter that I change these:

SETSYS
  TAPEMIGRATION(ML2TAPE
  (TAPE(3490)))

SETSYS
  MIGUNITNAME(3490)

Does that mean that the migration still occurs, except it goes to disk? Does
it also mean that I might need to increase the migration volumes to support
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


Re: How Do I Eliminate ML2 Migration?

2011-03-16 Thread George Rodriguez
Hi Barry,

Yes, I have enough disk. I doubled the size of what I had before. To answer
your question I want the migrated datasets back on primary space. What other
SETSYS option needs to change?
*
*
*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 Wed, Mar 16, 2011 at 3:25 PM, Schwarz, Barry A 
barry.a.schw...@boeing.com wrote:

 Quick and easy is often a synonym for doomed to fail.  You need to plan.

 Your current setup uses tape for ML2.  How much data is currently in ML2?
  How long do you keep it?  How rapidly does it grow?

 You bought disk to replace the tape.  How much disk?  Is it enough to
 handle all the current ML2 data plus the anticipated growth?

 Do you want the data that is currently on ML2 tapes to remain in HSM or do
 you want them to end up on Primary volumes?

If the datasets are to remain in HSM, you may not need to recall
 them at all.  Once the SETSYS ML2 units are changed, either the RECYCLE or
 FREEVOL commands should move the data to DASD.

If you want the datasets on primary volumes, you will need to recall
 them but you will also need to change other SETSYS options to prevent
 Secondary Space Management from putting data on new ML2 volumes.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of George Rodriguez
 Sent: Wednesday, March 16, 2011 11:55 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: How Do I Eliminate ML2 Migration?

 Barry,

 Are the parameter that I change these:

 SETSYS
  TAPEMIGRATION(ML2TAPE
  (TAPE(3490)))

 SETSYS
  MIGUNITNAME(3490)

 Does that mean that the migration still occurs, except it goes to disk?
 Does
 it also mean that I might need to increase the migration volumes to support
 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


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: How Do I Eliminate ML2 Migration?

2011-03-16 Thread Michael Wickman
Another option is to just remove the auto migrate from all the SMS management 
classes.


*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Mike Wickman
Technical Services
Phone   913-236-1663
Cell 913-449-6423
Fax     913-236-1555
email     mwick...@waddell.com
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
George Rodriguez
Sent: Wednesday, March 16, 2011 2:36 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: [IBM-MAIN] How Do I Eliminate ML2 Migration?

Hi Barry,

Yes, I have enough disk. I doubled the size of what I had before. To answer
your question I want the migrated datasets back on primary space. What other
SETSYS option needs to change?
*
*
*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 Wed, Mar 16, 2011 at 3:25 PM, Schwarz, Barry A 
barry.a.schw...@boeing.com wrote:

 Quick and easy is often a synonym for doomed to fail.  You need to plan.

 Your current setup uses tape for ML2.  How much data is currently in ML2?
  How long do you keep it?  How rapidly does it grow?

 You bought disk to replace the tape.  How much disk?  Is it enough to
 handle all the current ML2 data plus the anticipated growth?

 Do you want the data that is currently on ML2 tapes to remain in HSM or do
 you want them to end up on Primary volumes?

If the datasets are to remain in HSM, you may not need to recall
 them at all.  Once the SETSYS ML2 units are changed, either the RECYCLE or
 FREEVOL commands should move the data to DASD.

If you want the datasets on primary volumes, you will need to recall
 them but you will also need to change other SETSYS options to prevent
 Secondary Space Management from putting data on new ML2 volumes.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of George Rodriguez
 Sent: Wednesday, March 16, 2011 11:55 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: How Do I Eliminate ML2 Migration?

 Barry,

 Are the parameter that I change these:

 SETSYS
  TAPEMIGRATION(ML2TAPE
  (TAPE(3490)))

 SETSYS
  MIGUNITNAME(3490)

 Does that mean that the migration still occurs, except it goes to disk?
 Does
 it also mean that I might need to increase the migration volumes to support
 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


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





font size=1
div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 
1.0pt 0in'
/div
This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system.
/font

--
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