Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601321 Details for
Bug 803379
The install_RHUA.sh script should accept RHUA hostname and automatically configure install.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Verifying screen log
log (text/plain), 6.35 KB, created by
mkovacik
on 2012-07-30 17:49:07 UTC
(
hide
)
Description:
Verifying screen log
Filename:
MIME Type:
Creator:
mkovacik
Created:
2012-07-30 17:49:07 UTC
Size:
6.35 KB
patch
obsolete
>[root@ip-10-38-10-161 ~]# >[root@ip-10-38-10-161 ~]# >[root@ip-10-38-10-161 ~]# find /etc/rhui/ /etc/pulp -name "*.conf" >/etc/rhui/rhui-tools.conf >/etc/rhui/client-yum-plugin/rhui-lb.conf >/etc/pulp/pulp.conf >/etc/pulp/admin/task.conf >/etc/pulp/admin/job.conf >/etc/pulp/admin/admin.conf >/etc/pulp/consumer/consumer.conf >/etc/pulp/repo_auth.conf >/etc/pulp/cds.conf >[root@ip-10-38-10-161 ~]# find /etc/rhui/ /etc/pulp -name "*.conf" -exec egrep "hostname" {} \; -print >hostname: ip-10-38-10-161.ec2.internal >/etc/rhui/rhui-tools.conf ># server_name: server hostname(protocol defaults to https) >/etc/pulp/pulp.conf ># host - hostname of the Pulp server, used when determining where >/etc/pulp/cds.conf >[root@ip-10-38-10-161 ~]# rpm -ql rh-rhua-conf >package rh-rhua-conf is not installed >[root@ip-10-38-10-161 ~]# rpm -ql rh-rhua-config >/etc/pki/rhua/qpid-ca.crt >/etc/pki/rhua/qpid-client.crt >/etc/pki/rhua/qpid-nss/cert8.db >/etc/pki/rhua/qpid-nss/key3.db >/etc/pki/rhua/qpid-nss/password >/etc/pki/rhua/qpid-nss/secmod.db >/etc/pki/rhua/rhua-ssl-ca-cert.crt >/etc/pki/rhua/rhua-ssl-cert.crt >/etc/pki/rhua/rhua-ssl-key.pem >/etc/pki/rhua/user-ca-cert.crt >/etc/pki/rhua/user-ca-key.pem >/usr/bin/rhui_configurator.py >[root@ip-10-38-10-161 ~]# find /etc/rhui/ /etc/pulp -name "*.conf" -exec egrep -e '^[\t\ ]*\(host\(name\)\?\|server_name\)[\t\ ]*\([=:][\t\ ]*\).*' {} \; -print >[root@ip-10-38-10-161 ~]# find /etc/rhui/ /etc/pulp -name "*.conf" -exec grep '^[\t\ ]*\(host\(name\)\?\|server_name\)[\t\ ]*\([=:][\t\ ]*\).*' {} \; -print >hostname: ip-10-38-10-161.ec2.internal >/etc/rhui/rhui-tools.conf >server_name: ip-10-38-10-161.ec2.internal >/etc/pulp/pulp.conf >host = localhost.localdomain >/etc/pulp/admin/admin.conf >host= ip-10-38-10-161.ec2.internal >/etc/pulp/consumer/consumer.conf >host= ip-10-38-10-161.ec2.internal >/etc/pulp/cds.conf >[root@ip-10-38-10-161 ~]# cat answers.txt >[general] >version: 1.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: ip-10-38-10-161.ec2.internal >ssl_cert: /root/pem/ip-10-38-10-161.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > ># proxy_server_host: proxy.example.com ># proxy_server_port: 443 ># proxy_server_username: admin ># proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-82-243-189.ec2.internal >ssl_cert: /root/pem/ip-10-82-243-189.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-36-117-226.ec2.internal >ssl_cert: /root/pem/ip-10-36-117-226.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-36-191-170.ec2.internal >ssl_cert: /root/pem/ip-10-36-191-170.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-38-10-161 ~]# vim answers.txt > >[1]+ Stopped vim answers.txt >[root@ip-10-38-10-161 ~]# cat answers.txt >[general] >version: 1.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: localhost.localdomain >ssl_cert: /root/pem/ip-10-38-10-161.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > ># proxy_server_host: proxy.example.com ># proxy_server_port: 443 ># proxy_server_username: admin ># proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-82-243-189.ec2.internal >ssl_cert: /root/pem/ip-10-82-243-189.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-36-117-226.ec2.internal >ssl_cert: /root/pem/ip-10-36-117-226.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-36-191-170.ec2.internal >ssl_cert: /root/pem/ip-10-36-191-170.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-38-10-161 ~]# vim answers.txt >[root@ip-10-38-10-161 ~]# fg >vim answers.txt > >[1]+ Stopped vim answers.txt >[root@ip-10-38-10-161 ~]# cat answers.txt >[general] >version: 2.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: localhost.localdomain >ssl_cert: /root/pem/ip-10-38-10-161.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > ># proxy_server_host: proxy.example.com ># proxy_server_port: 443 ># proxy_server_username: admin ># proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-82-243-189.ec2.internal >ssl_cert: /root/pem/ip-10-82-243-189.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-36-117-226.ec2.internal >ssl_cert: /root/pem/ip-10-36-117-226.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-36-191-170.ec2.internal >ssl_cert: /root/pem/ip-10-36-191-170.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-38-10-161 ~]# rhui-installer answers.txt >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-82-243-189.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-36-117-226.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-36-191-170.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >[root@ip-10-38-10-161 ~]# rpm -Uvh /tmp/rhui/rh-rhua-config-2.0-2.el6.noarch.rpm >Preparing... ########################################### [100%] > 1:rh-rhua-config ########################################### [100%] >Updating RHUA Server Configuration >Updating RHUA Repository Authentication Configuration >Updating Apache SSL Configuration >removing persisted tasks >data model in use matches the current version >database migration to version 41 complete >Stopping httpd: [ OK ] >Stopping Qpid AMQP daemon: [ OK ] >Stopping mongod: [ OK ] >Starting mongod: [ OK ] >Starting Qpid AMQP daemon: [ OK ] >Starting httpd: [ OK ] >[root@ip-10-38-10-161 ~]# find /etc/rhui/ /etc/pulp -name "*.conf" -exec grep '^[\t\ ]*\(host\(name\)\?\|server_name\)[\t\ ]*\([=:][\t\ ]*\).*' {} \; -print >hostname: localhost.localdomain >/etc/rhui/rhui-tools.conf >server_name: localhost.localdomain >/etc/pulp/pulp.conf >host = localhost.localdomain >/etc/pulp/admin/admin.conf >host= ip-10-38-10-161.ec2.internal >/etc/pulp/consumer/consumer.conf >host= ip-10-38-10-161.ec2.internal >/etc/pulp/cds.conf >[root@ip-10-38-10-161 ~]#
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 803379
:
586707
| 601321