A SERVICE OF

logo

ESX Server 3 and VirtualCenter Installation Guide
104 VMware, Inc.
Afteryousetupthescript,youcanuseittoinstallESX Serverfilesineitherofthe
followingways:
FromtheESX ServerCDinthelocalCDROMdriveofthenewsystem.
Acrossthenetwork,usinginstallationfilesthatarehostedonaremoteserver.
Enabling Scripted Installation
AfteryouinstallESX Serveronasystem,youmustenablethescriptedinstallation
featurebeforeyoucanuseWebAccesstocreateaninstallationscript.
To enable scripted installation
1LogintotheESX Serverserviceconsoleasroot.
2Openthefollowingfileinatexteditorsuchasvi:
/usr/lib/vmware/webAccess/tomcat/apache-tomcat-5.5.17/webapps/ui
/WEB-INF/struts-config.xml
3 Locatethescriptedsection.
4 Commentout
thelinereading:
<action path="/scriptedInstall"
type="org.apache.struts.actions.ForwardAction"
parameter="/WEB-INF/jsp/scriptedInstall/disabled.jsp" />
5 Uncommentthefollowinglines:
<!--
<action path="/scriptedInstall"
type="com.vmware.webcenter.scripted.ProcessAction">
<forward name="scriptedInstall.form1"
path="/WEB-INF/jsp/scriptedInstall/form1.jsp" />
<forward name="scriptedInstall.form2"
path="/WEB-INF/jsp/scriptedInstall/form2.jsp" />
<forward name="scriptedInstall.form3"
path="/WEB-INF/jsp/scriptedInstall/form3.jsp" />
<forward name="scriptedInstall.form4"
path="/WEB-INF/jsp/scriptedInstall/form4.jsp" />
<forward name="scriptedInstall.form5"
path="/WEB-INF/jsp/scriptedInstall/form5.jsp" />
<forward name="scriptedInstall.form6"
path="/WEB-INF/jsp/scriptedInstall/form6.jsp" />
<forward name="scriptedInstall.form7"
path="/WEB-INF/jsp/scriptedInstall/form7.jsp" />
</action>
-->