- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Binary to ASCII convert of Syslog?
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
02-13-2001 12:59 PM
02-13-2001 12:59 PM
Binary to ASCII convert of Syslog?
I am trying to parse out an HP UNIX syslog ,that is in binary format, to ASCII format (human readable). Unfortunately, I can not find any programs/commands/utilities that do this. I am doing this because we need to have the data parsed certainly and readable on-the-fly on the systems. Any help with this would be greatly appreciately.
Thanks,
Willie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 01:07 PM
02-13-2001 01:07 PM
Re: Binary to ASCII convert of Syslog?
Exactly what file are you attempting to view?
In general, the 'strings' command [strings
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 01:08 PM
02-13-2001 01:08 PM
Re: Binary to ASCII convert of Syslog?
dos2ux or ux2dos -
these commands convert HP format to ASCII format and vice versa. See manpage on these.
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 01:25 PM
02-13-2001 01:25 PM
Re: Binary to ASCII convert of Syslog?
Maybe you mean one of...
/etc/utmp
/etc/utmpx
/var/adm/btmp
/var/adm/wtmp
/var/adm/wtmpx
If so, see the man page for "wtmp" for a programmatic
interface and "fwtmp" for a standalone command to read the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 01:26 PM
02-13-2001 01:26 PM
Re: Binary to ASCII convert of Syslog?
Let me retract this question then until they are abit more forth coming with what actual files they are needing to convert.
Thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 02:29 PM
02-13-2001 02:29 PM
Re: Binary to ASCII convert of Syslog?
Me I use cute FTP but I am sure other clients have it too. Use it to FTP to the box/server and there is a setting that you can choose , under transfer and transfer type. And pick the type you want. I have downloaded many files and logs from my server this way. I also use this to write scripts. I use an html editor notepad or other to write my script. Then I ftp it up to the dir i want it in. Saves allot of time.
hope this helps.
Richard