CA EEM Getting Started › Back Up and Restore CA EEM Server › Back up and Restore CA EEM Data › How to Back Up CA EEM Data › Create a Backup from an Online Dump › Generate an Online Dump from the DSA Console › Set Local DSA Console Port
Set Local DSA Console Port
To set the local DSA console port
- Stop the local DSA services using the following commands:
- Windows
-
dxserver stop dsaname
- Linux and UNIX
-
su - dsa -c "dxserver stop dsaname"
- Open the configuration file (iTechPoz-Hostname.dxc) and add the local console port entry immediately after the snmp-port entry:
console-port = 10510
Note: The configuration file is located in the following folders:
- Windows
-
%DXHOME%\config\knowledge\iTechPoz-Hostname.dxc
- Linux and UNIX
-
$DXHOME/config/knowledge/iTechPoz-Hostname.dxc
- Save the iTechPoz-Hostname.dxc file.
- Start the local DSA services using the following commands:
- Windows
-
dxserver start dsaname
- Linux and UNIX
-
su - dsa -c "dxserver start dsaname"