Thanks Sundar, defect 4488 created.
Sundar Yamunachari wrote:
> Richard Reinhard wrote:
>> Hi Sundar,
>>
>> When I create a service using installadm I'm seeing httpd processes
>> in the process table but SMF is showing that the service is
>> disabled. Should we be starting this service outside of SMF?
>>
>> -bash-3.2# svcs -a | egrep "dhcp|dns|tftp|http"
>> disabled 10:37:06 svc:/network/dns/server:default
>> disabled 10:53:07 svc:/network/dhcp-server:default
>> disabled 10:54:22 svc:/network/http:apache22
>> online 10:37:37 svc:/network/dns/client:default
>> online 10:37:38 svc:/network/dns/multicast:default
>> online 13:45:41 svc:/network/tftp/udp6:default
>> -bash-3.2# ps -ef | grep httpd
>> webservd 1020 1010 0 13:45:28 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> webservd 1022 1010 0 13:45:28 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> webservd 1019 1010 0 13:45:28 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> webservd 1021 1010 0 13:45:28 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> root 1010 1 0 13:45:27 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> webservd 1136 1010 0 13:51:32 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> root 1142 1128 0 14:00:15 pts/4 0:00 grep httpd
>> webservd 1018 1010 0 13:45:28 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> webservd 1023 1010 0 13:45:28 ? 0:00
>> /usr/apache2/2.2/bin/httpd -f
>> /var/installadm/ai-webserver/ai-httpd.conf -k sta
>> -bash-3.2#
>>
>> -Rich
>> _______________________________________________
>> caiman-discuss mailing list
>> caiman-discuss at opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>>
> Rich,
>
> That is a bug. The install services and ai-apache service should be
> handled by SMF
>
> - Sundar