- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpterm and dtterm prompt not appearing!
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
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
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
тАО07-23-2003 03:43 AM
тАО07-23-2003 03:43 AM
What could be the issue? I am sure some of you must have come across this issue? The only change I did recently was changed the primary dns server to another machine and retired the old dns server. I couldn't see any connection between this and that. I edited resolv.conf file in /etc to look at the new dns server and it is all working fine. Only I have this problem with the terminal prompt coming up.
Thanks for the help in advance. If needed I can upload the .profile file for the user
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 03:46 AM
тАО07-23-2003 03:46 AM
Re: hpterm and dtterm prompt not appearing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 03:48 AM
тАО07-23-2003 03:48 AM
Re: hpterm and dtterm prompt not appearing!
Check the DISPLAY variable.
The clue however is as Anil says its in syslog.log
Act on that error message and you will be fine.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 04:45 AM
тАО07-23-2003 04:45 AM
Solutionuser's $HOME directory is NFS mounted. This hanging behavior can be manifested
into the inability to display a prompt in a terminal window. If this cap fits
try setting the user's HISTFILE environment variable to point
to a locally mounted directory such as /tmp/.sh_hist.$LOGNAME.
if not details on users shell, CDE patch level and whether this problem reoccurs if the user attempts to start a new dtterm
terminal window from the CDE front panel would be handy.
Are users $HOME's NFS mounted or is NIS involved ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 06:22 AM
тАО07-23-2003 06:22 AM
Re: hpterm and dtterm prompt not appearing!
Make for the users a .Xdefaults file in the home directory
/home/steves >ll .Xdefaults
-rw-rw-r-- 1 steves crc 930 Jun 25 13:35 .Xdefaults
Insert this line
*loginShell: true
Look in .dt for startlog
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 10:41 AM
тАО07-23-2003 10:41 AM
Re: hpterm and dtterm prompt not appearing!
THis problem started after defining a new dns server. I don't know if it has any relationship at all.
Yes, the $HOME is nfs mounted from another system. It was working all along fine. The problem just started now.
I didnt understand this line in syslog.log
"Jul 23 12:58:35 leroy automountd[622]: gethostbyname failed for .DtDirDataType"
leroy is the hostname of this machine
Is. DtDirDataType something significant
Help appreciated
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 10:44 AM
тАО07-23-2003 10:44 AM
Re: hpterm and dtterm prompt not appearing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2003 12:00 AM
тАО07-24-2003 12:00 AM
Re: hpterm and dtterm prompt not appearing!
I'd try creating a local history file and setting /etc/nsswitch.conf to use files prior to DNS ... does the problem re-occur/messages dissapear ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2003 01:00 AM
тАО07-24-2003 01:00 AM
Re: hpterm and dtterm prompt not appearing!
You can Try to enable inside the file .dtprofile the parameter DTSOUREPROFILE=true .
this parameter will enable the .profile to run at login time .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2003 02:33 AM
тАО07-24-2003 02:33 AM
Re: hpterm and dtterm prompt not appearing!
There is one other issue with this. One particular machine uses an application called, 'esprit' for wire edm work and cannot post its result. The user thinks again this is connected to DNS change. If by any chance any of you have any experience and have any thoughts I would appreciate.
I have assigned the points for the great help
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2003 02:50 AM
тАО07-24-2003 02:50 AM
Re: hpterm and dtterm prompt not appearing!
hosts: files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns
and then populate the /etc/hosts file with clients that will connect to your system. If everything works OK, you have DNS issues. One of the most common is lack of reverse-lookup records (ask IP address, get hostname) and for email, lack of MX (mail delivery) records. The program nsquery is very useful (better than nslookup) in testing DNS.
As far as NFS $HOME, this has always been problematic. Difficulties in contacting the NFS server, getting appropriate filelocks (important for .sh_history) and timeouts due to network and NFS server problems.
Bill Hassell, sysadmin