Re: Problem changing pools for HSM tape output

2008-04-19 Thread Chris Taylor
Dave,

I am not very familar with HSC workings, but shouldn't your HSM unit parms be 
pointing to L9840? Alternatively, are the 9840's genned as 3590's? Maybe 
using 3590 in the HSM parms instead of 3490 might work?

Regards,

Chris Taylor

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



Re: Problem changing pools for HSM tape output

2008-04-19 Thread O'Brien, David W. (NIH/CIT) [C]
Chris,
 
  Thanks for taking an interest. No the HSM parms were fine as the 9840s are 
emulated 3490 (decision was made before my time, don't ask me to justify it).
Problem was that HSM had some partially full tapes from the pool that I was 
trying to get away from. Once those were delvol'd Markfull and the target pools 
were all properly defined to TMS and the TMS parms were refreshed to allow a 
change from 18trk to 36trk on the fly, everything worked fine. Learned a bit 
about TMS in the process and the BP didn't go up too much. 
 
Cheers,
Dave O'Brien



From: Chris Taylor []
Sent: Sat 4/19/2008 12:12 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Problem changing pools for HSM tape output



Dave,

I am not very familar with HSC workings, but shouldn't your HSM unit parms be
pointing to L9840? Alternatively, are the 9840's genned as 3590's? Maybe
using 3590 in the HSM parms instead of 3490 might work?

Regards,

Chris Taylor

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Problem changing pools for HSM tape output

2008-04-19 Thread Chris Taylor
Dave,

Glad it's working. The only other thing I could think of was that HSM was 
finding mixed device types (e.g. both 3490 and 3590) under the same 
esoteric. It does not like that, squawks during startup, and will ignore the 
SETSYS command setting the units. 

Just for future reference..

Thanks,

Chris Taylor
IBM SMPO

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



Problem changing pools for HSM tape output

2008-04-18 Thread O'Brien, David W. (NIH/CIT) [C]
I need another pair of eyes, can somebody see what I'm doing wrong?
 
We are attempting to change the pool to which HSM writes its output.
We were outputting HSM Backup and ML2 tapes to tape range E01-E01000 and 
duplexing to Q01-Q01000
We want to go back to H0 for Primary Backup, H1 for ML2 Primary and 
H2 for Duplexed Copy tapes.
 
Environment is Z/os 1.7 with TMS 11.5 and STK Powderhorn
 
SCRPOOL NAME=TITAN,RANGE(E1-E00899),LABEL(SL)  
SCRPOOL NAME=TITAN,RANGE(E00900-E01096),LABEL(SL)  
   
SCRPOOL NAME=QWEST,RANGE(Q0-Q01000),LABEL(SL)  
 
 SCRPOOL NAME=HSM0,RANGE(H0-H00349),LABEL(SL)
 SCRPOOL NAME=HSM1,RANGE(H1-H10299),LABEL(SL)
 SCRPOOL NAME=DFHSM,RANGE(H2-H20550),LABEL(SL)   
 
TAPEREQ DSN(SYSHSM.COPY.**) VOLT(N) SUBPOOL(DFHSM) +   
MOD(9840) ESOTERIC(R9840)  
   
TAPEREQ DSN(SYSHSM.BACKTAPE.DATASET) VOLT(N) SUBPOOL(HSM0) +   
MOD(9840) ESOTERIC(L9840)  
   
TAPEREQ DSN(SYSHSM.HMIGTAPE.DATASET) VOLT(N) SUBPOOL(HSM1) +   
MOD(9840) ESOTERIC(L9840)  
 
I can't figure out why I'm still getting En mounted instead of H1 and 
Qn mounted instead of 
H2 when I issue Recycle.
 
HSM parameters are as follows:
 
USERUNITTABLE(ATL02:ATL02,L9840:L9840,R9840:R9840) 
UNITNAME(3490) -  
SELECTVOLUME(SCRATCH) - 
TAPEDELETION(DUMP(SCRATCHTAPE) BACKUP(SCRATCHTAPE) -
 MIGRATION(SCRATCHTAPE)) -  
BACKUP(TAPE(3490))
RECYCLEOUTPUT(BACKUP(3490) MIGRATION(3490)) -  
 
It is probably staring me in the face but I don't see it.
 
Appreciate any help
Dave O'Brien

 

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