Difference between revisions of "OVMM Already installed"

From PeformIQ Upgrade
Jump to navigation Jump to search
(Created page with 'h1. OVMM is Runing <pre> already installed </pre>')
 
Line 1: Line 1:
h1.  OVMM is Runing
h1.  OVMM is Running
 
Attempted to re-install it and got an error - its already running.


<pre>
<pre>
already installed
$ ./runInstaller.sh
 
Oracle VM Manager Release 3.0.1 Installer
 
Oracle VM Manager Installer log file:
  /tmp/ovmm-installer.selfextract_PDoTzb/install-2012-01-02-135828.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:
Invalid password.
Passwords need to be between 8 and 16 characters in length.
Passwords must contain at least 1 lower case and 1 upper case letter.
Passwords must contain at least 1 numeric value or special character.
Enter a password for all logins used during the installation:
Enter a password for all logins used during the installation (confirm):
 
Verifying configuration ...
Database port '1521' is already in use
Oracle VM Manager UI http access port '54321' is already in use
Configuration verification failed ...
</pre>
</pre>
That failed so lets uninstall the current installation...
<pre>
$ ./runInstaller.sh
Oracle VM Manager Release 3.0.1 Installer
Oracle VM Manager Installer log file:
  /tmp/ovmm-installer.selfextract_hMkOZb/install-2012-01-02-135936.log
Please select an installation type:
  1: Simple
  2: Standard
  3: Uninstall
  4: Help
  Select Number (1-4): 3
Uninstall Oracle VM Manager
Oracle VM Manager is running. Please shut down Oracle VM Manager before continuing ...
/etc/init.d/ovmm stop or service ovmm stop.
</pre>
Oops - better stop the service...
<pre>
[root@vmmanager CDROM]#$Stopping Oracle VM Manager                                [  OK  ]
$
</pre>
Now we should be able to install it...

Revision as of 13:14, 2 January 2012

h1. OVMM is Running

Attempted to re-install it and got an error - its already running.

$ ./runInstaller.sh 

Oracle VM Manager Release 3.0.1 Installer

Oracle VM Manager Installer log file:
  /tmp/ovmm-installer.selfextract_PDoTzb/install-2012-01-02-135828.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: 
Invalid password.
Passwords need to be between 8 and 16 characters in length.
Passwords must contain at least 1 lower case and 1 upper case letter.
Passwords must contain at least 1 numeric value or special character.
Enter a password for all logins used during the installation: 
Enter a password for all logins used during the installation (confirm): 

Verifying configuration ...
Database port '1521' is already in use
Oracle VM Manager UI http access port '54321' is already in use
Configuration verification failed ...

That failed so lets uninstall the current installation...

$ ./runInstaller.sh 

Oracle VM Manager Release 3.0.1 Installer

Oracle VM Manager Installer log file:
  /tmp/ovmm-installer.selfextract_hMkOZb/install-2012-01-02-135936.log


Please select an installation type:
   1: Simple
   2: Standard
   3: Uninstall
   4: Help

   Select Number (1-4): 3

Uninstall Oracle VM Manager
Oracle VM Manager is running. Please shut down Oracle VM Manager before continuing ...
/etc/init.d/ovmm stop or service ovmm stop.

Oops - better stop the service...

[root@vmmanager CDROM]#$Stopping Oracle VM Manager                                 [  OK  ]

$

Now we should be able to install it...