Tivoli Enable Firewall Ports: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
# The following TCP/UDP ports will need to be allowed bidirectionally through the client's firewall.
# The following TCP/UDP ports will need to be allowed bidirectionally through the client's firewall.
## <tt>'''1500 1552 1553 1581'''</tt>
## <tt>'''1500 1552 1553 1581'''</tt>
# In the dsm.opt (Windows) dsm.sys (UNIX) add the following Options
# In the dsm.opt (Windows) dsm.sys (UNIX) add the following options.
## <tt>'''Webport 1552 1553'''</tt>
## <tt>'''Webport 1552 1553'''</tt>
## <tt>'''HTTPport 1581'''</tt>
## <tt>'''HTTPport 1581'''</tt>
## <tt>'''TCPport 1500'''</tt>
## <tt>'''TCPport 1500'''</tt>
# With the configuration of <tt>'''SCHEDMODE Prompted'''</tt> the following should be added to the node's configuration on the TSM Server.
# With the configuration of <tt>'''SCHEDMODE Prompted'''</tt> the following should be added to the node's configuration on the TSM server.
## <tt>'''tsm: [tsm server name]> UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581'''</tt>
## <tt>'''tsm: [tsm server name]> UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581'''</tt>



Revision as of 15:50, 27 November 2015

Client Side

  1. The following TCP/UDP ports will need to be allowed bidirectionally through the client's firewall.
    1. 1500 1552 1553 1581
  2. In the dsm.opt (Windows) dsm.sys (UNIX) add the following options.
    1. Webport 1552 1553
    2. HTTPport 1581
    3. TCPport 1500
  3. With the configuration of SCHEDMODE Prompted the following should be added to the node's configuration on the TSM server.
    1. tsm: [tsm server name]> UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581

Further Reading

  1. Tivoli Storage Manager client setup in a firewall environment