Hi,
I'm having some trouble getting a virtual frontend installed on my physical frontend. When I run "rocks add cluster", I see messages that make me think something is wrong at the very start (note: the 0 is because this cluster will have a VM for a frontend, and physical appliances):
[root@my-fe ~]# rocks add cluster
vfe.example.edu xxx.xxx.xxx.xxx 0 vlan=xxxx
close failed: [Errno 32] Broken pipe
close failed: [Errno 32] Broken pipe
close failed: [Errno 32] Broken pipe
lost connection
lost connection
lost connection
lost connection
lost connection
created frontend VM named: frontend-0-0-0
After this, I (skeptically) tried starting the frontend, and saw an error about Xen not being able to access a disk:
[root@my-fe ~]# rocks start host vm
vfe.example.edu install="yes"
lost connection
Traceback (most recent call last):
File "/opt/rocks/bin/rocks", line 264, in ?
command.runWrapper(name, args[i:])
File "/opt/rocks/lib/python2.4/site-packages/rocks/commands/__init__.py", line 1774, in runWrapper
self.run(self._params, self._args)
File "/opt/rocks/lib/python2.4/site-packages/rocks/commands/start/host/vm/__init__.py", line 443, in run
self.bootVM(physhost, host, xmlconfig)
File "/opt/rocks/lib/python2.4/site-packages/rocks/commands/start/host/vm/__init__.py", line 392, in bootVM
hipervisor.createLinux(xmlconfig, 0)
File "/usr/lib64/python2.4/site-packages/libvirt.py", line 974, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirt.libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: Disk isn't accessible")
[root@my-fe ~]#
Since I'm not sure where the Xen roll wants to store the VM images by default, here's some ouptut from df, to show that I only have space under /export (/state/partition1 doesn't exsit on frontends, normally).
[root@my-fe ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 31G 12G 19G 39% /
/dev/sda5 200G 7.6G 182G 4% /export
/dev/sda2 31G 11G 19G 37% /var
tmpfs 12G 0 12G 0% /dev/shm
tmpfs 5.8G 0 5.8G 0% /var/lib/ganglia/rrds
none 12G 104K 12G 1% /var/lib/xenstored
[root@my-fe ~]#
I tried this on two similar frontends, and got the same results both times. As always, any help is appreciated.
Thanks,
Rick
--
You received this message because you are subscribed to the Google Groups "Rocks Clusters" group.
To post to this group, send email to
rocks-c...@googlegroups.com.
To unsubscribe from this group, send email to
rocks-cluster...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rocks-clusters?hl=en.