My Oracle Support Banner

SMC DFSMS Interface Incorrect POLICY Application or MEDIA Determination (Doc ID 1325323.1)

Last updated on AUGUST 04, 2020

Applies to:

Sun StorageTek Storage Management Component (SMC) - Version 6.2 and later
Sun StorageTek Enterprise Library Software (ELS) - Version 7.0 to 7.2 [Release 7.0]
IBM z/OS on System z

Symptoms

The SMC DFSMS interface may select incorrect POLICY, MANAGEMENT CLASS, MEDIA or RECTECH.

SMC may pass to DFSMS the unit address in place of the ESOTERIC or GENERIC under the conditions as noted. If the ACS routines do not account for the unit address to be passed in the &UNIT field then the ACS routines may not match for the mount and incorrect information from the ACS routines may be returned to SMC. This may cause SMC to select an incorrect POLICY, MANAGEMENT CLASS, DATA CLASS, MEDIA, RECTECH..

Example:
FILTLIST &TAPE
  INCLUDE('3490','VSM*')
WHEN &UNIT = &TAPE
  DO
  SET &DATACLAS = '36TRK'
  EXIT
  END
OTHERWISE
  DO
  SET & DATACLAS = '18TRK'
  EXIT
  END

In this case if the VSM unit 9000 is passed to the ACS routine the DATACLAS of 18TRK will be assigned rather than 36TRK as it should have been.

Additional information:
The SMC DFSMS interface is utilised.
The DFSMS ACS routines perform determinations on &UNIT.
The &UNIT determinations compare with a GENERIC or ESOTERIC unit name but NOT a unit address.
BPXBATCH is run in an earlier step or the allocation is within the BPXBATCH step.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.