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

163 lines
4.6 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: virtual optical</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[3];
if (z == noVal) {
return;
} else {
if (z == 0) {
document.forma.iSeries[0].checked = true;
} else {
if (z == 1) {
document.forma.iSeries[1].checked = true;
}
}
}
}
}
function onBack() {
re = /\s*/;
var cookiestring = "";
var nextPage = "rzaiuudfs.htm";
a = getCookieData("gosaveint");
if (a == noVal) {
alert(cookieMess);
return;
}
a2 = a.split(re);
if (a2[1] == 1) {
window.location="rzaiudata_type.htm";
} else {
window.location="rzaiuudfs.htm";
}
}
function onNext() {
re = /\s*/;
var cookiestring = "";
var nextPage = "rzaiuindependent.htm";
a = getCookieData("gosaveint");
if (a == noVal) {
alert(cookieMess);
return;
}
a2 = a.split(re);
if (document.forma.iSeries[0].checked) {
a2[3] = 0;
} else {
if (document.forma.iSeries[1].checked) {
a2[3] = 1;
} 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>Virtual optical media simulates CD or DVD images that are stored directly on your server disk units. To determine if you store
virtual optical images in image catalogs, do the following:</p>
<ol>
<li>At a command line, specify <tt>WRKIMGCLG</tt>.</li>
<li>If you have image catalogs configured for virtual optical media they will display on the resulting screen.</li>
</ol>
<p>Do you use virtual optical media?</p>
<form name="forma">
<p>
<INPUT TYPE="radio" NAME="iSeries" VALUE="yep" id="yep" CHECKED><label for="yep"><strong>Yes</strong><br></label><br>
<INPUT TYPE="radio" NAME="iSeries" VALUE="nope" id="nope"><label for="nope"><strong>No</strong><br>
</label>
</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>