This program collects and sends the data center information needed for Solution Manager to function properly. When Solution Manager was first activated, this job was scheduled on whatever periodic basis you selected.
Go to sm37 and pull up a list of all jobs run for this program. If you see one still active on the 14th, high-light it and then click Job -> Check Status. This should change the status to either Finished or Cancelled.
2014年1月27日 星期一
2014年1月13日 星期一
Windows start&stop SAP cmd
startsap sapstart.exe name=TST nr=00 sapdiahost=test pf=E:\usr\sap\TST\SYS\profile\TST_DVEBMGS00_Test
stopsap r3 name=DEV nr=00 SAPDIAHOST=127.0.0.1
stopsap r3 name=DEV nr=00 SAPDIAHOST=127.0.0.1
2013年11月27日 星期三
du 計算檔案、資料夾大小
查詢掛載點下前 5 名佔用最多空間的資料夾 (單位為 KB)
#du -s /var/* | sort -rn | head -5
參考來源:http://www.weithenn.org/cgi-bin/wiki.pl?du-%E8%A8%88%E7%AE%97%E6%AA%94%E6%A1%88%E3%80%81%E8%B3%87%E6%96%99%E5%A4%BE%E5%A4%A7%E5%B0%8F
#du -s /var/* | sort -rn | head -5
參考來源:http://www.weithenn.org/cgi-bin/wiki.pl?du-%E8%A8%88%E7%AE%97%E6%AA%94%E6%A1%88%E3%80%81%E8%B3%87%E6%96%99%E5%A4%BE%E5%A4%A7%E5%B0%8F
訂閱:
文章 (Atom)