JiraRMI: version 1.2.0 released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JiraRMI: version 1.2.0 released
# 1  
Old 08-22-2008
JiraRMI: version 1.2.0 released

JiraRMI is a plug-in that exposes much of Jiraâ??s core functions over RMI allowing for rich integration between Jira and Java applications. JiraRMI is similar to the Jira RPC (SOAP) plug-in, although more efficient and richer in functionality.
ImageImage

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
powerman.conf(5)                                                     powerman                                                     powerman.conf(5)

NAME
powerman.conf - configuration file for PowerMan DESCRIPTION
The powerman.conf file typically includes one or more of the remote power controller (RPC) device files provided in the /etc/powerman directory; sets a few global options; instantiates RPC devices with unique names, hostnames, and ports; and maps node names to RPC's and plug numbers. Network-attached RPC's are instantiated with device lines of the form: device "name" "type" "host:port" Serial-attached RPC's are instantiated with device lines of the form: device "name" "type" "special file" "flags" where special file is the full path to a tty device, and flags is a serial parameter specification in a form similar to that used by lilo, e.g. "9600,8n1". RPC's that are accessed via coprocesses are instantiated as follows: device "name" "type" "process |&" where process is the full path to a process whose standard output and input will be controlled by powerman, e.g. "/usr/bin/conman -Q -j rpc0 |&". EXAMPLE
The following example is a 16-node cluster that uses two 8-plug Baytech RPC-3 remote power controllers. include "/etc/powerman/baytech.dev" # include def for "baytech" RPC tcpwrappers yes # enable TCP wrappers # listen "0.0.0.0:10101" # uncomment to listen on all interfaces # Alias example - alias can be used in target specifications alias "pengra_service" "pengra[0-1]" alias "pengra_compute" "pengra[2-15]" # Power controller: device <name> <type> <hostname:port> [<flags>] device "pow0" "baytech" "pow0:23" # instantiate pow0 device "pow1" "baytech" "pow1:23" # instantiate pow1 # Plugs: node <name> <device> [<plug>] node "pengra[0-7]" "pow0" "[1-8]" # map pengra0...pengra7 to pow0 plug 1-8 node "pengra[8-15]" "pow1" "[1-8]" # map pengra8...pengra15 to pow1 plug 1-8 FILES
/etc/powerman/powerman.conf /etc/powerman/*.dev ORIGIN
PowerMan was originally developed by Andrew Uselton on LLNL's Linux clusters. This software is open source and distributed under the terms of the GNU GPL. SEE ALSO
powerman(1), powermand(8), httppower(8), plmpower(8), vpcd(8), powerman.conf(5), powerman.dev(5), powerman-devices(7). http://sourceforge.net/projects/powerman powerman-2.3.5 2009-02-09 powerman.conf(5)