Difference between revisions of "Installing Oracle VM Manager"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 10: | Line 10: | ||
<pre> | <pre> | ||
[root@vmmanager CDROM]# cd /media/CDROM | |||
[root@vmmanager CDROM]# ls | |||
components EULA oracle-validated.params runInstaller.sh | |||
createOracle.sh LICENSE ovmm-installer.bsx | |||
</pre> | </pre> | ||
==Install the Application== | ==Install the Application== | ||
Perform the simple installation... | |||
<pre> | <pre> | ||
[root@vmmanager CDROM]# ./runInstaller.sh | |||
Oracle VM Manager Release 3.0.1 Installer | |||
Oracle VM Manager Installer log file: | |||
/tmp/ovmm-installer.selfextract_lLsUbL/install-2011-09-22-190740.log | |||
Please select an installation type: | |||
1: Simple | |||
2: Standard | |||
3: Uninstall | |||
4: Help | |||
Select Number (1-4): 1 | |||
Starting simple installation ... | |||
Verifying installation prerequisites ... | |||
*** WARNING: Recommended memory for the Oracle VM Manager server installation is 3950 MB RAM | |||
One password is used for all users created and used during the installation. | |||
Enter a password for all logins used during the installation: | |||
Enter a password for all logins used during the installation (confirm): | |||
Verifying configuration ... | |||
Start installing the configured components: | |||
1: Continue | |||
2: Abort | |||
Select Number (1-2): 1 | |||
Step 1 of 9 : Database ... | |||
Installing Database ... | |||
Retrieving Oracle Database 11g XE ... | |||
Installing Oracle Database 11g XE ... | |||
</pre> | </pre> | ||
[[Category:Oracle]] | [[Category:Oracle]] | ||
[[Category:OVM]] | [[Category:OVM]] |
Revision as of 20:09, 22 September 2011
Details
- Be superuser
- Go to the directory containing installer software
- Run the installation script
After installation, shut the instance down and back up the database.
Find the Installer Software
[root@vmmanager CDROM]# cd /media/CDROM [root@vmmanager CDROM]# ls components EULA oracle-validated.params runInstaller.sh createOracle.sh LICENSE ovmm-installer.bsx
Install the Application
Perform the simple installation...
[root@vmmanager CDROM]# ./runInstaller.sh Oracle VM Manager Release 3.0.1 Installer Oracle VM Manager Installer log file: /tmp/ovmm-installer.selfextract_lLsUbL/install-2011-09-22-190740.log Please select an installation type: 1: Simple 2: Standard 3: Uninstall 4: Help Select Number (1-4): 1 Starting simple installation ... Verifying installation prerequisites ... *** WARNING: Recommended memory for the Oracle VM Manager server installation is 3950 MB RAM One password is used for all users created and used during the installation. Enter a password for all logins used during the installation: Enter a password for all logins used during the installation (confirm): Verifying configuration ... Start installing the configured components: 1: Continue 2: Abort Select Number (1-2): 1 Step 1 of 9 : Database ... Installing Database ... Retrieving Oracle Database 11g XE ... Installing Oracle Database 11g XE ...