1z1-105試験無料問題集「Oracle Linux 6 Advanced System Administration 認定」
You run the crash utility on an Oracle Linux system after a kernel panic and use the bt - a command as shown:
crash> bt -a
PID: 286 TASK: c0b3a000 CPU: 0 COMMAND: "in.rlogind"
#0 [c0b3be90] crash_save_current_state at c011aed0 #1 [c0b3bea4] panic at c011367c #2 [c0b3bee8] tulip_interrupt at c01bc820 #3 [c0b3bf08] handle_IRQ_event at c010a551 #4 [c0b3bf2c] do_8259A_IRQ at c010a319 #5 [c0b3bf3c] do_IRQ at c010a653 #6 [c0b3bfbc] ret_from_intr at c0109634 EAX: 00000000 EBX: c0e68280 ECX: 00000000 EDX: 00000004 EBP: c0b3bfbc DS: 0018 ESI: 00000004 ES: 0018 EDI: c0e68284
CS: 0010 EIP: c012f803 ERR: Ffffff09 EFLAGS: 00000246
#7 [c0b3bfbc] sys_select at c012f803 #8 [c0b3bfc0] system_call at c0109598 EAX: 0000008e EBX: 00000004 ECX: bfffc9a0 EDX: 00000000
DS: 002b ESI: bfffc8a0 ES: 002b EDI: 00000000
SS: 002b ESP: bfffc82c EBR: bfffd224
CS
EIP: 400d032e
ERR:
0000008e
EFLAGS:
00000246
Which two statements are true about the purpose of the bt -a command?
crash> bt -a
PID: 286 TASK: c0b3a000 CPU: 0 COMMAND: "in.rlogind"
#0 [c0b3be90] crash_save_current_state at c011aed0 #1 [c0b3bea4] panic at c011367c #2 [c0b3bee8] tulip_interrupt at c01bc820 #3 [c0b3bf08] handle_IRQ_event at c010a551 #4 [c0b3bf2c] do_8259A_IRQ at c010a319 #5 [c0b3bf3c] do_IRQ at c010a653 #6 [c0b3bfbc] ret_from_intr at c0109634 EAX: 00000000 EBX: c0e68280 ECX: 00000000 EDX: 00000004 EBP: c0b3bfbc DS: 0018 ESI: 00000004 ES: 0018 EDI: c0e68284
CS: 0010 EIP: c012f803 ERR: Ffffff09 EFLAGS: 00000246
#7 [c0b3bfbc] sys_select at c012f803 #8 [c0b3bfc0] system_call at c0109598 EAX: 0000008e EBX: 00000004 ECX: bfffc9a0 EDX: 00000000
DS: 002b ESI: bfffc8a0 ES: 002b EDI: 00000000
SS: 002b ESP: bfffc82c EBR: bfffd224
CS
EIP: 400d032e
ERR:
0000008e
EFLAGS:
00000246
Which two statements are true about the purpose of the bt -a command?
正解:A,C
解答を投票する
You have a btrfs file system mounted on the /btrfs mount point: # btrfs filesystem show Label: 'Btrfs'uuid:7bfe3239-47ee-442b-b9f8-49f88b6b1be4 Total devices 2 FS bytes used 200.37MB devid 2 size 4.88GB used 1.51GB path /dev/sdd devid 1 size 4.88GB used 1.51GB path /dev/sdc You have a list of subvolumes and snapshots: # btrfs subvolume list -pgct /btrfs/DocumentsSV ID gen cgen parent top level path 268 142 0 5 5 DocumentsSV 269 141 139 5 5 DocumentsSV_Moday_Backup 270 141 140 5 5 DocumentsSV_Tuesday_Backup 271 143 142 5 5 DocumentsSV_Wednesday_Backup 272 143 143 5 5 DocumentsSV_Wednesday_Backup_2 Which three statements could you use to mount the DocumentsSV_Tuesday_Backup path on the
/restored_backup mount point?
/restored_backup mount point?
正解:A,B,D
解答を投票する
You have a mounted mirrored btrfs file system in RAID-1 on /btrfs: # btrfs filesystem show Label: 'Btrfs'uuid:7bfe3239-47ee-442b-b9f8-49f88b6b1be4 Total devices 2 FS bytes used 250.46MB devid 2 size 4.88GB used 1.54GB path /dev/sdd devid 1 size 4.88GB used 1.54GB path /dev/sdc You found an error on one device: #btrfs scrub start -B -d -r /btrfs scrub device /dev/sdc (id 1) done scrub started at Wed Aug 21 15:33:05 2013 and finished after 6 seconds total bytes scrubbed: 250.34MB with 0 errors scrub device /dev/sdd (id2) done scrub started at Wed Aug 21 15:33:05 2013 and finished after 6 seconds total bytes scrubbed: 250.39MB with 26 errors error details: read=13 csum=13 corrected errors: 13, uncorrectable errors: 0, unverified errors: 0 Which statements repairs the corrupted blocks?
正解:B
解答を投票する
Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site1.example.com
ServerName site1.example.com
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site2.example.com
ServerName site2.example.com
</VirtualHost>
Which three statements are true about the configuration extract?
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site1.example.com
ServerName site1.example.com
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site2.example.com
ServerName site2.example.com
</VirtualHost>
Which three statements are true about the configuration extract?
正解:C,D,E
解答を投票する