Re: Using CTTSBD of Control-T to migrate volumes

2011-02-13 Thread af dc
Hi Arye,
We used it to copy STK virtual tapes to IBM logical volumes but using
stacking. MDB and ICF catalog updated.
A.CEcilio

On Tue, Feb 8, 2011 at 7:43 AM, Arye Shemer  wrote:
> Hello forummers,
> Has anyone had experience with CTTSBD utility of CONTROL-M/T to copy volumes
> (not stacking just copy one to one) and willing to share his/her experience
> ?
>
> Thanks,
>
> Arye Shemer
>
> --
> 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


List abars versions dfhsm V1.11

2011-05-05 Thread af dc
Hello,
can you pls tell me a way to see all versions of a certain abar ??

Many thx, A,.Cecilio.

--
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: Insert Category in TS7700

2011-05-26 Thread af dc
Hi Jay,
check if you have fast ready category for them, then on ismf 2.3 do an
alter to put them scratch then do LI,E,lvol,P cmd they will go away.
A.CEcilio

On Tue, May 24, 2011 at 8:53 PM, Arye Shemer  wrote:
> Hi Jay,
> First you should make those virtual volumes scratch, they should be seen by
> the TS7700 as scratch,
> than it will let you move tem to the insert category.
> One of the Management Interface panels (under VIRTUAL VOLUMES) on the left
> pane will let you do this (I am not sure which one).
> If it does not work for you, let me know and I will give more accurate
> instructions.
>
> TS7700 is protecting you, it want to be sure you know what you are doing.
>
> On 24 May 2011 21:35, Campbell Jay  wrote:
>
>>  Hi all -
>> I'm trying to delete some virtual volumes from our virtual engine.
>> It fails saying the virtuals have to be in Insert Category.
>> Does anyone know how to place virtual volumes in Insert Category ?
>>
>> TIA
>>
>> Jay Campbell
>> IBM OS Support Section
>>
>> --
>> 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


"Renaming" DFSMS ACDS

2011-11-03 Thread af dc
Hello,
I've DFSMS V1.12 and I've on my SMS configuration:

RESPONSE=RC1D
 IGD002I 16:33:42 DISPLAY SMS 014
 SCDS = SMS.RCDV.SCDS
 ACDS = SMS.RC1D.ACDS

and on IGDSMS00 I have:
SMS ACDS(SMS.RCDV.ACDS)
COMMDS(SMS.RCDV.COMMDS)

What is the best way to "transform" the active SMS, SMS.RC1D.ACDS as
SMS.RCDV.ACDS ??
Any hint is welcome.
Many thx, A.Cecilio.

--
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: "Renaming" DFSMS ACDS

2011-11-03 Thread af dc
Hello all,
thx for your replies, this situation happens on a single image, so,
according to your replies I think I can do it as follows:
a) define a new ACDS:
  //STEP  EXEC PGM=IDCAMS
  //SYSUDUMP DD SYSOUT=*
  //SYSPRINT DD SYSOUT=*
  //SYSINDD *
DEFINE CLUSTER(NAME(SMS.DESV.ACDS) -
   LINEAR -
   VOL(*) -
   CYL(75) SHAREOPTIONS(2,3)) -
   DATA(NAME(SMS.DESV.ACDS.D) REUSE)
b) SETSMS SAVEACDS(SMS.DESV.ACDS)
c) SETSMS ACDS(SMS.DESV.ACDS)

PARMLIB/IGDSMS00 defs are ok. No need to change them.

Is this disruptive ?? I never did such a thing. What happens to active
jobs ?? Is it better to this out of busy period??

Thx in advance, A.Cecilio.

On Thu, Nov 3, 2011 at 5:01 PM, Staller, Allan  wrote:
> 1) Allocate SMS.RC1D.ACDS        (new file)
> 2) SETSMS SAVEACDS(SMS.RC1D.ACDS)
> 3) SETSMS ACDS(SMS.RC1D.ACDS)
> 4) Update IGDSMS00 as needed
> 5) Delete SMS.RC1D.ACDS
>
> IIRC, SMS will notify any other images in the SMSplex of the changes.
>
> HTH,
>
> 
> I've DFSMS V1.12 and I've on my SMS configuration:
>
> RESPONSE=RC1D
>  IGD002I 16:33:42 DISPLAY SMS 014
>  SCDS = SMS.RCDV.SCDS
>  ACDS = SMS.RC1D.ACDS
>
> and on IGDSMS00 I have:
> SMS ACDS(SMS.RCDV.ACDS)
>    COMMDS(SMS.RCDV.COMMDS)
>
> What is the best way to "transform" the active SMS, SMS.RC1D.ACDS as
> SMS.RCDV.ACDS ??
> 
>
> --
> 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: "Renaming" DFSMS ACDS

2011-11-03 Thread af dc
sorry it's SMS.RCDV.ACDS and not SMS.DESV.ACDS

On Thu, Nov 3, 2011 at 5:48 PM, af dc  wrote:
> Hello all,
> thx for your replies, this situation happens on a single image, so,
> according to your replies I think I can do it as follows:
> a) define a new ACDS:
>  //STEP  EXEC PGM=IDCAMS
>  //SYSUDUMP DD SYSOUT=*
>  //SYSPRINT DD SYSOUT=*
>  //SYSIN    DD *
>    DEFINE CLUSTER(NAME(SMS.DESV.ACDS) -
>           LINEAR -
>           VOL(*) -
>           CYL(75) SHAREOPTIONS(2,3)) -
>           DATA(NAME(SMS.DESV.ACDS.D) REUSE)
> b) SETSMS SAVEACDS(SMS.DESV.ACDS)
> c) SETSMS ACDS(SMS.DESV.ACDS)
>
> PARMLIB/IGDSMS00 defs are ok. No need to change them.
>
> Is this disruptive ?? I never did such a thing. What happens to active
> jobs ?? Is it better to this out of busy period??
>
> Thx in advance, A.Cecilio.
>
> On Thu, Nov 3, 2011 at 5:01 PM, Staller, Allan  wrote:
>> 1) Allocate SMS.RC1D.ACDS        (new file)
>> 2) SETSMS SAVEACDS(SMS.RC1D.ACDS)
>> 3) SETSMS ACDS(SMS.RC1D.ACDS)
>> 4) Update IGDSMS00 as needed
>> 5) Delete SMS.RC1D.ACDS
>>
>> IIRC, SMS will notify any other images in the SMSplex of the changes.
>>
>> HTH,
>>
>> 
>> I've DFSMS V1.12 and I've on my SMS configuration:
>>
>> RESPONSE=RC1D
>>  IGD002I 16:33:42 DISPLAY SMS 014
>>  SCDS = SMS.RCDV.SCDS
>>  ACDS = SMS.RC1D.ACDS
>>
>> and on IGDSMS00 I have:
>> SMS ACDS(SMS.RCDV.ACDS)
>>    COMMDS(SMS.RCDV.COMMDS)
>>
>> What is the best way to "transform" the active SMS, SMS.RC1D.ACDS as
>> SMS.RCDV.ACDS ??
>> 
>>
>> --
>> 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


Naviquest help

2011-11-15 Thread af dc
Hello,
is there anyone that can give me help on how to set a naviquest set of
cmds to run in batch to perform the following tasks:
SG ALTER where I need to change the connection to the lpars from
disnew to enable and then validate and activate sms configuration.

Can you pls give me an help ?
Many thx, A.CEcilio

--
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 change 1.000 data set mgmtclas setting the mgmtclas defined by DFSMS ACS MGMTCLAS ????

2011-12-14 Thread af dc
Hello,
due to an error on our ACS MGMTCLAS was set a wrong MC to 1.000 disk
datasets, now i want to set them correctly. ACS MC is now ok, but I
wanted to know if there is a process ofsetting the correct MC in a
quick way..otherwise I have to:
1- ISMF dsn test to check what is the correct MC
2- Doing a IDCAMS/ALTER to set the correct MGMTCLAS data set by data set

Any hint is welcome.
Many thx,A.Cecilio.

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


IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread af dc
Hello,
during a repro from BCDS to seq file I got the following errors:

IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN.  LENGTH INVALID
IDC3309I ** RECORD X'C5E7D7F2F1' NOT WRITTEN.  LENGTH INVALID

jcl repro:
//BCDS#RI  EXEC PGM=IDCAMS,COND=(0,NE)
//SYSPRINT DD SYSOUT=*
//BCDSIN   DD DSN=HSM.BCDS,DISP=OLD,
// AMP=('BUFND=60','BUFNI=5')
//BCDSOUT  DD DSN=HSM.BCDS.BKP.SWV1(+1),
// DISP=(NEW,CATLG,CATLG),
// DCB=(BLKSIZE=26176,BUFNO=60,LRECL=6544,RECFM=VB),
// SPACE=(CYL,(200,200),RLSE)
//SYSINDD  *
 REPRO INFILE(BCDSIN) OUTFILE(BCDSOUT)


bcds itself has:
ATTRIBUTES
  KEYLEN44 AVGLRECL6544
  RKP0 MAXLRECL6544
  SHROPTNS(3,3)   RECOVERY UNIQUE   NOERASE

How can I correct these 2 records ??

Any hint is welcome, many thx. A.Cecilio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread af dc
Hi Elardus,
DFHSM were out on all lpars.

A.Cecilio

On Mon, Jan 9, 2012 at 4:49 PM, Elardus Engelbrecht
 wrote:
> af dc wrote:
>
>>during a repro from BCDS to seq file I got the following errors:
>>IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN.  LENGTH INVALID
>>IDC3309I ** RECORD X'C5E7D7F2F1' NOT WRITTEN.  LENGTH INVALID
>>How can I correct these 2 records ??
>
> Was HSM active during your IDCAMS job? Shutdown all HSM on all your LPAR and 
> retry your job.
>
> If you are still having trouble, please post again... There are a lot of HSM 
> gurus lurking around here ;-)
>
> Groete / Greetings
> Elardus Engelbrecht
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Number of SORT WORKs needed

2012-01-20 Thread af dc
Hello,
we have an DB2 unload that needs to be sorted, it has 900.000 CYLs,
I'm detemining how many sortwkxx must I put on jcl to perform
this...And according to my calculation using 255 sortwk files with
4300 cyls as primary allocation it will not be enough.Storage group
for temporary files has a lot of free space with mod27 available.

900.000 * 2 = 1.800.000 cyls  / 4300 = 419 sortwk  !!

Z/Os V1.12
Can you pls give me an help ?? Any hint is welcome.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


DFHSM: Backup tape lost due to errors

2012-01-21 Thread af dc
Hello,
suppose you have an 3592-JB dfhsm cart (native, not a vts stacked
cart) that can't be read due to physical damage, no tape backup
duplication. Several backups are unique, no additional versions. How
to correct bcds ?? Run AUDIT DATASETCONTROLS (BACKUP) with NOFIX (to
check the amount corrections) and then with FIX ??? Z/Os V1.12.??

Any hint is welcome.
MAny thx, A.Cecilio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


DFRMM change Storage Group field on Dataset record

2012-02-06 Thread af dc
Hello,
can anyone tell me how can I change the storage group value on dataset
record ?? When I do DATASET CHANGE using  DFRMM ispf panels and
provide dsn + volume the only DFSMS construct I can't change is
Storage group, how do I change it ??

z/OS DFSMS V1 R12

Any hint is apreciated.
Many thx, A.Cecilio.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: DFRMM change Storage Group field on Dataset record

2012-02-07 Thread af dc
Hi,
I have several virtual tapes that have a SGVTS1 on DFRMM, this SG that
don't exist on TS7700, now it exists SGGRID. How can I change those
datasets on RMM to match SGGRID instead of SGVTS1 ??

Many thx, A.Cecilio.


On Tue, Feb 7, 2012 at 5:07 AM, Hervey Martinez
 wrote:
> The storage group is assigned by your SMS storage routines and  it will be 
> the one used for Storage Group. The Storage Group cannot be "altered", it has 
> to be assigned.
> Your Storage Admin person should know where these are & how to update them.
>
> Thanks,
>
> Hervey
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf 
> Of af dc
> Sent: Monday, February 06, 2012 5:01 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: DFRMM change Storage Group field on Dataset record
>
> Hello,
> can anyone tell me how can I change the storage group value on dataset
> record ?? When I do DATASET CHANGE using  DFRMM ispf panels and
> provide dsn + volume the only DFSMS construct I can't change is
> Storage group, how do I change it ??
>
> z/OS DFSMS V1 R12
>
> Any hint is apreciated.
> Many thx, A.Cecilio.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


ICETOOL extract fields from input dsn and copy to an output dsn

2012-02-09 Thread af dc
Hello,
I'm hanging around with this task and I'm getting what I want, can you pls
give me an help ??

>> input dsn:
Organization  . . . : PS
Record format . . . : VB
Record length . . . : 7004
Block size  . . . . : 27998

>> input dsn:
MVST ETI02AA.REPTEXT.NOTOK2.MCGRID   Line  Col 001
080
Command ===>  Scroll ===>
CSR
+1+2+3+4+5+6+7+8
* Top of Data
**
D   EXPBD.BACKUP.BDPADM01.ESP09000.G6087V00 2011/04/18203146MVS2
 2011/08/
D   EXPBD.BACKUP.BDPADM01.ESP09000.G6088V00 2011/04/19202910MVS2
 2011/08/

on the output dsn I want to get only the dsn field.

I'm using ICETOOL with:
//TOOLIN DD *
*
  COPY FROM(INDD) TO(OUT1) USING(COP1)
*
//COP1CNTL DD *
  SORT FIELDS=COPY
  OUTREC FIELDS=(9,40)
and I'm getting:

ICE146I 0 END OF STATEMENTS FROM COP1CNTL - PARAMETER LIST STATEMENTS
FOLLOW
  DEBUG NOABEND,ESTAE

  OPTION
MSGDDN=DFSMSG,LIST,MSGPRT=ALL,RESINV=0,SORTDD=COP1,SORTIN=INDD,
 ORTOUT=OUT1,DYNALLOC

  SORT FIELDS=COPY

ICE201I H RECORD TYPE IS V - DATA STARTS IN POSITION 5

ICE251A 0 MISSING RDW OR DATA FOR *OUTREC : REASON CODE 03, IFTHEN 0


What am I missing ??
Many thx, A.Cecilio.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: ICETOOL extract fields from input dsn and copy to an output dsn

2012-02-09 Thread af dc
Hi all,
got it, thx very much, A.Cecilio

On Thu, Feb 9, 2012 at 5:57 PM, Frank Yaeger  wrote:

> af dc at IBM Mainframe Discussion List  wrote on
> 02/09/2012 03:45:23 AM:
> > From: af dc 
> > To: IBM-MAIN@bama.ua.edu
> > Date: 02/09/2012 03:47 AM
> > Subject: ICETOOL extract fields from input dsn and copy to an output dsn
> > Sent by: IBM Mainframe Discussion List 
> >
> > Hello,
> > I'm hanging around with this task and I'm not getting what I want, can
> you pls
> > give me an help ??
> >
> > >> input dsn:
> > Organization  . . . : PS
> > Record format . . . : VB
> > ...
> > I'm using ICETOOL with:
> > //TOOLIN DD *
> > *
> >   COPY FROM(INDD) TO(OUT1) USING(COP1)
> > *
> > //COP1CNTL DD *
> >   SORT FIELDS=COPY
> >   OUTREC FIELDS=(9,40)
> > and I'm getting:
> >
> > ICE251A 0 MISSING RDW OR DATA FOR *OUTREC : REASON CODE 03, IFTHEN 0
> >
> >
> > What am I missing ??
>
> As indicated by the ICE251A message, you're missing the RDW in the
> OUTREC statement.
>
> You have a VB input file, but you're treating it like an
> FB input file.
>
> If you want a VB output file, you can use a
> DFSORT/ICETOOL job like the following:
>
> //S1EXEC  PGM=ICETOOL
> //TOOLMSG DD SYSOUT=*
> //DFSMSG  DD SYSOUT=*
> //INDD DD DSN=  input file (VB)
> //OUT1 DD DSN=...  output file (VB)
> //TOOLIN DD *
> COPY FROM(INDD) TO(OUT1) USING(COP1)
> *
> //COP1CNTL DD *
>  SORT FIELDS=COPY
>   OUTREC BUILD=(1,4,9,40)
> /*
>
> Note that you must specify the RDW (1,4) in OUTREC.
>
> If you want an FB output file, you can use
> a DFSORT/ICETOOL job like the following:
>
> //S2EXEC  PGM=ICETOOL
> //TOOLMSG DD SYSOUT=*
> //DFSMSG  DD SYSOUT=*
> //INDD DD DSN=  input file (VB)
> //OUT1 DD DSN=...  output file (FB)
> //TOOLIN DD *
> COPY FROM(INDD) USING(COP1)
> *
> //COP1CNTL DD *
>  SORT FIELDS=COPY
>   OUTFIL FNAMES=OUT1,BUILD=(9,40),VTOF
> /*
>
> Note the use of VTOF.
>
> 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: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Does HBDELETE forces tape mount??

2012-02-17 Thread af dc
Hello,
can you pls tell me if doing hbdelete against a tape volume does it forces
a tape mount ???
I need to delete several hsm dsn backups that are in tape volumes, is there
a way to do that avoiding tape mounting ??

Many thx, A.Cecilio.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Does HBDELETE forces tape mount??

2012-02-17 Thread af dc
sorry I meant dataset backup

On Fri, Feb 17, 2012 at 2:32 PM, Staller, Allan wrote:

> HBDELETE does not require a tape mount.
>
> BTW, ,HBDELETE deletes a dataset backup, not the tape. This is handled
> by other processes.
>
> HTH,
>
> 
> can you pls tell me if doing hbdelete against a tape volume does it
> forces
> a tape mount ???
> 
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Does HBDELETE forces tape mount??

2012-02-17 Thread af dc
and how about ML2 dsns??? If i do HRECALL against MIGRAT2 volume ??? is
there a way of just invalid the entry in MCDS avoiding tape mounting ??

A.Cecilio.


On Fri, Feb 17, 2012 at 2:57 PM, af dc  wrote:

> sorry I meant dataset backup
>
>
> On Fri, Feb 17, 2012 at 2:32 PM, Staller, Allan wrote:
>
>> HBDELETE does not require a tape mount.
>>
>> BTW, ,HBDELETE deletes a dataset backup, not the tape. This is handled
>> by other processes.
>>
>> HTH,
>>
>> 
>> can you pls tell me if doing hbdelete against a tape volume does it
>> forces
>> a tape mount ???
>> 
>>
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>>
>
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


DFHSM BCDS is going larger

2009-12-18 Thread af dc
Hello,
I've DFHSMS V1.8 and our BCDS has:

ALLOCATION
  SPACE-TYPE--CYLINDER HI-A-RBA--3207168000
  SPACE-PRI---4350 HI-U-RBA--1673625600
  SPACE-SEC--0

so it's reaching the max extents per volume.
In a near, very near future, I'll have to allocate a larger BCDS, can you
pls give me an help, from your experience, what is the "best way to grow"??
alocate a new one with EA ??

Many thx, Antonio Cecilio.

--
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: DFHSM BCDS is going larger

2009-12-18 Thread af dc
Hi David,
here are the answers:

1. I did a reog on it last sunday, 13th Dec, it becames with 52%, today it
has:
ARC0148I BCDS TOTAL SPACE=3132000 K-BYTES, CURRENTLY 868
ARC0148I (CONT.) ABOUT 68% FULL, WARNING THRESHOLD=80%, TOTAL
ARC0148I (CONT.) FREESPACE=52%, EA=NO, CANDIDATE VOLUMES=0

2. about freespace:
STATISTICS
  REC-TOTAL4498462 SPLITS-CI239
  REC-DELETED-8225 SPLITS-CA--0
  REC-INSERTED9009 FREESPACE-%CI-10
  REC-UPDATED12843 FREESPACE-%CA-10
  REC-RETRIEVED---61529041 FREESPC---1698484224

Many thx, A.Cecilio



On Fri, Dec 18, 2009 at 4:30 PM, O'Brien, David W. (NIH/CIT) [C] <
obrie...@mail.nih.gov> wrote:

> You are only using a little more than half your RBA so I have 2 questions:
>
> 1. How often do you re-org the BCDS?
>
> 2. What are your freespace parameters for the BCDS?
>
> Thank You,
> Dave O'Brien
> NIH Contractor
> ________
> From: af dc [acbi...@gmail.com]
> Sent: Friday, December 18, 2009 11:28 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: DFHSM BCDS is going larger
>
> Hello,
> I've DFHSMS V1.8 and our BCDS has:
>
> ALLOCATION
>  SPACE-TYPE--CYLINDER HI-A-RBA--3207168000
>  SPACE-PRI---4350 HI-U-RBA--1673625600
>  SPACE-SEC--0
>
> so it's reaching the max extents per volume.
> In a near, very near future, I'll have to allocate a larger BCDS, can you
> pls give me an help, from your experience, what is the "best way to grow"??
> alocate a new one with EA ??
>
> Many thx, Antonio Cecilio.
>
> --
> 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: DFHSM BCDS is going larger

2009-12-20 Thread af dc
Hi David and Lizette,
so, I can create a new BCDS with EA giving more space in the allocation
right ??
Can I have MCDS and OCDS without beeing EA ? There's no obligation of all
cdss being EA ??

Many thx once more, A.Cecilio


On Fri, Dec 18, 2009 at 7:02 PM, Lizette Koehler wrote:

> This also might be a way to go.
>
> From the DFSMS Introduction Manual SC26-7397-02
>
> Using DFSMShsm Control Data Sets DFSMShsm control data sets (CDS) are
> system-type data sets that DFSMShsm uses to keep track of all DFSMShsm-owned
> data. They consist of migration, backup, and offline control data sets. The
> control data sets are an inventory of low activity and inactive data that
> was stored by DFSMShsm and used to manage its environment.
>
> DFSMShsm logs its transactions and maintains multiple backup versions of
> its CDSs for recovery purposes as specified by the user.
>
> DFSMShsm can use VSAM KSDS extended addressability (EA) capabilities that
> use any of the following serialization techniques for accessing its CDSs:
> v Record-level sharing (RLS) access mode
> v CDSQ serialization
> v CDSR serialization
>
> VSAM EA capabilities allow each migration control data set (MCDS), backup
> control data set (BCDS), and offline control data set (OCDS) cluster to
> exceed the 4 GB size. The MCDS and BCDS can span up to four unique KSDS
> clusters. The OCDS is limited to a single cluster. The same serialization
> technique must be used to access all CDSs
>
>
> -Original Message-
> >From: "O'Brien, David W. (NIH/CIT) [C]" 
> >Sent: Dec 18, 2009 12:30 PM
> >To: IBM-MAIN@bama.ua.edu
> >Subject: Re: DFHSM BCDS is going larger
> >
> >I checked the archives and the recommendation from a recognized expert on
> the subject was freespace(0,50) for the HSM CDSs.
> >
> >From your past experience, how soon will you hit the warning threshold of
> 80%?
> >
> >My experience tells me that your rate of increase will slow as  VSAM
> allocates space where it is needed through CI and CA splits. You'll find the
> insert pattern is not uniform.
> >
> >I run with freespace(0,0) and although I may notice rapid growth in the
> week or so after the reorg, the rate slows dramatically after that. See how
> long it takes to reach 80% and if the rate of increase has slowed enough
>  bump the warning threshold to 90%. Of course your situation may require a
> larger CDS using EA.
> >
> >Check the Implementation and Customization manual for the following
> section:
> >Using VSAM Extended Addressability Capabilities
> >
> >Thank You,
> >Dave O'Brien
> >NIH Contractor
> >
> >From: af dc [acbi...@gmail.com]
> >Sent: Friday, December 18, 2009 11:48 AM
> >To: IBM-MAIN@bama.ua.edu
> >Subject: Re: DFHSM BCDS is going larger
> >
> >Hi David,
> >here are the answers:
> >
> >1. I did a reog on it last sunday, 13th Dec, it becames with 52%, today it
> >has:
> >ARC0148I BCDS TOTAL SPACE=3132000 K-BYTES, CURRENTLY 868
> >ARC0148I (CONT.) ABOUT 68% FULL, WARNING THRESHOLD=80%, TOTAL
> >ARC0148I (CONT.) FREESPACE=52%, EA=NO, CANDIDATE VOLUMES=0
> >
> >2. about freespace:
> >STATISTICS
> >  REC-TOTAL4498462 SPLITS-CI239
> >  REC-DELETED-8225 SPLITS-CA--0
> >  REC-INSERTED9009 FREESPACE-%CI-10
> >  REC-UPDATED12843 FREESPACE-%CA-10
> >  REC-RETRIEVED---61529041 FREESPC---1698484224
> >
> >Many thx, A.Cecilio
> >
> >
> >
> >On Fri, Dec 18, 2009 at 4:30 PM, O'Brien, David W. (NIH/CIT) [C] <
> >obrie...@mail.nih.gov> wrote:
> >
> >> You are only using a little more than half your RBA so I have 2
> questions:
> >>
> >> 1. How often do you re-org the BCDS?
> >>
> >> 2. What are your freespace parameters for the BCDS?
> >>
> >> Thank You,
> >> Dave O'Brien
> >> NIH Contractor
> >> 
> >> From: af dc [acbi...@gmail.com]
> >> Sent: Friday, December 18, 2009 11:28 AM
> >> To: IBM-MAIN@bama.ua.edu
> >> Subject: DFHSM BCDS is going larger
> >>
> >> Hello,
> >> I've DFHSMS V1.8 and our BCDS has:
> >>
> >> ALLOCATION
> >>  SPACE-TYPE--CYLINDER HI-A-RBA--3207168000
> >>  SPACE-PRI---4350 HI-U-RBA--1673625600
> >>  SPACE-SEC--0
> >>
> >> so it's reaching the max extents per volume.
> >> In a 

Re: DFHSM BCDS is going larger

2009-12-28 Thread af dc
;From your past experience, how soon will you hit the warning threshold
> of
> >> 80%?
> >> >
> >> >My experience tells me that your rate of increase will slow as  VSAM
> >> allocates space where it is needed through CI and CA splits. You'll find
> the
> >> insert pattern is not uniform.
> >> >
> >> >I run with freespace(0,0) and although I may notice rapid growth in the
> >> week or so after the reorg, the rate slows dramatically after that. See
> how
> >> long it takes to reach 80% and if the rate of increase has slowed enough
> >>  bump the warning threshold to 90%. Of course your situation may require
> a
> >> larger CDS using EA.
> >> >
> >> >Check the Implementation and Customization manual for the following
> >> section:
> >> >Using VSAM Extended Addressability Capabilities
> >> >
> >> >Thank You,
> >> >Dave O'Brien
> >> >NIH Contractor
> >> >
> >> >From: af dc [acbi...@gmail.com]
> >> >Sent: Friday, December 18, 2009 11:48 AM
> >> >To: IBM-MAIN@bama.ua.edu
> >> >Subject: Re: DFHSM BCDS is going larger
> >> >
> >> >Hi David,
> >> >here are the answers:
> >> >
> >> >1. I did a reog on it last sunday, 13th Dec, it becames with 52%, today
> it
> >> >has:
> >> >ARC0148I BCDS TOTAL SPACE=3132000 K-BYTES, CURRENTLY 868
> >> >ARC0148I (CONT.) ABOUT 68% FULL, WARNING THRESHOLD=80%, TOTAL
> >> >ARC0148I (CONT.) FREESPACE=52%, EA=NO, CANDIDATE VOLUMES=0
> >> >
> >> >2. about freespace:
> >> >STATISTICS
> >> >  REC-TOTAL4498462 SPLITS-CI239
> >> >  REC-DELETED-8225 SPLITS-CA--0
> >> >  REC-INSERTED9009 FREESPACE-%CI-10
> >> >  REC-UPDATED12843 FREESPACE-%CA-10
> >> >  REC-RETRIEVED---61529041 FREESPC---1698484224
> >> >
> >> >Many thx, A.Cecilio
> >> >
> >> >
> >> >
> >> >On Fri, Dec 18, 2009 at 4:30 PM, O'Brien, David W. (NIH/CIT) [C] <
> >> >obrie...@mail.nih.gov> wrote:
> >> >
> >> >> You are only using a little more than half your RBA so I have 2
> >> questions:
> >> >>
> >> >> 1. How often do you re-org the BCDS?
> >> >>
> >> >> 2. What are your freespace parameters for the BCDS?
> >> >>
> >> >> Thank You,
> >> >> Dave O'Brien
> >> >> NIH Contractor
> >> >> 
> >> >> From: af dc [acbi...@gmail.com]
> >> >> Sent: Friday, December 18, 2009 11:28 AM
> >> >> To: IBM-MAIN@bama.ua.edu
> >> >> Subject: DFHSM BCDS is going larger
> >> >>
> >> >> Hello,
> >> >> I've DFHSMS V1.8 and our BCDS has:
> >> >>
> >> >> ALLOCATION
> >> >>  SPACE-TYPE--CYLINDER HI-A-RBA--3207168000
> >> >>  SPACE-PRI---4350 HI-U-RBA--1673625600
> >> >>  SPACE-SEC--0
> >> >>
> >> >> so it's reaching the max extents per volume.
> >> >> In a near, very near future, I'll have to allocate a larger BCDS, can
> >> you
> >> >> pls give me an help, from your experience, what is the "best way to
> >> grow"??
> >> >> alocate a new one with EA ??
> >> >>
> >> >> Many thx, Antonio Cecilio.
> >> >>
> >
>
> --
> 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: DFHSM BCDS is going larger

2010-01-04 Thread af dc
Hi Dave and Lizette,
I did another BCDS cds reorg last sunday, now it has:

STATISTICS
  REC-TOTAL4650469 SPLITS-CI--0
  REC-DELETED0 SPLITS-CA--0
  REC-INSERTED---0 FREESPACE-%CI--0
  REC-UPDATED0 FREESPACE-%CA--0
  REC-RETRIEVED---16310129 FREESPC---2024644608
ALLOCATION
  SPACE-TYPE--CYLINDER HI-A-RBA--3428352000
  SPACE-PRI---4650 HI-U-RBA--1403781120
  SPACE-SEC--0

ARC0148I BCDS TOTAL SPACE=3348000 K-BYTES, CURRENTLY 422
ARC0148I (CONT.) ABOUT 67% FULL, WARNING THRESHOLD=80%, TOTAL
ARC0148I (CONT.) FREESPACE=59%, EA=NO, CANDIDATE VOLUMES=0

Besides of runing every day, EXPIREBV job:
  HSEND  WAIT EXPIREBV EXECUTE SYSOUT(J)

I checked backup log and saw this:
  DFSMSHSM BACKUP LOG, TIME 19:03:20,  DATE 10/01/03
 ARC0680I EXPIRE BACKUP VERSIONS STARTING AT 19:03:21 ON 2010/01/03, SYSTEM
SYB1
 ARC0184I ERROR WHEN READING THE DFSMSHSM CONTROL DATA SET C RECORD FOR
PDFHSM.BACK.T392220.SYS3.DV.J1295, RC=0004
 ARC0734I ACTION=EXBACKV FRVOL=** TOVOL=** TRACKS=   *** RC=
4, REASON=0, AGE=2993,
  DSN=PDFHSM.BACK.T392220.SYS3.DV.J1295
 ARC0184I ERROR WHEN READING THE DFSMSHSM CONTROL DATA SET C RECORD FOR
PDFHSM.BACK.U122420.SYS3.DV.J1295, RC=0004
 ARC0734I ACTION=EXBACKV FRVOL=** TOVOL=** TRACKS=   *** RC=
4, REASON=0, AGE=2993,
  DSN=PDFHSM.BACK.U122420.SYS3.DV.J1295
 ARC0734I ACTION=EXBACKV FRVOL=** TOVOL=** TRACKS=   *** RC=
28, REASON=0, AGE=2509,
  DSN=SYS3.DV.PROJCL.BACKUP.DBRM
 ARC0734I ACTION=EXBACKV FRVOL=** TOVOL=** TRACKS=   *** RC=
28, REASON=0, AGE=   0,
  DSN=SYS3.DV.PROJCL.BACKUP.DBRM

however, I now did a HSEND  WAIT EXPIREBV DISPLAY SYSOUT(J)  and it's
generating a lot of records. At this time, job is still running and the
backup log has 28.761 lines.

Is it possible that the EXPIREBV  EXECUTE is not working at all after giving
above errors ??

 Any h'int is welcome
Many thx once more, A.Cecilio.




On Mon, Dec 28, 2009 at 12:19 PM, O'Brien, David W. (NIH/CIT) [C] <
obrie...@mail.nih.gov> wrote:

> Antonio,
>
>  One other question - When was the last time you ran Expirebv? I'm just
> wondering if you have extraneous rescords in your BCDS.
>
> Thank You,
> Dave O'Brien
> NIH Contractor
> 
> From: Lizette Koehler [stars...@mindspring.com]
> Sent: Monday, December 28, 2009 7:16 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: DFHSM BCDS is going larger
>
> Antonio,
>
> At this point, you may wish to open an ETR to IBM to identify why your
> files
> are growing so quickly.  I would not think it should grow that fast unless
> there is a lot of backup functions running.
>
> How many volumes/datasets do you do HSM backup for?  It maybe that 4320
> Cylinders is insufficient for your DFHSM Backups.
>
> We do not do many.  We have daily full volume dumps for our critical
> system/application files.  We typically use DFHSM backups for TSO and
> Roscoe
> pools.  Not much else.
>
> I am not sure if there is a rule of thumb as to what makes good candidate
> volumes for backup.  Maybe others might have a suggestion.
>
> Lizette
>
>
> >
> > Hi Lizette and David,
> > thx once more for your sugestions, here is a not so good upd:
> > - My bcds today:
> > ARC0148I BCDS TOTAL SPACE=3132000 K-BYTES, CURRENTLY 188
> > ARC0148I (CONT.) ABOUT 87% FULL, WARNING THRESHOLD=80%, TOTAL
> > ARC0148I (CONT.) FREESPACE=44%, EA=NO, CANDIDATE VOLUMES=0
> >
> > STATISTICS
> >   REC-TOTAL4611413 SPLITS-CI--20950
> >   REC-DELETED---232332 SPLITS-CA---1512
> >   REC-INSERTED--346063 FREESPACE-%CI-10
> >   REC-UPDATED---613409 FREESPACE-%CA-10
> >   REC-RETRIEVED--273730657 FREESPC---1439428608
> > ALLOCATION
> >   SPACE-TYPE--CYLINDER HI-A-RBA--3207168000
> >   SPACE-PRI---4350 HI-U-RBA--2788392960
> >   SPACE-SEC--0
> > VOLUME
> >   VOLSERCPS096 PHYREC-SIZE12288
> >   DEVTYPE--X'3010200F' PHYRECS/TRK4
> >   VOLFLAGPRIME TRACKS/CA-15
> >   EXTENTS:
> >   LOW-CCHH-X'002E' LOW-RBA0
> >   HIGH-CCHHX'027E' HIGH-RBA---426885119
> >   LOW-CCHH-X'1866' LOW-RBA426885120
> >   HIGH-CCHHX'272E' HIGH-RBA--3207167999
> >
> > So, I must schedule an DFHSM intervention soon, and decide if I'll
> > alocate
> > bcds with EA or use multicluster cds (I have Z/OS V1.8 and I don't know
> > how
> > to implement these func. I must read the manuals).
> > Remember that I did the BCDS reorg on December 13th, and it becomes
> > with 52%
> > of free space. So after 15 days it grew 35%. I'ts very strange, we
> > never had
> > to reorg or augment the cds so often,
> >
> > So, any hints are welcome.
> > Many thx once more, A.Cecilio.
> >
> >
>
> 

Re: Virtual Tape at Recovery Site

2011-06-09 Thread af dc
Hi Rebecca,
setting a mgmtclas with delscr(yes) doesn't overcome your problem?
A.Cecilio

On Thu, Jun 9, 2011 at 2:16 PM, Rebecca Martin  wrote:
> We are looking to add a VSM to our recovery contract to match our
> production configuration (for the last several years, the configurations have
> not matched and we used real tape drives during the test).  We have strict
> requirements that we erase all data at the recovery site at the end of our
> test.  When using real tape, we use the CA-1 utility to erase the tapes at the
> end of the test.  But it cannot erase virtual tapes or the MVCs used on the
> backend of the VSM.  What possible solutions are there for erasing data from a
> VSM?  I think we can safely avoid writing to the MVCs since our test cycle is
> short enough that we won’t fill up the cache in the VSM.  Is there a way to
> erase the cache?   How do others handle the requirement to not leave
> sensitive data behind when using a VSM with a 3rd party recovery provider?
>
> Thanks
> Rebecca
>
> --
> 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


Prevent ICF catalog out-of-space problems

2010-06-30 Thread af dc
Hello,
today we had problems on one catalog that tried to expand over 4GB that it
was not EA. From your experience is there a way to prevent these
out-of-space conditions ??
Env is z/Os V1.10

Many thx, A.Cecilio.

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


DFSMS/DASD: Control SG occupancy

2010-12-15 Thread af dc
Hello,
can anyone give me an hint about how to control SG occupancy, like, hourly
have a msg to syslog with a list of selected SGs with 75% of occupancy. I
have a request to monitor a  SG where after getting 70% of occupancy an
alert must be issued to us (storage administrators). Can this be done ??

Any hint, sugestion is welcome.
Many thx, Antonio Cecilio.

--
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: DFSMS/DASD: Control SG occupancy

2010-12-15 Thread af dc
Thx to all your replies.
The issue here is not about the automation, is how to create the msg to
syslog. I was thinking of something like (rexx, report, tool, etc) where I
could get ISMF/SG %FREE SPACE or MXI SGRP %use values (these are examples).

It's seems that it's not straight forward.
A.Cecilio


On Wed, Dec 15, 2010 at 12:34 PM, Lizette Koehler
wrote:

> > can anyone give me an hint about how to control SG occupancy, like,
> > hourly
> > have a msg to syslog with a list of selected SGs with 75% of occupancy.
> > I
> > have a request to monitor a  SG where after getting 70% of occupancy an
> > alert must be issued to us (storage administrators). Can this be
> > done ??
>
> From straight ISMF or DFSMS probably not because I think you will need
> something that creates the alert and send it to you.
>
> However with tools like Tivoli Omegamon, CA-SYSVIEW, CA-Vantage, CA-GMI,
> IBM
> RMF, or other like tools, probably.
>
> Or if you have CA-PDSMAN, VTOC Tool from CBT TAPE, you could have jobs that
> run hourly that you program your process to do the alerting.
>
> We have hi and lo water marks set in certain pools in DFSMS and then use
> OPS/MVS to capture any IGD17380I message to send our storage group an
> alert.
>
>
>
> 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
>

--
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: DFSMS/DASD: Control SG occupancy

2010-12-15 Thread af dc
Hi Allan,
msg generation it's a hint, I was thinking of some tool to send a msg on
syslog and automation picks it and do whatever we wanted, But if there's a
way to do it all, great..

I'm not at ease with NAVIQUEST, do you know if it can do it??
A.CEcilio.


On Wed, Dec 15, 2010 at 2:48 PM, Staller, Allan wrote:

> If the pool is maintained continuously at/near the required level, why
> is it necessary to generate a message at all?
>
> 
> The issue here is not about the automation, is how to create the msg to
> syslog. I was thinking of something like (rexx, report, tool, etc) where
> I
> could get ISMF/SG %FREE SPACE or MXI SGRP %use values (these are
> examples).
> 
>
> --
> 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


DASD %USAGE on ISPF

2011-01-03 Thread af dc
Hello,
can you pls give me an hint ??
I have for an empty dasd volume mod3:

--> On P.3.4 for VTOC information:
Unit . . : 3390

 Volume Data VTOC Data  Free Space   TracksCyls
 Tracks . :   50,085 Tracks  . :45  Size  . . :  47,044   3,121
 %Used  . :6 %Used . . : 1  Largest . :  33,420   2,228
 Trks/Cyls:   15 Free DSCBS: 2,241  Free
Extents . :  53

--> On P.3.4 to list XPA025 content
Data Sets on volume XPA025 Row 1 of
==>  Scroll ===> CSR

cks: 44 non-x: 44 Data Sets:2 non-x:

 Enter "/" to select actionTracks %Used   XT

SYS1.VTOCIX.XPA025 14  100 1
SYS1.VVDS.VXPA025  30? 1


%Usage=6 are related to what dsns??

Any hint is welcome.
Many thx, A.Cecilio.

--
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: DASD %USAGE on ISPF

2011-01-03 Thread af dc
Hi,
it's the same volume:

This is a MXI screen:

MVSP DASD - MVSP - HOME - CPU  52 UIC 2540 PAG   18 -- Row 1 of 27
Command ===>  Scroll ===> CSR

Volume Information
Volume SerialXPA025 Device Type  3390-3
Device Address   7D31   Catalog Device   No
Device StatusOnline System Resident  No
AllocatedNo Page Device  No
Storage GroupPRODSMS Status   Disabled/New
Mount Attribute  PrivateReserved No
Index VTOC   Active Shared   Yes
Current Users0  Open DCBs0
Jobname SMS  Convert
UCB Address  
Unitnames3390 SYSDASYSSQSYSALLDA

Free Space Information
Free Tracks  47044  Largest Tracks   33420
Free Cylinders   3121   Largest Cylinder 2228
Free Extents 53 Fragmentation161
Maximum Capacity 50085  Free DSCBs   2241
Percentage Used  6  Free VIRs284



On Mon, Jan 3, 2011 at 5:39 PM, Pommier, Rex R.
 wrote:
> Are you sure you're looking at the same volume?  The VTOC information says 
> you have 53 free extents.  That implies that you have a bunch of small 
> datasets on the volume.
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf 
> Of af dc
> Sent: Monday, January 03, 2011 11:26 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: DASD %USAGE on ISPF
>
> Hello,
> can you pls give me an hint ??
> I have for an empty dasd volume mod3:
>
> --> On P.3.4 for VTOC information:
> Unit . . : 3390
>
>  Volume Data             VTOC Data              Free Space   Tracks    Cyls
>  Tracks . :   50,085     Tracks  . :        45  Size  . . :  47,044   3,121
>  %Used  . :        6     %Used . . :         1  Largest . :  33,420   2,228
>  Trks/Cyls:       15     Free DSCBS:     2,241  Free
>                                                Extents . :      53
>
> --> On P.3.4 to list XPA025 content
> Data Sets on volume XPA025                                 Row 1 of
> ==>                                                  Scroll ===> CSR
>
> cks:         44 non-x:         44 Data Sets:        2 non-x:
> 
>  Enter "/" to select action                        Tracks %Used   XT
> 
> SYS1.VTOCIX.XPA025                                     14  100     1
> SYS1.VVDS.VXPA025                                      30    ?     1
>
>
> %Usage=6 are related to what dsns??
>
> Any hint is welcome.
> Many thx, A.Cecilio.
>
> --
> 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
>
> The information contained in this e-mail may contain confidential and/or 
> privileged information and is intended for the sole use of the intended 
> recipient. If you are not the intended recipient, you are hereby notified 
> that any unauthorized use, disclosure, distribution or copying of this 
> communication is strictly prohibited. If you received this e-mail in error, 
> please reply to sender and destroy or delete the message and any attachments. 
> 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


HSM recover backup from an missing tape

2012-02-29 Thread af dc
Hello,
i've a ttoc list of ml2 tape that i need to check if dsns in it have backup
and if they have delete migrat2 catalog entry and recover dsn from a
backup. Do you know a expedite way of doing this ??

Many thx, A.Cecilio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


TAPEMAP generator

2012-03-06 Thread af dc
Hello,
I need to do a tapemap for about 100 tapes (virtual volumes), I've jcl:

//V1   EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSOUT   DD SYSOUT=*
//SYSUT1   DD DISP=OLD,
//DSN=AL2999.SOMETH,
//DCB=(RECFM=FB,LRECL=80,BLKSIZE=800,BUFNO=50),
//UNIT=(VTS),LABEL=(1,BLP,EXPDT=98000),
//VOL=SER=V1

and I've volume list in format:

V1
V10001
V10002
...

what is the best way to generate 100 jcls ??? rexx ? icetool ?
Many thx, A.Cecilio.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


ISPF abendS138 reas2470003

2012-03-15 Thread af dc
Hello,
can anyone tell me where I can find the explanation for the following ispf
reason code ??

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * *   ISPF processor ended abnormally   * *
 * * * *
 * *  System abend code138   * *
 * *   Reason code 2470003   * *
 * * * *
 * * * *
 * * * *
 * *  Note: The ABEND and REASON codes displayed above are   * *
 * *HEXADECIMAL values for "SYSTEM" abends and DECIMAL   * *
 * *values for "USER" abends.* *
 * * * *
 * *  Enter HELP command for list of common ABEND codes. * *
 * *  Press ENTER key for additional DIAGNOSTIC information. * *
 * *  Enter END command to display primary option menu.  * *
 * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

S138 stands for:
S138-The error occurred during the execution of an ENQ macro. Two ENQ
macros were issued for the same resource in the same task without an
intervening DEQ macro. The second ENQ macro did not specify test, use, or
have in its RET operand.
Now about the reason code,  witch manual is it explained ??

Thx in advance, A.CEcilio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


DFSMS SG POOL Enablement

2012-05-28 Thread af dc
Hello,
I've a SG in the following status:

SCDS Name  . . . . : PROD.SMS.SCDS
Storage Group Name : SGDR
Storage Group Type : POOL
To ALTER Storage Group System/
Sys Group Status, Specify:

 System/Sys  SMS SG   System/Sys  SMS SG
 Group Name  Status   Group Name  Status
 --  --   --  --
 *PARTPLEX   ===> DISNEW   PA1   ===> DISNEW
 PA2 ===> DISNEW   PB1   ===> DISNEW

doing D SMS,SG(SGDR), I get:
RESPONSE=PA1
 IGD002I 14:16:00 DISPLAY SMS 625

 STORGRP  TYPESYSTEM= 1 2 3 4
 SGDR POOLD D D D

I want to ENABLE this SG onl all systems and I tried:
V SMS,STORGRP(SGDR,ALL),ENABLE
IGD010I STORAGE GROUP (SGDR,ALL ) STATUS IS NOW ENABLED

then:
SETSMS SCDS(PROD.SMS.SCDS)
IGD008I NEW CONFIGURATION ACTIVATED FROM SCDS PROD.SMS.SCDS

but after doing:
D SMS,SG(SGDR), I get:
RESPONSE=PA1
 IGD002I 14:16:00 DISPLAY SMS 625

 STORGRP  TYPESYSTEM= 1 2 3 4
 SGDR POOLD D D D

Can you pls give me an help on what am I missing here ??
Many thx, Antonio Cecilio.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: DFSMS SG POOL Enablement

2012-05-28 Thread af dc
Well, I guess this will do it:

//MYLIBJCLLIB ORDER=SYS1.SACBCNTL
//*
//STEP1   EXEC ACBJBAOB,
//TABL2=PROD.TEST.ISPTABL
//SYSUDUMP DD  SYSOUT=*
//SYSTSIN  DD *
  PROFILE PREFIX(MYUSER)
  ISPSTART CMD(ACBQBAJ2 +
  ALTER +
  SCDS('PROD.SMS.SCDS') +
  STORGRP(SGDR) +
  SGSTSALL(ENABLE) +
  )
/*
//TEMPFILE  DD  DSN=&&TEMPFILE,DISP=(MOD,PASS),
//  SPACE=(TRK,(1,1)),LRECL=300,RECFM=F,BLKSIZE=300
//*
//STEP2   EXEC ACBJBAOB,
//TABL2=PROD.TEST.ISPTABL
//SYSUDUMP DD  SYSOUT=*
//SYSTSIN  DD DSN=&&TEMPFILE,DISP=(OLD,DELETE,DELETE)
//*
//STEP3   EXEC PGM=ICEGENER
//SYSPRINT DD  SYSOUT=*
//SYSUT2   DD  SYSOUT=(*,INTRDR)
//SYSINDD  DUMMY
//SYSUT1   DD  DATA,DLM='$$'
/*$VS,'SETSMS SCDS(PROD.SMS.SCDS)'
$$
/*

Ok, many thx to all and me, A.Cecilio.

On Mon, May 28, 2012 at 2:22 PM, af dc  wrote:

> Hello,
> I've a SG in the following status:
>
> SCDS Name  . . . . : PROD.SMS.SCDS
> Storage Group Name : SGDR
> Storage Group Type : POOL
> To ALTER Storage Group System/
> Sys Group Status, Specify:
>
>  System/Sys  SMS SG   System/Sys  SMS SG
>  Group Name  Status   Group Name  Status
>  --  --   --  --
>  *PARTPLEX   ===> DISNEW   PA1   ===> DISNEW
>  PA2 ===> DISNEW   PB1   ===> DISNEW
>
> doing D SMS,SG(SGDR), I get:
> RESPONSE=PA1
>  IGD002I 14:16:00 DISPLAY SMS 625
>
>  STORGRP  TYPESYSTEM= 1 2 3 4
>  SGDR POOLD D D D
>
> I want to ENABLE this SG onl all systems and I tried:
> V SMS,STORGRP(SGDR,ALL),ENABLE
> IGD010I STORAGE GROUP (SGDR,ALL ) STATUS IS NOW ENABLED
>
> then:
> SETSMS SCDS(PROD.SMS.SCDS)
> IGD008I NEW CONFIGURATION ACTIVATED FROM SCDS PROD.SMS.SCDS
>
> but after doing:
> D SMS,SG(SGDR), I get:
> RESPONSE=PA1
>  IGD002I 14:16:00 DISPLAY SMS 625
>
>  STORGRP  TYPESYSTEM= 1 2 3 4
>  SGDR POOLD D D D
>
> Can you pls give me an help on what am I missing here ??
> Many thx, Antonio Cecilio.
>
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: TS7700 Scheduled Downtime Procedures

2012-05-28 Thread af dc
Hello,
basically those are main issues to take care, what i usually do on ts7740
is:

1) 30mins before outage, vary all virtual addresses offline. Maybe there's
jobs still running.
2) Put on hold all dfhsm tape functions
3)Verify is all virtual addresses are offline
4) Libs off
5) Channels off
6) inihibt reclaim

Deliver box to hw.
A.Cecilio.


On Wed, May 16, 2012 at 10:29 PM, David G. Schlecht
wrote:

> We’ve switched to using the TS7720 as a stand-alone VTS and are planning
> an outage this weekend for microcode upgrade.
>
> In the old days, for an outage we had to:
>
> 1.   Vary the libraries offline
>
> 2.   Vary the drives offline
>
> 3.   Vary the chanel paths offline
>
> 4.   When varying the final drives off line, we had to use Force
> because they were the last attached devices.
>
> Looking over the Planning and Intro book and the Virtual Engine book
> (SG24-7712-02) it appears the same procedures are needed for today’s VTS.
> Is there anything else that is required or something else to watch for with
> today’s TS7700?
>
>
> David G. Schlecht | Information Technology Professional
> State of Nevada | Department of Administration | Enterprise IT Services
> T:(775)684-4328 | F: (775) 684‐4324 | E:dschle...@admin.nv.gov <-- New
> Address
>
>
> 
> This communication, including any attachments, may contain confidential
> information and is intended only for the individual or entity to which it
> is addressed. Any review, dissemination or copying of this communication by
> anyone other than the intended recipient is strictly prohibited. If you are
> not the intended recipient, please contact the sender by reply e-mail and
> delete all copies of the original message.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: TS7700 Scheduled Downtime Procedures

2012-05-28 Thread af dc
and wait 7 hours.

On Mon, May 28, 2012 at 9:30 PM, af dc  wrote:

> Hello,
> basically those are main issues to take care, what i usually do on ts7740
> is:
>
> 1) 30mins before outage, vary all virtual addresses offline. Maybe there's
> jobs still running.
> 2) Put on hold all dfhsm tape functions
> 3)Verify is all virtual addresses are offline
> 4) Libs off
> 5) Channels off
> 6) inihibt reclaim
>
> Deliver box to hw.
> A.Cecilio.
>
>
>
> On Wed, May 16, 2012 at 10:29 PM, David G. Schlecht <
> dschle...@admin.nv.gov> wrote:
>
>> We’ve switched to using the TS7720 as a stand-alone VTS and are planning
>> an outage this weekend for microcode upgrade.
>>
>> In the old days, for an outage we had to:
>>
>> 1.   Vary the libraries offline
>>
>> 2.   Vary the drives offline
>>
>> 3.   Vary the chanel paths offline
>>
>> 4.   When varying the final drives off line, we had to use Force
>> because they were the last attached devices.
>>
>> Looking over the Planning and Intro book and the Virtual Engine book
>> (SG24-7712-02) it appears the same procedures are needed for today’s VTS.
>> Is there anything else that is required or something else to watch for with
>> today’s TS7700?
>>
>>
>> David G. Schlecht | Information Technology Professional
>> State of Nevada | Department of Administration | Enterprise IT Services
>> T:(775)684-4328 | F: (775) 684‐4324 | E:dschle...@admin.nv.gov <-- New
>> Address
>>
>>
>> 
>> This communication, including any attachments, may contain confidential
>> information and is intended only for the individual or entity to which it
>> is addressed. Any review, dissemination or copying of this communication by
>> anyone other than the intended recipient is strictly prohibited. If you are
>> not the intended recipient, please contact the sender by reply e-mail and
>> delete all copies of the original message.
>>
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>>
>
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: DFSMS SG POOL Enablement

2012-05-29 Thread af dc
thx for your help, regarding your "1 - update an SCDS and then activate it"
how can I do that activation in batch ??
I run what I think it was correct and it didn't work. pool remained disable
for all hosts. What I did was just ismf,opt8,ACTIVATE SCDS and them pool
got ENABLE, what I did by ispf panels, isn't the same as SETSMS SCDS cmd???
Thx, A.Cecilio


On Mon, May 28, 2012 at 6:39 PM, retired mainframer <
retired-mainfra...@q.com> wrote:

> The VARY command updates the active configuration in the SMS address space,
> not the SCDS dataset.  By issuing the SETSMS after the VARY, you restored
> everything back the way it was, in effect undoing the vary.
>
> Either
> 1 - update an SCDS and then activate it
> or
> 2 - update the active configuration with VARY commands and then perform
> SETSMS SAVESCDS(dsn) to save the updated configuration in an SCDS.
>
> :>: -Original Message-
> :>: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> :>: Behalf Of af dc
> :>: Sent: Monday, May 28, 2012 6:23 AM
> :>: To: IBM-MAIN@bama.ua.edu
> :>: Subject: DFSMS SG POOL Enablement
> :>:
> :>: Hello,
> :>: I've a SG in the following status:
> :>:
> :>: SCDS Name  . . . . : PROD.SMS.SCDS
> :>: Storage Group Name : SGDR
> :>: Storage Group Type : POOL
> :>: To ALTER Storage Group System/
> :>: Sys Group Status, Specify:
> :>:
> :>:  System/Sys  SMS SG   System/Sys  SMS SG
> :>:  Group Name  Status   Group Name  Status
> :>:  --  --   --  --
> :>:  *PARTPLEX   ===> DISNEW   PA1   ===> DISNEW
> :>:  PA2 ===> DISNEW   PB1   ===> DISNEW
> :>:
> :>: doing D SMS,SG(SGDR), I get:
> :>: RESPONSE=PA1
> :>:  IGD002I 14:16:00 DISPLAY SMS 625
> :>:
> :>:  STORGRP  TYPESYSTEM= 1 2 3 4
> :>:  SGDR POOLD D D D
> :>:
> :>: I want to ENABLE this SG onl all systems and I tried:
> :>: V SMS,STORGRP(SGDR,ALL),ENABLE
> :>: IGD010I STORAGE GROUP (SGDR,ALL ) STATUS IS NOW ENABLED
> :>:
> :>: then:
> :>: SETSMS SCDS(PROD.SMS.SCDS)
> :>: IGD008I NEW CONFIGURATION ACTIVATED FROM SCDS PROD.SMS.SCDS
> :>:
> :>: but after doing:
> :>: D SMS,SG(SGDR), I get:
> :>: RESPONSE=PA1
> :>:  IGD002I 14:16:00 DISPLAY SMS 625
> :>:
> :>:  STORGRP  TYPESYSTEM= 1 2 3 4
> :>:  SGDR POOLD D D D
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: DFSMS SG POOL Enablement

2012-05-29 Thread af dc
got it:

V SMS,STORGRP(SGDR,ALL),ENABLE
setsms savescds(PROD.SMS.SCDS)
D SMS,SG(SGDR) all '+'

Pool enabled. Thx for the hint.


On Tue, May 29, 2012 at 11:55 AM, af dc  wrote:

> thx for your help, regarding your "1 - update an SCDS and then activate
> it" how can I do that activation in batch ??
> I run what I think it was correct and it didn't work. pool remained
> disable for all hosts. What I did was just ismf,opt8,ACTIVATE SCDS and them
> pool got ENABLE, what I did by ispf panels, isn't the same as SETSMS SCDS
> cmd???
> Thx, A.Cecilio
>
>
>
> On Mon, May 28, 2012 at 6:39 PM, retired mainframer <
> retired-mainfra...@q.com> wrote:
>
>> The VARY command updates the active configuration in the SMS address
>> space,
>> not the SCDS dataset.  By issuing the SETSMS after the VARY, you restored
>> everything back the way it was, in effect undoing the vary.
>>
>> Either
>> 1 - update an SCDS and then activate it
>> or
>> 2 - update the active configuration with VARY commands and then
>> perform
>> SETSMS SAVESCDS(dsn) to save the updated configuration in an SCDS.
>>
>> :>: -Original Message-
>> :>: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
>> :>: Behalf Of af dc
>> :>: Sent: Monday, May 28, 2012 6:23 AM
>> :>: To: IBM-MAIN@bama.ua.edu
>> :>: Subject: DFSMS SG POOL Enablement
>> :>:
>> :>: Hello,
>> :>: I've a SG in the following status:
>> :>:
>> :>: SCDS Name  . . . . : PROD.SMS.SCDS
>> :>: Storage Group Name : SGDR
>> :>: Storage Group Type : POOL
>> :>: To ALTER Storage Group System/
>> :>: Sys Group Status, Specify:
>> :>:
>> :>:  System/Sys  SMS SG   System/Sys  SMS SG
>> :>:  Group Name  Status   Group Name  Status
>> :>:  --  --   --  --
>> :>:  *PARTPLEX   ===> DISNEW   PA1   ===> DISNEW
>> :>:  PA2 ===> DISNEW   PB1   ===> DISNEW
>> :>:
>> :>: doing D SMS,SG(SGDR), I get:
>> :>: RESPONSE=PA1
>> :>:  IGD002I 14:16:00 DISPLAY SMS 625
>> :>:
>> :>:  STORGRP  TYPESYSTEM= 1 2 3 4
>> :>:  SGDR POOLD D D D
>> :>:
>> :>: I want to ENABLE this SG onl all systems and I tried:
>> :>: V SMS,STORGRP(SGDR,ALL),ENABLE
>> :>: IGD010I STORAGE GROUP (SGDR,ALL ) STATUS IS NOW ENABLED
>> :>:
>> :>: then:
>> :>: SETSMS SCDS(PROD.SMS.SCDS)
>> :>: IGD008I NEW CONFIGURATION ACTIVATED FROM SCDS PROD.SMS.SCDS
>> :>:
>> :>: but after doing:
>> :>: D SMS,SG(SGDR), I get:
>> :>: RESPONSE=PA1
>> :>:  IGD002I 14:16:00 DISPLAY SMS 625
>> :>:
>> :>:  STORGRP  TYPESYSTEM= 1 2 3 4
>> :>:  SGDR POOLD D D D
>>
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>>
>
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN