Differences between revisions 1 and 2
Revision 1 as of 2013-08-16 05:02:17
Size: 460
Editor: frank
Comment:
Revision 2 as of 2013-08-16 05:42:40
Size: 667
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 * Create script /etc/template.d/myscript
 {{{
}}}
 * ovm-chkconfig --add myscript
 * ovmd -s cleanup
 * ovm-template-config enable-initial-config
 * history -c
 * power off
 * clone to VM template

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
  • ovm-template-config enable-initial-config
  • history -c
  • power off
  • clone to VM template

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