Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ace_netsvcs(1) [debian man page]

ACE_NETSVCS(1)						      General Commands Manual						    ACE_NETSVCS(1)

NAME
ace_netsvcs -- ACE network services driver. SYNOPSIS
ace_netsvcs [OPTION ...] DESCRIPTION
ace_netsvcs is a driver to start ACE network services. Currently, libnetsvcs provides: Naming Service, Time Service, Token Service, Server Logging Service, Client Logging Service, Logging Strategy Service. OPTIONS
-f svc.conf Specifies a svc.conf configuration file name other than the default one. Can be specified multiple times to use multiple files. -d Turn on debugging mode. -n Explicitly disables the use of static services. This flag overrides the @a ignore_static_svcs parameter value. -p pathname Specifies a pathname which is used to store the process id. -s signal Specifies a signal number other than SIGHUP to trigger reprocessing of the configuration file(s). Ignored for platforms that do not have POSIX signals, such as Windows. -y Explicitly enables the use of static services. This flag overrides the @a ignore_static_svcs parameter value. -S directive Specifies a service directive string. Enclose the string in quotes and escape any embedded quotes with a backslash. This option specifies service directives without the need for a configuration file. -b Option to indicate that we should be a daemon. Note that when this option is used, the process will be daemonized before the ser- vice configuration file(s) are read. During daemonization, (on POSIX systems) the current directory will be changed to "/" so the caller should either fully specify the file names, or execute a @c chroot() to the appropriate directory. @sa ACE::daemo- nize(). -k point Specifies the rendezvous point to use for the ACE distributed logger. EXAMPLES
ace_netsvcs -f /usr/share/ace-netsvcs/svc.conf Starts ACE network services using example configuration. ace_netsvcs -S 'dynamic Name_Server Service_Object * netsvcs:_make_ACE_Name_Acceptor() "-p 20006"' Starts ACE Naming service using command line configuration. SEE ALSO
/usr/share/ace-netsvcs/svc.conf, /usr/share/doc/ace-netsvcs/ACE-netsvcs.html AUTHOR
Douglas C. Schmidt<schmidt@cs.wustl.edu> ACE_NETSVCS(1)

Check Out this Related Man Page

ldap_cachemgr(1M)					  System Administration Commands					 ldap_cachemgr(1M)

NAME
ldap_cachemgr - LDAP daemon to manage client configuration for LDAP based Network Information Service lookups SYNOPSIS
/usr/lib/ldap/ldap_cachemgr [-l log-file] [-g] DESCRIPTION
The ldap_cachemgr daemon is a process that provides an up-to-date configuration cache for LDAP naming services. It is started during multi- user boot. The ldap_cachemgr utility provides caching for all parameters as specified and used by the LDAP naming service clients. The ldap_cachemgr utility uses the cache files which are originally created by executing the ldapclient(1M) utility, as cold start files. Updates to the cache files take place dynamically if profiles are used to configure the client. See the init option to ldapclient(1M). The ldap_cachemgr utility helps improve the performance of the clients that are using LDAP as the Naming service repository. In order for the LDAP naming services to function properly, the ldap_cachemgr daemon must be running. ldap_cachemgr also improves system security by making the configuration files readable by superuser only. The cache maintained by this daemon is shared by all the processes that access LDAP Naming information. All processes access this cache through a door call. On startup, ldap_cachemgr initializes the cache from the cache files. See ldapclient(1M). Thus, the cache survives machine reboots. The ldap_cachemgr daemon also acts as its own administration tool. If an instance of ldap_cachemgr is already running, commands are passed transparently to the running version. OPTIONS
The following options are supported: -g Print current configuration and statistics to standard output. This is the only option executable without superuser privileges. -l log-file Cause ldap_cachemgr to use a log file other than the default /var/ldap/cachemgr.log. EXAMPLES
Example 1: Stopping and Restarting the ldap_cachemgr Daemon The following example shows how to stop and to restart the ldap_cachemgr daemon. example# svcadm enable network/ldap/client example# svcadm disable network/ldap/client Example 2: Forcing ldap_cachemgr to Reread the /var/ldap/ldap_client_file and /var/ldap/ldap_client_cred Files The following example shows how to force ldap_cachemgr to reread the /var/ldap/ldap_client_file and /var/ldap/ldap_client_cred files example# pkill -HUP ldap_cachemgr FILES
/var/ldap/cachemgr.log Default log file. /var/ldap/ldap_client_file Files containing the LDAP configuration of the client. These files are not to be modified manually. Their /var/ldap/ldap_client_cred content is not guaranteed to be human readable. Use ldapclient(1M) to update these files. WARNINGS
The ldap_cachemgr utility is included in the Solaris 9 release on an uncommitted basis only. It is subject to change or removal in a future minor release. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnisu | +-----------------------------+-----------------------------+ SEE ALSO
ldap(1), ldapadd(1), ldapdelete(1), ldaplist(1), ldapmodify(1), ldapmodrdn(1), ldapsearch(1), pkill(1), svcs(1), idsconfig(1M), ldapad- dent(1M), ldapclient(1M), suninstall(1M), svcadm(1M), signal.h(3HEAD), resolv.conf(4), attributes(5), smf(5) NOTES
The ldap_cachemgr service is managed by the service management facility, smf(5), under the service identifier: svc:/network/ldap/client Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. SunOS 5.10 1 Aug 2004 ldap_cachemgr(1M)
Man Page