Oracle Audio Technologies E10898-02 Xend-port port, Xend-relocation-port port, Console-limit size

Models: E10898-02

1 88
Download 88 pages 54.26 Kb
Page 66
Image 66

Oracle VM Server Configuration File

(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)

B-4Oracle VM Server User’s Guide

Page 66
Image 66
Oracle Audio Technologies E10898-02 Xend-port port, Xend-relocation-port port, Xend-address IPAddress, Console-limit size