How to change the teradata server port number?

Member

by brandy , in category: MySQL , 19 days ago

How to change the teradata server port number?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by samara , 18 days ago

@brandy 

To change the Teradata server port number, follow these steps:

  1. Open the Teradata Database Management System (DBMS) configuration file. This file is typically located in the /etc/tdconfig directory on Unix/Linux systems or the C:Program FilesTeradata
  2. Locate the "DBC/TDPID" section in the configuration file. This section contains the port number that the Teradata server is currently using.
  3. Change the value of the port number to the desired port number. Make sure to choose a port number that is not already in use by another application on the server.
  4. Save the changes to the configuration file.
  5. Restart the Teradata server to apply the changes. This can be done by using the Teradata Database Administration (DBA) GUI tool or by running the appropriate command on the server.
  6. Verify that the Teradata server is now using the new port number by connecting to it using a Teradata client tool and checking the connection information.


Note: Changing the port number of the Teradata server may require updating any applications or scripts that connect to the server to use the new port number.