Tivoli Enable Firewall Ports: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Client Side ==
== Client Side ==
# The following ports will need to be configured as follows through the client and any hardware firewalls.
# The following TSM client/server ports will need to be configured as follows through the client and any hardware firewalls.
## <tt>'''Server Port:&nbsp;&nbsp;&nbsp; 1500/tcp outbound'''</tt>
#: <tt>'''Server Port:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1500/tcp outbound'''</tt>
## <tt>'''Client Acceptor: 1552/tcp inbound/outbound'''</tt>
#: <tt>'''Client Acceptor:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1552/tcp inbound/outbound'''</tt>
## <tt>'''Remote Client Agent: 1553/tcp inbound/outbound'''</tt>
#: <tt>'''Remote Client Agent: 1553/tcp inbound/outbound'''</tt>
## <tt>'''Web Client: 1581/tcp inbound/outbound'''</tt>
#: <tt>'''Web Client:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1581/tcp inbound/outbound'''</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>'''TCPPort&nbsp;&nbsp;&nbsp;1500'''</tt>
## <tt>'''HTTPport 1581'''</tt>
#: <tt>'''WEBport&nbsp;&nbsp;&nbsp;1552 1553'''</tt>
## <tt>'''TCPport 1500'''</tt>
#: <tt>'''HTTPport&nbsp;&nbsp;1581'''</tt>
# With the configuration of <tt>'''SCHEDMODE Prompted'''</tt> the following should be added to the node's configuration on the TSM server.
# 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>
#: <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