Tivoli Enable Firewall Ports: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== Client Side == # The following TCP/UDP ports will need to be allowed bidirectionally through the client's firewall. ## <tt>'''1500 1552 1553 1581'''</tt> # In the dsm.opt (...")
 
No edit summary
Line 3: Line 3:
## <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>'''Webport 1552 1553'''</tt>
## <tt>'''HTTPport 1581
## <tt>'''HTTPport 1581'''</tt>
## <tt>'''TCPport 1500
## <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>'''UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581'''</tt>
## <tt>'''UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581'''</tt>
Line 11: Line 11:
== 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]
[[Category: Software]]
[[Category: Tivoli]]

Revision as of 15:47, 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. UPDate Node <node name> HLAddress=<client IP address> LLAddress=1581

Further Reading

  1. Tivoli Storage Manager client setup in a firewall environment