- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Extending AIJ files
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-07-2007 04:05 AM
03-07-2007 04:05 AM
Extending AIJ files
Can I just extend the existing AIJ files are do I need to recreate new AIJ files?
Attached is the command I used to create the AIJ files.
Thanks, Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:22 AM
03-07-2007 04:22 AM
Re: Extending AIJ files
While you're at it, I'd look at what disk activity was present, and quite possibly at spreading the database files (RDA and RDB, SNP, AIJ, etc) around, and onto different disk spindles, too. Where this can be reasonably managed.
It would not surprise me that you could perform this change-over entirely on-line and entirely safely, but I've tended to be paranoid when working with the local databases and have quiesced and performed an RMU BACKUP of before hacking around inside RMU or SQL. And only then after practicing on another testing database. Paranoid? Me?
Check the Rdb manuals for details.
Stephen Hoffman
HoffmanLabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:33 AM
03-07-2007 04:33 AM
Re: Extending AIJ files
To make the space inside the AIJ files available again, you should perform an AIJ backup (using RMU), This AIJ backup can be made automatic, so the whole AIJ handling becomes transparent). For help see HELP RMU.
The RMU/SHO STAT has some nice AIJ displays also.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:40 AM
03-07-2007 04:40 AM
Re: Extending AIJ files
I have four available AIJ slots.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 09:12 AM
03-22-2007 09:12 AM
Re: Extending AIJ files
on issues like this, I tend to look at the Oracle site first.
Although Rdb ( & DBMS) info can be relatively hidden (sounds familiar, considering VMS at HP site, eh?)
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2007 03:48 PM
04-07-2007 03:48 PM
Re: Extending AIJ files
Since you have 4 available slots you can add 4 more journals of whatever size you like. For the existing journals if they are backed up and are not the current journal you can drop them and add new ones of the appropriate sizes. To switch from the current active journal (so you can back it up and drop it to create a larger one) you would issue rmu/set after_journal/switch db-name.
You can use rmu and/or sql to add and drop aijs.
Jeff