ResKit – CsError.exe
23 Thursday May 2013
Posted CSError, Error Codes, Reskit
in23 Thursday May 2013
Posted CSError, Error Codes, Reskit
in13 Monday May 2013
Posted Delegation, Forwarding, Reskit, SEFAUtil
inWhat is SEFAUtil?
Secondary Extension Feature Activation
What does it do?
Enables Lync Server 2010\2013 administrators and helpdesk agents to configure delegate-ringing and call-forwarding settings on behalf of a Lync Server user. This tool also allows administrators to query the call-routing settings that are published for a particular user.
New-CsTrustedApplicationPool -id mySEFAUtilServer.domain.com -Registrar mylyncpool.domain.com -site Site:MySite
Where
id is the FQDN of the server that will be used to run SEFAutil
Registrar is the FQDN of your Lync Pool
Site is your Lync Pool Site name, can be obtained from Get-CsSite
Where:
Applicationid can be anything you choose, sefautil in my case
TrustedApplicationPoolFqdn is the FQDN of the server that will be used to run SEFAutil
Port can be changed to suit your needs as long as the port isn’t in use of course
STEP 4 (if running on a separate Server)
When you run SEFAutil on a dedicated server you then need to install Lync Server 2010\2013 core components on the server. The setup steps you need to perform are the following:
How to use SEFAUtil.exe?
TIP
SEFAUtil.exe doesn’t provide much feedback. None if it errors, so add /verbose to the end of the command to see more information
Below is the list of switches found by using /?
23 Tuesday Apr 2013
Posted DB, DBAnalyzer, Diagnose, Reskit
inAmongst the RESKit tools one finds the Database Analyzer. Use it to check the health of your RTC Database.
It comes with switches and I have documented the ones I find most useful with examples below.
DBAnalyze.exe /report:diag
diag Displays diagnostic information for the rtc
database.
Depending on the number of users, database
size and the current load, creation of this
report type may take 5-10 minutes.
WARNING: Diagnostic mode should not be run
frequently. Doing so may impact server
performance.
RTC Database Disk Usage
DBAnalyze.exe /report:disk
disk : Displays the disk fragmentation analysis results for all local disks.
MCU Stats
DBAnalyze.exe /report:mcus
mcus : Displays information about all MCUs registered with the database.
User Reports
DBAnalyze.exe /report:user /user:paul@lynclab.co.nz
user : SIP user to query for. This switch is used by the
“user” and “conf” report types. The value is the SIP
URI of the user without the “SIP:” prefix.