Oracle Audio Technologies E10898-02 User Manual

Page 86

Advertising
background image

Oracle VM Server Configuration File

B-4

Oracle VM Server User's Guide

(xend-tcp-xmlrpc-server-ssl-cert-file /etc/xen/xmlrpc.crt)

xend-port {port}

Sets the port Oracle VM Server should use for the HTTP interface if xend-http-server is
set. The default is

8000

.

(xend-port 8000)

xend-relocation-port {port}

Sets the port Oracle VM Server should use for the relocation interface if
xend-relocation-server is set. The default is

8002

.

(xend-relocation-port 8002}

xend-address {IPAddress}

Sets the IP address Oracle VM Server should listen on for HTTP connections if
xend-http-server is set. Setting to localhost prevents remote connections. Setting to an
empty string allows all connections. The default is an empty string.

(xend-address "localhost")

xend-relocation-address {IPAddress}

Sets the IP address Oracle VM Server should listen on for relocation-socket
connections if xend-relocation-server is set. Setting to localhost prevents remote
connections. Setting to an empty string allows all connections. The default is an empty
string.

(xend-relocation-address "localhost"}

xend-relocation-hosts-allow {[IPAddress | regular_expression] ...}

Sets the hosts allowed to talk to the relocation port. Setting to an empty string allows
all connections. Setting to a space separated series of regular expressions allows any
host with the domain name or IP address that matches any of the regular expressions.
The default is an empty string.

(xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$')

(xend-relocation-hosts-allow '')

(xend-relocation-hosts-allow '^localhost$')

console-limit {size}

Sets the limit in kilobytes of the console buffer. The default is

1024

.

(console-limit 2048)

network-script ’network-bridge {[netdev={name}] | [bridge={name}]}’

Sets the network bridge to use. The default is to use the default Ethernet device as the
outgoing interface.

(network-script 'network-bridge netdev=eth1')

(network-script 'network-bridge bridge=xenbr0')

(network-script 'network-bridge netdev=eth1 bridge=xenbr0')

(network-script my-network-bridge)

(network-script network-bridge)

vif-script {vif-bridge | vif-route | vif-nat}

Sets the script used to control virtual interfaces. The default is to use the value of
vif-bridge.

(vif-script vif-bridge)

(vif-script vif-route)

(vif-script vif-nat)

Advertising