ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahq_5.4.0.1/rzahqadvisor5.htm

108 lines
4.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
<html>
<head>
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<title>Windows Server installation advisor--Installation type</title>
<script language="Javascript" type="text/javascript" src="rzahqadvcommon.js"></script>
<script type="text/javascript" language="javascript">
<!-- // Hide script from older browsers
//START NON-TRANSLATABLE
//Obtain name of HTML file in parent frame.
var parentDir = parent.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
var parentUrl = parent.window.location.href.substring(parentDir.length,parent.window.location.href.length+1);
if (parentUrl.indexOf("#") >= 0) { parentUrl = parentUrl.substring(0,parentUrl.indexOf("#"));}
function checkFrame() {
//Is the hidden frame already loaded with the correct html?
if (parentUrl != "rzahqadvisor1.htm") {
window.location = "rzahqadvisor1.htm"; //load advisor frameset
return;
} else {
//Obtain name of HTML file in hidden frame.
var hiddenDir = parent.hidden.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
var hiddenUrl = parent.hidden.window.location.href.substring(hiddenDir.length,parent.hidden.window.location.href.length+1);
if (hiddenUrl.indexOf("#") >= 0) { hiddenUrl = hiddenUrl.substring(0,hiddenUrl.indexOf("#"));}
if (hiddenUrl != "rzahqadvhidden.htm") {
//Correct HTML not loaded, load it
parent.hidden.window.location = "rzahqadvhidden.htm";
} else { //already loaded
getData();
}
}
}
function getData() {
if (!isEmpty(parent.hidden.v1[5])) {
if (parseInt(parent.hidden.v1[5]) == 2) {
document.form1.rad[1].checked = true;
}
}
}
function onNext() {
//Save data
if (document.form1.rad[0].checked == true) {
parent.hidden.v1[5] = "1";
} else {
parent.hidden.v1[5] = "2";
}
//Next page
if (parent.hidden.v1[3] == "iSCSI") {
parent.hidden.v1[6] = "1"; //iSCSI must be Windows 2003
window.location = "rzahqadvisor7.htm"; //skip windows version page
} else {
window.location = "rzahqadvisor6.htm";
}
}
function onBack() {
if (parent.hidden.v1[3] == "iSCSI") {
if (parseInt(parent.hidden.v1[117],10) == 1) { //existing remote system configuration
window.location = "rzahqadvisor3g.htm";
} else {
window.location = "rzahqadvisor3p.htm";
}
} else {
window.location = "rzahqadvisor4.htm";
}
}
//END NON-TRANSLATABLE
////////// -->
</script>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body onLoad="checkFrame()">
<h2>Windows Server installation advisor</h2>
<strong>Installation type</strong>
<p>The installation type specifies the type of installation to perform, either full or basic.</p>
<p>A basic installation is available when installing on an
externally attached xSeries or BladeCenter server. The early part of the installation process is controlled by the
Install Windows Server (INSWNTSVR) command. The installation is completed by the ServerGuide installation process.</p>
<p>A full installation process is controlled by the (INSWNTSVR)
command. This type of installation is optional when installing on an
external xSeries server attached by an Integrated xSeries Adapter or an xSeries or BladeCenter server attached by an iSCSI host bus adapter.</p>
<form name="form1">
<p>What type of installation do you want?</p>
<blockquote>
<input type="radio" name="rad" value="basic" id="basic"><label for="basic">Basic</label>
<br><br>
<input type="radio" id="full" checked value="full" name="rad"><label for="full">Full</label>
</blockquote>
<br>
<center>
<input type="button" value="&lt;&lt; Back" onClick="onBack()">
<input type="button" value="Next &gt;&gt;" onClick="onNext()">
</center>
</form>
</body>
</html>