ATM Transaction Anayzer User and Installation Guide

Troubleshooting HP NonStop ATM Transaction Analyzer 137
7-7 Node Management Utility
The Node Management utility is a command line utility to modify the node configuration in the Elink
configuration file as well as in the ATM/TA Database.
Table 7-1 Arguments for Node Management Utility for Database Information
Database Authentication Mode Argument Description
SQL Authentication -server=<server name> The server name.
Default: Local
-db=<database name> The Database name.
Default: ATMTA
-sqlauth Use SQL authentication. The authentication is set to Windows
mode by default.
-username=<user name> The User name if SQL authentication is used.
-password=<password> The password if SQL authentication is used.
Windows Authentication -server=<server name> The server name.
Default: Local
-db=<database name> The Database name.
Default: ATMTA
NOTE: Ellipsis () will signify the database parameters.
Table 7-2 Node Management utility Commands
Task Command Output
View all Configured Nodes NodeMgt.exe –viewNodes … Show all the nodes available in the database.
Add a new node in the
ATM/TA
NodeMgt.exe -addNode -
node=<node name> -ip=<ip address>
-port=<port> …
Add a new node.
The entry for the node will be added in the Elink
configuration file as well as the database.
Delete an Existing Node NodeMgt.exe -deleteNode -
node=<node name> …
Delete an existing node.
The entry for the node will be deleted from the Elink
configuration file as well as the database.
Modify IP Address/Port of
an Existing Node
NodeMgt.exe -modifyNode -
node=<node name> -newIP=<new ip
address> -newPort=<new port> …
Modify the IP address and port number of an existing
node.
Examples:
1. To view existing nodes
a. While using SQL authentication
nodemgt.exe -viewnodes –server=(local) –db=ATMTA -sqlauth –username=sa –
password=*****
b. While using Windows authentication
nodemgt.exe -viewnodes –server=(local) –db=ATMTA
Troubleshooting HP NonStop
ATM Transaction Analyzer