Previous Topic: Generate an Online Dump from the DSA Console

Next Topic: Connect to a Local DSA Console and Dump the Data Store

Set Local DSA Console Port

To set the local DSA console port

  1. Stop the local DSA services using the following commands:
    Windows
    dxserver stop dsaname
    
    Linux and UNIX
    su - dsa -c "dxserver stop dsaname"
    
  2. 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
    
  3. Save the iTechPoz-Hostname.dxc file.
  4. Start the local DSA services using the following commands:
    Windows
    dxserver start dsaname
    
    Linux and UNIX
    su - dsa -c "dxserver start dsaname"