Aug 31, 2006 #1 kozlow MIS Joined Mar 3, 2003 Messages 326 Location US I can refresh changes made to the inetd.conf file in aix with a : refresh -s inetd HP-UX: inetd -k inetd What is the SOP for SUN (5.8) Thanks.....
I can refresh changes made to the inetd.conf file in aix with a : refresh -s inetd HP-UX: inetd -k inetd What is the SOP for SUN (5.8) Thanks.....
Aug 31, 2006 #2 coffeysm MIS Joined Oct 7, 2004 Messages 571 Location US kill -1 `pgrep inetd` or kill -HUP `pgrep inetd` Upvote 0 Downvote
Aug 31, 2006 Thread starter #3 kozlow MIS Joined Mar 3, 2003 Messages 326 Location US Thanks.... Support had given me svcadm refresh inetd but there was no /usr/sbin/svcadm on any of my SUN servers... Upvote 0 Downvote
Thanks.... Support had given me svcadm refresh inetd but there was no /usr/sbin/svcadm on any of my SUN servers...
Aug 31, 2006 #4 coffeysm MIS Joined Oct 7, 2004 Messages 571 Location US That is if you are running Solaris 10. Upvote 0 Downvote
Aug 31, 2006 #5 djr111 Technical User Joined Aug 5, 2006 Messages 357 Location US in Solaris 9 and above pkill -HUP will work also Upvote 0 Downvote