- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cant boot server after moving to a different n...
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-05-2001 03:05 PM
01-05-2001 03:05 PM
How do you get by this? Better yet, I need to changed the ip address. How can I accomplish this?
Thanks,
Keith
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 03:14 PM
01-05-2001 03:14 PM
Re: cant boot server after moving to a different network
/sbin/set_parms ip_address
After changing your IP info, reboot. Your problem with the NFS server will probably go away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 03:49 PM
01-05-2001 03:49 PM
Re: cant boot server after moving to a different network
How would I go about disabling nfs? Or does anyone have any other ideas?
Thanks,
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 04:04 PM
01-05-2001 04:04 PM
Solution1. reboot into single-user mode
2. init 1
3. vi /etc/rc.config.d/nfsconf
4. Set NFS_SERVER=0 and NFS_CLIENT=0
5. init 3 or reboot
NFS will not start and at that point you can start diagnosing the problem further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 01:12 AM
01-06-2001 01:12 AM
Re: cant boot server after moving to a different network
NFS server will hang on startup if there is a discrepancy between the hostname and/or ip address in /etc/rc.config.d/netconf and /etc/hosts. Either run set_parms hostname to finish off your migration or edit these files manually.
--Bruce