Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The OpenNebula Cloud Toolkit Table 9. $ onevm list ID 3 USER oneadmin NAME myttyser STAT runn CPU 0 MEM 65536 HOSTNAME localhost TIME 00 00:06:49 Note: If the STAT attribute is not runn the logs can contain error messages about why it did not boot. These logs are located in /var/log/ one/<id>/vm.log (vm specific log) and /var/log/one/oned.log. $ onevnet create small_network. net Modifying the Template The VM template just downloaded, ttylinux.one, has a few parameters that should be adjusted: 1. 2. 3. 4. source = "/path/to/ttylinux.img", files = "/path/to/init.sh /path/to/id_dsa.pub", username = "opennebula" ip_public = "x.x.x.x" By now, the VM should be up and running (see Table 9). We can ssh into the VM. The user is root and the password is password: $ ssh root@192.168.1.6 Warning: Permanently added 192.168.1.6 (RSA) to the list of known hosts. root@192.168.1.6s password: Chop wood, carry water. #