Differences between revisions 2 and 3
Revision 2 as of 2013-08-16 05:42:40
Size: 667
Editor: frank
Comment:
Revision 3 as of 2013-08-16 06:42:57
Size: 660
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * ovm-template-config enable-initial-config  * service ovmd enable-initial-config

Oracle VM Template configuration

  • Packages
    Oracle Addon repo
    # yum install libovmapi xenstoreprovider ovmd \
          ovm-template-config \
          ovm-template-config-authentication \
          ovm-template-config-datetime \
          ovm-template-config-firewall \
          ovm-template-config-network \
          ovm-template-config-selinux \
          ovm-template-config-ssh \
          ovm-template-config-system \
          ovm-template-config-user
  • Create script /etc/template.d/myscript
  • ovm-chkconfig --add myscript
  • ovmd -s cleanup
  • service ovmd enable-initial-config
  • history -c
  • power off
  • clone to VM template

Tech/OVMtemplate (last edited 2013-08-16 06:42:57 by frank)