Mike's PBX Cookbook

SAT Command Cheat Sheet

The SAT (System Administration Terminal) in Avaya Aura Communication Manager is the core command‑line interface (CLI) used to administer, configure, and troubleshoot Communication Manager. It is where administrators run operational commands such as adding stations, adjusting trunk groups, viewing signaling status, and monitoring system health.

Accessing SAT:

From the Linux CLI on the Communication Manager server, use one of the following commands:

satLaunch a standard SAT session
dsatLaunch an alternate SAT session
autosatLaunch an automated SAT session
logoffCleanly closes the terminal session
exitTerminates the terminal session

SAT Command Syntax:

Each command consists of: [Action] + [Object] + [Qualifier(s)]

Example: test station 1000 long

You can abbreviate commands, just type enough letters to be unique. Example: t al l c = test alarms long clear

Concurrency Limits:

Commands:

Station Commands
add station <ext>Add a new station
display station <ext>View station configuration
change station <ext>Modify station configuration
remove station <ext>Remove a station
list stationList all stations
list station <ext> count <n>List stations starting at extension
status station <ext>Show real-time status of a station
test station <ext> shortRun short test on station
test station <ext> longRun long test on station
busyout station <ext>Busyout a station
release station <ext>Release a busied-out station
reset station <ext>Reset a station
Trunk Group Commands
add trunk-group <n>Add a new trunk group
display trunk-group <n>View trunk group configuration
change trunk-group <n>Modify trunk group
remove trunk-group <n>Remove a trunk group
list trunk-groupList all trunk groups
status trunk-group <n>Show trunk group status
test trunk <n>/<m> shortShort test on trunk member
test trunk <n>/<m> longLong test on trunk member
busyout trunk <n>/<m>Busyout a specific trunk member
release trunk <n>/<m>Release a busied-out trunk
busyout trunk-group <n>Busyout entire trunk group
release trunk-group <n>Release entire trunk group
Signaling Group Commands
add signaling-group <n> Add a signaling group
display signaling-group <n>View signaling group
change signaling-group <n>Modify signaling group
remove signaling-group <n>Remove signaling group
status signaling-group <n>Show signaling group status
busyout signaling-group <n>Busyout signaling group
release signaling-group <n>Release signaling group
Hunt Group Commands
add hunt-group <n>Add a hunt group
display hunt-group <n>View hunt group configuration
change hunt-group <n>Modify hunt group
remove hunt-group <n>Remove hunt group
list hunt-groupList all hunt groups
status hunt-group <n>Show hunt group status
Media Gateway Commands
add media-gateway <n>Add a media gateway
display media-gateway <n>View media gateway configuration
change media-gateway <n>Modify media gateway
remove media-gateway <n>Remove a media gateway
list media-gatewayList all media gateways
status media-gateway <n>Show media gateway status
test media-gateway <n>Test a media gateway
reset media-gateway <n>Reset a media gateway
Circuit Pack / Board Commands
display circuit-packsDisplay all circuit packs
list configuration allList all hardware configuration
test board shortShort test on a board
test board longLong test on a board
busyout board Busyout a circuit pack
release board Release a circuit pack
reset board Reset a circuit pack
display port Display port information
test port Test a specific port
Port location format:<cabinet><carrier><slot><port> (eg, 01A0513)
- or -<gateway>V<module><port> (eg, 005V90613)
IP Network Region Commands
display ip-network-region <n>View network region
change ip-network-region <n>Modify network region
status ip-network-region <n>Show network region status
list ip-network-regionList all network regions
IP Codec Set Commands
display ip-codec-set <n>View codec set
change ip-codec-set <n>Modify codec set
list ip-codec-setList all codec sets
Route Pattern & Dial Plan Commands
display route-pattern <n>View route pattern
change route-pattern <n>Modify route pattern
display dialplan analysisView dial plan analysis table
change dialplan analysisModify dial plan analysis
display ars analysisView ARS routing
change ars analysisModify ARS routing
display aar analysisView AAR routing
change aar analysisModify AAR routing
Coverage Path Commands
add coverage path <n>Add a coverage path
display coverage path <n>View coverage path
change coverage path <n>Modify coverage path
remove coverage path <n>Remove coverage path
Alarm & Error Commands
display alarmsDisplay all active alarms
display errorsDisplay error log
test alarms longRun long alarm test
test alarms long clearRun long alarm test and clear passing alarms
clear alarmsClear alarms
display eventsDisplay system events
System Status & Monitoring Commands
status systemOverall system status
status port-network <n>Port network status
status processorProcessor/server status
status healthSystem health summary
status serverServer status
list measurementsList measurement types
list trace station <ext>Trace calls on a station
list trace tac Trace calls on a TAC
monitor systemReal-time system monitoring
monitor traffic trunk-groupMonitor trunk group traffic
status station <ext>Station registration/call status
System Administration Commands
display system-parameters customer-optionsView licensed features
change system-parameters customer-optionsModify licensed features
display system-parameters featuresView feature parameters
change system-parameters featuresModify feature parameters
display node-names ipView node name to IP mappings
change node-names ipModify node name mappings
save translationSave all translations to disk
display timeDisplay system time
set timeSet system time
Feature Access Code Commands
display feature-access-codesView all FACs
change feature-access-codesModify FACs
Class of Restriction / Service
display cor <n> View Class of Restriction
change cor <n> Modify Class of Restriction
display cos <n> View Class of Service
change cos <n> Modify Class of Service
SSH Key Management
reset ssh-keys board Reset SSH keys on a circuit pack (must busyout first)
Applicable to TN799DP (C-LAN), TN2501AP (VAL), TN2602AP (Crossfire)

Busyout & Release Rules

The busyout command:

The release command:

Useful Linux CLI Commands (on CM Server)
satLaunch SAT session
dsatLaunch alternate SAT session
serverDisplay active/standby server status
server -iInterchange active/standby servers
swversionDisplay CM software version
swversion -vDisplay version string only
save_transSave translations (same as save translation on SAT)
statappDisplay application status
systatDisplay running processes
systat -bBrief application status
start -aStart all applications
stop -acfnStop all applications gracefully
testinadsTest connectivity to INADS
testcustalmGenerate test SNMP alarm trap
testledTest server LEDs
tlscertmanage -lList all CA certificates

QUICK REFERENCE: Common Workflows

Tip: Press the HELP key at any point in the SAT to display available commands and valid qualifiers for your current context.