Prepare PAS for OpenEdge instances
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Security tailoring for FIPS mode automatically executes during instance creation and
registration. To tailor existing instances to use FIPS mode, you must stop and
unregister instances to prepare for using FIPS mode.
- Stop running instances.
Syntax:
pasman oeserver -stop -I alias-nameExample:
pasman oeserver -stop -I oepas1Response:
Stop running PASOE instance oepas1 . Start Action: stop Initial State: started Initial Processes: 4536 4428 Exit State: stopped Exit Description: Stopped the PASOE instance Exit Processes: 0 Exit Status: 0 Exit Errors: - Unregister instances.
Syntax:
pasman unregister alias-nameExample
pasman unregister oepas1Response:
Instance unregistered.