You can only limit the communications ports between managed nodes and not between Endpoints and Gateways.
If you want to tie down the port range through the Firewall then you need a gateway in the DMZ.
You can then run
odadmin set_port_range {range}
command to restrict the inter-managed node...
Yup, just add the lines to a simple shell script.
It shouldn't matter if you use cron or Tivoli Scheduler so long as you are running it on your TEC server.
Reilus
I've not heard of wrmdbclear before but if you script the following and schedule it nightly, it should keep your database under control.
wtdbclear.pl -a 20 -lt 86400 > /tmp/wtdbclear_rl.log
wtdbclear.pl -a 20 -et 604800 > /tmp/wtdbclear_er.log
The perl version of wdbclear is more reliable...
Can anyone help with this one...
I need to extract some information from a large log file. The info that I'm after is split over 3 seperate lines.
The First 2 lines are date/time stamped but the third is not and there is nothing to relate it to the other 2 lines apart from the fact it comes on...
I'm attempting to create a custom monitoring collection.
using the following command -
mcsl -P /usr/local/bin/cpp -x Storms.col Storms.csl -I/usr/local/Tivoli/include -lang-c++ -nostdinc -undef
I get the following error from the C complier -
cslmsg:0047
Storms.csl, line 1: ---CPP---
Monitoring...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.