- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem in getting prompt
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
11-16-2002 12:13 AM
11-16-2002 12:13 AM
please suggest.
Thanks
sudhir
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2002 12:57 AM
11-16-2002 12:57 AM
Re: problem in getting prompt
Check if the permissions are proper for the home directory. The directory should have execute permission for the owner.
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2002 01:28 AM
11-16-2002 01:28 AM
Re: problem in getting prompt
Do a
#exportfs -a
on the system.
check and revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2002 03:11 AM
11-16-2002 03:11 AM
Re: problem in getting prompt
user has problem in login when he tries remotly(through telnet) in getting the prompt even after pressing ctrl+c. below is display where user stuck up after telneting.
RESTRICTED RIGHTS LEGEND
Use, duplication, or disclosure by the U.S. Government is subject to
restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in
Technical Data and Computer Software clause in DFARS 252.227-7013.
Hewlett-Packard Company
3000 Hanover Street
Palo Alto, CA 94304 U.S.A.
Rights for non-DOD U.S. Government Departments and Agencies are as set
forth in FAR 52.227-19(c)(1,2).
after above display prompt does not appear.
Thanks sudhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2002 03:53 AM
11-16-2002 03:53 AM
Re: problem in getting prompt
Check his .profile file for ksh and sh shells and
.login and .cshrc files for csh.
Probably you can move those files to .old and try
Revert

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:35 AM
11-18-2002 01:35 AM
SolutionA situation that I encounter if users $HOME is nfs-mounted. Everything was fine after I've added in .profile a $HISTFILE in a locally mounted filesystem, eg "export HISTFILE=/tmp/.$LOGNAME.sh_history"
".profile does not end.....???? "
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd7f56c96588ad4118fef0090279cd0f9,00.html
actually this is just a w/a- probably it's better to restart/fix the nfs server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:46 AM
11-18-2002 07:46 AM
Re: problem in getting prompt
use this command.
Cntrl ]
This will get you out of the link if you telnet from another host.
does the command bdf hang also? If it does, then wait for a server reboot to correst the problem.
The nfs mount point was a hard mount instead of soft.
next time they should mount onthe client using
mount -o soft
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:53 AM
11-18-2002 07:53 AM
Re: problem in getting prompt
You could give points to Thomas Brix ... Almost sure he's rigth. Try to avoid nfs-mounted history files.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 03:55 AM
11-19-2002 03:55 AM
Re: problem in getting prompt
now user is getting the prompt after pressing the ctrl+c when telneting to cme1.
I will try few more option to get prompt automatically.
Thanks