Dell DL1000 Betriebsanweisung Seite 84

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 102
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 83
Installing The Screen Utility
Before you begin utilizing the AppAssure commands, you can install the screen utility. The screen utility
enables you to scroll the screen to view larger amounts of data, such as a list of recovery points.
To install the screen utility:
1. Using the Live CD file, start the Linux machine.
A terminal window opens.
2. Enter the following command: sudo apt-get install screen.
3. To start the screen utility, type screen at the command prompt.
Creating Bootable Partitions On A Linux Machine
To create bootable partitions on a Linux machine by using the command line:
1. Attach to all devices using the bsctl utility with the following command as root: sudo bsctl --
attach-to-device /dev/<restored volume>
NOTE: Repeat this step for each restored volume.
2. Mount each restored volume by using the following commands:
mount /dev/<restored volume> /mnt
mount /dev/<restored volume> /mnt
NOTE: Some system configurations may include the boot directory as part of the root volume.
3. Mount snapshot metadata for each restored volume by using the following commands:
sudo bsctl --reset-bitmap-store /dev/<restored volume>
sudo bsctl --map-bitmap-store /dev/<restored volume>
4. Verify that the Universally Unique Identifier (UUID) contains the new volumes by using either the
blkid command or the ll /dev/disk/by-uuid command.
5. Verify that /etc/fstab contains the correct UUIDs for the root and boot volumes.
6. Install Grand Unified Bootloader (GRUB) by using the following commands:
mount --bind /dev/ /mnt/dev
mount --bind /proc/ /mnt/proc
chroot/mnt/bin/bash
grub-install/dev/sda
7. Verify that the /boot/grub/grub.conf file contains the correct UUID for the root volume, or update it
as needed by using a text editor.
8. Remove the Live CD disk from the CD-ROM drive and restart the Linux machine.
84
Seitenansicht 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 101 102

Kommentare zu diesen Handbüchern

Keine Kommentare