Free EX300 Exam Braindumps

Pass your Red Hat Certified Engineer - RHCE (v6+v7) exam with these free Questions and Answers

Page 5 of 18
QUESTION 16

- (Exam Topic 1)
RHCE Test Configuration Instructions
Information for the two systems you will use in test is the following:
system1.group3.example.com: is one of the main sever. system2.group3.example.com: mainly used as a client. Password for both of the two systems is atenorth
System’s IP is provided by DHCP, you can regard it as normal, or you can reset to Static IP in accordance with the following requirements:
system1.group3.example.com: 172.24.3.5
system2.group3.example.com: 172.24.3.10 The subnet mask is 255.255.255.0
Your system is a member of DNS domain group3.example.com. All systems in DNS domain group3.example.com are all in subnet 172.24.3.0/255.255.255.0, the same all systems in this subnet are also in group3.example.com, unless specialized, all network services required to be configured can be accessed by systems of domain group3.
host.group3.example.com provides a centralized authentication service domain
GROUP3.EXAMPLE.COM, both system1 and system2 have already been pre-configured to be the client for this domain, this domain provides the following user account:
EX300 dumps exhibit
Firewall is enabled by default, you can turn it off when deemed appropriate, other settings about firewall may be in separate requirements.
Your system will be restarted before scoring, so please ensure that all modifications and service configurations you made still can be operated after the restart without manual intervention, virtual machine instances of all examinations must be able to enter the correct multi-user level after restart without manual assistance, it will be scored zero if the test using virtual machine system cannot be restarted or be properly restarted.
Corresponding distribution packages for the testing using operating system Red Hat Enterprise Linux version can be found in the following link:
http://server1.group3.example.com/rhel
Part of the requirements include host security, ensure your host security limit does not prevent the request to allow the host and network, although you correctly configured the network service but would have to allow the host or network is blocked, this also does not score.
You will notice that some requirements which clearly do not allow services be accessed by service domain my133t.org, systems of this domain are in subnet 172.25.1.0/252.255.255.0, and systems of these subnets also belong to my 133t.org domain.
PS: Notice that some test questions may depend on other exam questions, for example, you might be asked to perform a series of restrictions on a user, but this user creation may be required in other questions. For convenient identification, each exam question has some radio buttons to help you identify which questions you have already completed or not completed. Certainly, you do not need to care these buttons if you don’t need them.
Configure the iSCSI Server
Configure the system1 to provide a ISCSI service disk named iqn.2014- 09.com.example.domain11:system1 and meet the following requirements at the same time:
The Server Port is 3260
Use iSCSI-store as its back-end volume, its size is 3G
This service just can be accessed by system2.domian11.example.com
Solution:
EX300 dumps exhibit
EX300 dumps exhibit
systecmctl restart firewalld

Does this meet the goal?

  1. A. Yes
  2. B. No

Correct Answer: A

QUESTION 17

- (Exam Topic 3)
Give Full Permission to owner user and owner group member but no permission to others on /data.
Solution:
We can change the permission of file/directory either character symbol method or numeric method. Permission:
r-Read w-Write
x-Execute Permission Category u- Owner User g- Owner Group
o- Others Operators
+ -> Add the Permissions
- ->Remove the Permissions = ->Assign the Permissions Numeric Method: 4 -> Read
2 -> Write
1 -> Execute
Total: 7, total for owner user, owner group member and for others: 777
1. chmod u+rwx /data
2 .chmod g+rwx /data
3. chmod o-rwx /data or
chmod 770 /data
4 Verify the /data: ls -ld /data
5. You will get drwxrwx---

Does this meet the goal?

  1. A. Yes
  2. B. No

Correct Answer: A

Page 5 of 18

Post your Comments and Discuss Red-Hat EX300 exam with other Community members: