- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login Problem
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
09-24-2003 01:17 AM
09-24-2003 01:17 AM
login Problem
After login the bluescreen vanish after few minutes and then the message came that the messagesystem could not be started !
Why ? It is a problem with the rpc daemon (rpcbind) ?
Please Help me !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:21 AM
09-24-2003 01:21 AM
Re: login Problem
Ususally this is indicative of a problem with hostname resolution. I would suggest you reboot in single user mode and double check your network configurations. You might want to use /sbin/set_parms to re-do your network configuration and hostname. Also double check that DNS has been updated properly.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:25 AM
09-24-2003 01:25 AM
Re: login Problem
If you are using CDE, check $HOME/.dt/*logs, especially startlog and errorlog. They can pinpoint the details.
These kind of errors occur wehn DNS mappings are not proper.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:26 AM
09-24-2003 01:26 AM
Re: login Problem
From a Failsafe session or a command line on the system do:
# nslookup hostname
# nslookup ip.add.re.ss
Verify that it returns the correct information. If not, check your /etc/hosts file, /etc/resolv.conf file to verify that it has the correct DNS server entires and correct domain name, and also your /etc/nsswitch.conf file to verify it is using the correct resolution order. If you don't have an /etc/nsswitch.conf you can copy it from /etc/nsswitch.files and then modify the hosts line.
For hosts I always use:
hosts: files [ NOTFOUND=continue UNAVAIL=continue ] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:37 AM
09-24-2003 01:37 AM
Re: login Problem
*** Warning - the local domain is not set.
*** Either hostname should be a domain name,
*** the domain should be specified in /etc/resolv.conf,
*** or the shell variable LOCALDOMAIN should be set.
Name Server: ns1.uibk.ac.at
Address: 138.232.1.4
Trying DNS
Trying NIS
looking up FILES
Name: iff2
Address: 138.232.81.3
# nslookup 138.232.81.3
*** Warning - the local domain is not set.
*** Either hostname should be a domain name,
*** the domain should be specified in /etc/resolv.conf,
*** or the shell variable LOCALDOMAIN should be set.
Name Server: ns1.uibk.ac.at
Address: 138.232.1.4
Trying DNS
Name: iff2.uibk.ac.at
Address: 138.232.81.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:41 AM
09-24-2003 01:41 AM
Re: login Problem
domain uibk.ac.at
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:44 AM
09-24-2003 01:44 AM
Re: login Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:53 AM
09-24-2003 01:53 AM
Re: login Problem
It was the problem with the domain !