Long story short my I was doing something in my lab and didn't snapshot my vCD server ahead of time. My global.properties and responses.properties files were overwritten. When I try to run /opt/vmware/vcloud-director/bin/configure I receive the following message
Error: Response file is required to configure this cell
Please use the response file created by the first cell configuration
and rerun the $VCLOUD_HOME/bin/configure command with -r option
supplying the full pathname to the response file as the argument to that option.
Is it possible to recreate global.properties and/or responses.properties by hand? I know the passwords for things like my SQL DB and java keystore. I don't know the encrypted versions of the passwords that would show up in responses.properties.
I think if I have no other way out I could copy keystores from my production vCD server and the encrypted passwords from global.properties to my lab, but wanted to check if its possible to recreate my global.properties and responses.properties first.