Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cvcd(1m) [opensolaris man page]

cvcd(1M)						  System Administration Commands						  cvcd(1M)

NAME
cvcd - virtual console daemon SYNOPSIS
/platform/platform_name/cvcd [-a auth] [-e encr] [-u esp_auth] DESCRIPTION
The virtual console daemon, cvcd, is a server process that supports the network console provided on some platforms. The cvcd daemon accepts network console connections from a remote host (only one host at any given time). Console input is read from this connection and forwarded to cvc(7D) by way of cvcredir(7D). Similarly, console output is read from cvcredir(7D) and forwarded across the network console connection. If cvcd dies, console traffic is automatically rerouted through an internal hardware interface. The cvcd daemon normally starts at system boot time. Each domain supports only one cvcd process at a time. Caution - On Sun Enterprise 10000 domains, cvcd uses a configuration file (/etc/ssphostname) to determine the name of the host from which network console connections are allowed. If the remote console host is renamed, you must edit the configuration file to reflect that change. The cvcd daemon supports per-socket IP Security Architecture (IPsec) through the options described below. See ipsec(7P). OPTIONS
The cvcd daemon supports the options listed below. -a auth Controls the IPsec Authentication Header (AH) algorithm. auth can be one of none, md5, or sha1. -e encr Controls the IPsec Encapsulating Security Payload (ESP) encryption algorithm. encr can be one of none, des, or 3des. -u esp_auth Controls the IPsec Encapsulating Security Payload (ESP) authentication algorithm. esp_auth can be one of none, md5, or sha1. OPERANDS
The following operands are supported: platform_name The official Sun platform name used in packaging and code. For example, for Sun Fire 15K servers, the platform_name would be SUNW,Sun-Fire-15000. EXAMPLES
Example 1 Setting an IPSec Option The command below sets the value of the IPsec Authentication Header algorithm to md5. As a result of this command, cvcd will use the HMAC- MD5 authentication algorithm. # svccfg -s svc:/system/cvc setprop cvc/ah_auth = "md5" # svccfg -s svc:/system/cvc setprop cvc/esp_encr = "none" # svccfg -s svc:/system/cvc setprop cvc/esp_auth = "none" # svcadm refresh svc:/system/cvc ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |Sun Enterprise 10000 | | |servers, Sun Fire High-End | | |Systems | +-----------------------------+-----------------------------+ |Availability |SUNWcvc.u | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), svcadm(1M), svccfg(1M), services(4), attributes(5), smf(5), cvc(7D), cvcredir(7D), ipsec(7P) Sun Enterprise 10000 SSP Reference Manual System Management Services (SMS) Reference Manual NOTES
The cvcd service is managed by the service management facility, smf(5), under the fault management resource identifier (FMRI): svc:/system/cvc Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M) or svc- cfg(1M). The service's status can be queried using the svcs(1) command. SunOS 5.11 9 Mar 2006 cvcd(1M)

Check Out this Related Man Page

cvc(7D)                                                               Devices                                                              cvc(7D)

NAME
cvc - virtual console driver DESCRIPTION
The cvc virtual console driver is a STREAMS-based pseudo driver that supports the network console. The cvc driver interfaces with con- sole(7D). Logically, the cvc driver sits below the console driver. It redirects console output to the cvcredir(7D) driver if a network console con- nection is active. If a network console connection is not active, it redirects console output to an internal hardware interface. The cvc driver receives console input from cvcredir and internal hardware and passes it to the process associated with /dev/console. NOTES
The cvc facility supersedes the SunOS wscons(7D) facility, which should not be used in conjunction with cvc. The wscons driver is use- ful for systems with directly attached consoles (frame buffers and keyboards), but is not useful with platforms using cvc, which have no local keyboard or frame buffer. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+--------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+--------------------------------------+ |Architecture |Sun Enterprise 10000 servers, Sun | | |Fire 15000 servers | +--------------------+--------------------------------------+ |Availability |SUNWcvc.u | +--------------------+--------------------------------------+ SEE ALSO
cvcd(1M), attributes(5), console(7D), cvcredir(7D), wscons(7D) Sun Enterprise 10000 SSP Reference Manual Sun System Management Services (SMS) Reference Manual SunOS 5.10 15 Sep 2000 cvc(7D)
Man Page