- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- whyt changed the hosts and netconf file, system ha...
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
10-23-2005 05:08 PM
10-23-2005 05:08 PM
whyt changed the hosts and netconf file, system hang on booting HP-UX?
when i change the hosts file name and
add a default gateway in the netconf file
for internet access , why the HP-UX hang up at the mail service for over 15min ? and can't get into the CDE ?
or what method can make the hp-ux to the internet ?
thx a lot first !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 05:26 PM
10-23-2005 05:26 PM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
For connecting hp-ux to inetrnet, you may choose pppd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 06:09 PM
10-23-2005 06:09 PM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
and the major is in the netconf file , after i add the default gateway ip save and reboot , it boot up at the mail service just busy and wait ...
after a long time go into console , when i try to change to previous conf , just no screen !!
it is a workstation HP J6700.
thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 06:17 PM
10-23-2005 06:17 PM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
shows "busy" staus for "Configuring the
mail" and hangs there till it times out.
Looks like either your interfaces are not
configured properly, or the routing table is
not fine. When the system boots up, make sure
that the interfaces are up (by running
ifconfig). See the routes by running "netstat
-nr". try to ping each of the entries in the
routing table.
My guess is, you did not change the hostname
properly and at all places. To be safe, use
SAM to change the hostname (in SAM ->
"Networking").
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 06:25 PM
10-23-2005 06:25 PM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 02:11 PM
10-24-2005 02:11 PM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
This may be use more time to try it....
If i want to access to the internet , is it config the following file is ok?
1. hosts file (ip and hosts name)
2. resolv.conf (name server ip)
3. netconf (default gateway)
Or any other method (in command line)?
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:03 AM
10-25-2005 02:03 AM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
1. Use SAM - it will set up the right stuff.
2. Use setparms. It also will set you up completely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 04:03 AM
10-25-2005 04:03 AM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
If you have changed hostname in /etc/rc.config.d/netconf and have not done this in /etc/hosts, you will have the exact problem. Please ensure that the hostname is defined equaly in both these places.
Also you can do this with the command
/etc/set_parms network
Additionally update DNS accordingly.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 01:14 PM
10-26-2005 01:14 PM
Re: whyt changed the hosts and netconf file, system hang on booting HP-UX?
The hostname in both files are correct , that day i add the default gateway in netconf only , nothing change in hosts file .
Because the workstation is my friend , less time to try it . Anyway thx for all reply !!