--
You received this message because you are subscribed to the Google Groups "acis.p2p" group.
To post to this group, send email to aci...@googlegroups.com.
To unsubscribe from this group, send email to acisp2p+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/acisp2p?hl=en.
Hi David,I am working on creating a package which installs MPI on grid appliance. I followed the steps mentioned to install a base grid appliance. After installing grid-appliance-public-pool, the dns settings of the grid-appliance got changed. /etc/resolv.conf looked like this:root@ubuntu:~# cat /etc/resolv.conf# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTENnameserver 5.0.0.1search ipopI waited for around 10-15 minutes and even tried restarting /etc/init.d/grid_appliance.sh, but it did not help. But by restarting the VM, name resolution started working again. Now /etc/resolv.conf looked like:root@C021116098:/opt/grid_appliance/scripts# cat /etc/resolv.conf# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTENnameserver 5.0.0.1nameserver 172.16.243.2nameserver 192.168.146.1search ipop localdomainMy VM has two network adapters, one is host-only and the other is NAT.
Is the VM restart required or should I do anything else to get the dns name resolution working after installing the public-pool package?
Another problem I am facing is with the floppy. I used the empty floppy provided in the website. The VM was created using VMware player 3 and I configured the floppy to connect at start. But each time I start the machine, it complains that its not a bootable disk and I have to disconnect it. This causes th grid-appliance start script to mount the floppy internally (loop0). Do you know a work around to this problem?
The Grid Appliance you're mentioning is still in heavy development! So it looks like you've found a few issues for me, so let's see if we can't help each other out. Comments inlined.When did you last create the appliance. I think I resolved this in later code, though because I haven't formally announced anything, I haven't been updating version numbers. The reality, for IPOP, is that eventually it will need to support recursive lookups if there are no other dns servers listed in resolv.conf or if there is a broken resolv library. I've experienced both and you're experiencing the former, which seems to be a bug in Ubuntu 9.10. I suspect they are still smoothing things out with upstart. Anyway, this issue should have been resolved in newer grid appliances. Though in general, it doesn't hurt to reboot after installing all packages.
On 12/23/2009 04:29 PM, Arjun Prakash wrote:Hi David,I am working on creating a package which installs MPI on grid appliance. I followed the steps mentioned to install a base grid appliance. After installing grid-appliance-public-pool, the dns settings of the grid-appliance got changed. /etc/resolv.conf looked like this:root@ubuntu:~# cat /etc/resolv.conf# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTENnameserver 5.0.0.1search ipopI waited for around 10-15 minutes and even tried restarting /etc/init.d/grid_appliance.sh, but it did not help. But by restarting the VM, name resolution started working again. Now /etc/resolv.conf looked like:root@C021116098:/opt/grid_appliance/scripts# cat /etc/resolv.conf# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTENnameserver 5.0.0.1nameserver 172.16.243.2nameserver 192.168.146.1search ipop localdomainMy VM has two network adapters, one is host-only and the other is NAT.
Is the VM restart required or should I do anything else to get the dns name resolution working after installing the public-pool package?
Examine the bios and see if there is an option to specify the device or order used to boot, make sure the hard drive is ahead of the floppy. We will no longer be booting from floppy devices, they will simply be used for configuration.
Another problem I am facing is with the floppy. I used the empty floppy provided in the website. The VM was created using VMware player 3 and I configured the floppy to connect at start. But each time I start the machine, it complains that its not a bootable disk and I have to disconnect it. This causes th grid-appliance start script to mount the floppy internally (loop0). Do you know a work around to this problem?
Let me know what you find.
Regards,
David
--
You received this message because you are subscribed to the Google Groups "acis.p2p" group.
To post to this group, send email to aci...@googlegroups.com.
To unsubscribe from this group, send email to acisp2p+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/acisp2p?hl=en.