I have Redhat 6.10 Synchronizer Server and xen client device setup. I am able to download updates via a manager software which run on xen client device.
But each time I want to download the update.tar
- I restart the apache and then client xen device.
- or I have to reboot the xen client device which I want to update then it downloads.
But sometimes even on xen client device reboot the update.tar wont download. xen-client: downloading ....and it just keeps downloading without downloading it. It times out. I believe that for the update to download on the xen client device just restarting the xen client or invoking the client service should be enough. There should be no need to restart apache and then restart the xen-vm-client.
I am not able to download without restarting the httpd server. ie I have to run 'service httpd restart' and then immediately 'xen-vm-client reboot' . But without this I am not able to download the update.tar by just firing 'xen-vm-client reboot' on Xen. I have to restart httpd and then xen client device for it to download.
I had an issue with Redhat 6.10. After 'yum install httpd' and rebooting redhat it wont boot up. And then after debugging through the boot process, I figure out that httpd service running at different runlevels on boot stops redhat from booting up. So had to chkconfig httpd off chkconfig httpd --del This fixed the issue of httpd at runlevels hanging the redhat bootup. But I think this could be the reason why I have to restart httpd to get the update to download. Otherwise if I reboot the xen client device it downloads without a httpd restart. So any hints/ideas are really appreciated.
Please give me some understanding about why this is happening and how this can be solved if you know. Once again grateful for all the help. Regards Shraddha
Next what I ll try is 'chkconfig httpd on' this might again cause the redhat to hangup on booting. And thus I may have to reinstall the entire Synchronizer redhat 6.10 setup. Or still trying to investigate about the issue.