How to remove CLOSE_WAIT in Solaris

Hi,
We are using a application which uses port in CLOSE_WAIT Status.

netstat -an|grep 9191
192.168.32.11.9191   192.168.32.11.54562  49152      0 49152      0 CLOSE_WAIT
192.168.32.11.9191   192.168.32.11.54564  49152      0 49152      0 CLOSE_WAIT
192.168.32.11.9191   192.168.32.11.54568  49152      0 49152      0 CLOSE_WAIT
192.168.32.11.9191   192.168.32.11.54576  49152      0 49152      0 CLOSE_WAIT
      *.9191               *.*                0      0 49152      0 LISTEN

How can I make this port to LISTEN without rebooting the Server.
Even We have checked with all paremetes.and value is standardized

ndd -get /dev/tcp tcp_time_wait_interval :60000

All values are setting as per recommendation .

When working with FlexLM licensing and HP OpenView OVO monitoring software both recommend reducing the tcp_time_wait_interval value, e.g.:
http://www.synopsys.com/Support/Licensing/Licensing/Documents/Dockeys/scl\_11.0\_admin_guide.pdf

Symantec also mention it for Veritas Netbackup at:
Status 25: "Cannot connect on socket"

try this method

ndd �set /dev/tcp tcp_discon_by_addr �0a0a04081f42 0a0a8c2f0527� <----change this
/usr/sbin/ndd -get /dev/tcp tcp_close_wait_interval