- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network Command
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
тАО12-07-2005 05:52 PM
тАО12-07-2005 05:52 PM
Network Command
Regards
Mridul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 05:56 PM
тАО12-07-2005 05:56 PM
Re: Network Command
Some important network commands are,
1) ifconfig ( man ifconfig for more details)
2) netstat
3) ndd -h
4) lanadmin
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 05:58 PM
тАО12-07-2005 05:58 PM
Re: Network Command
usual network commands i will use, lanadmin, netstat, lsof, etc.
for hardware configuration and info display, i use lanadmin, lanscan, ifconfig, etc.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 06:40 PM
тАО12-07-2005 06:40 PM
Re: Network Command
Try #sam
( System Admin Manager)
It has evrything !
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 06:40 PM
тАО12-07-2005 06:40 PM
Re: Network Command
ifconfig
route
netstat -in
netstat -rn
lanscan
lanadmin
nslookup
nsquery
ping
ndd
Use sam to configure network cards and administration based on networks.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 07:05 PM
тАО12-07-2005 07:05 PM
Re: Network Command
linkloop
hosts
resolve.conf
nsswitch.conf
I am recommending to start with ifconfig and recommeded man pages and continue with SEE ALSO part man pages more.
Files which are relative to networks:
1. /etc/nsswitch.conf
2. /etc/resolv.conf
3. /etc/hosts
4. /etc/services
5. /etc/rc.config.d/netconf
6. /etc/rc.config.d/*lan
7. /etc/inetd.conf
Service which is involving:
1. /sbin/init.d/net
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 07:08 PM
тАО12-07-2005 07:08 PM
Re: Network Command
http://docs.hp.com/en/B2355-60103/index.html
and search with "network" word and select your commands.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 07:41 PM
тАО12-07-2005 07:41 PM
Re: Network Command
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2005 12:24 AM
тАО12-08-2005 12:24 AM
Re: Network Command
You usually start to identify the
hardware bus/cards
with
- lanscan
(for each card lan0, lan1 etc)
- ioscan -fnC lan
To get ip@ configs
- ifconfig lan0 , lan1 etc.
To configure your hardware go to
/etc/rc.config.d/hpbtlanconf
or hpeisabtconf or hpetherconf
For your ip@ and routing
/etc/rc.config.d/netconf
or manually "route" and "traceroute"
(In fact run to see current
settings: lanadmin -x 1
or lanadmin -x 2 depending)
For initial settings run
[vwbsrv3:/etc/rc.config.d]# set_parms
Usage: set_parms
Where
hostname
timezone
date_time
root_passwd
ip_address
addl_netwrk
or initial (for entire initial boot-time dialog sequence)
[vwbsrv3:/etc/rc.config.d]#
Naturally there are your utilities
like nslookup (see /etc/resolve.conf
and /etc/nsswitch.conf)
, ping , netstat and linkloop to
test various stuff.
And the best of all , surprised
no-one mentioned it, it is a bit techy;
"nettl" control network tracing and logging.
Hope this gives the full picture:)
rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2005 04:54 PM
тАО12-11-2005 04:54 PM
Re: Network Command
Mridul
I see that you are new here:)
Welcome !
But don't forget to allocate points to
those that took the trouble to give an
elaborate answer to your question.
Many thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2005 01:19 AM
тАО12-13-2005 01:19 AM
Re: Network Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2005 02:28 AM
тАО12-13-2005 02:28 AM
Re: Network Command
You mean how to technically do it ?
Well you can rate each answer between
1-10 points via the dropdown list next to each answer on your thread and then submit.
(Sometimes it can be slow and has to be
repeated, I know :))
Or did you mean there is no more point
to give points ?
then the best thing to do is to close the thread, then no more points can be given to
new answers :) And it is clear to us
what is the status of the thread.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2005 07:28 PM
тАО12-15-2005 07:28 PM
Re: Network Command
You have assigned points to 10 of 16 responses to your questions.
That is 60%
A pretty low score don't you think ?
So , I think people have a right
to know that they should not count
on points from you.
Very untypical, as my other Indian colleques
here are very generous indeed.