dsmadmc scripts

  • Exemples de scripts sous dsmadmc

tsm: TSM>q scr *reclaim f=d

                        Name: BDERECLAIM
                 Line Number: Description
                     Command: Liste des bandes pour space reclamation pour PCT_RECLAIM donne
Last Update by (administrator): ADMIN
       Last Update Date/Time: 17-06-2011 12:04:14

                        Name: BDERECLAIM
                 Line Number: 2
                     Command: SELECT char(volume_name,6) as volume,PCT_RECLAIM,cast(LAST_WRITE_DATE as char(16)) as LAST_WRITE_DATE ,stgpool_name from volumes where PCT_RECLAIM !< $1 order by stgpool_name
Last Update by (administrator): ADMIN
       Last Update Date/Time: 24-06-2011 10:31:25

                        Name: NBRECLAIM
                 Line Number: Description
                     Command: Nombre de  bandes pour space reclamation pour PCT_RECLAIM donne
Last Update by (administrator): ADMIN
       Last Update Date/Time: 24-06-2011 10:30:30

                        Name: NBRECLAIM
                 Line Number: 4
                     Command: SELECT char(stgpool_name,35) as stgpool_name ,count(volume_name) as Nombre from volumes where PCT_RECLAIM !< $1 group by stgpool_name order by stgpool_name

tsm: TSM>q scr stgreclaim f=d

                        Name: STGRECLAIM
                 Line Number: Description
                     Command: Les stgs en reclaim
Last Update by (administrator): ADMIN
       Last Update Date/Time: 28-06-2011 10:15:58

                        Name: STGRECLAIM
                 Line Number: 1
                     Command: SET SQLDISPLAYMODE wide
Last Update by (administrator): ADMIN
       Last Update Date/Time: 28-06-2011 10:18:15

                        Name: STGRECLAIM
                 Line Number: 2
                     Command: select STGPOOL_NAME,char(POOLTYPE,8) as POOLTYPE,char(DEVCLASS,20) as DEVCLASS,RECLAIM,RECLAIMPROCESS,MAXSCRATCH,NUMSCRATCHUSED from STGPOOLS where DEVCLASS != 'DISK' and RECLAIM < 100
Last Update by (administrator): ADMIN
       Last Update Date/Time: 13-07-2011 13:02:17


Previous page: dsmadmc commandes
Page suivante : Client