000-222  Exam

Exam # of questions Description  Update
000-222 356 Exam Name... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

000-222 - Exam Information
  • Description:Exam Name
  • Passing Score:0%
  • Practice Test - Number of questions:356 questions
  • Simulation Test - Number of questions:356 questions
  • Simulation Test Duration:120 minutes
  • Has explanations:Yes

Question of the day

The system administrator wants to use a new jfslog /dev/fs1log with the filesystem /test/fs1 on the testvg volume group. The following commands were used to create the log and assign it to the filesystem: mklv -t jfslog -y /dev/fs1log testvg 1 chfs -a log=/dev/fs1log /test/fs1 While trying to mount the /test/fs1 filesystem the administrator received the error: "Cannot mount /dev/fs1lv on /test/fs1: A system call received a parameter that is not valid". What step did the administrator miss that most likely caused the error?

Answer(s)

  1. Use the logform command to format /dev/fs1log as a jfslog.
  2. Use the chlv command to change the lv type of /dev/fs1log to jfslog.
  3. Use the chvg command to change the default jfslog of testvg to /dev/fs1log.
  4. Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log.
Correct Answer

Use the logform command to format /dev/fs1log as a jfslog.