Results 1 to 2 of 2

Thread: inetd.conf in Solaris 10

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2010
    Location
    Columbia, SC
    Posts
    6

    inetd.conf in Solaris 10

    In Solaris 10 inetd.conf has been replaced by smf service. To convert inetd.conf into smf format run the following command:
    Code:
    #inetconv
    The services gets enabled immediately and it will be persistent across reboots.

    Once you converted inetd.conf you may remove entries from inetd.conf as they are no longer needed and system won't use them anyway. The following are the steps to do sol:

    Make sure bpd is running
    Code:
    #inetadm | grep bpd
    Remove the service from inetd.conf
    Code:
    #inetadm -d imaps/bpd
    #svccfg delete imaps/bpd
    Matthew Jackson
    mjackson@unitrends.com

  2. #2
    Moderator
    Join Date
    May 2010
    Posts
    91
    mjackson:

    I understand that this is recommended on all Sol 10 releases but is required on the later patch releases.

    Here's a couple of sites I found helpful too:

    http://www.firstalt.co.uk/help/inetd.html
    http://docs.sun.com/app/docs/doc/816...bb1kq3f?a=view

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •