Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. [root@msrvadm06 cdrom]# more /etc/rhn/rhn.conf
  2. traceback_mail = matthew.barr@********.com
  3. mount_point = /var/satellite
  4. kickstart_mount_point = /var/satellite
  5. repomd_cache_mount_point = /var/cache
  6. server.satellite.rhn_parent = satellite.rhn.redhat.com
  7. server.satellite.http_proxy = ukproxy.********.partner:8080
  8. server.satellite.http_proxy_username = matthew.****
  9. server.satellite.http_proxy_password = *********
  10. server.satellite.ca_chain = /usr/share/rhn/RHNS-CA-CERT
  11.  
  12. # Use these options if this server is intended to be a slave.
  13. # Name of parent for ISS.
  14. # # If left blank rhn_parent is taken by default.
  15. # # This option can be overriden on satellite-sync command line.
  16. iss_parent =
  17. iss_ca_chain = /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
  18.  
  19. # Use this option if this server is intended to be a master
  20. # Comma separated list of allowed iss slaves, like:
  21. # allowed_iss_slaves=slave1-satellite.redhat.com,slave2-satellite.redhat.com
  22. allowed_iss_slaves=
  23.  
  24. # Completely disable ISS.
  25. # If set to 1, then no slave will be able to sync from this server
  26. # this option does not affect ability to sync to this server from
  27. # another spacewalk (or hosted).
  28. disable_iss=0
  29.  
  30. default_db = REDHAT/newy0rk@REDHAT_SVC
  31.  
  32. server.nls_lang = english.UTF8
  33.  
  34. hibernate.connection.username=REDHAT
  35. hibernate.connection.password=newy0rk
  36. hibernate.connection.url=jdbc:oracle:thin:@msrvadm09:1521:REDHAT_SVC
  37.  
  38. web.satellite = 1
  39. web.satellite_install = 0
  40. web.debug_disable_database = 0
  41.  
  42. web.session_swap_secret_1 = 9ce305c5e40406e4c4c478ab0e2afe9d
  43. web.session_swap_secret_2 = f6652f3dc26281d1bfd768451f61ac1a
  44. web.session_swap_secret_3 = d9dbebe95129004825c8bee550402518
  45. web.session_swap_secret_4 = 457ec8cb81e0f63a08f79c495670f93f
  46.  
  47. session_secret_1 = 2e7315705dd7be4e33c86900e58ca52a
  48. session_secret_2 = bf00b8914e83798a0239e9b5c3bce1c6
  49. session_secret_3 = 31df1e5b08f952d04e9e5c9abca55106
  50. session_secret_4 = 928b814d1b9faa88b447b105147a0d93
  51.  
  52. server.secret_key = 57dc640f47ffd887c3b661580a3d69d7
  53.  
  54. encrypted_passwords = 1
  55.  
  56. web.param_cleansers = RHN::Cleansers->cleanse
  57. web.base_acls = RHN::Access
  58.  
  59. #labels for the RHN::TokenGen code
  60. web.local_token_gen = RHN::TokenGen::Local
  61.  
  62. web.restrict_mail_domains =
  63.  
  64. web.ssl_available = 1
  65.  
  66. web.is_monitoring_backend = 0
  67. web.is_monitoring_scout = 0
  68.  
  69. # OSA configuration #
  70.  
  71. server.jabber_server = msrvadm06.ldn.sw.com.
  72. osa-dispatcher.jabber_server = msrvadm06.ldn.sw.com.
  73.  
  74. # set up SSL on the dispatcher
  75. osa-dispatcher.osa_ssl_cert = /var/www/html/pub/RHN-ORG-TRUSTED-SSL-CERT
  76.  
  77. # set up a username and password for the dispatcher to connect to the
  78. # jabber network
  79.  
  80. osa-dispatcher.jabber_username = rhn-dispatcher-sat
  81. osa-dispatcher.jabber_password = rhn-dispatcher-z29324
  82.  
  83. # Enable Solaris support
  84.  
  85. web.enable_solaris_support = 0
  86.  
  87. # see taskomatic.default_tasks for the default tasks
  88. # additional taskomatic tasks
  89. taskomatic.tasks = com.redhat.rhn.taskomatic.task.CleanCurrentAlerts,com.redhat.rhn.taskomatic.task.SynchProbeState,com.redhat.rhn.taskomatic.tas
  90. k.SatelliteCertificateCheck
  91. taskomatic.com.redhat.rhn.taskomatic.task.SatelliteCertificateCheck.schedule = 0 0 23 ? * *
  92.  
  93. # force removing entitlements from systems when modifying multiorg entitlements
  94. # below the current usgage amount.
  95. web.force_unentitlement=0
  96.  
  97. # system snapshots enabled
  98. enable_snapshots = 1
  99.  
  100. #cobbler host name
  101. cobbler.host = msrvadm06.ldn.sw.com.
  102. #option generated from rhn-config-satellite.pl
  103. web.subscribe_proxy_channel=1
  104.  
  105. #option generated from rhn-config-satellite.pl
  106. force_package_upload=1
  107.  
  108. #option generated from rhn-config-satellite.pl
  109. enable_nvrea=0
  110.  
  111. #option generated from rhn-config-satellite.pl
  112. web.default_mail_from=RHN Satellite <dev-null@localhost>
  113.  
  114. #option generated from rhn-config-satellite.pl
  115. web.l10n_resourcebundles=com.redhat.rhn.frontend.strings.jsp.StringPackage,com.redhat.rhn.frontend.strings.java.StringPackage,com.redhat.rhn.fron
  116. tend.strings.database.StringPackage,com.redhat.rhn.frontend.strings.nav.StringPackage,com.redhat.rhn.frontend.strings.template.StringPackage,com.
  117. redhat.rhn.branding.strings.StringPackage
  118.  
  119. #option generated from rhn-config-satellite.pl
  120. product_name=RHN Satellite
  121.  
  122. #option generated from rhn-config-satellite.pl
  123. web.version=5.3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement