What problem are you trying to solve? If it is to perform a full system save in the shortest amount of time in order to minimize downtime I have some items to discuss.
1: Assuming you have internal disk drives yes you could put some disks into their own ASP. Normally these are disks in their own expansion unit with different IOP's etc.
2: You could upgrade disks to SSD, or better yet, NVMe. And probably external vs internal.
3: But I'd argue that instead of Virtual Tape (where you use an image catalog to make your disks look like tape), you need to look at a VTL or Virtual Tape Library. Let's use my oldest system for example. I have a Power 9 with internal SSD's. It has a few lpars of IBM i and one of AIX. All internal storage is hosted by one lpar of IBM i to the other lpars of IBM i and AIX. From DSPSYSSTS of one lpar
Auxiliary storage:
System ASP . . . . . . : 5741 G
% system ASP used . . : 80.9869
I save to an EMC DD 6900 VTL attached via fiber channel. A full system save using BRMS started at 2023-12-06-08.38.17 and completed at 2023-12-06-11.57.53. Basically 4.5TB saved in 3 hours and 19 minutes.
Let's look at the smallest lpar on that system. Same configuration. Just a lot less storage. And most of the storage on the small lpar is IFS and not 'traditional' library stuff.
Auxiliary storage:
System ASP . . . . . . : 447.4 G
% system ASP used . . : 44.2586
Save ran from 2023-12-06-09.09.24 to 2023-12-06-09.31.23. Basically 198GB in 22 minutes.
The last time I used Virtual Tape instead of VTL was a combination of multiple factors:
- We did not have a VTL.
- It was a remote location with no operator to change physical tapes.
And we would FTP the image catalog locally and use DUPMEDBRM to convert to tape.
Now we no longer use physical tapes. We have no tapes or tape drives other than VTL.
------------------------------
Robert Berendt IBMChampion
------------------------------
Original Message:
Sent: Wed December 13, 2023 05:33 PM
From: Miguel Peralta
Subject: tape virtual, Go save opc 21 using asp2?
Hello, I want to make a save 21, but I would like to use an asp2 so that the disks can be divided and not affect the performance of the system's asp. Can this be done?
------------------------------
Miguel Peralta
------------------------------