- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: password file permisions
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-31-2004 12:13 AM
05-31-2004 12:13 AM
I have a very urgent situation,
I have 2 servers sharing apllication data.
Server A reads from server B.
On server B ,the root p.w has been changed ,then the old one was recovered and root login is ok.
soon afterwards, application users informed me that the application had stoped running on their pc's(some display error or application conection error,am not sure exactly).
My concern is has this something to do with changing p.w on B .
What is the default passwd file permissions?
On a stand alone server ,I checked it to be 444,on server B it is also 444
Is it possible in the case of related application servers the permission is different say 664?or,does changing password effects file permission. is it just a bloody coincedent that the application has gone bad soon before or after changing root password?
Note;
I did not change /etc/passwd file permissions to e.g 664 befor I check with u guys.
regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:30 AM
05-31-2004 12:30 AM
Re: password file permisions
Br,
Fab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:31 AM
05-31-2004 12:31 AM
Re: password file permisions
Sounds like a coincident - unless for some odd reason, the application has the (shudder) root password hard coded?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:45 AM
05-31-2004 12:45 AM
Re: password file permisions
2 things.
1. what u mean root:root for p.w file? the file is owned by root naturally.
2.If the p.w is hard coded,then its the responsibility of application manager,am I correct? or do we hp-ux poeple can do somthing about it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:49 AM
05-31-2004 12:49 AM
Re: password file permisions
Just a guess,
Did you by mistake changed or given any password to ftp user that may be your application is using. I doubt the same.
And if not then that was an unfortunate coincidence.
1. check for all ftp users
2. Check /etc/ftpd/ftpusers file if any users used by the application are present there. If yes remove them immediatley.
3. ReAssign the original password to ftp users (Used by the Application internally) again.
4. Try running the Application.
This is all with assumptions that your application is using ftp to receive/transmit data.
Hope that helps.
Regards,
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:54 AM
05-31-2004 12:54 AM
Re: password file permisions
Have you loose your password file and then have proceeded to recover it? Is this your case, some service could be had down.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 01:00 AM
05-31-2004 01:00 AM
Re: password file permisions
# ll /etc/passwd
-r--r--r-- 1 root root 10587 May 26 13:17 /etc/passwd
As far as application - it should NOT require root password...you will have to check application logs to get more information as to why it won't start.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 06:49 PM
05-31-2004 06:49 PM
Re: password file permisions
Thanks for your replies,it was a damn coincedent and I guess Murphie's rule was applied then.It just happens to me,I can't explain it.Anyway the application is back on and running,the problem was in the application.
Points are assigned.