- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- migrating oracle rac
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
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
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
тАО06-25-2009 11:10 AM
тАО06-25-2009 11:10 AM
migrating oracle rac
any idea what should i do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2009 12:09 PM
тАО06-25-2009 12:09 PM
Re: migrating oracle rac
ASM needs to be backed up using Oracle utilities. exp is probably best.
Then you need to set up the new storage and import the data.
There are additional steps needed on the Oracle side http://metalink.oracle.com is the place for the procedure.
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
тАО06-25-2009 11:04 PM
тАО06-25-2009 11:04 PM
Re: migrating oracle rac
And below that, you can still have LVM from HP-UX.
So could you let us know if clusterware is starting ?
Have you verified the ownership of the raw disk device files ? They need to be writable by oracle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2009 12:02 AM
тАО06-26-2009 12:02 AM
Re: migrating oracle rac
we are using ASM, i thing the problem is the asm disk were pointing to device number that is changed,
per example
ASM disk group data1, have 3 disks
c3t1d1
c3t1d2
c3t1d3
and now the disks are
c7t4d0
c7t4d1
c7t4d2
is there any way to change the ASM map file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2009 02:20 AM
тАО06-29-2009 02:20 AM
Re: migrating oracle rac
I don't know if ASM is capable of moving datafiles this way.
Another way to handle this, would be to "rename" the device files on the OS.
First, you need to take care that the LUN numbers of the new devices are identical to the LUN numbers on the original on devices. (These are the last 2 numbers in the device file. Normally lun 0 is t0d0, lun 33 is t4d1). This is something you need to do on the storage.
After that, you could need to make an ioinit file to renumber your scsi busses.
First execute "ioscan -fnC ext_bus".
Note the hardware path (if it isd still there) of instance 3 (second column) and instance 7.
If instance 3 still exists, you have to move it aside to a free number. Otherwise, don't specify instance 3 in the file below.
Now create a file with the following lines :
Now execute ioinit -f
This will reboot your machine and the devices previously accessible on c7... will now be accessible on c3...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2009 03:33 AM
тАО06-29-2009 03:33 AM
Re: migrating oracle rac
Based on your last post, ASM is now owning a disk without any data on it.
You will need to restore the data from backup to get back into operation.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com