- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Use nettladm
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
10-27-2003 02:26 AM
10-27-2003 02:26 AM
100 Mb/s LAN/9000 btlan
100BT/Gigabit Ethernet IETHER
ARPA/9000 NETWORKING NS_LS_BUFS
ARPA/9000 NETWORKING NS_LS_CASE21
ARPA/9000 NETWORKING NS_LS_ICMP
ARPA/9000 NETWORKING NS_LS_IGMP
ARPA/9000 NETWORKING NS_LS_IP
ARPA/9000 NETWORKING NS_LS_IPC
ARPA/9000 NETWORKING NS_LS_LOGGING
ARPA/9000 NETWORKING NS_LS_LOOPBACK
ARPA/9000 NETWORKING NS_LS_NETISR
ARPA/9000 NETWORKING NS_LS_NFS
and others..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 02:58 AM
10-27-2003 02:58 AM
Re: Use nettladm
This list the subsystems which are logged in /var/adm/nettl.LOG00
you can view only a subsystem in this log, by using a filter file and netfmt comand.
see KBRC00001272 for more informations.
hope this help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:18 AM
10-27-2003 03:18 AM
Re: Use nettladm
nettladm will allow you to view the logs too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:32 AM
10-27-2003 03:32 AM
Re: Use nettladm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:35 AM
10-27-2003 03:35 AM
Re: Use nettladm
Try this link,
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=KBRC00001272&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=10&search.y=15
Just search for the doc using doc id in the link,
http://www1.itrc.hp.com/service/cki/enterService.do
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 04:10 AM
10-27-2003 04:10 AM
Re: Use nettladm
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=KBRC00001272&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=10&search.y=15
KBRC00001272:
Your search produced no results. It is either too specific or has spelling errors. Try a different search string or change your search criteria selection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 09:09 AM
10-27-2003 09:09 AM
Re: Use nettladm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 08:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 01:50 AM
10-28-2003 01:50 AM
Re: Use nettladm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 01:53 AM
10-28-2003 01:53 AM
Re: Use nettladm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 04:00 AM
10-28-2003 04:00 AM
Re: Use nettladm
FILTER EXAMPLE #1: To view packets sent to and received from an IP address by the host running the nettl trace:
filter ip_saddr 192.6.2.1
filter ip_daddr 192.6.2.1
# filter ip_saddr 192.168.1.221
sh: filter: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 04:09 AM
10-28-2003 04:09 AM
Re: Use nettladm
"filter" is not a command, but you have to create a filter file, named /tmp/filterfile for exemple. This contains the 2 lines :
filter ip_saddr 192.6.2.1
filter ip_daddr 192.6.2.1
After you have to use netfmt command to filter your log :
for 10.20 and 11.00:
#netfmt -N -n -l -c /tmp/filterfile -f /tmp/raw0.TRC0 > /tmp/fmt- 10
for 11.11 or up :
# netfmt -N -n -l -c /tmp/filterfile -f /tmp/raw0.TRC000 > /tmp/fmt- 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 05:17 AM
10-28-2003 05:17 AM
Re: Use nettladm
# netfmt -N -n -l -c /tmp/filterfile -f /tmp/raw0.TRC000 > /tmp/fmt-10
netfmt (169) Warning: The input file was created in a timezone that
is different from the present timezone. You may want to
adjust the environment variable TZ while formatting this file.
TZ found in trace/log file header: MST7MDT
TZ of this process: SAT5
# filter ip_saddr 192.168.1.235
sh: filter: not found.
# filter ip_daddr 192.168.1.235
sh: filter: not found.
# filter ip_saddr 192.168.1.221
sh: filter: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 12:49 AM
10-29-2003 12:49 AM
Re: Use nettladm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 01:03 AM
10-29-2003 01:03 AM
Re: Use nettladm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 01:19 AM
10-29-2003 01:19 AM