Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 06:45 PM
05-13-2002 06:45 PM
We have clustered(MCSG) server, when I try to change password on the server one of the server shows
prshq04:>passwd
Supported configurations for passwd management are as follows:
passwd: files
passwd: files ldap
passwd: files nis
passwd: files nisplus
passwd: compat
passwd: compat AND
passwd_compat: nisplus
prshq04:>
but another server is ok,I can change the password,I have checked the configuration on both server its same.
What should I do ???
Help Please
Thanks In Advance
Sri
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 06:56 PM
05-13-2002 06:56 PM
SolutionFew things:
1) Check the /etc/nsswitch.conf & make sure the check order is correct i.e. files dns - whatever is the proper order for your system
2) check what passwd command is running
which passwd
3) check the integrity of the passwd file itself
pwck
4) if not using NIS make sure the user in question does not have a leading + symbol in their line in the passwd file.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 07:07 PM
05-13-2002 07:07 PM
Re: passwd
In your /etc directory you find three sample files of
nsswitch.conf
If you are using
NIS
# cp /etc/nsswitch.nis /etc/nsswitch.conf
FILES (no NIS/NIS+)
# cp /etc/nsswitch.files /etc/nsswitch.conf
NIS+
# /etc/nsswitch.nisplus /etc/nsswitch.conf
------
Check the passwd and group file
# pwck
# grpck
----
use
# /sbin/passwd
to change the password.
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 07:16 PM
05-13-2002 07:16 PM
Re: passwd
passwd: nis files
for example then this would be the error you'll get. Change the order to such ..
passwd: files nis
so that passwd always resolve from local file first then only NIS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 07:23 PM
05-13-2002 07:23 PM
Re: passwd
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe3667d4cf554d611abdb0090277a778c,00.html