Wednesday, April 27, 2011

LiveUpdate

on my mac, the live update come up every hour. To find out what’s causing it, the following are some useful commands:



  1. check current live update settings
sudo symsched -l

Module Name On UI Freq Day Time Args


--------------


-------- --- --- -------- ----- ------ ----


LiveUpdate DefaultLiveUpdateSchedul 1 0 Hourly 04:33 "All Products"



It is set to hourly update and not in quiet mode.



  1. delete current setting
sudo symsched -d all

  1. add new policy
sudo symsched LiveUpdate "LiveUpdate" 1 0 -daily 09:00 "All Products" -quiet

  1. check new settings
Module Name On UI Freq Day Time Args

--------------


-------- --- --- -------- ----- ------ ----


LiveUpdate LiveUpdate 1 0 Daily 09:00 "All Products" -quiet



Now it is running in quiet mode.

No comments: