- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Storing concept in HP-UX Server
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
08-23-2005 05:23 PM
08-23-2005 05:23 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:51 PM
08-23-2005 05:51 PM
Re: Storing concept in HP-UX Server
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 06:03 PM
08-23-2005 06:03 PM
Re: Storing concept in HP-UX Server
Give me more details on incoming data.
Whether is it stream of ascii data over TCP-IP or some other protocol.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 09:25 PM
08-23-2005 09:25 PM
Re: Storing concept in HP-UX Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 10:47 PM
08-23-2005 10:47 PM
Re: Storing concept in HP-UX Server
For this socket program may help you.
If I search more info here. One of our project used some strategy to capture similar ASCII Data.
Update you, if I find any solution.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 11:52 PM
08-23-2005 11:52 PM
SolutionYou can find an utility "tcpdump" which serve your purpose.
tcpdump-3.9.3 A tool for network monitoring and data acquisition
Description: It is loosely based on SMI's etherfind utility but has been extensively rewritten so that none of the original code remains. It uses the includes and library from the libpcap package, which must be obtained and installed first before installing tcpdump itself.
You can download this utility at URL:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-3.9.3/
Cheers,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 12:33 AM
08-24-2005 12:33 AM
Re: Storing concept in HP-UX Server
mkfifo stuffings
echo "+ +" >.rhosts
write your stream of data to the fifo "stuffings"
ON your HP system
remsh QNXsystemname -l username dd if=/PATHto/stuffings | dd of=localfileonHPserver
and if you want to mail it, then on your HP system, do:
cat localfileonHPserver | uuencode localfileonHPserver.txt | mailx -m -s "subjecthere" username@domain.com
live free or die
harry d brown jr