- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nettl option.
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
12-19-2005 08:05 PM
12-19-2005 08:05 PM
nettl option.
nettl -traceon pduin pduout -entity all -size 256 -tracemax 10240 -f trace
nettl : Warning : -size option is ignored. Instead use -usize option
o set user space buffer size.
how can I config user space buffer size on rp-series system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 08:13 PM
12-19-2005 08:13 PM
Re: nettl option.
Refer, http://docs.hp.com/en/B2355-60127/nettl.1M.html for more information.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 08:14 PM
12-19-2005 08:14 PM
Re: nettl option.
Check note in man nettl page as,
Note: user_buffersize should be greater than or equal
to kernel_buffersize. See "Buffer Management" below
for more information on this option.
Try as,
# nettl -traceon pduin pduout -entity all -ksize 256 -usize 256 -tracemax 10240 -f trace
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 04:39 PM
12-20-2005 04:39 PM
Re: nettl option.
nettl â tn 0x30800000 â e ns_ls_driver | netfmt â F -N -n | tee /tmp/livefmt0
but,as a numberof packet is presented, I couldn't find the specified server is communicating with , has specified ip address.
I create /tmp/filter file.how can I apply for nettl util?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 04:40 PM
12-20-2005 04:40 PM
Re: nettl option.
nettl â tn 0x30800000 â e ns_ls_driver | netfmt â F -N -n | tee /tmp/livefmt0
but,as a numberof packet is presented, I couldn't find the specified server is communicating with , has specified ip address.
I create /tmp/filter file
# Filter on destination IP address
filter ip_daddr 15.16.17.18
# Filter on source IP address
filter ip_saddr 15.16.17.18
.how can I apply for nettl util?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 04:50 PM
12-20-2005 04:50 PM
Re: nettl option.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
or, you can even use Ethereal for this,
-Arun