ExamGecko
Question list
Search
Search

List of questions

Search

Question 87 - D-PSC-MN-01 discussion

Report
Export

What step should be performed when testing connectivity between a Dell EMC PowerScale cluster and an NFS client?

A.

Map a drive to the default IFS share on the cluster

Answers
A.

Map a drive to the default IFS share on the cluster

B.

Ping the DNS server used by the cluster from PuTTY

Answers
B.

Ping the DNS server used by the cluster from PuTTY

C.

Create an NFS export and mount it on the NFS client

Answers
C.

Create an NFS export and mount it on the NFS client

D.

In a Web browser, type the cluster name and press Enter

Answers
D.

In a Web browser, type the cluster name and press Enter

Suggested answer: C

Explanation:

To test connectivity between a Dell EMC PowerScale cluster and an NFS client, you should create an NFS export on the cluster and then mount it on the client. This verifies both network connectivity and proper NFS configuration.

Steps to Test NFS Connectivity:

Create an NFS Export on the Cluster:

Use the OneFS web administration interface or CLI to create an NFS export.

Specify the directory path and configure export permissions.

Configure Client Access:

Ensure the client's IP address is allowed in the export settings.

Adjust network configurations if necessary.

Mount the NFS Export on the NFS Client:

Use the mount command on the client:

mount -t nfs <cluster_ip>:/export_path /mount_point

Replace <cluster_ip>, /export_path, and /mount_point with appropriate values.

Verify Access:

Navigate to the mount point and perform read/write operations as permitted.

Why Other Options Are Incorrect:

Option A: Mapping a drive is applicable to SMB (Windows) clients, not NFS.

Option B: Pinging the DNS server tests name resolution, not NFS connectivity.

Option D: Accessing the cluster via a web browser tests HTTP connectivity.

Dell PowerScale

Reference:

Dell EMC PowerScale OneFS Administration Guide:

Chapter on NFS Exports:

Details on creating and managing NFS exports.

Testing Connectivity Section:

Provides steps to verify NFS client connections.

Best Practices:

Ensure network ports for NFS traffic are open.

Match UID/GID mappings between client and cluster for proper permissions.

asked 29/10/2024
Udara Somachandra
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first