cfg_connect man page on Tru64

Man page or keyword search:  
man Server   12896 pages
apropos Keyword Search (all sections)
Output format
Tru64 logo
[printable version]

cfg_connect(3)							cfg_connect(3)

NAME
       cfg_connect  -  connect	to  the	 configuration	management server on a
       remote host

SYNOPSIS
       #include <cfg.h>

       cfg_status_t cfg_connect(
	       caddr_t host,
	       cfg_handle_t *handle,
	       unsigned int flags );

LIBRARY
       Configuration Management Library (libcfg.a)

PARAMETERS
       Specifies the name of the host system to be configured.	Returns a con‐
       nection handle that you use in other calls to the configuration manage‐
       ment library.  This handle is a structure that identifies the means  of
       communication between your application and the configuration management
       server.	Specifies flags to the connection. Currently,  one  option  is
       supported.   CFG_FLAG_VERBOSE  requests	that the system display status
       information to the application user during the processing  of  routines
       in  the	configuration  management library.  This flag is normally used
       only for debugging your application.

DESCRIPTION
       Before your application can perform operations on remote kernel subsys‐
       tems,  it must call the cfg_connect() routine. This routine invokes the
       configuration management server and  establishes	 a  socket  connection
       between	the server and your application.  The routine returns the han‐
       dle parameter, which identifies	the  socket  connection	 between  your
       application  and	 the  remote configuration management server. You must
       pass the handle in calls to other libcfg routines.

       For local operations, you do not need to establish a connection to  the
       configuration  management  server,  so  you  do	not  need  to call the
       cfg_connect() routine.

RETURN VALUES
       Upon successful completion, cfg_connect()  returns  CFG_SUCCESS.	 Other
       return  values  indicate	 that  an error has occurred.  For information
       about handling return values from routines in the configuration manage‐
       ment library, see libcfg(3).

EXAMPLES
       The  following example illustrates the use of the cfg_connect() library
       routine:

       cfg_status_t	       retval; cfg_handle_t	       handle;

       retval = cfg_connect("madmax", &handle, 0);

       if (retval != CFG_SUCCESS)
	  print_error(retval);

       In this example, the cfg_connect() call attempts to establish a connec‐
       tion  between  your application and the configuration management server
       on host madmax. If successful, the call	returns	 data  describing  how
       your  application  will	communicate  with the configuration management
       server. If the return value is not CFG_SUCCESS, the  application	 calls
       the  print_error()  routine,  which  displays  an  error	 message. (The
       print_error() routine is not part of the libcfg library. For an example
       of this routine, see libcfg(3).)

SEE ALSO
       Commands: cfgmgr(8), sysconfig(8)

       Routines: cfg_disconnect(3), libcfg(3)

								cfg_connect(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server Tru64

List of man pages available for Tru64

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net