1827403 Members
5321 Online
109965 Solutions
New Discussion

Network adapter details

 
Sumeshks
Occasional Advisor

Network adapter details

Can i get the HP-UX commands(From commandline) to get the following informations about network?
1.Virtual Machine discrimination(NetworkAdapters)
2.Adaptor name(Manufacturer Name)
3.Slot Location(NetworkAdapters)
4.Connection Type(NetworkAdapters)
5.DHCP server(NetworkAdapters)
6.WINS server(NetworkAdapters)
7.Rate code(NetworkAdapters)
8.Number of ports(NetworkAdapters)
9.Physical Ports(NetworkAdapters)
10.Logical ports(NetworkAdapters)
11.Subnet(NetworkAdapters)
12.virtual adapter relationship to physical adapter

Thanks in advance
Sumesh
5 REPLIES 5
Analyst
Trusted Contributor

Re: Network adapter details

Hi Sumesh,

here the information you requested.

a)ioscan -fnC lan

b)ifconfig

c)netstat

d)lanscan

e)lanadmin-->lan-->display

f)linkloop

Probably this will serve your query.

Thanks,
Analyst.

(If the information is useful, kindly assign points).

Sumeshks
Occasional Advisor

Re: Network adapter details

Hi,
As i don't have any previous hardware exposure,i should get which command is used for which information.Also should specify which part of the output gives the required information.It will be great if you are kind to specify these also.
Thanks in advance
Sumesh
Analyst
Trusted Contributor

Re: Network adapter details

HI sumeshks,

Check the details,
use the commands as mentioned.

1.Virtual Machine discrimination(NetworkAdapters)--ioscan -fnC lan--- gives no of network adapter
2.Adaptor name(Manufacturer Name) ---ioscan -fnC lan --- The same cammand will give the output.
3.Slot Location(NetworkAdapters) ---ioscan -fnC lan --- The same cammand will give the output.
4.Connection Type(NetworkAdapters)--lanscan -- the connection type
7.Rate code(NetworkAdapters)----lanadmin ( lan -->display)
8.Number of ports(NetworkAdapters) ---ioscan -fnC lan --- The same cammand will give the output.
9.Physical Ports(NetworkAdapters) ---ioscan -fnC lan --- The same cammand will give the output.
10.Logical ports(NetworkAdapters)----netstat -rn/in
11.Subnet(NetworkAdapters) -----ifconfig
12.virtual adapter relationship to physical adapter ----netstat -rn/in


Thanks,
Analyst.
Sumeshks
Occasional Advisor

Re: Network adapter details

Hi,
As i don't have any previous hardware exposure,i needed to know which part of the command output forms the required information(Output content analysis).It will be great if u specify which part in the output should be taken
Thanks in advance
Sumesh
Sumeshks
Occasional Advisor

Re: Network adapter details

Hi,
hello anybody is there?