If you run a plan that targets a Solaris 10 system that serves as both a master server and a remote agent, the plan might hang during preflight.
Workaround: Edit the TCP fusion settings in the /etc/system file. Follow these steps.
In the /etc/system file, disable TCP fusion by editing the do_tcp_fusion entry to read as follows.
do_tcp_fusion=0 |
In the /etc/system file, set the tcp_fusion_unread_min value to 0.
tcp_fusion_unread_min=0 |