- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Migrate data from tru64 unix 4.0F to HP Unix 1...
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
11-15-2003 11:04 PM
11-15-2003 11:04 PM
We are in the process of upgrading to oracle apps 11i on HP Ux 11.11
previous to this we had oracle apps (prior version) running on a Compaq AS4100 with tru64 unix 4.0F
On the tru64 box we use 'vdump' to back whole mountpoints and 'vrestore' to restore.
what do you think is the best way to backup and restore data from tru64 to hp unix 11.11 . since these would be database files i think we may have sizes larger that 2 gb.
Need some ideas on how to proceed with this. I am a bit new to this.
Also how can we backup from one mountpoint say /d01 on tru64 and restore to maybe another say /apps on hp unix 11.11
any tips, help would be very welcome to me to plan for this. We have now prepared the TEST rp5470 server with HP UX 11.11 and will very soon want to export data from our OLD TEST server on tru64 to this new one.
Would be gratefull if someone could point me in the right direction.
thanks
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 12:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 06:24 AM
11-16-2003 06:24 AM
Re: Migrate data from tru64 unix 4.0F to HP Unix 11.11
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 12:27 PM
11-16-2003 12:27 PM
Re: Migrate data from tru64 unix 4.0F to HP Unix 11.11
I would use tar.In my environment we have a mix of Tru64/HP/Sun.Tru 64 i used vdump to backup.But when I moved data from Tru64 to HP I used Unix.But if you are moving the database from Tru64 to HP,you better used export/import.
Last week,I tar the oracle file from Tru64 and untar at HP.(Try to duplicate the database).Next try to recreate the control file and it gave me "cannot find system tablespace" (eventhough the file exist).End up I used export/import and work like charm.
Hope this help.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:02 AM
11-18-2003 06:02 AM
Re: Migrate data from tru64 unix 4.0F to HP Unix 11.11
confirmed this with my DBA. export is definitely preferable.
rgds
pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:07 AM
11-18-2003 06:07 AM
Re: Migrate data from tru64 unix 4.0F to HP Unix 11.11
Rgds,
Jean-Luc