- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: set ip address hpux11.23
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
06-01-2006 07:52 PM
06-01-2006 07:52 PM
Can guide me the step to set ip address?
Thanks
Fauziah
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 07:58 PM
06-01-2006 07:58 PM
Re: set ip address hpux11.23
Use "sam" to configure network card and other things. It is very easy for newbies.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:09 PM
06-01-2006 08:09 PM
Re: set ip address hpux11.23
Set the hostname, ip address n also subnet
connect to switch port but when I ping to the rest pc no response...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:16 PM
06-01-2006 08:16 PM
Re: set ip address hpux11.23
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:20 PM
06-01-2006 08:20 PM
Re: set ip address hpux11.23
Check the link Status of your LAN
#( echo lan ppa 0 di ; echo q ; echo ) | lanadmin | grep Status
# replace "0" by the number of your lan
Check if your LAN-speed parameter match the settings of your switch:
# lanadmin -x 0 # for lan0
Current Speed = 100 Full-Duplex Auto-Negotiation-ON
If they don't match do
# lanadmin -X 100FD 0
# Replace 100FD and 0 by the correct values.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:20 PM
06-01-2006 08:20 PM
Re: set ip address hpux11.23
we lost that step. Not sure where to set and another thing how to get the gateway IP?
We do have so many vlan segment so this new server will set to one of the segment.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:26 PM
06-01-2006 08:26 PM
Re: set ip address hpux11.23
Check /etc/rc.config.d/netconf and add required information. Also, make sure you dont face any IP conflicts.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:31 PM
06-01-2006 08:31 PM
Re: set ip address hpux11.23
try a broadcast ping:
take the broadcast address you can find in the output of
#ifconfig lan0 # replace lan0
# ping
you should get at least two answers, from your own nic and from your gateway.
Gateway is probably the one with the lowest IP in your Subnet
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:40 PM
06-01-2006 08:40 PM
Re: set ip address hpux11.23
ping the hostname to verify the hostname.
ping the gateway.
Verify all this in syslog and check for errors.
ping the dns server and the email server.
Note: you can always rerun set_parms from the beginning at any time and do a complete reconfiguration if you need to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 10:59 PM
06-01-2006 10:59 PM
Re: set ip address hpux11.23
So many...:-)
one by one ya....
when I ping the server ip got reply
ping broadcast ip got reply
ipconfig lan0 appear the ip I set
ping hostname no reply (maybe wrong name fotgot rushing)
ping gateway -dunno gateway number :-(
ping email server no reply (actually different vlan)
So can conclude anything?
Maybe the port where connection pint goes to is the problem?
I will test using netbook nextweek on Monday.
Wil reply the status
many thanks
fauziah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 03:37 AM
06-02-2006 03:37 AM
Re: set ip address hpux11.23
Afterwards:
ping your own nic
ping the gateway
ping the dns
ping your work station / PC, etc. This is how you become sure of your network mon ami.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 08:10 PM
06-04-2006 08:10 PM
Re: set ip address hpux11.23
will test using parm command after this.
BTW I already test the network port at switch using 2 win2k pc and it works. So my setting at hp-ux is the problem. 2nd time to ask where should I enter the gateway ip address at unix server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 10:32 PM
06-04-2006 10:32 PM
Re: set ip address hpux11.23
it's always into netconf file, check ROUTE_* entries.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 11:48 PM
06-04-2006 11:48 PM
Re: set ip address hpux11.23
# set_parms addl_netwrk
Subnetwork Mask and Default Gateway
* Subnetwork mask
* Default gateway IP address
It will ask you: Do you wish to specify this information?
Press [y] for yes or [n] for no, then press [Enter]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 01:50 PM
06-05-2006 01:50 PM
Re: set ip address hpux11.23
thank you so much..Found already. Yalah using set_parms is easier.......
The new 2 servers can ping each other now. They are in the same vlan segment. I will try to ping to different segment afterward.
Thanks to all. Will open new case if got problem and will give you all highest point :-)
tadaaaaaaaaaa
thanks
Fauziah