WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Get parameters from dom0 to domu on domu start

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Get parameters from dom0 to domu on domu start
From: "eugene.istomin" <eugene.istomin@xxxxxxxxx>
Date: Wed, 27 Jul 2011 01:27:10 -0700 (PDT)
Delivery-date: Wed, 27 Jul 2011 08:16:20 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello, 

I have a question about dom0<->domu xenstore interaction.

Assume, we have some pv domu with some logic inside 
(like
"if grep -Fxq "echo noop > \/sys\/block\/$DISK\/queue\/scheduler" 
$INIT_BOOTLOCAL 
then 
  echo "$DISK exist in $INIT_BOOTLOCAL" 
else 
  echo "echo noop > \/sys\/block\/$DISK\/queue\/scheduler" >> 
$INIT_BOOTLOCAL 
fi "
)

'Cos of many gw/mtu/zabbix/bacula parameters we need to know all of this 
parameters on domu side before init 1. Assume we have some xenstore custom 
structure in xenstore, that describes thoose parameters.

Is it possible to run some custom script from dom0 on domu start which:
1) get some extra info form config file (network name, domain name, etc)
2) copy some parameters from one xenstore tree (custom) to another 
(/local/$domid)?

AFAK 1) is resolved by extra=".." in xm/xl config
What about 2)?

-- 
Best regards,
Eugene Istomin

--
View this message in context: 
http://xen.1045712.n5.nabble.com/Get-parameters-from-dom0-to-domu-on-domu-start-tp4637969p4637969.html
Sent from the Xen - User mailing list archive at Nabble.com.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>