Also ich habe auch im iASP DATA02 (so habe ich ihn bei mir genannt) virtuelle Tape images.
Bei mir im Verzeichnis /DATA02/tapvrt.

Diese virtuellen tape images haben aber normalerweise das Attribut *ALWSAV auf *NO.
Daher werden sie nicht gesichert.
Für einen Test habe ich dieses Attribut auf *ALWSAV *YES geändert.
Code:
CHGATR OBJ('/data02/tapvrt/vbr001') ATR(*ALWSAV) VALUE(*YES)
Danach habe ich eine BRMS Link Liste erstellt.

Code:
                         Display Link List (DSPLNKLBRM)                         
                                                                                
 Type choices, press Enter.                                                     
                                                                                
 List . . . . . . . . . . . . . . > VRTTAPE       Character value               
 Objects:                                                                       
   Name . . . . . . . . . . . . . > '/data02/tapvrt'                            
   Include or omit  . . . . . . .   *INCLUDE      *INCLUDE, *OMIT               
 Directory subtree  . . . . . . .   *ALL          *ALL, *DIR, *NONE, *OBJ       
 Text . . . . . . . . . . . . . . > 'Virtual tape volumes'
Und folgende BRMS Control Group erstellt:

Code:
                   Display Backup Control Group Entries                  
                                                                                
 Group . . . . . . . . . . : TSMVTAPE                                           
 Default activity  . . . . : FFFFFFF                                            
 Text  . . . . . . . . . . : Backup *LINK data to TSM                           
                                                                                
                                  Weekly   Retain Save     SWA                  
      Backup     List ASP         Activity Object While    Message    Sync      
 Seq  Items      Type Device      MTWTFSS  Detail Active   Queue      ID        
   10 *EXIT                       *DFTACT                                       
   20 VRTTAPE    *LNK *ALLAVL     *DFTACT  *YES   *NO                           
   30 *EXIT                       *DFTACT
Und danach einfach mal ausprobiert:

Code:
STRBKUBRM CTLGRP(TSMVTAPE) SBMJOB(*NO)                               
Begin processing for control group TSMVTAPE type *BKU.               
Interactive users are allowed to stay active.                        
Starting save of list VRTTAPE to devices TSM2.                       
7 objects saved.                                                     
Save of list VRTTAPE complete.                                       
Control group TSMVTAPE bypassed automatic save of media information. 
Control group TSMVTAPE type *BKU processing is complete.
TSM2 ist die BRMS Device Definition meines TSM Servers:

Code:
                              Work with Devices                          
                                                                                
 Position to . . . . . .               Starting characters                      
                                                                                
 Type options, press Enter.                                                     
   1=Add   2=Change   4=Remove   5=Display                                      
   8=Work with status                                                           
                                                                                
 Opt   Device      Category  Type/Model  Text                                   
                                                                                
       OPTVRT01    *VRTOPT   632B/001    Entry created by BRM configuration     
       OPT01       *OPT      6337/003    Entry created by BRM configuration     
       OPT02       *OPT      6330/002    Entry created by BRM configuration     
       TAPC1       *TAP      3580/003    Entry created by BRM configuration     
       TAPLIB01    *TAPMLB   3573/020    Entry created by BRM configuration     
       TAPVRT01    *VRTTAP   63B0/001    Entry created by BRM configuration     
       TAP01       *TAP      3580/003    Entry created by BRM configuration     
       TSM         *NET      *TCPIP      TSM Server Device for xxxxxxx          
       TSM2        *NET      *TCPIP      TSM Server xxxxxxx                    
                                                                                
                                                                         Bottom 
                                                                                
 F3=Exit   F5=Refresh   F12=Cancel
Funktioniert alles problemlos.

Wobei in der Control Group der iASP gar nicht vorkommt. Denn das IFS Verzeichnis ist ja direkt verfügbar. Es wird ja automatisch bei einem iASP das iASP IFS UDFS File System als Name des iASP gemounted. Bei mir daher /DATA02.

Wenn der gesamte iASP IFS Bereich gesichert werden soll dann sollte dies in einer eigenen BRMS Control Group gemacht werden und dabei wird dann das iASP UDFS File System unmounted damit es nicht mit den System IFS Files mitgesichert wird.

Dazu habe ich in dem von Dir genannten Thread auch ein paar Info Web Seitenlinks geposted. Darin stehen einige Infos drin warum das iASP UDFS File System von BRMS unmounted wird.