DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
echo "paths.pid=." > conf/environment.properties |
6. Set Console Proxy "public" IP
The console proxy service has to be made available at a "public" ip. Tell the management server the value of this ip by adding
...
| Code Block |
|---|
sed -e 's/com.cloud.consoleproxy.ConsoleProxyManagerImpl/com.cloud.consoleproxy.StaticConsoleProxyManager/g' ./client/target/generated-webapp/WEB-INF/classes/applicationContext.xml -i |
7. Restart the management server
6 8. Open the GUI, create a zone and add your secondary storage nfs://$NFS_IP/$NFS_EXPORT
7 9. Disable secondary storage and console proxy vms in the zone:
...
| Code Block |
|---|
updateZone id=1 details[0].key=enable.consoleproxy.vm details[0].value='False' details[1].key=enable.secstorage.vm details[1].value='False' |
710. Run the console proxy service:
...