lost and found ( for me ? )

install ovirt-engine on Fedora 18 x86_64




many thanks.

Fedora 18 is running as a VM box , which is running within KVM.
[root@localhost ~]# cat /etc/fedora-release
Fedora release 18 (Spherical Cow)
[root@localhost ~]# uname -ri
3.8.3-203.fc18.x86_64 x86_64

before installing overt-engine , change selinux settings to permissive
# egrep -i ^selinux /etc/sysconfig/selinux
SELINUX=permissive
SELINUXTYPE=targeted

reboot the OS
[root@localhost ~]# reboot

install overt-engine by using overt yum repository.
[root@localhost ~]# yum localinstall http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm -y

install ovirt
[root@localhost ~]# yum install ovirt-engine-setup-plugin-allinone -y

stop firewalld and start iptables
[root@localhost ~]# systemctl start iptables.service
[root@localhost ~]# systemctl enable iptables.service
[root@localhost ~]# systemctl stop firewalld.service
[root@localhost ~]# systemctl disable firewalld.service

change LANG environment.
With my LANG environment ( ja_JP.UTF-8)  , I can not install overt-engine
[root@localhost ~]# export LANG=C

configure
# engine-setup
Welcome to oVirt Engine setup utility
oVirt Engine uses httpd to proxy requests to the application server.
It looks like the httpd installed locally is being actively used.
The installer can override current configuration .
Alternatively you can use JBoss directly (on ports higher than 1024)
Do you wish to override current httpd configuration and restart the service? ['yes'| 'no']  [yes] : yes
HTTP Port  [80] :
HTTPS Port  [443] :
Host fully qualified domain name. Note: this name should be fully resolvable  [localhost.localdomain] :
The IP (127.0.0.1) which was resolved from the FQDN localhost.localdomain is not configured on any interface on this host
User input failed validation, do you still wish to use it? (yes|no): yes
Enter a password for an internal oVirt Engine administrator user (admin@internal) :
Warning: Weak Password.
Confirm password :
Organization Name for the Certificate  [localdomain] :
The engine can be configured to present the UI in three different application modes. virt [Manage virtualization only], gluster [Manage gluster storage only], and both [Manage virtualization as well as gluster storage] ['virt'| 'gluster'| 'both']  [both] : virt
The default storage type you will be using  ['NFS'| 'FC'| 'ISCSI'| 'POSIXFS']  [NFS] :
Enter DB type for installation ['remote'| 'local']  [local] :
Enter a password for a local oVirt Engine DB admin user (engine) :
Warning: Weak Password.
Confirm password :
Local ISO domain path  [/var/lib/exports/iso] :
Firewall ports need to be opened.
The installer can configure firewall automatically overriding the current configuration. The old configuration will be backed up.
Alternately you can configure the firewall later using an example file.
Which firewall do you wish to configure? ['None'| 'Firewalld'| 'IPTables']: None
Configure VDSM on this host? ['yes'| 'no']  [yes] : nos
Error: response is not part of the following accepted answers: yes, no
Configure VDSM on this host? ['yes'| 'no']  [yes] : no

oVirt Engine will be installed using the following configuration:
=================================================================
override-httpd-config:         yes
http-port:                     80
https-port:                    443
host-fqdn:                     localhost.localdomain
auth-pass:                     ********
org-name:                      localdomain
application-mode:              virt
default-dc-type:               NFS
db-remote-install:             local
db-local-pass:                 ********
nfs-mp:                        /var/lib/exports/iso
override-firewall:             None
config-allinone:               no
Proceed with the configuration listed above? (yes|no): yes

Installing:
Configuring oVirt Engine...                                       [ DONE ]
Configuring JVM...                                                [ DONE ]
Creating CA...                                                    [ DONE ]
Updating ovirt-engine service...                                  [ DONE ]
Setting Database Configuration...                                 [ DONE ]
Setting Database Security...                                      [ DONE ]
Creating Database...                                              [ DONE ]
Updating the Default Data Center Storage Type...                  [ DONE ]
Editing oVirt Engine Configuration...                             [ DONE ]
Editing Postgresql Configuration...                               [ DONE ]
Configuring the Default ISO Domain...                             [ DONE ]
Configuring Firewall...                                           [ DONE ]
Starting ovirt-engine Service...                                  [ DONE ]
Configuring HTTPD...                                              [ DONE ]

**** Installation completed successfully ******

    (Please allow oVirt Engine a few moments to start up.....)

**** To access oVirt Engine browse to http://localhost.localdomain:80 ****

access to the overt-engine over HTTP.


go to admin portal.
user : admin
credentials : the string when running engine-setup

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.