112 lines
4.1 KiB
HTML
112 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=iso-8859-1">
|
|
<title>Windows Server installation advisor--Domain role</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 getData() {
|
|
//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
|
|
getData2();
|
|
}
|
|
}
|
|
}
|
|
|
|
function getData2() {
|
|
if (!isEmpty(parent.hidden.v1[49])) {
|
|
if (parseInt(parent.hidden.v1[49]) == 2) {
|
|
document.form1.rad[1].checked = true;
|
|
}
|
|
}
|
|
}
|
|
|
|
function onNext() {
|
|
//Save data
|
|
if (document.form1.rad[0].checked == true) {
|
|
parent.hidden.v1[49] = "1";
|
|
} else {
|
|
parent.hidden.v1[49] = "2";
|
|
}
|
|
//Next page
|
|
if (parseInt(parent.hidden.v1[5],10) == 1 && parseInt(parent.hidden.v1[3],10) == 3) { //basic install and hardware type is 2689
|
|
window.location = "rzahqadvisor25.htm";
|
|
} else {
|
|
window.location = "rzahqadvisor23.htm";
|
|
}
|
|
}
|
|
|
|
function onBack() {
|
|
if (parseInt(parent.hidden.v1[5],10) == 1 && parseInt(parent.hidden.v1[3],10) == 3) { //basic install and hardware type is 2689
|
|
window.location = "rzahqadvisor18.htm";
|
|
} else {
|
|
window.location = "rzahqadvisor21.htm";
|
|
}
|
|
}
|
|
|
|
//END NON-TRANSLATABLE
|
|
|
|
////////// -->
|
|
</script>
|
|
<link rel="stylesheet" type="text/css" href="../ic.css">
|
|
</head>
|
|
|
|
<body onLoad="getData()">
|
|
<h2>Windows Server installation advisor</h2>
|
|
<strong>Domain role</strong>
|
|
<form name="form1">
|
|
<p>Specify the role performed by this network server.</p>
|
|
<p>A network server is a stand-alone or member server that provides
|
|
services such as printing or e-mail to client computers but does not control
|
|
access. To change the domain role to or from
|
|
server, you can promote or demote the server. You do not need to reinstall
|
|
Windows.</p>
|
|
<p>If the network server is a domain controller, it manages user access between servers and clients.
|
|
To complete the installation of a
|
|
domain controller, you must promote the server using the <tt>Windows
|
|
DCPROMO</tt> command once the INSWNTSVR command has
|
|
completed.</p>
|
|
<p>Choose which role the network server will perform:</p>
|
|
<table>
|
|
<tr>
|
|
<td> </td>
|
|
<td><input type="radio" name="rad" id="server" value="server" checked><label for="server">Server</label></td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td><input type="radio" name="rad" id="dmnctl" value="dmnctl"><label for="dmnctl">Domain controller</label></td>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
<center>
|
|
<input type="button" value="<< Back" onClick="onBack()">
|
|
<input type="button" value="Next >>" onClick="onNext()">
|
|
</center>
|
|
</form>
|
|
</body>
|
|
</html>
|