nodes nodeslist select NODE_NAME, domain_name, platform_name, client_os_level, TCP_ADDRESS, trim(char(client_version)) ||'.'|| trim(char(client_release)) ||'.'|| trim(char(client_level)) ||'.'|| trim(char(client_sublevel)) as version from nodes This query lists all existing nodes, their domains etc. NODE_NAME
NODE_NAME domain_name platform_name client_os_level TCP_ADDRESS version
no no
nodesnotaccessed select NODE_NAME, domain_name, platform_name, LASTACC_TIME from nodes where LASTACC_TIME LESS current_timestamp - 24 hours A list of all nodes that haven't been accessed since 24 hours. LASTACC_TIME
NODE_NAME domain_name platform_name LASTACC_TIME
no no
nodesfilespaces select nodes.node_name as NODENAME, filespaces.filespace_name as FSNAME, substr(char(filespaces.backup_end), 1, 10) as FS_LASTBACKUP from nodes, filespaces where nodes.node_name='SEARCHFIELD' AND filespaces.node_name=nodes.node_name A list of all filespaces and it's last backup NODENAME Nodename
NODENAME FSNAME FS_LASTBACKUP
no no
stalledfs select node_name, filespace_name, backup_start, backup_end from filespaces where cast((current_timestamp-backup_end)days as decimal) >= 3 and node_name LIKE 'SEARCHFIELD%' A list of all filespaces that might be stalled (and have not been backed up in the last 3 days) node_name Nodename ('%' for all)
node_name filespace_name backup_start backup_end
no no
spacenode SELECT o.node_name||' ' as NODE_NAME, sum(cast(o.physical_mb/1024 as decimal (10,2))) as TOTAL_GB, sum(cast(o.num_files as decimal (10,0))) as TOTAL_FILES_STORED, dec(dec(sum(o.num_files))/(select dec(sum(num_files)) from occupancy)*100,6,4) as PCT_FILES_STORED, n.platform_name FROM occupancy o,nodes n WHERE o.node_name=n.node_name GROUP BY n.node_name, o.node_name, n.platform_name This query list all nodes and their total space consumption in GB TOTAL_GB
NODE_NAME TOTAL_GB TOTAL_FILES_STORED PCT_FILES_STORED n.platform_name
no no
datanode select vu.node_name, ao.total_mb, count(distinct vu.volume_name) as tapes, ao.total_mb/count(distinct vu.volume_name) as mbtape from volumeusage vu, auditocc ao where vu.node_name=ao.node_name group by vu.node_name, ao.total_mb This query shows how many data the nodes are using and over how many tapes they are spread. ao.total_mb
vu.node_name ao.total_mb tapes mbtape
yes no
tapesnode select distinct volume_name,stgpool_name from volumeusage where node_name='SEARCHFIELD' Search for a node name and get all tapes that are used by ths node volume_name Nodename
volume_name stgpool_name
no no
nodesontape select distinct node_name from volumeusage where volume_name='SEARCHFIELD' Search for a volume and get all nodes that are stored on it. node_name Volume Name
node_name
no no
server serverinfo_vertical select SERVER_NAME, SERVER_HLA, SERVER_LLA, INSTALL_DATE, RESTART_DATE, AVAILABILITY, LASTLICENSEAUDIT, LICENSECOMPLIANCE, LOGMODE, CROSSDEFINE, PLATFORM, VERSION, RELEASE, LEVEL, SUBLEVEL from status Some general information about the current tsm server SERVER_NAME
SERVER_NAME SERVER_HLA SERVER_LLA INSTALL_DATE RESTART_DATE AVAILABILITY LASTLICENSEAUDIT LICENSECOMPLIANCE LOGMODE CROSSDEFINE PLATFORM VERSION RELEASE LEVEL SUBLEVEL
no no
otherservers select SERVER_NAME, HL_ADDRESS, LL_ADDRESS, DESCRIPTION, LASTACC_TIME from servers Some information about other tsm servers known to the current one SERVER_NAME
SERVER_NAME HL_ADDRESS LL_ADDRESS DESCRIPTION LASTACC_TIME
no no
database_vertical select AVAIL_SPACE_MB, CAPACITY_MB, MAX_EXTENSION_MB, MAX_REDUCTION_MB, PAGE_SIZE, USABLE_PAGES, USED_PAGES, PCT_UTILIZED, MAX_PCT_UTILIZED, PHYSICAL_VOLUMES, BUFF_POOL_PAGES, TOTAL_BUFFER_REQ, CACHE_HIT_PCT, CACHE_WAIT_PCT, NUM_BACKUP_INCR, BACKUP_CHG_MB, BACKUP_CHG_PCT, LAST_BACKUP_DATE, DB_REORG_EST, DB_REORG_EST_TIME from db Some information about your tsm database
AVAIL_SPACE_MB CAPACITY_MB MAX_EXTENSION_MB MAX_REDUCTION_MB PAGE_SIZE USABLE_PAGES USED_PAGES PCT_UTILIZED MAX_PCT_UTILIZED PHYSICAL_VOLUMES BUFF_POOL_PAGES TOTAL_BUFFER_REQ CACHE_HIT_PCT CACHE_WAIT_PCT NUM_BACKUP_INCR BACKUP_CHG_MB BACKUP_CHG_PCT LAST_BACKUP_DATE DB_REORG_EST DB_REORG_EST_TIME
no no
mgmtclasses select DOMAIN_NAME, SET_NAME, CLASS_NAME, DEFAULTMC, DESCRIPTION from mgmtclasses A list of all management classes defined in the current tsm server DOMAIN_NAME
DOMAIN_NAME SET_NAME CLASS_NAME DEFAULTMC DESCRIPTION
no no
policysets select DOMAIN_NAME, SET_NAME, DEFMGMTCLASS, DESCRIPTION from policysets This is a list of all policy sets defined in the current tsm server DOMAIN_NAME
DOMAIN_NAME SET_NAME DEFMGMTCLASS DESCRIPTION
no no
domains select DOMAIN_NAME, SET_LAST_ACTIVATED, DEFMGMTCLASS, NUM_NODES, BACKRETENTION, ARCHRETENTION, DESCRIPTION, ACTIVESTGPOOLS from domains This is a list of all domains defined in the current tsm server DOMAIN_NAME
DOMAIN_NAME SET_LAST_ACTIVATED DEFMGMTCLASS NUM_NODES BACKRETENTION ARCHRETENTION DESCRIPTION ACTIVESTGPOOLS
no no
backupcopygroups SELECT domain_name, class_name, VEREXISTS, VERDELETED, RETEXTRA, RETONLY, destination FROM bu_copygroups WHERE set_name='ACTIVE' Destination pools and other information about all backup copygroups domain_name
DOMAIN_NAME class_name VEREXISTS VERDELETED RETEXTRA RETONLY DESTINATION
no no
archivecopygroups SELECT domain_name, class_name, retver, destination FROM ar_copygroups where set_name='ACTIVE' Destination pools and other information about all archive copygroups domain_name
DOMAIN_NAME class_name RETVER DESTINATION
no no
drives select LIBRARY_NAME, DRIVE_NAME, DEVICE_TYPE, ONLINE, ELEMENT, DRIVE_STATE, ALLOCATED_TO, CLEAN_FREQ, DRIVE_SERIAL, VOLUME_NAME from drives This is a list of all tape drives defined in the current tsm server DRIVE_NAME equal NO 3 red green
LIBRARY_NAME DRIVE_NAME DEVICE_TYPE ONLINE ELEMENT DRIVE_STATE ALLOCATED_TO CLEAN_FREQ DRIVE_SERIAL VOLUME_NAME
no yes
paths select SOURCE_NAME, SOURCE_TYPE, DESTINATION_NAME, DESTINATION_TYPE, LIBRARY_NAME, NODE_NAME, DEVICE, EXTERNAL_MANAGER, LUN, DIRECTORY, ONLINE from paths This is a list of all paths defined in the current tsm server SOURCE_NAME equal NO 10 red green
SOURCE_NAME SOURCE_TYPE DESTINATION_NAME DESTINATION_TYPE LIBRARY_NAME NODE_NAME DEVICE EXTERNAL_MANAGER LUN DIRECTORY Online
no yes
drmedia select VOLUME_NAME, STGPOOL_NAME, LIB_NAME, VOLTYPE, UPD_DATE, LOCATION, STATE from drmedia A list of all available DR media VOLUME_NAME notequal MOUNTABLE 6 red green
VOLUME_NAME STGPOOL_NAME LIB_NAME VOLTYPE UPD_DATE LOCATION STATE
no no
backup lastnight select Entity, Successful, cast(float(sum(bytes))/1024/1024/1024 as dec(8,3)) as GB, Examined, Affected, Failed from summary where activity='BACKUP' and cast((current_timestamp-start_time)hours as decimal(8,0)) LESS 24 group by Entity,Successful,Examined,AFFECTED,Failed A list of all backups that have been started during the last 24 hours Successful equal NO 1 red green
Entity Successful GB Examined Affected failed
yes no
datetimenode SELECT entity AS "Node_name", CAST(sum(bytes/1024/1024/1024) AS decimal(8,3)) AS "GB_xfer", start_time, end_time, END_TIME-START_TIME as duration, comm_wait, Affected, Failed, Successful FROM summary WHERE activity='BACKUP' AND entity='SEARCHFIELD' group by start_time, end_time, Successful,Examined,Affected,Failed,entity,comm_wait Search for a node name and get a list of all backups performed on this node start_time Node Name equal NO 8 red green
Node_name GB_xfer start_time end_time duration comm_wait Affected Failed Successful
no no
datetime SELECT entity AS "Node_name", CAST(sum(bytes/1024/1024/1024) AS decimal(8,3)) AS "GB_xfer", start_time, end_time, END_TIME-START_TIME as duration, comm_wait, Affected, Failed, Successful FROM summary WHERE activity='BACKUP' AND start_time>=current_timestamp - 24 hours group by start_time, end_time, Successful,Examined,Affected,Failed,entity,comm_wait This query gives you an overview over all backups performed during the last 24 hours. start_time equal NO 8 red green
Node_name GB_xfer start_time end_time duration comm_wait Affected Failed Successful
yes no
backup_dynamictimetable SELECT entity AS "Node_name", start_time, end_time, Successful FROM summary WHERE activity='BACKUP' AND end_time>=current_timestamp - SEARCHFIELD hours and start_time LESS current_timestamp - ( SEARCHFIELD hours - 24 hours ) group by start_time, end_time, Successful,Examined,Affected,Failed,entity,comm_wait A graphical chart which represents all backups performed during the last 24 hours. "start_time" placeholder
yes no
averagebackup SELECT avg(end_time - start_time) FROM summary WHERE ACTIVITY='BACKUP' AND entity='SEARCHFIELD' Average backup time of a specific node. Node Name
no no
archivestatus select Entity, Successful, cast(float(sum(bytes))/1024/1024/1024 as dec(8,3)) as GB, Examined, Affected, Failed from summary where activity='ARCHIVE' and cast((current_timestamp-start_time)hours as decimal(8,0)) LESS 24 group by Entity,Successful,Examined,AFFECTED,Failed A list of all archives that have been started during the last 24 hours Successful equal NO 1 red green
Entity Successful GB Examined Affected failed
yes no
archivdatetimenode SELECT entity AS "Node_name", CAST(sum(bytes/1024/1024/1024) AS decimal(8,3)) AS "GB_xfer", start_time, end_time, END_TIME-START_TIME as duration, comm_wait, Affected, Failed, Successful FROM summary WHERE activity='ARCHIVE' AND entity='SEARCHFIELD' group by start_time, end_time, Successful,Examined,Affected,Failed,entity,comm_wait Search for a node name and get a list of all archives performed on this node start_time Node Name equal NO 8 red green
Node_name GB_xfer start_time end_time duration comm_wait Affected Failed Successful
yes no
archivdatetime SELECT entity AS "Node_name", CAST(sum(bytes/1024/1024/1024) AS decimal(8,3)) AS "GB_xfer", start_time, end_time, END_TIME-START_TIME as duration, comm_wait, Affected, Failed, Successful FROM summary WHERE activity='ARCHIVE' AND start_time>=current_timestamp - 24 hours group by start_time, end_time, Successful,Examined,Affected,Failed,entity,comm_wait This query gives you an overview over all archives performed during the last 24 hours. start_time equal NO 8 red green
Node_name GB_xfer start_time end_time duration comm_wait Affected Failed Successful
no no
archiv_dynamictimetable SELECT entity AS "Node_name", start_time, end_time, Successful FROM summary WHERE activity='ARCHIVE' AND end_time>=current_timestamp - SEARCHFIELD hours and start_time LESS current_timestamp - ( SEARCHFIELD hours - 24 hours ) group by start_time, end_time, Successful,Examined,Affected,Failed,entity,comm_wait A graphical chart which represents all archives performed during the last 24 hours. start_time placeholder
yes no
schedules clientscheddef select schedule_name, domain_name, description, action, priority, starttime, period, perunits, dayofweek, sched_style from client_schedules A list of all client schedules defined in the current tsm server. schedule_name
schedule_name domain_name description action priority starttime period perunits dayofweek sched_style
no no
clientsched select node_name, schedule_name, scheduled_start, ACTUAL_START,COMPLETED, status, result, reason from events where scheduled_start >= current_timestamp - 24 hours and node_name != '' This query shows the start times and results of all client schedule that were scheduled during the last 24 hours. node_name notequal Completed 5 red green
node_name schedule_name scheduled_start actual_start completed status result reason
no no
clientsched_statictimetable select Node_NAME,ACTUAL_START,COMPLETED,status from events where NODE_NAME != '' This graphical chart shows the start and end times of all client schedule that were scheduled during the last 24 hours.
Node_NAME ACTUAL_START COMPLETED STATUS
no no
adminscheddef select schedule_name, command, description, active, priority, starttime, period, perunits, dayofweek, sched_style from admin_schedules A list of all administrative schedules defined in the current tsm server. schedule_name
schedule_name command description active priority starttime period perunits dayofweek sched_style
no no
adminsched select schedule_name, scheduled_start, ACTUAL_START,COMPLETED,status, result, reason from events where scheduled_start >= current_timestamp - 24 hours and node_name is null This query shows the start times and results of all administrative schedule that were scheduled during the last 24 hours. schedule_name
schedule_name scheduled_start actual_start completed status result reason
notequal Completed 4 red green no no
adminsched_statictimetable select SCHEDULE_NAME,ACTUAL_START,COMPLETED, STATUS from events where NODE_NAME is NULL and STATUS='Completed' This graphical chart shows the start and end times of all client schedule that were scheduled during the last 24 hours. SCHEDULE_NAME
SCHEDULE_NAME ACTUAL_START COMPLETED STATUS
no no
assos select domain_NAME, schedule_name, node_name, chg_time from associations This query lists all defined schedule associations. domain_NAME
domain_NAME schedule_name node_name chg_time
no no
migration SELECT ENTITY, Activity, Start_Time as "Start_Time", End_Time, END_TIME-START_TIME as duration, Examined, Affected, cast((BYTES/1048576)/1024 as decimal(12,3)) as GB, FAILED, Mediaw, Processes, Successful FROM ADSM.SUMMARY where ACTIVITY like upper('MIGRATION') and date(start_time) >= current_date -1 days Information about all migration processes that ran during the last 24 hours. Start_Time equal NO 11 red green
ENTITY Activity Start_Time End_Time duration Examined Affected GB FAILED Mediaw Processes Successful
no no
migration_dynamictimetable SELECT ENTITY, Start_Time as "Start_Time", End_Time, successful FROM ADSM.SUMMARY where ACTIVITY like upper('MIGRATION') and end_time >=current_timestamp - SEARCHFIELD hours and start_time LESS current_timestamp - ( SEARCHFIELD hours - 24 hours ) A graphical chat displaying all migration processes that ran during the last 24 hours. "Start_Time" placeholder
SELECT ENTITY Start_Time End_Time Successful
no no
activity queryproc SELECT process_num, process, substr(char(start_time),1,19) AS START_TIME, substr(char(current_timestamp - start_time),1,10) as duration, cast(float(bytes_processed) /1024/1024 AS DEC(8,2)) AS MB, cast((cast(bytes_processed as dec(18,0))/cast((current_timestamp-start_time) seconds as decimal(18,0))) / 1024 / 1024 AS DEC (18,2)) as MBs, status FROM processes This query lists all running processes on the current tsm server. process_num
process_num process START_TIME duration MB MBs status
no no
querysession select SESSION_ID, substr(char(start_time),1,19) AS START_TIME, STATE, WAIT_SECONDS, cast(float(sum(BYTES_SENT))/1024/1024/1024 as dec(8,3)) as BSEND, cast(float(sum(BYTES_RECEIVED))/1024/1024/1024 as dec(8,3)) as received, CLIENT_NAME,CLIENT_PLATFORM, OUTPUT_VOL_ACCESS, INPUT_VOL_ACCESS, MOUNT_POINT_WAIT from sessions group by SESSION_ID, START_TIME, STATE, WAIT_SECONDS, CLIENT_NAME, INPUT_VOL_ACCESS, OUTPUT_VOL_ACCESS, MOUNT_POINT_WAIT, CLIENT_PLATFORM This query lists all active sessions on the current tsm server. SESSION_ID
SESSION_ID START_TIME STATE WAIT_SECONDS BSEND received CLIENT_NAME CLIENT_PLATFORM OUTPUT_VOL_ACCESS INPUT_VOL_ACCESS MOUNT_POINT_WAIT
no no
querymount select LIBRARY_NAME, DRIVE_NAME, DRIVE_STATE, VOLUME_NAME, ALLOCATED_TO from drives where VOLUME_NAME is not null This query lists all mounted volumes. LIBRARY_NAME
LIBRARY_NAME DRIVE_NAME DRIVE_STATE VOLUME_NAME ALLOCATED_TO
no yes
mounthistory_dynamictimetable select DRIVE_NAME, START_TIME, END_TIME from summary where DRIVE_NAME NOTEQUAL '' and end_time >=current_timestamp - SEARCHFIELD hours and start_time LESS current_timestamp - ( SEARCHFIELD hours - 24 hours ) A graphical chart which represents all tape mounts during the last 24 hours. DRIVE_NAME placeholder
yes yes
querywarnings select DATE_TIME, MESSAGE from actlog where SEVERITY='W' Warnings received from the tsm activity log.
DATE_TIME MESSAGE
no no
queryerrors select DATE_TIME, MESSAGE from actlog where SEVERITY='E' Errors received from the tsm activity log.
DATE_TIME MESSAGE
no no
serverstorage freescratch select count(*)Scratch from libvolumes where status='Scratch' Gives you a number of scratch tapes known to the current tsm server.
less 10 0 red green no yes
scratchpool SELECT STGPOOLS.STGPOOL_NAME, STGPOOLS.MAXSCRATCH, Count(STGPOOLS.MAXSCRATCH) as "Allocated_SCRATCH", STGPOOLS.MAXSCRATCH-count(STGPOOLS.MAXSCRATCH) as "Remaining_SCRATCH" FROM STGPOOLS,VOLUMES WHERE (VOLUMES.STGPOOL_NAME = STGPOOLS.STGPOOL_NAME) AND ((STGPOOLS.DEVCLASS='LTO3DEVCL')) GROUP BY STGPOOLS.STGPOOL_NAME, STGPOOLS.MAXSCRATCH Shows how many scratch tapes are available per pool. The numbers shown here are only defined max. values, not actual free tapes! STGPOOLS.STGPOOL_NAME equal 0 3 red green
STGPOOLS.STGPOOL_NAME STGPOOLS.MAXSCRATCH Allocated_SCRATCH Remaining_SCRATCH
no no
stgpools select STGPOOL_NAME, DEVCLASS, EST_CAPACITY_MB, PCT_UTILIZED, PCT_MIGR, HIGHMIG, LOWMIG, MIGR_RUNNING, NEXTSTGPOOL from stgpools Lists all storage pools STGPOOL_NAME equal YES 7 yellow
STGPOOL_NAME DEVCLASS EST_CAPACITY_MB PCT_UTILIZED PCT_MIGR HIGHMIG LOWMIG MIGR_RUNNING NEXTSTGPOOL
no no
spacereclamation select volume_name, pct_reclaim, stgpool_name from volumes where pct_reclaim >= 60 A list of volumes that could be reclaimed. pct_reclaim
volume_name pct_reclaim stgpool_name
no no
errortapes select VOLUME_NAME, ACCESS from volumes where access !='READWRITE' A list of volumes that are not in READWRITE state. VOLUME_NAME
VOLUME_NAME ACCESS
no no
volumes select volume_name, stgpool_name, est_capacity_mb, pct_utilized, status, access, error_state, write_errors, read_errors from volumes A list of all volumes known to this tsm server. volume_name notequal READWRITE 5 red green
volume_name stgpool_name est_capacity_mb pct_utilized status access error_state write_errors read_errors
no no
libvolumes select LIBRARY_NAME, VOLUME_NAME, STATUS, OWNER, LAST_USE, DEVTYPE, MEDIATYPE from libvolumes An inventory of all libraries attached to this tsm server. LIBRARY_NAME
LIBRARY_NAME VOLUME_NAME STATUS OWNER LAST_USE DEVTYPE MEDIATYPE
yes yes
offsite backupsets select NODE_NAME, BACKUPSET_NAME, DATE_TIME, DESCRIPTION from backupsets A list of all active Backupsets. NODE_NAME
NODE_NAME BACKUPSET_NAME DATE_TIME DESCRIPTION
no no
exports select DATE_TIME, VOLUME_SEQ, DEVCLASS, VOLUME_NAME, LOCATION, COMMAND from volhistory where TYPE='EXPORT' A list of all Exports. DATE_TIME
DATE_TIME VOLUME_SEQ DEVCLASS VOLUME_NAME LOCATION COMMAND
no no
offsitetapes select VOLUME_NAME, TYPE, VOLUME_SEQ, DATE_TIME, COMMAND from volhistory where type='BACKUPSET' or type='EXPORT' and volume_name not in (select volume_name from libvolumes) A list of your offsite tapes (all backupsets and exports that are currently not in you tape library) DATE_TIME
VOLUME_NAME TYPE VOLUME_SEQ DATE_TIME COMMAND
no no
totaldata totalstorage SELECT CAST(FLOAT(SUM(logical_mb)) / 1024 / 1024 AS DEC(8,3)) FROM occupancy TB
Total Data stored
yes no
totalbackup24h SELECT cast(float(sum(bytes))/1024/1024/1024/1024 as dec(8,3)) FROM SUMMARY WHERE ACTIVITY='BACKUP' AND (CURRENT_TIMESTAMP-END_TIME)HOURS LESS= 24 HOURS TB
Total Data backuped
yes no
totalarchive24h SELECT cast(float(sum(bytes))/1024/1024/1024/1024 as dec(8,3)) FROM SUMMARY WHERE ACTIVITY='ARCHIVE' AND (CURRENT_TIMESTAMP-END_TIME)HOURS LESS= 24 HOURS TB
Total Data archived
yes no
healthdata scratch SELECT COUNT(*) FROM libvolumes WHERE status='Scratch'
Scratch Tapes
less 10 red yes
errortapes SELECT COUNT(*) FROM volumes WHERE error_state='YES'
Volumes with Errors
more 0 red yes no
unavailabletapes SELECT COUNT(*) FROM volumes WHERE access='UNAVAILABLE'
Unavailable Volumes
more 0 red yes no
offlinedrives SELECT COUNT(*) FROM drives WHERE NOT online='YES'
Drives Offline
more 0 red yes yes
offlinepaths SELECT COUNT(*) FROM paths WHERE NOT online='YES'
Paths Offline
more 0 red yes yes
database cachehit SELECT CACHE_HIT_PCT from db
Cache Hit
% less 98.0 yellow yes no
dbusage SELECT pct_utilized FROM db
Database Usage
% more 90.0 red yes no
logusage SELECT pct_utilized FROM log
Log Usage
% more 90.0 red yes no
dbfrag SELECT CAST((100 - (CAST(MAX_REDUCTION_MB AS FLOAT) * 256 ) / (CAST(USABLE_PAGES AS FLOAT) - CAST(USED_PAGES AS FLOAT) ) * 100) AS DECIMAL(4,2)) AS PERCENT_FRAG FROM DB
DB Fragmentation
% more 10.0 red yes no
volsnotsync SELECT COUNT(*) FROM dbvolumes WHERE ( NOT copy1_status='Synchronized' OR NOT copy2_status='Synchronized' OR NOT copy3_status='Synchronized')
DB Volumes not synced
more 0 red yes no
logsnotsync SELECT COUNT(*) FROM logvolumes WHERE ( NOT copy1_status='Synchronized' OR NOT copy2_status='Synchronized' OR NOT copy3_status='Synchronized')
DB Logs not synced
more 0 red yes no
dblastbackup SELECT last_backup_date FROM db
Last DB Backup
yes no
schedules failedasched SELECT count(*) FROM events WHERE status NOTEQUAL 'Completed' AND status NOTEQUAL 'Future' AND status NOTEQUAL 'Started' AND status NOTEQUAL 'Restarted' and status NOTEQUAL 'In Progres' and status NOTEQUAL 'Pending' and NODE_NAME is NULL
Failed Admin Schedules
more 0 red no
failedcsched SELECT count(*) FROM events WHERE status NOTEQUAL 'Completed' AND status NOTEQUAL 'Future' AND status NOTEQUAL 'Started' AND status NOTEQUAL 'Restarted' and status NOTEQUAL 'In Progres' and status NOTEQUAL 'Pending' AND NODE_NAME is NOT NULL
Failed Client Schedules
more 0 red no
runningcsched SELECT count(*) FROM events WHERE status NOTEQUAL 'Completed' AND status NOTEQUAL 'Future' AND (status='In Progres' OR status='Started' OR status='Restarted') and NODE_NAME is NOT NULL
Running Client Schedules
more 0 yellow no
runningasched SELECT count(*) FROM events WHERE status NOTEQUAL 'Completed' AND status NOTEQUAL 'Future' AND (status='In Progre%' OR status='Started' OR status='Restarted') and NODE_NAME is NULL
Running Admin Schedules
more 0 yellow no