- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cksum_file
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-27-2007 12:15 AM
03-27-2007 12:15 AM
cksum_file
What is cksum_file is for ? Incase if this file is not there or it will not get restored back then will it be create any isuees ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 12:22 AM
03-27-2007 12:22 AM
Re: cksum_file
checksum is used to make sure a file, like for example an executable is not changed while being tranferred across a network.
If the md5 checksum is the same on the local system after you download it from the internet, then you are certain it has not been altered.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 12:36 AM
03-27-2007 12:36 AM
Re: cksum_file
So Data was copied successfully but the checksum files don't so will it be create any problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 01:43 AM
03-27-2007 01:43 AM
Re: cksum_file
if so:
never heard of "cksum_file", its not part of the std hp-ux system.
as to what issues it's absence would cause, their is no way of knowing, unless you know who (or what software product) installed it.
std checksum tool is cksum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 02:56 AM
03-27-2007 02:56 AM
Re: cksum_file
Various checksum algorithms exist where the probability of so called collisions (viz. that the checksum algorithm excercised on a different file that however produces the same checksum) is close to non-existent (in theory a collision would render the algorithm useless for this purpose, but it happened).
Therefore checksums also have been used by some intrusion detection systems.
Unless your host is under such a regime (but then those checksums wouldn't be kept in writable filesystems) the absence of such files shouldn't do any harm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 02:31 AM
04-05-2007 02:31 AM
Re: cksum_file
Scott