- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11i installation problems on B2600
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-11-2004 01:32 AM
11-11-2004 01:32 AM
It arrived pre-built with a HPUX11i minimal OS on it so I decided to install the full June 2004 version of the OS.
It's now doing some funny things that I can't figure out e.g.
1) CDE launches then immediately puts up an error saying "desktop messaging system cound not be started" After checking the .dt errorlog I saw the message "The ToolTalk server could not be started. Either Tooltak is not installed or is installed incorrectly"
2) NFS Subclient fails on boot up
3) You can't telnet to my box from another server. It errors with the message "connection refused"
I haven't put any patches on yet !!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 01:45 AM
11-11-2004 01:45 AM
Re: HPUX 11i installation problems on B2600
I suspect that 1 & 2 are probably lookup problems as both CDE & NFS are dependent upon proper hostname resolution.
Number 3 could be an IP or routing issue so check the netconf file for incorrect info and/or errors.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 03:18 AM
11-11-2004 03:18 AM
Re: HPUX 11i installation problems on B2600
It's helped me fix item 3) Stupidly i'd used a IP address that was already being used. I've changed this now using the set_parms command, rebooted and all is OK now for item 3)
However, problem 1) & 2) persist. Can you give me any ideas as to specifically where to look ? /etc/netconfig seems ok.
Is the problem with toolTalk in the mix somewhere. Any advice would be most aprreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 03:23 AM
11-11-2004 03:23 AM
Re: HPUX 11i installation problems on B2600
First, determine what resolution method you use - check /etc/nsswitch.conf
If you use files then verify that the /etc/hosts file is correct.
If you use DNS or NIS then, using another system, do both forward (by name) & backward (by IP) lookups on that workstation. If either is incorrect it could cause your trouble.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 04:01 AM
11-11-2004 04:01 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xd827cbaac6dcd5118ff40090279cd0f9%2C00.html&admit=716493758+1100192329452+28353475
And Document id: CDEKBRC00003554
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&admit=-1335382922+1100192366625+28353475&docId=200000063199258
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 04:43 AM
11-11-2004 04:43 AM
Re: HPUX 11i installation problems on B2600
Thanks, that's it !!
For some bizarre reason I hadn't created any nsswitch.conf file. Once I did the problems went away. Many thanks. I've allocated points for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 04:50 AM
11-11-2004 04:50 AM
Re: HPUX 11i installation problems on B2600
Responses from Jeff Schusselle and Geff Wild were fantastic. They went right to the heart of the prblem and fixed it.