This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
sandbox:sandbox [2021/10/12 11:06] manu |
sandbox:sandbox [2023/11/09 15:39] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Sandbox ====== | ====== Sandbox ====== | ||
| + | |||
| + | |||
| + | <code> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | </code> | ||
| + | |||
| + | ===== Developpment ===== | ||
| + | |||
| + | |||
| + | <code> | ||
| + | # cat tsm_substitutions.txt | ||
| + | server;strict;TSMPRD1;PROD | ||
| + | fs;strict;/root;EXCH | ||
| + | fs;grep;/usr;SYS | ||
| + | |||
| + | |||
| + | $DSMADMC $OPT_COMMA $OPT_DATAONLY "select o.node_name,n.DOMAIN_NAME,o.FILESPACE_NAME,o.FILESPACE_ID,o.PHYSICAL_MB,o.LOGICAL_MB,o.REPORTING_MB,f.FILESPACE_TYPE,f.CAPACITY,f.PCT_UTIL,TO_CHAR(CHAR(f.BACKUP_START),'YYYY-MM-DD HH24:MI:SS') as BACKUP_START,TO_CHAR(CHAR(f.BACKUP_END),'YYYY-MM-DD HH24:MI:SS') as BACKUP_END,TO_CHAR(CHAR(f.LAST_BACKUP_COMPLETE),'YYYY-MM-DD HH24:MI:SS') as LAST_BACKUP_COMPLETE from occupancy o,filespaces f,nodes n where o.node_name=n.node_name and o.node_name=f.node_name and o.FILESPACE_ID=f.FILESPACE_ID" | sed "s/^/$server,/" >> $tmplog/tsm_output.csv | ||
| + | |||
| + | |||
| + | </code> | ||
| + | |||
| + | |||
| + | |||
| + | ===== End ===== | ||
| Original Table | Original Table | ||
| Line 28: | Line 56: | ||
| ^ 20% ^ 80% ^ | ^ 20% ^ 80% ^ | ||
| | Specified width | The rest of the table width | | | Specified width | The rest of the table width | | ||
| + | |||
| + | ==== color ==== | ||
| + | |||
| + | <code> | ||
| + | <color green>text</color> | ||
| + | <color blue/lightgrey>text</color> | ||
| + | <color #FF0000>text</color> | ||
| + | <color /#FFff00>text</color> | ||
| + | <color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> | ||
| + | <color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> | ||
| + | </code> | ||
| + | |||
| + | <color green>text</color> | ||
| + | <color blue/lightgrey>text</color> | ||
| + | <color #FF0000>text</color> | ||
| + | <color /#FFff00>text</color> | ||
| + | <color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> | ||
| + | <color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> | ||