Performing Cloud Data Sets activation
Creating a new PROGxx member
Create a new PROGxx member for the CDS activation in the appropriate PARMLIB directory. You can find an example in the SAMPLIB PROGM9.
The new member should include the following commands:LPA ADD DSN(SYS2.MODEL9.V282.LOADLIB) MOD(ZM9019CW)
LPA ADD DSN(SYS2.MODEL9.V282.LOADLIB) MOD(ZM9019CC)
LPA ADD DSN(SYS2.MODEL9.V282.LOADLIB) MOD(ZM9OCEX4)
EXIT ADD EXITNAME(OCE_FILESTART) MOD(ZM9OCEX4) ABENDNUM(100,CONSEC)
EXIT ADD EXITNAME(OCE_FILEEND) MOD(ZM9OCEX4) ABENDNUM(100,CONSEC)
EXIT ADD EXITNAME(OCE_FILEVALIDATE) MOD(ZM9OCEX4) ABENDNUM(100,CONSEC)
EXIT ADD EXITNAME(OCE_LABELANOMALY) MOD(ZM9OCEX4) ABENDNUM(100,CONSEC)
EXIT ADD EXITNAME(OCE_VOLUMEMOUNT) MOD(ZM9OCEX4) ABENDNUM(100,CONSEC)2. Run the following command:
SET PROG=M93. To enable the new member to be loaded after each IPL, add the SET PROG=xx command to the site-standard COMMNDxx member.
Installing Cloud Data Sets started tasks
Specify the tape drives range previously defined in the IODF during the Cloud Data Sets (CDS) Prerequisites for one of the started tasks (STCs) related to the CDS installation.
To avoid manual intervention, add the installation STCs should to the IPL.
Task 1: To Initialize CDS STC
- Customize the M9INSCDS member provided in the BMC AMI Cloud SAMPLIB directory as follows:
BUFSIZE sets the amount of memory to allocate for each virtual device.
- Set the agent's minimum heap size to 2GB in the model9-stdenv.sh configuration file by using the AGENT_MEMORY setting.
For each virtual device, repeat the DEFINE step with the appropriate unit address. For example, to define three devices of range 1100–1102, use:
//INSTALL EXEC PGM=ZM9IAMM,PARM='INSTALL,BUFSIZE=0005'
//STEPLIB DD DISP=SHR,DSN=SYS2.MODEL9.V282.LOADLIB
//*
//D1100 EXEC PGM=ZM9IAMM,PARM='DEFINE=1100,XCF=M9ARCH'
//STEPLIB DD DISP=SHR,DSN=SYS2.MODEL9.V282.LOADLIB
//D1101 EXEC PGM=ZM9IAMM,PARM='DEFINE=1101,XCF=M9ARCH'
//STEPLIB DD DISP=SHR,DSN=SYS2.MODEL9.V282.LOADLIB
//D1102 EXEC PGM=ZM9IAMM,PARM='DEFINE=1102,XCF=M9ARCH'
//STEPLIB DD DISP=SHR,DSN=SYS2.MODEL9.V282.LOADLIB
When the member is ready, copy it to your site PROCLIB and start the STC by using the START operator command:
S M9INSCDS- Verify that the STC ended on return code zero.
Task 2: To copy the STC uninstaller
Copy the M9UNICDS member to your site PROCLIB. You can use this STC to uninstall Cloud Data Set from the current environment.
Task 3: To customize the Virtual Devices Hook Installer STC
- Customize the M9VDEV member provided in the BMC AMI Cloud SAMPLIB directory as follows:
- Update the device range to be controlled by the Cloud Data Set feature.
- Update the VOLSER prefix according to the defined tapes in To define dummy tape volumes.
- Update the Storage Group Name selected for Cloud processing.
Add the TIME=1440 parameter to the M9VDEV EXEC statement.
When the member is ready, copy it to your site PROCLIB and start the STC using the START operator command:
S M9VDEVThe STC is expected to remain running. You can expect the following output:
IEF403I M9VDEV - STARTED - TIME=13.14.45
ZM9IC100I ZM9ICOM0 V2.8.2 (C) MODEL9 SOFTWARE LTD. BUILT ON 2023-07-03 07:36:45.261366
ZM9IC026I Z/OS(SP7.2.4 ),MODEL(8562)
ZM9IC003I HOOK(ZM9SIOTP),VDEV(0570-057F)
ZM9IC005I COMM=0x1D3A2000, TRAMPOLINE=0x1EF62000
ZM9IC008I MODEL9 VDEV STARTED
Task 4: To vary the tape library online
Issue the following command to vary online the manual tape library:
You should see the following message in the syslog and OAM address space:
Task 5: To vary BMC AMI Cloud tape drives online
When M9VDEV is up and M9INSCDS successfully installed, you can vary the BMC AMI Cloud tape drives online:
Task 6: To display MTL status
To display the status of the MTL issue the following command:
You should see an output similar to this:
TAPE LIB DEVICE TOT ONL AVL TOTAL EMPTY SCRTCH ON OP
LIBRARY TYP TYPE DRV DRV DRV SLOTS SLOTS VOLS
M9MTL ML MANUAL 16 16 16 0 0 0 Y Y
----------------------------------------------------------------------
MEDIA SCRATCH SCRATCH SCRATCH
TYPE COUNT THRESHOLD CATEGORY
----------------------------------------------------------------------
LIBRARY ID: 99999
ONL DRV and AVL DRV should contain the number of devices that you varied online.
Making changes after activating CDS