- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Reading accountng file records
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-22-2005 09:44 AM
03-22-2005 09:44 AM
Before I get blasted - I am pushing for approval to run a procedure that recreates that file and other type files monthly.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 10:28 AM
03-22-2005 10:28 AM
Re: Reading accountng file records
The accounting file is just a sequential file. You could convert/share it; then write a program to parse the resulting file. The structure of the accounting file was documented someplace, I just don`t recall where. I`ll have a look around tomorrow.
Hope that gets you started.
Enjoy,
--Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 10:44 AM
03-22-2005 10:44 AM
Re: Reading accountng file records
Since you want to keep the information indefinitely,
what is the problem with running your monthly job
and renaming the previous version of the file for
archiving?
With the accounting file along with operator
log files and security logs, you will eventually run
out of disk space... If you rename the previous
files and move them to some archive location off
the system disk I don't see how you could not
get approval (but then I have had to deal with
some very strange people :-)
Regards
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 10:44 AM
03-22-2005 10:44 AM
Re: Reading accountng file records
accounting file somewhere else (which should have the effect of defragmenting it).
The file format was documented in the docset when it was changed from a simple format to a more complex one at V2->v3. The more complex format uses offsets within the record to fields, most of which are counted strings.... There are programs/routines around from Decus, etc... which can read the file. I think the date is in the fixed length portion of the record so it shouldn'tbe to bad a program to write.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 11:08 AM
03-22-2005 11:08 AM
Re: Reading accountng file records
I have been extracting out monthly record to a new disk. However, what I'm trying to achieve is getting accurate accounting reports based on certain time frames, such as month by month useage for a UIC group or a queue. The gaps by the out of date range records really throw off the useage.
This computer system is used as a qualified manufacturing system. Any changes that weren't declared when the system was set up, even a new accounting file unless there was a procedure in place to make new files and it was documented at system setup, can revoke the system's qualification and all the products produced after the change go the the trash. So it does take a lot of signatures for minor changes that are second nature to most sysadmins. Frustrating doesn't describe looking after a poorly setup system that you can't correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 11:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 11:17 AM
03-22-2005 11:17 AM