- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JCIFS access
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
тАО05-17-2011 09:03 PM
тАО05-17-2011 09:03 PM
JCIFS access
Now we would like to connect from Unix to Windows and we are facing a problem.
What are the HP-UX native tools that one can use to dump and debug a JCIFS access ?
- Tags:
- JCIFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2011 11:55 PM - last edited on тАО08-08-2011 02:11 PM by Kevin_Paul
тАО05-17-2011 11:55 PM - last edited on тАО08-08-2011 02:11 PM by Kevin_Paul
Re: JCIFS access
I just found that this closed thread refers to network tracing and logging.
http://h30499.www3.hp.com/t5/Networking/Install-tcpdump-for-hp-ux-rx-6600/m-p/5281836#M54724
Can I use it to trace SMB authentication failures when I use JCIFS ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2011 05:56 AM
тАО05-18-2011 05:56 AM
Re: JCIFS access
http://jcifs.samba.org/src/docs/capture.html
Tcpdump is available for HP-UX: for versions 11.23 and 11.31, you'll find it in the Internet Express package, which should be included in your HP-UX installation media kit, and is also downloadable for free from http://software.hp.com.
Internet Express for HP-UX 11.11 is no longer available, but you can find tcpdump in the Porting Archive too:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-4.1.1/
NOTE: before installing tcpdump from the Porting Archive, you must install its run-time dependencies (libpcap and openssl packages from the Porting Archive).
JCIFS documentation talks about Ethereal: it has been renamed to Wireshark. It is available at:
http://wireshark.org
My recommendation for serious network traffic analysis on HP-UX is to install tcpdump to capture the packets you need into a file on HP-UX, then move the capture file to your own workstation (e.g. a Windows host) and run Wireshark on it to examine the dumped packets. For simple cases, tcpdump alone might be enough.
If you are not allowed to install anything on the HP-UX host, you might use nettl, the HP-UX native network traffic dump tool:
http://www.compute-aid.com/nettl.html
Wireshark can read nettl dumps too.
MK
- Tags:
- tcpdump