ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzalm_5.4.0.1/rzalmrecoverysystem.htm

74 lines
5.0 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="task" />
<meta name="DC.Title" content="Use a rescue image from an NWSSTG" />
<meta name="abstract" content="A rescue images contains the minimal version of all the basic diagnostic tools, drivers and other utilities that would be useful for checking a previously existing logical partition." />
<meta name="description" content="A rescue images contains the minimal version of all the basic diagnostic tools, drivers and other utilities that would be useful for checking a previously existing logical partition." />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzalmrecoverysystem" />
<meta name="DC.Language" content="en-us" />
<!-- 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. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Use a rescue image from an NWSSTG</title>
</head>
<body id="rzalmrecoverysystem"><a name="rzalmrecoverysystem"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Use a rescue image from an NWSSTG</h1>
<div><p>A rescue images contains the minimal version of all the basic diagnostic
tools, drivers and other utilities that would be useful for checking a previously
existing logical partition.</p>
<div class="section">To use the rescue image that you created on NWSSTG, use the following
steps:</div>
<ol><li class="stepexpand"><span>Disconnect the failed partition's virtual storage space (if applicable)
through WKRNWSSTG.</span></li>
<li class="stepexpand"><span>Connect your rescue storage space as the first drive to the NWSD
and reconnect the original storage space (where applicable) as the second
drive.</span></li>
<li class="stepexpand"><span>Edit the NWSD for the failed partition to start from IPL Source
*NWSSTG. Also edit the IPL Parameters Field to reflect the root partition
on the rescue storage space.</span> For most distributions this is a parameter
like 'root=/dev/hda3' or 'root=/dev/vda1' Refer to your Linux documentation
for assistance or look at other running partitions using the command 'cat
/proc/iSeries/mf/B/cmdline'.</li>
<li class="stepexpand"><span>Boot the partition.</span></li>
<li class="stepexpand"><span>If the existing root partition is on native disk, you may need
to insert the ibmsis driver using the command "insmod ibmsis".</span></li>
<li class="stepexpand"><span>Create a mount point to which you will mount the root partition
of the network storage space you are trying to rescue. </span> You can
use a command like "<kbd class="userinput">mkdir /mnt/rescue</kbd>".</li>
<li class="stepexpand"><span>Now mount the root partition of the network storage space you are
trying to rescue. </span> You mount a drive using the command "<kbd class="userinput">mount
-t your partition's type partition's location mount point</kbd>" where
the partition's type is the format of the partition like ext2 or reiserfs,
the partition's location is something like /dev/hdb3 (for non-devfs), /dev/hd/disc1/part3
(for devfs server) or /dev/sda2 in the case of a partition on native disk.
It is important to note that the drive you are trying to rescue, when using
virtual disk, will be the second drive rather than the first drive. (i.e.
If the drive was /dev/hda3 when the partition was running normally, it will
be /dev/hdb3 in the rescue server.) Here again, your Linux documentation or
the configuration files you created when you created the rescue NWSSTG will
help you determine the device for the root of the partition you are trying
to rescue. Finally, your mount point will be something like /mnt/rescue if
you use the example from above.</li>
</ol>
<div class="section">After following the steps listed above, you can either use the rescue
tools provided in your rescue storage space against the mount point you created
or you can change root to that partition using "<kbd class="userinput">chroot mount point</kbd>"
to work on the partition from within its own storage space. See <a href="rzalmrecoverimage.htm">Build a rescue image on an NWSSTG</a> for more information.</div>
</div>
</body>
</html>