ISILON Trouble Shooting PDF
ISILON Trouble Shooting PDF
ISILON Trouble Shooting PDF
TROUBLESHOOT PROBLEMS
WITH YOUR NIS
AUTHENTICATION PROVIDER
Abstract
This guide helps you to troubleshoot the following scenarios:
The user is unable to connect to the cluster by using an IP address.
The user is unable to connect to the cluster by using FQDN or SmartConnect zones.
The user is unable to connect to some nodes.
The domain or NIS authentication provider reports as offline.
January 4, 2018
1 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
Contents and overview
Note
Follow all of these steps, in order, until you reach a resolution.
2. Perform
troubleshooting Start troubleshooting
Page 4
steps in order.
3. Appendixes Appendix A
If you need further assistance
Appendix B
How to use this flowchart
2 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
Before you begin
CAUTION!
If the node, subnet, or pool that you are working on goes down during the course of
troubleshooting and you do not have any other way to connect to the cluster, you could
experience data unavailability.
Therefore, make sure that you have more than one way to connect to the cluster before
you start this troubleshooting process. The best method is to have a serial cable
available. This way, if you are unable to connect through the network, you will still be
able to connect to the cluster physically.
For specific requirements and instructions for making a physical connection to the
cluster, see article 16744 on the EMC Online Support site.
Before you begin troubleshooting, confirm that you can connect either through another
subnet or pool, or that you have physical access to the cluster.
Note: The screen session capability does not work in OneFS 7.1.0.6 and 7.1.1.2. If you are running either of these versions,
configure logging by using your local SSH client's logging feature.
1. Open an SSH connection to the cluster and log in by using the root account.
Note: If the cluster is in compliance mode, use the compadmin account to log in. All compadmin commands must be
preceded by the sudo prefix.
2. Change the directory to /ifs/data/Isilon_Support by running the following command:
cd /ifs/data/Isilon_Support
3. Run the following command to capture all input and output from the session:
screen -L
This will create a file named screenlog.0 that will be appended to during your session.
4. Perform troubleshooting.
3 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
Start troubleshooting
Introduction
Start troubleshooting here. If you need
help to understand the flowchart Start
conventions used in this guide, see
Appendix B: How to use this flowchart.
Go to:
Is the NIS EMC Isilon Customer
provider Troubleshooting Guide:
Go to Page 5 No reporting as Yes Troubleshoot Identity
online? Mapping
Example output
Cluster-1# isi auth status
ID Active Server Status
------------------------------------------------------------------
lsa-activedirectory-provider:AD.TEST ADDOMAIN.com online
lsa-local-provider:System - active
lsa-file-provider:System - active
lsa-ldap-provider:ldap-test - online
lsa-nis-provider:nis.test - offline
------------------------------------------------------------------
4 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
NIS offline
The Name field is the name of your NIS provider from the Isilon side.
The NIS Domain field is the domain name of the NIS master server.
The Servers field lists the IP address of the NIS master server.
See __________
Appendix C for example output and an explanation of the provider
settings that are required for authentication.
Recheck the status of the NIS provider by running the following command:
Is the NIS
Yes provider reporting as No
online?
5 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
NIS offline (2)
From a node in the cluster, perform a ping test to each NIS server by running
the following command once for each server, where <nisIP> is the IP
address of the NIS server:
ping <nisIP>
6 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
NIS offline (3)
rpcinfo -s <nisIP>
No
Is the ypserv
Enable the ypserv
service listed in the output?
process on your NIS
servers. Enabling this
No See the bold text in the Yes Go to Page 8
example at the bottom of
process is OS specific.
this page.
Example output
Cluster-1# rpcinfo -s <nisIP)
program version(s) netid(s) service owner
100000 2,3,4 local,udp,tcp,udp6,tcp6 rpcbind superuser
100009 1 udp yppasswdd superuser
600100069 1 tcp,udp - superuser
100004 1,2 tcp,udp ypserv superuser
7 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
NIS offline (4)
Yes
Go to Page 9
Example output
Cluster-1# rpcinfo -T tcp 10.11.12.13 100004
program 100004 version 1 ready and waiting
program 100004 version 2 ready and waiting
8 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
NIS offline (5)
___________________
Page 8 - NIS offline (4) Page
____________________
Page 10 - NIS offline (6) 9
Validate that the client is connected to the NIS server by running the following three
commands on the client:
ypwhich
ypcat ypservers
See the example output and an explanation of each command at the bottom of this page.
Go to Page 10
Example output
The command ypwhich lists the NIS domain that the client is using. Example output:
cluster-1# ypwhich
nis1.example.jblogs.com
The command ypcat ypservers shows the NIS servers that the client is using. Example output:
cluster-1# ypcat ypservers
nis1.example.jblogs.com
nis2.example.jblogs.com
The command ypcat passwd | head -3 lists the first three users configured on the NIS server.
Head indicates the initial entries and -3 indicates the first three lines of entries. Example output:
cluster-1# ypcat passwd | head -3
user2083:x:2083:2083::/home/user2083:/bin/bash
user2116:x:2116:2116::/home/user2116:/bin/bash
user2096:x:2096:2096::/home/user2096:/bin/bash
9 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
NIS offline (6)
Yes
End troubleshooting
10 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
Appendix A: If you need further assistance
Upload node log files and the screen log file to EMC Isilon Technical Support
1. When troubleshooting is complete, type exit to end your screen session.
2. Gather and upload the node log set and include the SSH screen log file by using the command appropriate for your
method of uploading files. If you are not sure which method to use, use FTP.
ESRS:
isi_gather_info --esrs --local-only -f /ifs/data/Isilon_Support/screenlog.0
FTP:
isi_gather_info --ftp --local-only -f /ifs/data/Isilon_Support/screenlog.0
HTTP:
isi_gather_info --http --local-only -f /ifs/data/Isilon_Support/screenlog.0
SMTP:
isi_gather_info --email --local-only -f /ifs/data/Isilon_Support/screenlog.0
SupportIQ:
Copy and paste the following command.
Note: When you copy and paste the command into the command-line interface, it will appear on multiple lines (exactly
as it appears on the page), but when you press Enter, the command will run as it should.
isi_gather_info --local-only -f /ifs/data/Isilon_Support/screenlog.0 --noupload \
--symlink /var/crash/SupportIQ/upload/ftp
3. If you receive a message that the upload was unsuccessful , refer to ___________
article 16759 on the EMC Online Support site for
directions on how to upload files over FTP .
11 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
Appendix B: How to use this flowchart
Introduction
Describes what the section helps you to
accomplish.
12 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
Appendix C: Example isi auth nis view <provider> output
Servers field
The Servers field must match the IP address of the NIS master server.
To find the NIS master server IP address, run the following command from the NIS
master server:
Example output:
inet addr: 10.1.1.1 Bcast: 255.255.255.1 Mask: 255.255.255.0
13 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.
Copyright © 2018 Dell Inc. or its subsidiaries. All rights reserved.
Dell believes the information in this publication is accurate as of its publication date. The
information is subject to change without notice.
Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other
trademarks may be the property of their respective owners.
EMC Corporation
Hopkinton, Massachusetts 01748-9103
1-508-435-1000 in North America 1-866-464-7381
www.EMC.com
14 - EMC Isilon Customer Troubleshooting Guide: Troubleshoot Problems With Your NIS
Authentication Provider
___________________________
For links to all Isilon customer troubleshooting guides, visit the Customer Troubleshooting - Isilon Info Hub.
We appreciate your help in improving this document. Submit your feedback at _________________
http://bit.ly/isi-docfeedback.