Advertisement
Guest User

engine-setup

a guest
Oct 20th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.52 KB | None | 0 0
  1. [root@ex1 ~]# engine-setup
  2. [ INFO  ] Stage: Initializing
  3. [ INFO  ] Stage: Environment setup
  4.           Configuration files: ['/etc/ovirt-engine-setup.conf.d/10-packaging-aio.conf', '/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', '/etc/ovirt-engine-setup.conf.d/10-packaging.conf']
  5.           Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20141020143050-b6hof6.log
  6.           Version: otopi-1.3.0 (otopi-1.3.0-1.el6)
  7. [ INFO  ] Hardware supports virtualization
  8. [ INFO  ] Stage: Environment packages setup
  9. [ INFO  ] Stage: Programs detection
  10. [ INFO  ] Stage: Environment setup
  11. [ INFO  ] Stage: Environment customization
  12.          
  13.           --== PRODUCT OPTIONS ==--
  14.          
  15.           Configure Engine on this host (Yes, No) [Yes]:
  16.           Configure WebSocket Proxy on this host (Yes, No) [Yes]:
  17.          
  18.           --== PACKAGES ==--
  19.          
  20. [ INFO  ] Checking for product updates...
  21. [ INFO  ] No product updates found
  22.          
  23.           --== ALL IN ONE CONFIGURATION ==--
  24.          
  25.           Configure VDSM on this host? (Yes, No) [No]: Yes
  26.           Local storage domain path [/var/lib/images]:
  27.           Local storage domain name [local_storage]:
  28.          
  29.           --== NETWORK CONFIGURATION ==--
  30.          
  31.           Setup can automatically configure the firewall on this system.
  32.           Note: automatic configuration of the firewall may overwrite current settings.
  33.           Do you want Setup to configure the firewall? (Yes, No) [Yes]:
  34.           The following firewall managers were detected on this system: iptables
  35.           Firewall manager to configure (iptables): iptables
  36. [ INFO  ] iptables will be configured as firewall manager.
  37.           Host fully qualified DNS name of this server [ex1.gecko.hs-heilbronn.de]:
  38.          
  39.           --== DATABASE CONFIGURATION ==--
  40.          
  41.           Where is the Engine database located? (Local, Remote) [Local]:
  42.           Setup can configure the local postgresql server automatically for the engine to run. This may conflict with existing applications.
  43.           Would you like Setup to automatically configure postgresql and create Engine database, or prefer to perform that manually? (Automatic, Manual) [Automatic]:
  44.          
  45.           --== OVIRT ENGINE CONFIGURATION ==--
  46.          
  47.           Engine admin password:
  48.           Confirm engine admin password:
  49.           Application mode (Both, Virt, Gluster) [Both]: Virt
  50.          
  51.           --== PKI CONFIGURATION ==--
  52.          
  53.           Organization name for certificate [gecko.hs-heilbronn.de]:
  54.          
  55.           --== APACHE CONFIGURATION ==--
  56.          
  57.           Setup can configure the default page of the web server to present the application home page. This may conflict with existing applications.
  58.           Do you wish to set the application as the default page of the web server? (Yes, No) [Yes]:
  59.           Setup can configure apache to use SSL using a certificate issued from the internal CA.
  60.           Do you wish Setup to configure that, or prefer to perform that manually? (Automatic, Manual) [Automatic]:
  61.          
  62.           --== SYSTEM CONFIGURATION ==--
  63.          
  64.           Configure an NFS share on this server to be used as an ISO Domain? (Yes, No) [Yes]: no
  65.          
  66.           --== MISC CONFIGURATION ==--
  67.          
  68.          
  69.           --== END OF CONFIGURATION ==--
  70.          
  71. [ INFO  ] Stage: Setup validation
  72.          
  73.           --== CONFIGURATION PREVIEW ==--
  74.          
  75.           Application mode                        : virt
  76.           Datacenter storage type                 : False
  77.           Firewall manager                        : iptables
  78.           Update Firewall                         : True
  79.           Host FQDN                               : ex1.gecko.hs-heilbronn.de
  80.           Engine database name                    : engine
  81.           Engine database secured connection      : False
  82.           Engine database host                    : localhost
  83.           Engine database user name               : engine
  84.           Engine database host name validation    : False
  85.           Engine database port                    : 5432
  86.           Engine installation                     : True
  87.           PKI organization                        : gecko.hs-heilbronn.de
  88.           Configure VDSM on this host             : True
  89.           Local storage domain directory          : /var/lib/images
  90.           Configure local Engine database         : True
  91.           Set application as default page         : True
  92.           Configure Apache SSL                    : True
  93.           Configure WebSocket Proxy               : True
  94.          
  95.           Please confirm installation settings (OK, Cancel) [OK]:
  96. [ INFO  ] Stage: Transaction setup
  97. [ INFO  ] Stopping engine service
  98. [ INFO  ] Stopping ovirt-fence-kdump-listener service
  99. [ INFO  ] Stopping websocket-proxy service
  100. [ INFO  ] Stage: Misc configuration
  101. [ INFO  ] Stage: Package installation
  102. [ INFO  ] Stage: Misc configuration
  103. [ INFO  ] Initializing PostgreSQL
  104. [ INFO  ] Creating PostgreSQL 'engine' database
  105. [ INFO  ] Configuring PostgreSQL
  106. [ INFO  ] Creating/refreshing Engine database schema
  107. [ INFO  ] Creating CA
  108. [ INFO  ] Configuring WebSocket Proxy
  109. [ INFO  ] Generating post install configuration file '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf'
  110. [ INFO  ] Stage: Transaction commit
  111. [ INFO  ] Stage: Closing up
  112.          
  113.           --== SUMMARY ==--
  114.          
  115.           SSH fingerprint: 09:9D:F2:9E:F7:6C:82:23:BB:1E:5D:0E:75:B0:90:79
  116.           Internal CA 24:65:92:74:FA:57:C9:BB:4D:0C:7C:83:B5:7E:B1:B7:F5:DC:EC:FC
  117.           Web access is enabled at:
  118.               http://ex1.gecko.hs-heilbronn.de:80/ovirt-engine
  119.               https://ex1.gecko.hs-heilbronn.de:443/ovirt-engine
  120.           Please use the user "admin" and password specified in order to login
  121.          
  122.           --== END OF SUMMARY ==--
  123.          
  124. [ INFO  ] Starting engine service
  125. [ INFO  ] Restarting httpd
  126. [ INFO  ] Waiting for VDSM host to become operational. This may take several minutes...
  127. [ ERROR ] The VDSM host was found in a failed state. Please check engine and bootstrap installation logs.
  128. [WARNING] Local storage domain not added because the VDSM host was not up. Please add it manually.
  129. [ INFO  ] Stage: Clean up
  130.           Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20141020143050-b6hof6.log
  131. [ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20141020144243-setup.conf'
  132. [ INFO  ] Stage: Pre-termination
  133. [ INFO  ] Stage: Termination
  134. [ INFO  ] Execution of setup completed successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement