- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCP/IP problem
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-08-2006 01:45 AM
тАО02-08-2006 01:45 AM
TCP/IP problem
I'm new on HP-UX. So I'm sorry for my questions.
1- How can I check the installed HP-UX version?
I used --swlist -l bundle-- command. But this command is showing a lot of line on the screen. What are they? I think my OS version is B.11.00?
2- How can I check IP. I run netstat -i command then I saw Name : lo0 Address : localhost.
I think TCP/IP configuration is not set yet. How can I do?
Thanks for helps.
Serkan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 01:50 AM
тАО02-08-2006 01:50 AM
Re: TCP/IP problem
2- lanscan, ifconfig lanX, lanadmin, /sbin/set_parms
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 01:50 AM
тАО02-08-2006 01:50 AM
Re: TCP/IP problem
Welcome to HP-UX. To answer your questions,
Q1) How can I check the installed HP-UX version?
# uname -a will provide all the details.
# /opt/ignite/bin/print_manifest
will give a detailed output.
Q2) How can I check IP. I run netstat -i command then I saw Name : lo0 Address : localhost.
# ifconfig lan0
or use sam.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 01:51 AM
тАО02-08-2006 01:51 AM
Re: TCP/IP problem
Overall : Learn to use sam
1. uname -a
2. have a look in the /etc/hosts file
To set it, use sam or set_parms ip_address
For further info : man set_parms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 02:00 AM
тАО02-08-2006 02:00 AM
Re: TCP/IP problem
HI,
1) Run
#uname -a --> to know the OS version.
2) AS the Network is not configured, you may run
#/sbin/set_parms --> to set ALL network parameters such as IP,mask,hostname etc ( sort of menu driven )
With Regards,
Siva.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 02:11 AM
тАО02-08-2006 02:11 AM
Re: TCP/IP problem
Version - uname -r
Model of the system - model
hostsname of the system - hostname
ip address - grep -i
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 08:05 PM
тАО02-08-2006 08:05 PM
Re: TCP/IP problem
Thanks for your helps. I gave an IP number. But when I run ifconfig -a, I am taking no such interface error. In addition to this when I reboot the system, I saw LAN interface FAIL in start-up in progress menu.
And I can not ping to other Ip addresses.
Could you tell me what mistakes I did?
Thanks and regards
Serkan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 10:01 PM
тАО02-08-2006 10:01 PM
Re: TCP/IP problem
# netstat -ivn
# ifconfig
It will give ip list.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 10:06 PM
тАО02-08-2006 10:06 PM
Re: TCP/IP problem
# grep -Ev '^$|^#' /etc/rc.config.d/netconf
# cat /etc/hosts
# lanscan
You have not configure your network Interface yet. To configure that use as,
/sbin/set_parms ip_address
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 10:14 PM
тАО02-08-2006 10:14 PM
Re: TCP/IP problem
What could you say about LAN interface FAIL during system reboots.
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 10:59 PM
тАО02-08-2006 10:59 PM
Re: TCP/IP problem
I selected the Network Interface Cards item of the Networking and Communications window.
I clicked the LAN card that I want to configure from the object list.
I verified that the hardware path is correct for my LAN card (by comparing the hardware path on the Configure LAN Card window with the hardware path from the output of the commands ioscan -fdbtlan and lanscan -v).
I choose Configure from the "Actions" menu to open the Configure LAN Card window.
I entered the information about the LAN card.
I choose the Card Type of LAN card. The default is Ethernet and IP address ...
I activated the OK button to perform the task and returned to the Configure LAN Card window. But I still see status:Not Configured on Network Interface cards
I can see IP address in /etc/hosts file.
What can I do?