Valid EX200 Dumps shared by ExamDiscuss.com for Helping Passing EX200 Exam! ExamDiscuss.com now offer the newest EX200 exam dumps, the ExamDiscuss.com EX200 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com EX200 dumps with Test Engine here:
Part 2 (on Node2 Server) Task 5 [Managing Logical Volumes] Add an additional swap partition of 656 MiB to your system. The swap partition should automatically mount when your system boots Do not remove or otherwise alter any existing swap partition on your system
Correct Answer:
* [root@node2 ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT vdc 252:32 0 5G 0 disk └─vdc1 252:33 0 4.1G 0 part └─datavg-datalv 253:3 0 3.9G 0 lvm /data vdd 252:48 0 5G 0 disk vde 252:64 0 10G 0 disk [root@node2 ~]# swapon -s Filename Type Size Used Priority /dev/dm-1 partition 2097148 1548 -2 [root@node2 ~]# free -m total used free shared buff/cache available Mem: 1816 1078 104 13 633 573 Swap: 2047 1 2046 [root@node2 ~]# parted /dev/vdc print Number Start End Size Type File system Flags 1 1049kB 4404MB 4403MB primary lvm * [root@node2 ~]# parted /dev/vdc mkpart primary linux-swap 4404MiB 5060MiB [root@node2 ~]# mkswap /dev/vdc2 Setting up swapspace version 1, size = 656 MiB (687861760 bytes) no label, UUID=9faf818f-f070-4416-82b2-21a41988a9a7 [root@node2 ~]# swapon -s Filename Type Size Used Priority /dev/dm-1 partition 2097148 1804 -2 [root@node2 ~]# swapon /dev/vdc2 * [root@node2 ~]# swapon -s Filename Type Size Used Priority /dev/dm-1 partition 2097148 1804 -2 /dev/vdc2 partition 671740 0 -3 [root@node2 ~]# blkid /dev/vdc2: UUID="9faf818f-f070-4416-82b2-21a41988a9a7" TYPE="swap" PARTUUID="0f22a35f-02" [root@node2 ~]# vim /etc/fstab UUID=9faf818f-f070-4416-82b2-21a41988a9a7 swap swap defaults 0 0 [root@node2 ~]# reboot [root@node2 ~]# swapon -s Filename Type Size Used Priority /dev/dm-1 partition 2097148 1804 -2 /dev/vdc2 partition 671740 0 -3