- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX network cofiguration
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
04-20-2007 07:10 PM
04-20-2007 07:10 PM
HP-UX network cofiguration
I'm new about UNIX, but now I've to use HP9000 with HP-UX 10.20 workstation. I'm trying to configure the network, I've changed the file /etc/rc.conf.d/netconf with my IP address and the right gateway, so the HP9000 is on the net, I've tried a ping.
But now I've a problem I can't start the CDE, because after the login the desktop doesn't appear, if I disconnect the LAN cable after few seconds the desktop is loaded but HP9000 give this message: "Unable to initialize or connect the Desktop messaging systems. Check your $HOME/.dt/errorlog for more information.".
Please help.
Thanks
GofMass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 07:41 PM
04-20-2007 07:41 PM
Re: HP-UX network cofiguration
Did you update the /etc/hosts file with the new ip-address?
Check if the /etc/nsswitch.conf file is in place, if not cp the /etc/nsswitch.files to the /etc/nsswitch.conf.
also check if you have backup files in the /etc/rc.conf.d directory, if so move them to an other direcory.
Regards,
Robert-Jan
Ps.
# set_parms initial
this script will configurate the initial name/network conf for your system.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 08:28 PM
04-20-2007 08:28 PM
Re: HP-UX network cofiguration
I'll change the /etc/hosts with the same IP of the netconfig, but what I've to do in the /etc/nsswitch.conf.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 08:46 PM
04-20-2007 08:46 PM
Re: HP-UX network cofiguration
If you are using the /etc/hosts file for name resolution, you should have a line
hosts: files
in the /etc/nsswitch.conf.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 09:03 PM
04-20-2007 09:03 PM
Re: HP-UX network cofiguration
Can you please run the below script:
/usr/contrib/bin/X11/dr_dt | more
and see whether you are getting any clues from the output of the script. Normally it is because of the name service resolution (NS) problem as Robert-Jan said above.
Sometimes, it checks the permission of the /etc/hosts also.
Also check the logs:
~/.dt/errorlog
~/.dt/startlog
( ~ is the home directory)
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 09:12 PM
04-20-2007 09:12 PM
Re: HP-UX network cofiguration
excuse me but I'm a UNIX newbies, in the /etc/hosts file I've to insert only one line with my IP and the host name?
for example:
143.225.###.### pippo
it is OK?
and what in the /etc/nsswitch.conf., the DNS address?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 09:19 PM
04-20-2007 09:19 PM
Re: HP-UX network cofiguration
127.0.0.1 localhost loopback
If you would like to configure dns resolving, first add the dns ip-addresses of you primary and secondary dns servers to the /etc/reslv.conf and then change the line
hosts: files [NOTFOUND=continue TRYAGAIN=continue] dns
in the /etc/nsswitch.conf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 09:22 PM
04-20-2007 09:22 PM
Re: HP-UX network cofiguration
the /etc/resolv.conf should look like below example.
domain mydomain.com
nameserver xxx.xxx.xxx.xxx #primary dns
nameserver xxx.xxx.xxx.xxx #secondary dns
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 04:29 AM
04-23-2007 04:29 AM