- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Urgent: server IP address has been changed
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-03-2006 09:20 AM
01-03-2006 09:20 AM
1st these was the details:
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/8/1/0/4/0 0x00306EF3D7AA 0 UP lan0 snap0 1 ETHER Yes 119
1/0/1/1/0/4/0 0x00306E497FFE 1 UP lan1 snap1 2 ETHER Yes 119
1/0/10/1/0 0x00306EF4680E 2 UP lan2 snap2 3 ETHER Yes 119
# ifconfig lan0
lan0: flags=1843
inet 170.120.1.14 netmask ffffff80 broadcast 170.120.1.17
# ifconfig lan1
ifconfig: no such interface
# ifconfig lan2
ifconfig: no such interface
now i give the command :
#ifconfig lan1 170.120.1.15 netmask 255.255.255.128 broadcast 170.118.8.127 up
now i am not able to access/ping this server.
this server is not physically near to me...
what should i do?
please help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 09:25 AM
01-03-2006 09:25 AM
SolutionCan you login to GSP ?
Then you can use this command after loggin from GSP , to revert it back:
# ifconfig lan0 170.120.1.14
# ifconfig lan0 UP
and check.
hth,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 09:27 AM
01-03-2006 09:27 AM
Re: Urgent: server IP address has been changed
If you can login through GSP IP , you can check the status of lan0 , check if it shows UP , in ifconfig command.
Else you need to make it up with the above cmmand.
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 09:29 AM
01-03-2006 09:29 AM
Re: Urgent: server IP address has been changed
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 09:32 AM
01-03-2006 09:32 AM
Re: Urgent: server IP address has been changed
i dont know it.
please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 09:40 AM
01-03-2006 09:40 AM
Re: Urgent: server IP address has been changed
GSP IP cannot be determined from the system, it is the IP used to manage the server , and can be start , shutdown , reset ,poweroff and many more function can be done from a remote place.
When you logs into the GSP you gets console access.
GSP IP has to be notedown after the server is installed, and after GSP is configured and connected to network.
Which model the server is.
You might check with your onsite person , to login using the onsite console and check the above things , if no GSP is available.
hth,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 09:44 AM
01-03-2006 09:44 AM
Re: Urgent: server IP address has been changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 10:04 AM
01-03-2006 10:04 AM
Re: Urgent: server IP address has been changed
/sbin/init.d/net stop
/sbin/init.d/net start
can also bring it to original state.
hth,
Raj.