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

146 lines
6.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--Service processor security</title>
<script language="Javascript" type="text/javascript" src="rzahqadvcommon.js"></script>
<script language="Javascript" type="text/javascript" src="../rzahg/iccommon.js"></script>
<script type="text/javascript" language="Javascript">
<!-- // Hide script from older browsers
var errMess = "Enter a valid compare value. The first character must be a letter (A-Z), dollar sign ($), pound sign (#), or 'at' sign (@). The remaining characters can contain these characters as well as digits (0-9), underscores (_), and periods (.).";
//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[110])) { //value stored for main radio
document.form1.rad[parseInt(parent.hidden.v1[110],10)].checked = true;
if (parseInt(parent.hidden.v1[110],10) == 2) {
if (!isEmpty(parent.hidden.v1[111])) { //value stored sub radio buttons
document.form1.rad2[parseInt(parent.hidden.v1[111],10)].checked = true;
}
if (!isEmpty(parent.hidden.v1[112])) { //value stored sub radio buttons
document.form1.cvalue.value = parent.hidden.v1[112];
}
}
}
}
function onNext() {
//Save data
if (document.form1.rad[0].checked == true) parent.hidden.v1[110] = 0;
if (document.form1.rad[1].checked == true) parent.hidden.v1[110] = 1;
if (document.form1.rad[2].checked == true) {
parent.hidden.v1[110] = 2;
if (document.form1.rad2[0].checked == true) parent.hidden.v1[111] = 0;
if (document.form1.rad2[1].checked == true) parent.hidden.v1[111] = 1;
if (document.form1.rad2[2].checked == true) parent.hidden.v1[111] = 2;
if (!isEmpty(document.form1.cvalue.value) && isValidName(document.form1.cvalue.value)) {
parent.hidden.v1[112] = document.form1.cvalue.value;
} else {
alert(errMess);
return;
}
} else {
parent.hidden.v1[111] = "";
parent.hidden.v1[112] = "";
}
if (document.form1.rad[0].checked == true) { //none
window.location = "rzahqadvisor3g.htm"; //next page
} else {
window.location = "rzahqadvisor3f.htm"; //next page
}
}
function onBack() {
if (parent.hidden.v1[105] == 0)
window.location = "rzahqadvisor3b.htm";
else
window.location = "rzahqadvisor3c.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>Service processor security</strong>
<p>If the i5/OS to service processor connection uses a network that is shared by other systems,
then the connection should be secured. You can have i5/OS automatically set up a certificate and
the service processor user and password or you can set them up manually. If the user and certificate
were previously set up on the service processor, you can also specify that the install command should
synchronize the certificate and store it in i5/OS for use by the service processor configuration.</p>
<form name="form1">
<p>What service processor security initialization method do you want to use?</p>
<p>
<blockquote>
<input type="radio" name="rad" value="nope" id="nope"><label for="nope">Do not use a certificate (requires physical security)</label><br><br>
<input type="radio" name="rad" value="auto" id="auto"><label for="auto">Automatically set up user and certificate</label><br><br>
<input type="radio" name="rad" checked value="manual" id="manual"><label for="manual">Manually set up user and certificate:</label><br>
<blockquote>
<table>
<tr>
<td>Component:</td>
<td><input type="radio" name="rad2" checked value="common" id="common" onClick="selectRadio(2);"><label for="common">Common name</label>&nbsp;&nbsp;&nbsp;
<input type="radio" name="rad2" value="email" id="email" onClick="selectRadio(2);"><label for="email">E-mail address</label>&nbsp;&nbsp;&nbsp;
<input type="radio" name="rad2" value="organ" id="organ" onClick="selectRadio(2);"><label for="organ">Organizational unit</label></td>
</tr>
<tr>
<td><label for="cvalue">Compare value:</label></td>
<td><input type="text" name="cvalue" id="cvalue" maxlength="255" size="50" onFocus="selectRadio(2);"></td>
</tr>
</table>
</blockquote>
</blockquote>
</p>
<br><br>
<center>
<input type="button" value="&lt;&lt; Back" onClick="onBack()">
<input type="button" value="Next &gt;&gt;" onClick="onNext()">
</center>
</form>
</body>
</html>