Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xapi(1) [debian man page]

XCP-XAPI(1)							   User Commands						       XCP-XAPI(1)

NAME
xcp-xapi - XCP's XenAPI server DESCRIPTION
The Xen Cloud Platform (XCP) is an open source enterprise-ready server virtualization and cloud computing platform, with support for a range of guest operating systems, Linux network and storage support. XCP addresses the needs of cloud providers, hosting services and data centers by combining the isolation and multitenancy capabilities of the Xen hypervisor with enhanced security, storage and network virtualization technologies to offer a rich set of virtual infrastructure cloud services. The platform also address user requirements for security, availability, performance and isolation across both private and public clouds. XCP consolidates server workloads, enables savings in power, cooling, and management costs and thus contributing to environmentally sus- tainable computing, an increased ability to adapt to ever-changing IT environments, an optimized use of existing hardware, and an improved level of IT reliability. This is the XenAPI server, which provides the control plane for XCP hosts and resource pools. To manage the XenAPI server, you should use either the XML-RPC based API, the xe command line tool, or a graphical user interface such as OpenXenManager. SYNOPSIS
-daemon run as a daemon in the background -config set config file to use -logconfig set log config file to use -writereadyfile touch specified file when xapi is ready to accept requests -writeinitcomplete touch specified file when xapi init process is complete -nowatchdog turn watchdog off, avoiding initial fork -setdom0mem (ignored) -dom0memgradient (ignored) -dom0memintercept (ignored) -onsystemboot indicates that this server start is the first since the host rebooted -noevents turn event thread off for debugging -leaves crashed guests undestroyed -dummydata populate with dummy data for demo/debugging purposes -version show version of the binary -help Display this list of options --help Display this list of options SEE ALSO
The full documentation for xcp-xapi is maintained as a Texinfo manual. If the info and xcp-xapi programs are properly installed at your site, the command info xcp-xapi should give you access to the complete manual. xcp-xapi version 1.3 December 2011 XCP-XAPI(1)

Check Out this Related Man Page

BCMXCP(8)							    NUT Manual								 BCMXCP(8)

NAME
bcmxcp - Driver for UPSes supporting the serial BCM/XCP protocol NOTE
This man page only documents the hardware-specific features of the bcmxcp driver. For information about the core driver, see nutupsdrv(8). SUPPORTED HARDWARE
This driver should recognize all serial BCM/XCP-compatible UPSes. It has been developed and tested on Powerware PW5115 and PW9120 hardware. If your UPS has a USB connection, you may also consult the bcmxcp_usb(8) driver documentation. EXTRA ARGUMENTS
This driver supports the following optional settings in the ups.conf(5). shutdown_delay=delay The number of seconds that the UPS should wait between receiving the shutdown command (upsdrvctl shutdown) and actually shutting off. baud_rate=rate Communication speed for the UPS. If this is set to 9600, it tries to connect to the UPS at 9600bps. If it fails to communicate, it will go into baud-hunting. It starts at 1200 and goes up to 19200. If it succeeds, it tell you the speed it connected with. If not included in the config, it defaults to baud-hunting. DEFAULT VALUES FOR THE EXTRA ARGUMENTS
o shutdown_delay = 120 o baud_rate = none INSTANT COMMANDS
This driver supports the following Instant Commands: shutdown.return Turn off the load and return when power is back. shutdown.stayoff Turn off the load and remain off. test.battery.start Start a battery test. outlet.n.shutdown.return Turn off the load on outlet n and return when power is back. (n is the outlet number reported by the upsc command) TODO LIST
Report UPS statistics information BCM/XCP supports reporting of UPS statistics data. Change settings Access the config register to change settings. BUGS
None known. AUTHOR
Tore Orpetveit <tore@orpetveit.net> SEE ALSO
The core driver: nutupsdrv(8) The USB BCM/XCP driver: bcmxcp_usb(8) Internet resources: The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ Network UPS Tools 05/21/2012 BCMXCP(8)
Man Page