To migrate the BackupExec databases after the server has been migrated to a new domain:
Make sure you change all the BackupExc services so that they launch using a local service account not a domain or local admin account. DO THIS FIRST and then run the beutility.exe app.
The beutility.exe file is located in the in the same folder as the main BE application.
Launch beutility.exe. The option is not so easy to find.. You click on the List of servers, right click on the server name and select "update configuration to reflect new media server name", then fill in the new domain and server name and the old domain and server name.
Saturday, March 7, 2009
Friday, February 27, 2009
Enable random signature in Entourage
- Setup your signatures in tools/signatures
- In the signature put a tick in "Include in random list"
- Close the signatures and go to tools/accounts/
- Double click on your mail account and go to the Options tab
- In the "Default signature" pull-down select "Random"
- Click "OK"
Thursday, February 19, 2009
OS X Server: Speeding up directory searches
One of the major complaints about OSX Server is that once they are bound, searching for users/groups from the AD can take a long time (and sometimes times out before completion).
The problem, according to Apple, is that AD doesn’t index any attributes for a substring search and therefore all records have to be searched. The Workgroup Manager plug-in times out after 60 seconds and even an ldapsearch from the command line will only search for 120 seconds and then give up.
Apple has two suggestions to speed up searches:
I have tested both of the above work-arounds and found that they work very well. The Real Name search is particularly fast.
The problem, according to Apple, is that AD doesn’t index any attributes for a substring search and therefore all records have to be searched. The Workgroup Manager plug-in times out after 60 seconds and even an ldapsearch from the command line will only search for 120 seconds and then give up.
Apple has two suggestions to speed up searches:
- In Workgroup Manager, click on the little magnifying glass in the search window and select "Name is" and enter the last, first of the user you are searching for
- In Workgroup Manager, click on the little magnifying glass in the search window, go to “advanced” and search for “Real Name” This will search the cn attribute and is much faster than a normal search- this works for groups too
I have tested both of the above work-arounds and found that they work very well. The Real Name search is particularly fast.
Monday, December 1, 2008
Enable access rights in ARD
Run this from the Unix command in ARD as root. It will set the user's access privileges in ARD to "all".
cd /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/
^M
./kickstart -configure -access -on -users [USER SHORT NAME] -privs -all
cd /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/
^M
./kickstart -configure -access -on -users [USER SHORT NAME] -privs -all
Subscribe to:
Posts (Atom)