- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Problems with tcpdump
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
03-16-2004 12:56 AM
03-16-2004 12:56 AM
Problems with tcpdump
message:
tcpdump: pfopen: tu0: No such file or directory
tcpdump: your system may not be properly configured; see "man packetfilter"
I have included packet filter support
in the kernel, but no pfilt*** special files
in /dev/pf. What have I do, is calling
'MAKEDEV pfilt' enough, or should I
register created special files somehow
with dsfmgr?
Thanks a lot for advise, ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:25 AM
03-16-2004 01:25 AM
Re: Problems with tcpdump
cd /dev
./MAKEDEV pfilt
is enough to be able to work with tcpdump.
Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:50 AM
03-16-2004 01:50 AM
Re: Problems with tcpdump
since it is not clear, whether you use 4.0X or 5.XX, in 4.0X I think you have to have
options PACKETFILTER
in the config file.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:52 AM
03-16-2004 01:52 AM
Re: Problems with tcpdump
forget my last post. I saw too late, that you thought about it already.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 07:46 PM
03-16-2004 07:46 PM
Re: Problems with tcpdump
like 'MAKEDEV pfilt' should I
do it in single user mode,
or it is not necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:13 PM
03-16-2004 09:13 PM
Re: Problems with tcpdump
this would be quite annoying, if you had to bring down the machine for peanuts. No, you can do it anytime. ;-)
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 01:14 AM
03-17-2004 01:14 AM
Re: Problems with tcpdump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 06:51 AM
04-03-2004 06:51 AM
Re: Problems with tcpdump
Well the problem is, in a Historical Server, we have Installed a tapebackup Unit. At this moment we can not acces to the tape backup.
I already checked the /dev traying to find the logical devices nrmt0h, nrmt0a, nrmt0l, nrmt0m, but they are not there.
Eventhout if we look for the raw devices i can get it.
rmt0h, rmt0a/0m/0l,
When i run the MAKEDEV tz14, in order to create the device, i get nrm1h, nrmt1a, ***
if i try again i get nrm2h, nrmt2a, ***.
What can i do to run the MAKEDEV and obtain the right devices, i mean , nrm0h, **
I´m sorry for my write English.
Danie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 09:14 AM
04-03-2004 09:14 AM
Re: Problems with tcpdump
So you have the rmt0* (ie the "rewind") special files , but not the nrmt0* (non-rewind) special files.
I guess you will have to delete them all ie:
cd /dev
rm *rmt0*
and then
./MAKEDEV tz14 (if your tape is on bus 1, target 6)
Rgds,
Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2004 10:50 AM
04-04-2004 10:50 AM
Re: Problems with tcpdump
I would try it a little different.
cd /dev
rm *rmt*
scu show edt
calculate bus*8+target of tape.
./MAKEDEV tz"result"
mt -f /dev/nrmt0h status
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 06:57 AM
04-06-2004 06:57 AM
Re: Problems with tcpdump
I got the solution.
1.- I make a dir into /dev, called /dev/tapedp, then i moved all rmt0* to that directory, and then i rebooted the machine.
2.- After the boot, the initializacion created it seft , the raw devices for the tape backup.
3.- Then when i checked the raw devices, i got the rmt* and the nrmt*.
Again i appreciat all the support given .
Thank at all.
Daniel