Cloned Rootvg


 
Thread Tools Search this Thread
Operating Systems AIX Cloned Rootvg
# 1  
Old 12-29-2006
Cloned Rootvg

New Question:

The purpose of an alternate disk install is in my opinion to have a ready-to-use-backup and i've read that it is possible to install filesets or software on the cloned disk for testing purposal while the normal system is still running.

The question is: how do you tell AIX (5.2 ML9) to install filesets NOT on the normal rootvg but on the cloned rootvg? And how can you test it?? (off course all this without rebooting...)

thanks!
# 2  
Old 12-29-2006
IBM calls this technique "Alternate Disk Install". You install the OS from your NIM server to a spare disk in the machine. There are tons of docs on this at IBM's website.

http://publib.boulder.ibm.com/infoce...v5r3/index.jsp

However, you can NOT use that disk with the different OS without a reboot. Basically you can have both OS versions installed and choose which you boot to but both can't be running at the same time.
# 3  
Old 01-16-2007
AIX installation CD .iso image

I would like to test a PowerPC emulator and I need some AIX.iso CD image
http://pearpc.sourceforge.net/downloads.html
Does anybody here have this .iso CD image ?


C:\PowerPC>ppc configfile
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA

AuthenticAMD
CMOV MMX 3DNOW 3DNOW+ SSE SSE2 SSE3

[IO/IDE] <Error> AIX433.iso: could not open file (No error)
# 4  
Old 01-17-2007
Thread hijack !!
Post your own message please.

pearpc does not claim to even support AIX4.3.3:

"What about AIX? Does it run?
I've got a donated AIX 4.3.3 license and will work at this issue as soon as possible"

AIX 4.3.3 and 5.1 are out of support - no chance of it working with AIX 5.2.
If you want / need a copy of AIX, buy one, it is Licenced, note the comment about having an AIX 4.3.3 LICENCE.

AIX is NOT freeware.
# 5  
Old 01-20-2007
Quote:
Originally Posted by kvanelshocht
The question is: how do you tell AIX (5.2 ML9) to install filesets NOT on the normal rootvg but on the cloned rootvg? And how can you test it?? (off course all this without rebooting...)
And the one-word-answer is: no way! ;-)

if anybody is going to point out that "no way" are two words I'll throw the whole AIX documentation at his head)

alt_disk_install is good if you want to upgrade a system, but have either very little downtime on your hands or want to be able to switch back very fast in case something fails.

Basically, the (mirrored) rootvg is split into its mirrors and one mirror is mounted in a set of alt_* named directories (usr->alt_usr, etc->alt_etc, etc.). In this alternate hierarchy the updates is made (while running from the unmodified copy) and with a reboot the modified set becomes the default. after testing the new version you can remove the unmodified disk and rebuild the mirror - ready. The user won't notice you working, just the single reboot, is all.

What you want to do is IMHO better accomplished in a micropartition. Create one new partition (via a VIO-Server, you don't even have to have real hardware) and install and test your new version, than either put it into production or not and zap the LPAR (VPAR) you have created - much easier than to twiddle with alt_disk_install, which is not suited for your purpose.

bakunin
# 6  
Old 01-20-2007
Micro partition, LPAR, don't have that option, no problem, we are talking Alt disk here.

Of course you can, that is half the point (the other being the backup thing).
alt_rootvg_op
Purpose
Performs operations on existing alternate rootvg volume groups.

These power 4 and 5 HMC'd junkies are starting to annoy me now... you don't need a 10k box to doo half the stuff you people think you need to create an lpar / micro partition for.

Alt disk install your new instance on a spare disk and customise / add fixes - software with the alt_rootvg_op command. Of course you will need to actually boot it to test if it all worked - best done at the weekend for the user satisfaction, oh, and the overtime ;-)

http://publib.boulder.ibm.com/infoce..._rootvg_op.htm
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Cloned Sun OS 10 HD using replicator machine

Dear all, I have Sun Oracle 10 SPARC T4-1 machine with 4 units SAS2 300GB configure with 2 set Raid1. Is it possible to take out all 4 hd and cloned the 4 HD using disk clone/replicator machine with same HD size and model? After the cloned completed put back the new cloned HD at original... (4 Replies)
Discussion started by: ayyahma
4 Replies

2. AIX

Reducing / on rootvg

The root filesystem was mirrored, someone/something stopped mirroring, and increased / and /home to ridiculous values (/ got increased to 102gb and its only using 4.3gb, so 98gb is free). Can I reduce the / (/dev/hd4) filesytem down WITHOUT corrupting the the OS? I would do a: chfs -a size=10g... (6 Replies)
Discussion started by: mrmurdock
6 Replies

3. Red Hat

What are Linux configuration changes required after a cloned VM Server is started?

Dear Expert Users, VMware Admin Tool is used to create a "clone" of an existing VM RHEL Server. Now, I have a Project where a cloned VM Server image is started for run . Please share what are all configuration changes required to ensure this runs fine ? I will be grateful for quick and... (2 Replies)
Discussion started by: schandrakar1
2 Replies

4. AIX

Restore mksysb image on cloned LPAR

Hi Folks, How to restore mksysb image on LPAR which is already having cloned AIX OS installed on hdisk0 (nothing configured, only full partition image is sitting on hdisk0) Let me know. Thank a lot. (1 Reply)
Discussion started by: snchaudhari2
1 Replies

5. AIX

rootvg mirrored

I want to increase the size of /tmp by 1GB I know that the command is chfs -a size=+1G /tmp But the rootvg is mirrored and when I do a lsvg -p rootvg, I could see 2 disks. Will there be any impact if I increase the size of /tmp when the rootvg is mirrored ? Please advise. (1 Reply)
Discussion started by: newtoaixos
1 Replies

6. AIX

mirroring rootvg

I would like to konw wheather below steps are sufficient for mirroring rootvg. extendvg rootvg hdisk1 mirrorvg rootvg bootlist -m normal hdisk0 hdisk1 bosboot -ad hdisk0 bosboot -ad hdisk1 or anything needs to be added. (7 Replies)
Discussion started by: manoj.solaris
7 Replies

7. AIX

extendvg and rootvg

When attempting to extend rootvg to a new physical disk I received the following message: 0516-1162 extendvg: Warning, The Physical Partition Size of 64 requires the creation of 1093 partitions for hdisk5. The limitation for volume group rootvg is 1016 physical partitions... (4 Replies)
Discussion started by: jyoung
4 Replies

8. AIX

Anyone know how to access rootvg?

I'm trying to troubleshoot an issue with an AIX system here. I have no experience with system administration of IBM stuff. Our local admin is ... um ... not available at this time. I found something online that said enter service mode - How the heck do I do that??? Why is IBM stuff lack proper... (2 Replies)
Discussion started by: bbbngowc
2 Replies

9. Solaris

HDD cloned to a bigger one

Hello, I just cloned a 80 GB HDD(running Solaris 10) to an 320 GB HDD using g4u disk-to-disk method. Now Solaris is seeing may 320 GB HDD like 80 GB. Exactly like the old one. Could you tell me, please, how do I convince Solaris that my HDD is bigger? I would like to keep all slices as... (5 Replies)
Discussion started by: mirciulicai
5 Replies

10. Solaris

Cloned drive won't boot ?

Solaris system version 6 I cloned the drive using the DD command. Using the format command and examining the partitions, all looks the same as the original drive. Problem: When I attach the cloned drive as the master, and only drive in system, it will not boot. Error messages: ... (9 Replies)
Discussion started by: HikerLT
9 Replies
Login or Register to Ask a Question