initialize multiple DASD volume !!!
initialize multiple DASD volume !!!
Hello !!!
I have a Problem !
How to initialize multiple DASD volume at the same time ??
for example initialize 200 DASD (3390) at the same time ?
Regards
Albert94
I have a Problem !
How to initialize multiple DASD volume at the same time ??
for example initialize 200 DASD (3390) at the same time ?
Regards
Albert94
- enrico-sorichetti
- Global Moderator
- Posts: 843
- Joined: Wed Sep 11, 2013 3:57 pm
Re: initialize multiple DASD volume !!!
why the same time requirement ?
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: initialize multiple DASD volume !!!
Since initializing a DASD volume includes assigning the volume serial (usually), EVERYBODY I know of initializes them one at a time. You might set up a batch of them in a job and run several jobs to initialize 200 volumes, but you won't be initializing 200 volumes to -- for example -- DASD01 volume serial (or whatever).
Re: initialize multiple DASD volume !!!
Thanks
!!
Imagine that you want to initialize 3000 DASD device !!! this process needs long time to complete.
Is there any way to save time ?????
Regards

Imagine that you want to initialize 3000 DASD device !!! this process needs long time to complete.
Is there any way to save time ?????
Regards
- enrico-sorichetti
- Global Moderator
- Posts: 843
- Joined: Wed Sep 11, 2013 3:57 pm
Re: initialize multiple DASD volume !!!
define save timeIs there any way to save time ?????
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

Re: initialize multiple DASD volume !!!
It seems there is no way !!!!!
Hey Albert ...... initialize one by one !!!!!!
Thanks for your support
Regards
Hey Albert ...... initialize one by one !!!!!!



Thanks for your support
Regards
- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: initialize multiple DASD volume !!!
Have you looked at the manual for ICKDSF to find out what can and cannot be done with DASD initialization? If not, you should read this manual thoroughly.
Few -- if any -- sites would initialize 3000 (or even 200) DASD volumes at one time. Usually DASD volumes are initialized when they are being prepared for use, and that rarely involves more than 10 or 20 volumes -- many times only 1 or 2 volumes are being added for an application's use. You have to know if each volume is SMS-managed or not, you have to know the volume serial(s), and beyond initialization there is often other work to be done (such as adding the volume(s) to the appropriate storage group for SMS).
Few -- if any -- sites would initialize 3000 (or even 200) DASD volumes at one time. Usually DASD volumes are initialized when they are being prepared for use, and that rarely involves more than 10 or 20 volumes -- many times only 1 or 2 volumes are being added for an application's use. You have to know if each volume is SMS-managed or not, you have to know the volume serial(s), and beyond initialization there is often other work to be done (such as adding the volume(s) to the appropriate storage group for SMS).
-
- New Member
- Posts: 8
- Joined: Tue Jun 23, 2015 4:25 pm
Re: initialize multiple DASD volume !!!
Assuming that all of the parameters for each volume are the same apart from the device address and the volser, you could perhaps write a utility in a language of your choice (Rexx would be simple enough) to generate the JCL for a batch job which then could be submitted. It would be simple enough to increment the volser number by 1 for each step, and if the device numbers are consecutive then this shouldn't be too tricky either.
As others have said, an unusual requirement though. You'd have to consider if the time spent writing the code to generate the JCL was worth it compared to doing each individually.
As others have said, an unusual requirement though. You'd have to consider if the time spent writing the code to generate the JCL was worth it compared to doing each individually.
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute