AIX 6.1 + HACMP 6.1 + Oracle 11g双机实施 (3) --- AIX 6.1 Cloning an Oracle Home
$ cd $ORACLE_HOME/clone/bin $ $ORACLE_HOME/perl/bin/perl clone.pl ORACLE_BASE="/u01/app/oracle" ORACLE_HOME="/u01/app/oracle/product/11.2.0/dbhome_1" OSDBA_GROUP=dba -defaultHomeName********************************************************************************
Your platform requires the root user to perform certain pre-clone
OS preparation.The root user should run the shell script 'rootpre.sh' before
you proceed with cloning.rootpre.sh can be found at
/u01/app/oracle/product/11.2.0/dbhome_1/clone directory.
Answer 'y' if the root user has run 'rootpre.sh' script.
********************************************************************************
Has 'rootpre.sh' been run by the root user? (n)
y ./runInstaller -clone -waitForCompletion"ORACLE_BASE=/u01/app/oracle" "ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1" "oracle_install_OSDBA=dba" -defaultHomeName-defaultHomeName -silent -noConfig -nowait
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 7936 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-06-23_11-25-29AM. Please wait ...Oracle Universal Installer, Version 11.2.0.3.0 Production
Copyright (C) 1999, 2011, Oracle. All rights reserved.
You can find the log of this install session at:
/u01/app/oraInventory/logs/cloneActions2013-06-23_11-25-29AM.log
.................................................................................................... 100% Done.
Installation in progress (Sunday, June 23, 2013 11:26:06 AM CDT)
............................................................................... 79% Done.
Install successful
Linking in progress (Sunday, June 23, 2013 11:26:36 AM CDT)
Link successful
Setup in progress (Sunday, June 23, 2013 11:29:50 AM CDT)
Setup successful
End of install phases.(Sunday, June 23, 2013 11:30:25 AM CDT)
WARNING:A new inventory has been created in this session. However, it has not yet been registered as the central inventory of this system.
To register the new inventory please run the script '/u01/app/oraInventory/orainstRoot.sh' with root privileges.
If you do not register the inventory, you may not be able to update or patch the products you installed.
The following configuration scripts need to be executed as the "root" user.
/u01/app/oraInventory/orainstRoot.sh
/u01/app/oracle/product/11.2.0/dbhome_1/root.sh
To execute the configuration scripts:
1. Open a terminal window
2. Log in as "root"
3. Run the scripts
The cloning of OraHome1 was successful.
Please check '/u01/app/oraInventory/logs/cloneActions2013-06-23_11-25-29AM.log' for more details.
$
页:
[1]