PowerScale: How to SSH With Duplicate Usernames
摘要: It is possible for the same username to exist across multiple authority providers, either local to OneFS or external. This can result in an inability to log in for the given user. A second root user on another provider can make it appear that root access to the cluster is unavailable. ...
本文章適用於
本文章不適用於
本文無關於任何特定產品。
本文未識別所有產品版本。
說明
SSH to the cluster using the domain name:
#ssh <user>@<domain>@<ip> i.e. - #ssh root@UNIX_USERS@<ip>
A duplicate root user appears in the output of isi auth users list:
# isi auth users list Name ------------- Guest root root admin compadmin remotesupport ftp insightiq www _lldpd nobody git_daemon ------------- Total: 12
These are different users sharing the same name that exists on different domains.
Issue the following command string to see that these are different users:
# for i in $(isi auth status | grep active | awk '{print $1}'); do echo $i; isi auth users view root --provider=$i | egrep "Name|Domain|UID|UPN";echo ; done
lsa-local-provider:System
Name: root
DNS Domain: -
Domain: CLUSTER2
Sam Account Name: root
UID: 2000
Generated UID: No
Generated UPN: Yes
Name: Isilon Users
UPN: root@CLUSTER2
lsa-file-provider:System
Name: root
DNS Domain: -
Domain: UNIX_USERS
Sam Account Name: root
UID: 0
Generated UID: No
Generated UPN: Yes
Name: wheel
UPN: root@UNIX_USERS
The valid User Principal Name (UPN) used for access is shown above.
其他資訊
Do not use a username that matches one in the lsa-file-provider:System provider. Removing these helps prevent potential issues with access or services.
Workaround for access:
- Use the UPN during SSH:
#ssh <user>@<domain>@<ip> i.e. - #ssh root@UNIX_USERS@<ip>
- Change the provider order in the zone so that the preferred user's provider appears first. This is, by default, set to
lsa-file-provider:Systemfirst, where the true root lives inlsa-file-provider:System. By putting the file-provider first, it looks at the true root for login details.
# isi zone zones view System Name: System Path: /ifs Groupnet: groupnet0 Map Untrusted: - Auth Providers: lsa-local-provider:System, lsa-file-provider:System NetBIOS Name: - User Mapping Rules: - Home Directory Umask: 0077 Skeleton Directory: /usr/share/skel Cache Entry Expiry: 4H Negative Cache Entry Expiry: 1m Zone ID: 1
powerscale1-1# isi zone zones modify System --auth-providers=lsa-file-provider:System,lsa-local-provider:System
受影響的產品
PowerScale OneFS產品
PowerScale OneFS文章屬性
文章編號: 000156516
文章類型: How To
上次修改時間: 01 7月 2026
版本: 5
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。