- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- no network after setup
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
12-02-2004 02:48 PM
12-02-2004 02:48 PM
no network after setup
I have just reinstall HP10.20b on my system. I have configure the netconf and hosts files but somehow I just cant get connected to the network.. how could this be.. try pinging to and fro the system but just cant get anything..
Anyone knows what wrong with this?
thank u for your help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 03:11 PM
12-02-2004 03:11 PM
Re: no network after setup
This release is obsolete, and may not have the feature. If it does you can run that and set up the network again.
If that does not work look at the following items:
/etc/rc.config.d/netconf
It may have a problem or an ip address not legal on your network.
NIC card in the back: is the cable plugged in, are there green lights.
If you have a graphics card, you can run xstm and test the hardware. The NIC could have failed.
If the system is capable, consider a supported HP-UX release.
Its easier to help you if you post the system model of the box you are working with.
Regards,
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
12-02-2004 03:13 PM
12-02-2004 03:13 PM
Re: no network after setup
set_parms hostname
set_parms ip_address
set_parms addl_netwrk
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 04:36 PM
12-02-2004 04:36 PM
Re: no network after setup
the version I am using is:
HP-UX gx24_hp B.10.20 A 9000/743 and model is 9000/743i/A.
Many thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 06:43 PM
12-05-2004 06:43 PM
Re: no network after setup
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 07:01 PM
12-05-2004 07:01 PM
Re: no network after setup
1. may be you have internel DNS so you add it...
2. you can add the DNS of your provider
if you have both an internal and a provider DNS you can add its.
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 07:04 PM
12-05-2004 07:04 PM
Re: no network after setup
If you use hosts files omit these questions.
The script should only populate the files
/etc/resolv.conf and /etc/nsswitch.conf for you, which probably is quicker done by manual editing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 07:05 PM
12-05-2004 07:05 PM
Re: no network after setup
Your DNS servers ip address (the one used
(ex: nslookup) for getting the ip<->hostname
conversion). DNS server is also known as name-service.
HTH - vishwas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:50 AM
12-06-2004 12:50 AM
Re: no network after setup
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:08 PM
12-06-2004 10:08 PM
Re: no network after setup
THank u!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:10 PM
12-06-2004 10:10 PM
Re: no network after setup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:24 PM
12-06-2004 10:24 PM
Re: no network after setup
ROUTE_DESTINATION[1]="default"
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=gateway
ROUTE_COUNT[1]=1
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:25 PM
12-06-2004 10:25 PM
Re: no network after setup
# /sbin/init.d/net stop
# /sbin/init.d/net start
Stf ;-)