solaris 10 setting ndd tcp_smallest_anon_port on full root local zone
I have a solaris 10 global zone, which administers a no. of full root solaris 10 global zones.
2 of these non global zones are being set up for new finance application and database - Oracle E Business Suite.
The supplier has asked me to set the following values on the application and database servers :
tcp_smallest_anon_port 9000
tcp_largest_anon_port 65500
udp_smallest_anon_port 9000
udp_largest_anon_port 65500
In the non global zone I have tried using :
ndd -set /dev/tcp tcp_smallest_anon_port 9000
ndd -set /dev/tcp tcp_largest_anon_port 65500
ndd -set /dev/udp udp_smallest_anon_port 9000