- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Problems
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
06-09-2004 03:13 AM
06-09-2004 03:13 AM
NIS Problems
I have a NIS Master server which is running HP-UX 11.00. When ever a user tries to login to that server it stops for a while after taking the password.
login: rajanr
Password:
Unable to change directory to "/home/rajanr"
Logging in with home = "/".
Please wait...checking for disk quotas
Its stoppping without giving the shell prompt for 3 or 4 minutes.
Any help will be of great help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:21 AM
06-09-2004 03:21 AM
Re: NIS Problems
do you use a NFS home directory server ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:23 AM
06-09-2004 03:23 AM
Re: NIS Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:25 AM
06-09-2004 03:25 AM
Re: NIS Problems
if so, try to change it to /tmp/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:27 AM
06-09-2004 03:27 AM
Re: NIS Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:34 AM
06-09-2004 03:34 AM
Re: NIS Problems
change
HISTFILE=${HOME}/.sh_history_`who am i|awk '{ print $1}'`
to
HISTFILE=/tmp/.sh_history_`who am i|awk '{ print $1}'`
# su - user
and check if you still have the same problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:40 AM
06-09-2004 03:40 AM
Re: NIS Problems
Try to do the following:
/sbin/init.d/nis.client stop
/sbin/init.d/nis.server stop
Check why your NFS client doesn't work. When NIS is stopped, it's much faster. Find and update in /etc/rc.config.d/namesvrs the following:
YPBIND_OPTIONS="-ypset"
YPSET_ADDR="IP of the server"
Run:
/sbin/init.d/nis.server start
/sbin/init.d/nis.client start
Read syslog.
BTW, in order to define history file, put into .profile
export HISTFILE=/tmp/$LOGNAME.hst
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:11 AM
06-09-2004 04:11 AM
Re: NIS Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:18 AM
06-09-2004 04:18 AM
Re: NIS Problems
Could you temporarily change homedir of the user to a local directory and after to a directory located on another NFS ? Does this resolve the problem ?
Could you run when connecting
tail -f /var/adm/syslog/syslog.log
What messages do you see ?
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 05:42 PM
06-09-2004 05:42 PM
Re: NIS Problems
Few thinks you could check, just to eliminate.
from the clients.
# nslookup server_name
# nslookup server_ipaddress
from the server same as above to the client.
Try to mount a nfs filesystem (cdrom) from the server to client, and check syslog for errors.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 09:14 PM
06-09-2004 09:14 PM
Re: NIS Problems
configure the automount or nfs mount on client side. You need to mount home directory of ur users.
otherwise users will not get the home directory.
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 12:42 AM
06-10-2004 12:42 AM