- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Starting network service
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
01-10-2005 03:24 AM
01-10-2005 03:24 AM
Starting network service
Afterv reconfiguring a lan card on an Hp rp5450 server runing hp-ux 11.11 , the system is planted
when starting some network services such us NFS client ... starting Network services take more than 1 hours .
I need help to fix this problem quickly
Thanks for your help !!!
Amignom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 03:29 AM
01-10-2005 03:29 AM
Re: Starting network service
Could you check the
/etc/r.config.d/netconf
/etc/rc.config.d/hpbase100conf
for errors.
check if the speed and duplex are ok.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 03:29 AM
01-10-2005 03:29 AM
Re: Starting network service
I think you would have checked the basic network issues like the speed setting, the netmask ,also you would want to check with your network team if any setting was changed on the switch side.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 03:33 AM
01-10-2005 03:33 AM
Re: Starting network service
But the system is no more started,
It is still tring to start some network services. So I need to cancel starting network at the system booting .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 04:08 AM
01-10-2005 04:08 AM
Re: Starting network service
mount the filesystems
# mount -a
go to the /etc/rc.config.d/ directory and check the netconf and hpbase100conf files.
Best regards,
Robert-Jan
Ps. do not leave a copy of the files in the /etc/rc.config.d directory, if you make copies move them to a home dir or temp dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 04:24 AM
01-10-2005 04:24 AM
Re: Starting network service
You can add the option soft,bg or hard,bg depending on the applications accessing the nfs mount.
(hard will retry a request almost infinite for transaction safety, and soft will simply return an error which the application has to handle.)
bg in any case sets those request to happen in the background, which will make the system behave a bit more 'friendly' when nfs issues occur.
there is a manual by hp, I think it's called administering ARPA and NFS services which has all possible settings.