Hi,<br><br>Few days back I have asked, how to boots domU in specific order so that a domU which providing smb (samba) shares to other domu boots before any other, I tried the approach of putting 'xm create xxx.cfg' in 
rc.local (not using xendomines script) and I have put 'sleep 15' so that first one got some extra time.<br><br>But apparently still few domUs sometime 1 or 2 boots before smb providing domU and unable to mount the share. Actaully samba domU have to start more services then other domU and this takes more time and i can't reduce these services on boot coz they are needed.
<br><br>I am wondering is there anything could be done at domUs side which are mounting these smb shares so that they tries again if they can't find the master from where they are mounting the shares.<br><br>may be something like ..
<br><br>while (mount_samba()==unsuccessful) { sleep(5) }<br><br>But I am not sure where to stick it :)<br><br>Here is the line from /etc/fstab we are using to mount smb share..<br><br>//Master-H/samba/domU-b /var/mounthere       cifs    username=xxxx-b,password=xxxxxxx 0 0
<br><br>Any suggestion will be greatly appreciated.<br><br>Thanks. Askar<br>