Previous Topic: Convert Data Sets from Multiple to Single VolumeNext Topic: How to Manage Scratch Tape Availability and Status


How to Release Idle Space in Data Sets

As a storage administrator, one of your responsibilities is to release idle space in over-allocated data sets. By releasing idle space, other applications can use the space, and you can avoid space abends. In both instances, you improve the efficiency of your site. This scenario includes the procedures to achieve this goal.

Idle space can be released from physical sequential (PS), partitioned (PO), and virtual storage access method (VSAM) type data sets. This procedure includes an example to release idle space from PO and PS data sets.

The following illustration shows how a storage administrator identifies idle space in over-allocated data sets and then releases the idle space.

This illustration shows the work flow to investigate over-allocated space in data sets and free-up idle space.

Follow these steps:

  1. Log in to CA Chorus.
  2. Add the Investigator module to your dashboard from the Module Library, and click Start New Investigation.

    The Investigator opens.

  3. Select Storage from the discipline drop-down list.
  4. Expand the Diagnostics & Investigations, Data Set Management, All directory in the Storage object tree, and open the Data Sets for System (All) object.
  5. Create a filter to display PS data sets with a large amount of idle space and click Search.

    For example, create the following filter statement:

    % Idl >= 80 
    AND Dso = PS
    

    Note: The greater-than or equal-to 80 percent idle space is a suggested value. Use a filter value according to your policy. Sites can release idle space that is based on a lower or higher idle space percentage value.

    The table is updated and lists only the PS data sets containing idle space greater-than or equal-to 80 percent. If data sets do not appear, none meet the search criteria. Consider changing the percent idle space filter to a lower value. If data sets are listed and you want to release idle space, go to the next step.

  6. Click the % Idle column header until the table rows are sorted by the % Idle column in descending order with the highest % idle listed at the top of the table.
  7. Select the rows of the over-allocated data sets from which you want to release idle space.
  8. Select Idle Space Release in the Administrative Actions section of the Actions pane.
  9. Select the following options at the bottom of the Actions dialog to simulate the action:

    Note: We suggest that you first simulate the line action. When you are satisfied with the results, perform the real line action by selecting the Live Mode (Y,N) field.

    Live Mode (Y,N)

    Clear this check box to indicate N for simulate mode.

    Convert Tracks (Y,N)

    Select this check box to indicate Y, which indicates cylinder allocation attributes are converted to track allocations. Clear this check box to indicate N, which indicates cylinder allocation attributes are not converted to track allocations.

    Note: Consider if the data set receives many updates and a large amount of allocated space is needed. If that is the case, then you should probably not convert the cylinder allocation attributes to track allocations.

    Pct Idle After Space Release

    Specify the amount of idle space to remain in the data set after the release occurs, according to your policy.

  10. Click Submit to simulate the storage engine line action.

    A simulated result of the action is displayed.

  11. Choose one of the following options:
  12. Select the Live Mode (Y,N) check box to indicate that you want to perform the action.
  13. Click Submit to release space.

    Idle space is released according to your specifications. The idle space values that you specified for Pct Idle After Space Release remains in the data sets.

  14. Release space from PO data sets by repeating steps 3 through 13. Change the filter in step 5 to display PO data sets. The following filter statement is how the new filter looks:
    % Idl >= 80 
    
    AND Dso = PO 
    

    You have identified the PO data sets with idle space above your policy and released idle space from them.

  15. (Optional) Click the notes icon in the Investigator tool bar, and add a note to the items for which you reduced idle space to indicate what you did and when.

    Other applications can now use the released space, which can help to avoid space abends. You have improved the efficiency of your site.