ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaiu_5.4.0.1/rzaiuindependent.htm

151 lines
4.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<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. -->
<title>Customized backup checklist: independent disk pools</title>
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
<script type="text/javascript" language="Javascript">
<!-- //////////
var cookieMess = "This interview uses a cookie to function. Ensure you are using a browser that supports cookies and that cookies are enabled.";
var noSelect = "Select Yes or No and then click Next.";
//START NON-TRANSLATABLE
var noVal = "zzzz";
function getCookieData(label) {
var labelLen = label.length;
var cLen = document.cookie.length;
var i=0;
var cEnd;
while (i < cLen) {
var j = i + labelLen;
if (document.cookie.substring(i,j) == label) {
cEnd = document.cookie.indexOf(";",j);
if (cEnd == -1) {
cEnd = document.cookie.length;
}
return unescape(document.cookie.substring(j+1,cEnd));
}
i++
}
//if they reach this point, no cookie data was found
return(noVal);
}
function storeCookieData(storeValue) {
re = /\s*/;
var newStoreValue = "";
a = getCookieData("gosaveint");
if (a != storeValue) {
s2 = storeValue.split(re);
s2[52] = "x";
for (var i=0; i < s2.length; i++) {
newStoreValue = newStoreValue + s2[i];
}
storeValue = newStoreValue;
}
var exp = new Date();
var oneYearFromNow = exp.getTime() + (365 * 24 * 60 * 60 * 1000);
exp.setTime(oneYearFromNow);
document.cookie = "gosaveint=" + storeValue + ";expires=" + exp.toGMTString();
}
function loadValue() {
re = /\s*/;
a = getCookieData("gosaveint");
if (a == noVal) { //no data in cookie or cookie DNE
window.location = "rzaiubackup_welcome.htm";
} else {
a2 = a.split(re);
z = a2[4];
if (z == noVal) {
return;
} else {
if (z == 0) {
document.forma.independent[0].checked = true;
} else {
if (z == 1) {
document.forma.independent[1].checked = true;
}
}
}
}
}
function onBack() {
window.location="rzaiuiseries_access.htm";
}
function onNext() {
window.location="clusters.htm";
re = /\s*/;
var cookiestring = "";
var nextPage = "rzaiuclusters.htm";
a = getCookieData("gosaveint");
if (a == noVal) {
alert(cookieMess);
return;
}
a2 = a.split(re);
if (document.forma.independent[0].checked) {
a2[4] = 0;
nextPage = "rzaiuclusters.htm"
} else {
if (document.forma.independent[1].checked) {
a2[4] = 1;
nextPage = "rzaiumqseries.htm"
} else {
alert(noSelect);
return;
}
}
for (var i=0; i < a2.length; i++) {
cookiestring = cookiestring + a2[i];
}
storeCookieData(cookiestring);
window.location = nextPage;
}
//END NON-TRANSLATABLE
//////////-->
</script>
</head>
<BODY onload="loadValue()">
<H2>Customize your GO SAVE backup instructions</H2>
<noscript><p>This online interview uses JavaScript<SUP>(TM)</SUP> to function. Ensure you are using a browser that supports
JavaScript and that JavaScript is enabled.</p></noscript>
<p>An independent disk pool is a collection of disk units that can be brought online or taken offline independent of the rest
of the storage on a system. If you have the necessary authority, you can check whether independent disk pools are configured on your
system.
<p>In iSeries Navigator expand your iSeries server --> <strong>Configuration and Service</strong> --> <strong>Hardware</strong>
--> <strong>Disk Units</strong> --> <strong>Disk Pools</strong>.<br>
All of the disk pools that are configured on your system will appear in the <strong>Disk Pools</strong>
folder. Independent disk pools are numbered 33-255.</p>
<p>Do you use independent disk pools?</p>
<form name="forma">
<p>
<INPUT TYPE="radio" NAME="independent" VALUE="yep" id="yep" CHECKED><label for="yep"><strong>Yes</strong><br></label><br>
<INPUT TYPE="radio" NAME="independent" VALUE="nope" id="nope"><label for="nope"><strong>No</strong></label><br>
</p>
<p>&nbsp;</p>
<CENTER>
<input name="Back" type="button" value="&nbsp;&lt&lt Back&nbsp" onClick="onBack()">
<input name="Next" type="button" value="&nbsp;Next &gt;&gt;&nbsp" onClick="onNext()">
</CENTER>
</form>
</BODY>
</html>