• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
with the -u flag, the backup command will do an incremental backup of incremental data according to the level number. what is the range of level numbers?
0 - 9
When you need to make a mksysb backup of a system, and you want to exclude
some data file systems from the system, how do you accomplish this?


you need to edit the /etc/exclude.rootvg
file.
what is the tctl command?
The tctl command sends subcommands to a streaming tape device, like
/dev/rmt0. This command can manipulate tapes easily for data restoration.
mksysb
The mksysb command creates an installable image of the root volume
group either in a file or onto a bootable tape.
how would you make a duplicate copy of a diskette?
To make a duplicate copy of a diskette, you first use the dd command to copy the
contents of the diskette into a temporary file. Once the temporary file has been
created, use the dd command to copy the temporary file onto the /dev/fd0 device,
thus, creating a duplicate of your diskette.
restvg
Use the restvg command to restore a volume group.
what is hacmp?
High Availability Cluster Multi-Processing (HACMP).
HACMP for AIX is an application solution that can link up to eight RS/6000
servers or SP nodes into highly available clusters.
pax
The pax command should be the archive of choice for system dumps
and images greater than 2 GB in size.
what 3 images precede teh backup files in a mksysb?
the BOS boot image, mkinsttape image, and dummy
TOC
can maksysb be ran against a user created volume group (non rootvg)?
no, use other utilities such as savevg, tar, cpio, backup
when creating a mksysb, what does the shrink variable do?
When set to YES, causes the system to create the smallest file
systems required to contain all the data in the file system.
tar
The tar command manipulates archives by writing files to, or
retrieving files from, an archive storage medium.
A typical problem with moving tapes between systems is an incorrect block size. what command can you use to determine the block size?
tcopy /dev/rmt0
tctl
Use the tctl command to control a tape device.
what command is used to change the block size prior to reading in the tape?
# chdev -l rmt0 -a block_size=512
dd
The dd command reads the InFile parameter or standard input, does
the specified conversions, then copies the converted data to the
OutFile parameter or standard output. The input and output block
size can be specified to take advantage of raw physical I/O.
what command is used to make copies of a magnetic tape?
tcopy
backup
The backup command creates copies of your files on a backup
medium, such as a magnetic tape or diskette. The copies are in one
of the two backup formats: Either specific files backed up (using the -i
flag), or the entire file system backed up by i-node.
cpio
The cpio command copies files into and out of archive storage and
directories.
restore
The restore command reads archives created by the backup
command and extracts the files stored on them. These archives can
be in either file-name or file-system format.
savevg
The savevg command saves non-root volume groups.
describe savevg.
The savevg command finds and backs up all files belonging to a specified volume
group.
what command is interchangeable with -print during a find while doing a backup?
-depth
can a volume group be varied off to run savevg?
no
what is the mksysb command used for?
to create a bootable image of all mounted file systems on teh rootvg volume group.