Xen hosts password change
It looks like this info is now stored in the host_detail table.
You will need to
update host_detail set value = <new password hash> where host_id = <your host's id> and name = 'password';
I'm not sure what hash technique is used, unfortunately. If you have another host with the right password, you might be able to copy its value.
--Mike





