Tivoli Enable Firewall Ports: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Client Side ==
== Client Side ==
# The following TCP/UDP ports will need to be allowed bidirectionally through the client's firewall.
# The following TSM client/server ports will need to be configured as follows through the client and any hardware firewalls.
## <tt>'''1500 1552 1553 1581'''</tt>
#: <tt>'''Server Port:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1500/tcp outbound'''</tt>
# In the dsm.opt (Windows) dsm.sys (UNIX) add the following Options
#: <tt>'''Client Acceptor:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1552/tcp inbound/outbound'''</tt>
## <tt>'''Webport 1552 1553'''</tt>
#: <tt>'''Remote Client Agent: 1553/tcp inbound/outbound'''</tt>
## <tt>'''HTTPport 1581'''</tt>
#: <tt>'''Web Client:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1581/tcp inbound/outbound'''</tt>
## <tt>'''TCPport 1500'''</tt>
# In the dsm.opt (Windows) dsm.sys (UNIX) add the following options.
# With the configuration of <tt>'''SCHEDMODE Prompted'''</tt> the following should be added to the node's configuration on the TSM Server.
#: <tt>'''TCPPort&nbsp;&nbsp;&nbsp;1500'''</tt>
## <tt>'''UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581'''</tt>
#: <tt>'''WEBport&nbsp;&nbsp;&nbsp;1552 1553'''</tt>
#: <tt>'''HTTPport&nbsp;&nbsp;1581'''</tt>
# If there are continued issues, the following setting may resolve the issue.
#: <tt>'''tsm: [tsm server name]> UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581'''</tt>


== Further Reading ==
== Further Reading ==
# [http://www-01.ibm.com/support/docview.wss?uid=swg21307282 Tivoli Storage Manager client setup in a firewall environment]
# [http://www-01.ibm.com/support/docview.wss?uid=swg21307282 Tivoli Storage Manager client setup in a firewall environment]
# [http://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.4/client/c_opt_clioptref.html Tivoli Storage Manager Client options reference]


[[Category: Software]]
[[Category: Software]]
[[Category: Tivoli]]
[[Category: Tivoli]]

Latest revision as of 19:44, 2 April 2026

Client Side

  1. The following TSM client/server ports will need to be configured as follows through the client and any hardware firewalls.
    Server Port:         1500/tcp outbound
    Client Acceptor:     1552/tcp inbound/outbound
    Remote Client Agent: 1553/tcp inbound/outbound
    Web Client:          1581/tcp inbound/outbound
  2. In the dsm.opt (Windows) dsm.sys (UNIX) add the following options.
    TCPPort   1500
    WEBport   1552 1553
    HTTPport  1581
  3. If there are continued issues, the following setting may resolve the issue.
    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
  2. Tivoli Storage Manager Client options reference