- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: changing 18 Gb to 36 Gb disks for FC10
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-19-2002 05:57 AM
03-19-2002 05:57 AM
we have next configuration:
HP-UX11.11,L-3000 and FC10 with 6x18 Gb disks with mirroring using exlusively for Oracle datafiles.
This weekend we're going to upgrade our 18 Gb disks to 36 ones. Which best way to accomplish this?
It seems to me that he most stupid and more simple is next method.
Stop oracle,backup oracle files to another location,put new disks in FC10,change volume group parameters and restore data on new disks. That's it.
It's not a big problem for us stop database because we also going to add more RAM and in any case we have to reboot our box. However,I'd like to know just for future (very soon we also going to upgrade another machine) how is possible to do it in more right way with minimum downtime.
For instance,could I put new disks in FC10 and afterwards add them to logical group as second mirror and after syncronisation remove one by one old disks? or even more could I replace old small disks by bigger ones on fly?
Thanks in advance,
Kirill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 06:07 AM
03-19-2002 06:07 AM
SolutionThe "best" way is ==> the way that MINIMIZES unexpected downtime, and you already have those procedures. Like you said: shutdown database, back it up (BUT I'd DO IT TWICE and check the BACKUP), then swapdisks, and rebuild your VG.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 06:48 AM
03-19-2002 06:48 AM
Re: changing 18 Gb to 36 Gb disks for FC10
you have OnlineJFS):
([D]=data; [E]=emty)
unmirror 2x18 to 18[D]+18[D]
replace 1 disk: 36[E]+18[D]
mirror/synchronize: 18[D]+36[D]
unmirror disks
replace 2nd disk: 36[D]+36[E]
mirror/synchronize: 36[D]+36[D]
Now, both new disks uses old vg/lvol, but now with OnlineJFS you should be able increase PE,FS,VG,LV and so on....
This methode has minimal downtime, but... always make sure you have doublechecked your backups ... :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 06:53 AM
03-19-2002 06:53 AM
Re: changing 18 Gb to 36 Gb disks for FC10
You can check the Max PE of your VG by vgdisplay
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 07:13 AM
03-19-2002 07:13 AM
Re: changing 18 Gb to 36 Gb disks for FC10
In the latest versions of Oracle, it is possible to freeze the DB on one of mirrored disks. For maximum availability: use 3 disks.
Freeze the database on 1 of disks, the other 2 will keep running mirrored.
Replace the third and re-mirror. Meanwhile the DB can be updated, so after syncing the disk, also sync the DB (!).
Repeate this procedure for all disks... maybe a lot of work, but low risks..
Succes to find your strategy!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:35 PM
03-19-2002 12:35 PM
Re: changing 18 Gb to 36 Gb disks for FC10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 02:51 AM
03-20-2002 02:51 AM
Re: changing 18 Gb to 36 Gb disks for FC10
as usually more simple way is the best one.
;-) so,harry's answer is a winner.
unfortunetely,ceesjan suggestion doesn't work for us yet because installing OnlineJFS and mounting with its options is minor goal of upgrade.;-)
anyway, thanks again!