- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite VG00 or Cold Install?
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
тАО02-20-2003 02:23 PM
тАО02-20-2003 02:23 PM
This box will become an Oracle test box/oracle hot standby. Our DBA has floated the idea of creating vg00 and swap, the making one giant partition of the rest of the disks (8) 18GB, raid, hot spare. Is this reasonable?
I greatly appreciate all responses.
Thank you,
Robb Bailey
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 02:29 PM
тАО02-20-2003 02:29 PM
Re: Ignite VG00 or Cold Install?
# mt -t /dev/rmt/0mn fsf 1
# tar tvf /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 02:52 PM
тАО02-20-2003 02:52 PM
Re: Ignite VG00 or Cold Install?
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -x inc_entire=vg00
The '-I' option will tell ignite to come up in the interactive menu when you boot from the tape. At this point you can select which disk you wish to install the OS on and change your LVOL sizes if you wish. Note that if you had your VG00 mirrored, you will have to redo this manually once you finish ignite'ing the machine.
Once you have your OS on the new disks, you can install your new data disks, create your VGs and restore your data.
You could make your 8 x 18GB disks into one giant LVOL, but I wouldn't necessarily recommend it. Oracle recommends data files and redo logs on different spindles. You could create a big LV on 6 of the 8 disks for your data files and then another LV on the other 2 disks for your other stuff. That's just me though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 03:01 PM
тАО02-20-2003 03:01 PM
Re: Ignite VG00 or Cold Install?
Load the latest ignite software from here: http://www.software.hp.com/products/IUX/download.html
Ignite is independent to any other patches. The latest versions also allow you to do a clone of a different class of system, Look for the 4.x version from the link I gave you.
Change your disk drives.
Boot off the tape drive, and you can make all the necessary changes in the interactive menus, just like doing a fresh install.
Here's how to cut the tape from your production server.
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Good luck
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 03:04 PM
тАО02-20-2003 03:04 PM
Re: Ignite VG00 or Cold Install?
1) Make TWO tapes. A bad tape can make for a long day.
2) Apply current patch bundles immediately after the Ignite restore & prior to releasing the system to make sure you're up to date
3) DON'T let the DBA talk you into 1 huge VG. Break it up such that data, indices, logs & archives are seperate. Generally, data & indices can perform better if the FS mount options are tuned different from logs & archives. And conversely logs & archs will perform much slower with those same FS options you'd apply to data & indices.
Search the forum for Oracle performance & you'll find ton's of hits & a lot of good advice.
Good Luck,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 03:06 PM
тАО02-20-2003 03:06 PM
Re: Ignite VG00 or Cold Install?
If this thread gets another 100 responses, 90 of them will suggest you to use ignite tape. Make sure you have the latest ignite version installed and use make_tape_recovery. Once the tape is taken successfully, preserve the old boot disk for plan B. Rearrange the disks in whatever the fashion you want and use the recovery tape to recover the image. Interact with the session so that it will not pick up the default disks. Good thing about it is, if you had OS on 4 disks and if you want to install on one big disks, you can do it.
About the OS being of 99, if you regularly patch your OS and update your drivers, you should be ok. Cold-installing is not bad if it is ok with you to spend time in fixing the broken links.
You know how to recover rest of the data.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 03:15 PM
тАО02-20-2003 03:15 PM
SolutionBut,
Since this sever is going to be a new oracle test / hot standby, I would rather load the new OS, latest gold base patch bundle, latest gold application patch bundle and then install oracle. I would also check the oracle version for any specific pathes it needs.
The reason I say that is that since you do not seem to be much concerned with the existing data. And in case your currnet server has some residual extra stuff on it, will get transfered as well with ignite.
I would get all codewords from HP in advance, get all the CDs , get all the patches and patch bundle, network config, required NEW vg config and reintall from scratch. I would load OS on one 4GB and other I would use for mirror(if ou have mirror/UX.
And of course create separae VG for oracle use. Never ever any appication/software like oracle in VG00 unless absolutely required(that situation I have not come across yet though)..
And after installation I would use ignite to save the new server's VG00 archive.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 03:22 PM
тАО02-20-2003 03:22 PM