End of support

   

This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Sysplex considerations when using scheduled services

You can code the MainView SRM PARMLIB members to run several ways and take advantage of a sysplex environment where SVOS is running on several systems.

Focusing on the SMSCHDxx member with regard to sysplex configurations, consider the three default service intervals that are described in Scheduled services facility. Each command creates records based on space data that has been logged.

Assume you are logging space data on more than one system (SYSA and SYSB) and you want to create capacity planning records for each. If you share the SMSCHDxx member between these systems and leave the CAPPLAN DAILYSUM interval definition as it is defined ('*' for system affinity), the command will execute on both SYSA and SYSB, creating the capacity planning records on both systems. In this example, sharing the SMSCHDxx member and using the asterisk (or masking) in the interval definition is advantageous because you do not need two intervals defined in a member that executes the same command. The one interval that is defined is used on both systems.

In contrast, however, if you were issuing a command that refreshed one of the SVOS PARMLIB members or if you were issuing the VSCAN command, sharing the SMSCHDxx member and using asterisk or masking could cause an error or duplicate processing. The timing of a refresh command to a member across systems could be critical; running a VSCAN against the same volumes on multiple systems is more overhead than necessary (assuming the same SMVSCFxx member is also used).

Note

Take care to understand the complexity of your environment and the implications of sharing the SMSCHDxx member across systems, together with using the asterisk or masking for the system name in the interval definition.

Was this page helpful? Yes No Submitting... Thank you

Comments