- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IP address Change
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
07-19-2004 12:34 PM
07-19-2004 12:34 PM
IP address Change
I have HP-UX 11.00 server with 4 lan interfaces, I changed an IP address of one of them.
the server become very slow and the telnet session take about 10 min. to open - (I telnet the server through another interface attached to my lan rather than the changed interface).
when I change back the old ip address of this interface , everything was OK.
can any one tell me why this problem happened.
Another Problem....
after reboot. non of the following network commands work !!!!
# sam
sh: sam: not found.
# lanadmin
sh: lanadmin: not found.
# ping
sh: ping: not found.
# ifconfig
sh: ifconfig: not found.
Can anyone Help ????
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 08:14 PM
07-19-2004 08:14 PM
Re: IP address Change
First try to locate the lanadmin command with:
find / -name lanadmin -print
If it does not exist then somehow it is deleted.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 09:22 PM
07-19-2004 09:22 PM
Re: IP address Change
In this file you can also set default gw and other parameters for your lan card.
Then to apply changes do
/sbin/init.d/net stop; /sbin/init.d/net start
and check your netstat -nr otuput to see if it's all right.
RGDS
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 09:52 PM
07-19-2004 09:52 PM
Re: IP address Change
Get the all ip-address in ur machine using netstat -in. You can use vsar command to view the performance rate of ip-address else use sar.
Second problem is because of user permission. We have to use default full path of system command as,
/usr/sbin/ifconfig lan0
/usr/sbin/ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 12:20 AM
07-20-2004 12:20 AM
Re: IP address Change
....cause your subsequent errors,if all you did was a simple IP change, are 'interesting'....
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 12:42 AM
07-20-2004 12:42 AM
Re: IP address Change
Sounds like not all file systems are mounted...in particular /usr
sam is: /usr/sbin/sam
How are you changing the ip? is it lan0?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 01:21 AM
07-21-2004 01:21 AM
Re: IP address Change
1. cd /usr/sbin
2. ./sam