- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP9000 IP Change
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-26-2002 03:37 AM
12-26-2002 03:37 AM
HP9000 IP Change
In order to change the IP, Do i need to change something in the nfsconf file too.
It is giving me huge problem, that after changing the IP, the system cant boot at all and it got stuck while trying to
"Start the NFS Client.". gives an error Not Responding. So it just keeps on trying..
Please assist what I need to do to overcome this problem..
Thanks in advance
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 03:47 AM
12-26-2002 03:47 AM
Re: HP9000 IP Change
No need to change in nfsconf file for changing IP. Only files to be looked into for IP are /etc/rc.config.d/netconf and /etc/hosts.
After replacing new IP with old IP
#/sbin/init.d/net stop/start
otherwise
#set_parms ip
will do.
Since your system wait a lot at NFS. in /etc/rc.config.d/nfsconf file set the flags
NFS_SERVER and NFS_CLIENT to 0(zero) and then boot.
After the boot set these flags to 1 and
#/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start will start the nfs daemons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 03:53 AM
12-26-2002 03:53 AM
Re: HP9000 IP Change
First way is use the script, it will configure all the files for you.
# set_parms ip_address
second way.
SAM->Network and interface card
last way.
# vi /etc/hosts
# vi /etc/rc.config.d/netconf
# /sbin/init.d/net stop
# /sbin/init.d/net start
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 04:46 AM
12-26-2002 04:46 AM
Re: HP9000 IP Change
interrupt the boot sequence
boot into single user
hpux -is
Then edit your /etc/rc.config.d/nfsconf
NFS_SERVER and NFS_CLIENT to 0
Then reatart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 05:50 AM
12-26-2002 05:50 AM
Re: HP9000 IP Change
In addition, if your server configuration is ok, check the network (if your server is connected to a switch, is the port configuration ok for your new address).
Check if the gateway is well defined.
Regards,
Fr??d??ric