Re: Moving a large ZFS to another volume

2019-05-22 Thread Carmen Vitullo
ok, right on, glad to help ! 



Carmen Vitullo 

- Original Message -

From: "Gadi Ben-Avi"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Wednesday, May 22, 2019 8:12:20 AM 
Subject: Re: Moving a large ZFS to another volume 

Hi Carmen, 
That was the problem. 
The new volume was unintentionally creates as SMS managed. 

Gadi 

-Original Message- 
From: IBM Mainframe Discussion List  On Behalf Of 
Carmen Vitullo 
Sent: Wednesday, May 22, 2019 3:23 PM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: Moving a large ZFS to another volume 

is the current ZFS an SMS managed dataset ? and are you selecting a non managed 
volume? 
or is it no SMS managed and you are selecting a target volume that is SMS 
managed? 



Carmen Vitullo 

- Original Message - 

From: "Gadi Ben-Avi"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Wednesday, May 22, 2019 5:59:56 AM 
Subject: Moving a large ZFS to another volume 

Hi, 
I am trying to move a large ZFS to another volume. 
The ZFS is 405,000 tracks or 27,00 Cylinders. 

The target volume is a 3390-54 and has 957,705 tracks or 63,847 cylinders free. 

DFSMSdss says: 
UNABLE TO SELECT A TARGET VOLUME FOR DATA SET SYSV.OMVS.PTFS.ZFS, 04 COMPONENT 
SYSV.OMVS.PTFS.ZFS.DATA REQUIRES 405000 TRACKS, 27000 CYLINDERS REQUESTED 

The ZFS file was created with a dataclas that told it to be EXT-ADDR. 

The command I am using is: 
COPY - 
DATASET(INCLUDE( - 
SYSV.OMVS.PTFS.ZFS 
)) - 
PROCESS(SYS1) - 
OUTDYN(Z23H02) - 
NULLSTORCLAS - 
BYPASSACS(**) - 
TOL(ENQF) - 
DELETE CATALOG 

What is wrong? 

I am using z/OS v2.3 

Thanks 

Gadi 


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


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

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


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


Re: Moving a large ZFS to another volume

2019-05-22 Thread Gadi Ben-Avi
Hi Carmen,
That was the problem.
The new volume was unintentionally creates as SMS managed.

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Carmen Vitullo
Sent: Wednesday, May 22, 2019 3:23 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Moving a large ZFS to another volume

is the current ZFS an SMS managed dataset ? and are you selecting a non managed 
volume? 
or is it no SMS managed and you are selecting a target volume that is SMS 
managed? 



Carmen Vitullo 

- Original Message -

From: "Gadi Ben-Avi" 
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Wednesday, May 22, 2019 5:59:56 AM
Subject: Moving a large ZFS to another volume 

Hi,
I am trying to move a large ZFS to another volume. 
The ZFS is 405,000 tracks or 27,00 Cylinders. 

The target volume is a 3390-54 and has 957,705 tracks or 63,847 cylinders free. 

DFSMSdss says: 
UNABLE TO SELECT A TARGET VOLUME FOR DATA SET SYSV.OMVS.PTFS.ZFS, 04 COMPONENT 
SYSV.OMVS.PTFS.ZFS.DATA REQUIRES 405000 TRACKS, 27000 CYLINDERS REQUESTED 

The ZFS file was created with a dataclas that told it to be EXT-ADDR. 

The command I am using is: 
COPY -
DATASET(INCLUDE( -
SYSV.OMVS.PTFS.ZFS
)) -
PROCESS(SYS1) -
OUTDYN(Z23H02) -
NULLSTORCLAS -
BYPASSACS(**) -
TOL(ENQF) -
DELETE CATALOG 

What is wrong? 

I am using z/OS v2.3 

Thanks 

Gadi 


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


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

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


Re: Moving a large ZFS to another volume

2019-05-22 Thread Carmen Vitullo
I need more coffee :) - I didn't see the entire post 
thanks Allan 

Carmen Vitullo 

- Original Message -

From: "Allan Staller"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Wednesday, May 22, 2019 7:51:52 AM 
Subject: Re: Moving a large ZFS to another volume 

1) CATALOG s/b RECATALOG(*) 
2) I believe a data set of that size must be extended format and SMS managed. 

-Original Message- 
From: IBM Mainframe Discussion List  On Behalf Of 
Gadi Ben-Avi 
Sent: Wednesday, May 22, 2019 6:00 AM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Moving a large ZFS to another volume 

Hi, 
I am trying to move a large ZFS to another volume. 
The ZFS is 405,000 tracks or 27,00 Cylinders. 

The target volume is a 3390-54 and has 957,705 tracks or 63,847 cylinders free. 

DFSMSdss says: 
UNABLE TO SELECT A TARGET VOLUME FOR DATA SET SYSV.OMVS.PTFS.ZFS, 04 COMPONENT 
SYSV.OMVS.PTFS.ZFS.DATA REQUIRES 405000 TRACKS, 27000 CYLINDERS REQUESTED 

The ZFS file was created with a dataclas that told it to be EXT-ADDR. 

The command I am using is: 
COPY - 
DATASET(INCLUDE( - 
SYSV.OMVS.PTFS.ZFS 
)) - 
PROCESS(SYS1) - 
OUTDYN(Z23H02) - 
NULLSTORCLAS - 
BYPASSACS(**) - 
TOL(ENQF) - 
DELETE CATALOG 

What is wrong? 

I am using z/OS v2.3 

Thanks 

Gadi 


-- 
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN 
::DISCLAIMER:: 
--
 
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects. 
--
 

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


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


Re: Moving a large ZFS to another volume

2019-05-22 Thread Allan Staller
1) CATALOG s/b RECATALOG(*)
2) I believe a data set of that size must be extended format and SMS managed.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Gadi Ben-Avi
Sent: Wednesday, May 22, 2019 6:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Moving a large ZFS to another volume

Hi,
I am trying to move a large ZFS to another volume.
The ZFS is 405,000 tracks or 27,00 Cylinders.

The target volume is a 3390-54 and has 957,705 tracks or 63,847 cylinders free.

DFSMSdss says:
UNABLE TO SELECT A TARGET VOLUME FOR DATA SET SYSV.OMVS.PTFS.ZFS, 04 COMPONENT 
SYSV.OMVS.PTFS.ZFS.DATA REQUIRES 405000 TRACKS, 27000 CYLINDERS REQUESTED

The ZFS file was created with a dataclas that told it to be EXT-ADDR.

The command I am using is:
COPY  -
  DATASET(INCLUDE( -
  SYSV.OMVS.PTFS.ZFS
  )) -
   PROCESS(SYS1)  -
   OUTDYN(Z23H02) -
   NULLSTORCLAS  -
   BYPASSACS(**) -
TOL(ENQF) -
DELETE CATALOG

What is wrong?

I am using z/OS v2.3

Thanks

Gadi


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::
--
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
--

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


Re: Moving a large ZFS to another volume

2019-05-22 Thread Carmen Vitullo
is the current ZFS an SMS managed dataset ? and are you selecting a non managed 
volume? 
or is it no SMS managed and you are selecting a target volume that is SMS 
managed? 



Carmen Vitullo 

- Original Message -

From: "Gadi Ben-Avi"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Wednesday, May 22, 2019 5:59:56 AM 
Subject: Moving a large ZFS to another volume 

Hi, 
I am trying to move a large ZFS to another volume. 
The ZFS is 405,000 tracks or 27,00 Cylinders. 

The target volume is a 3390-54 and has 957,705 tracks or 63,847 cylinders free. 

DFSMSdss says: 
UNABLE TO SELECT A TARGET VOLUME FOR DATA SET SYSV.OMVS.PTFS.ZFS, 04 
COMPONENT SYSV.OMVS.PTFS.ZFS.DATA REQUIRES 405000 TRACKS, 27000 CYLINDERS 
REQUESTED 

The ZFS file was created with a dataclas that told it to be EXT-ADDR. 

The command I am using is: 
COPY - 
DATASET(INCLUDE( - 
SYSV.OMVS.PTFS.ZFS 
)) - 
PROCESS(SYS1) - 
OUTDYN(Z23H02) - 
NULLSTORCLAS - 
BYPASSACS(**) - 
TOL(ENQF) - 
DELETE CATALOG 

What is wrong? 

I am using z/OS v2.3 

Thanks 

Gadi 


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


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