polaris under the hood - wordpress.com · check if addon product isn’t working. client...

68
Polaris Under the Hood Prepared by: Wes Osborn

Upload: others

Post on 09-Jun-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Polaris Under the HoodPrepared by: Wes Osborn

Page 2: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Overview● Client Communication

● Kerberos Authentication

● SQL Profiler

● SIP Service

Page 3: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

!! WARNING !!

Page 4: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Where to start

Help -> About

Page 5: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Click on the Application Server “link”

Page 6: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

A wealth of information

Page 7: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Check if addon product isn’t working

Page 8: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Client Communication

Page 9: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Client Communication● Complex

○ Try monitoring with Wireshark

● Uses App Server specified in client

○ Can be separated from DB server

● New App servers need registered in

the database

Page 10: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Client Communication● API Calls = ERMS port 13088

● Z39.50 = ERMS port 210

● Direct DB calls = SQL port 1433

● Authentication = Kerberos port 88

● COM+ API Calls = TCP High ports

Page 11: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Find out more using ProcessExplorer

Page 12: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

ERMS Daemon Properties

Page 13: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Launch management on AppServer

Page 14: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Find Polaris PID

Page 15: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

ProcessExplorer Polaris COM Service

Page 16: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Finding registered app servers

Page 17: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Adding a new app server● Find PolarisSupport folder on server

● Run server setup process

● Choose ERMS and Application setup

● Run this stored procedure: ○ exec dwinewappserver

'DBHostName', 'Polaris', 'AppServerHostName'

Page 18: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Client Side: PING.EXE● “Normal” Ping uses ICMP

● ICMP Packets can be dropped or

delayed

● May tell you if server is powered on

but service may not be running

● Time to find something new

Page 19: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Pinging App Server works

Page 20: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

But client won’t connect

Page 21: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Client Side: TCP Ping● Two Options:

○ http://go.clcohio.org/psping

○ http://go.clcohio.org/tcping

Mimics a client attempting TCP

connection to server on service port

Ideally run from CLIENT with issue

Page 22: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

By default hostname check is IPv6

Page 23: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Check with IPv4 address

Page 24: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Kerberos Authentication

Page 25: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Kerberos Authentication● Authentication happens frequently

○ NTLM is the fallback

● Kerberos requires

○ 2008r2+ Forest/Domain Level

○ Windows 7 Clients

○ Kerberos Forest Search Order

Page 26: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

App Server Event Viewer - NTLM

Page 27: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

App Server Event Viewer - Kerberos

Page 28: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Also run klist from client

Page 29: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

SQL Profiler

Page 30: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● SQL ProfilerInstalled as part of SQL Management

Tools

Runs locally or remotely

Shows all the “chatter” happening on

the SQL server

Simple to use, hard to interpret

Page 31: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Starting a trace

Page 32: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Logging into server to trace

Page 33: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Using default trace parameters

Page 34: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Opening patron record - Step 1

Page 35: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Opening patron record - Step 2

Page 36: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● SQL Profiler - Client DebugFind stored procedure “called” when

executing in client

Attempt to execute procedure

manually w/SQL Management

Execute OK = Client Bug (Bad)

Execute Fail = Procedure Bug

Page 37: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● SQL Profiler - Deconstruction

Determine Stored Procedure called

so you can create a batch process

Batch remove erroneous fines

Figure out what process is running so

you can try to speed it up

Page 38: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

SQL Manager, call up stored procedure

Page 39: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Display Execute Plan

Page 40: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

An index would help this part of the SP

Page 41: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Right click on the Missing Index...

Page 42: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Do NOT DO IT!

Page 43: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Why NOT to add an IndexCould break a future upgrade

Could take up a LOT of disk space

Might not actually speed up the query

or process

Test the index on your dev/test

system and then suggest to Polaris

Page 44: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

http://www.brentozar.com/

Learn more cool stuff about SQL

Page 45: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

SIP Server

Page 46: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● SIP ServerOperates as a client to the Polaris

database

Part of Polaris client install

package

32-bit but CPU hungry

Watch log file growth

Page 47: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Installs through client process

Page 48: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Can check with ProcessExplorer

Page 49: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Debugging SIPUse TCPing to check SIP ports

Check SIP LogsC:\ProgramData\Polaris\4.1R2\Logs\SIP

Dumping SIP Service Binary

CLC SIP Testing Tool

Page 50: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● Dumping SIP ServiceSIP Service is a compiled binary

Source code isn’t accessible

But the “plain text” within the EXE

can be revealed

Google: McAfee BinText

Page 51: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

The hold satifies conundrum

Page 52: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Sys Admin SIP Message Options

Page 53: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Nothing in Language Editor

Page 54: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Hardcoded, we think...

Page 55: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Locate SIP Service Binary

Page 56: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Click Go -> Enter query -> Click Find

Page 57: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

We can also see SQL being called

Page 58: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● CLC SIP Testing ToolSIP Finger Pointing

3rd Party Vendor

SIP Sys Admin Setting

SIP Bug

No readily available tools to

impersonate a SIP client

Page 59: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Introducing...

Page 60: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

From your friends at the CLC

The SIP Testing Tool

Page 61: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

● CLC SIP Testing ToolEasy to use, single click install

Impersonates a SIP Client

Shows both client request and server

response messages

Can set Vendor Profiles at login

Customize application defaults

Page 62: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

You will see this when installing on Windows 8+

Page 63: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Main CLC SIP Testing Tool Window

Page 64: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Changing Defaults

Page 65: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

Logging into SIP Server

Page 66: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

SHOW Screenshot tour of testing tool

Page 67: Polaris Under the Hood - WordPress.com · Check if addon product isn’t working. Client Communication Client Communication Complex ... the database Client Communication API Calls

http://siptool.clcohio.org/setup.exeORhttp://bit.ly/siptool

Available Now