What do you run Onyx for?
There's really no maintenance you need to do with OS X unless you're concerned about the daily, weekly, monthly nightly (actually around 4.30am) routines not running because you have shut down your Mac (if you only sleep it these tasks will run when you next awaken it apparently).
If you want to run these tasks manually just do it in Terminal which is in your Applications/Utlities folder.
Launch Terminal, in the Computer > Mac OS X > Applications > Utilities folder.
1.At the prompt, type the following, exactly as written:
sudo periodic daily weekly monthly
2. Press Return.
3. Type your Admin password when prompted, then press Return.
All three scripts will run in sequence. There is no visual feedback while the scripts execute. You will know they are completed when the Terminal prompt returns.
You can also run the scripts individually. For example, to run just the daily script, you would type the command
sudo periodic daily
in step 3 above.