Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
GSTN - Satelite Installation and configuartion
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
[[category:GSTN]] Redhat Satellite Installation and Configuration Redhat Satellite Date : 17.08.2016 Document Version : 1.0 Table of Contents[[#RefHeading110571575140797|1.1 - Red Hat Satellite system specifications3]] [[#RefHeading110591575140797|1.2 Things which have done before installing satellite4]] [[#RefHeading110611575140797|1.3 Installing and configuring red hat satellite 6.15]] [[#RefHeading110631575140797|3 LOGIN IN TO RED HAT SATELLITE6]] [[#RefHeading110651575140797|4. POPULATING RED HAT SATELLITE WITH CONTENT7]] :[[#RefHeading110671575140797|4.1. Creating a Subscription Manifest.7]] :[[#RefHeading110691575140797|4.2 Uploading a Subscription Manifest to Satellite.10]] :[[#RefHeading110711575140797|4.3. Enable Red Hat Repositories:11]] :[[#RefHeading110731575140797|4.4. Synchronizing Content12]] :[[#RefHeading110751575140797|4.5 Adding product into sync plan.13]] [[#RefHeading110771575140797|5 CONFIGURING A SELF-REGISTERED SATELLITE16]] :[[#RefHeading110791575140797|5.1. Register a Satellite to Itself16]] [[#RefHeading110811575140797|6 MANAGING HYPERVISORS AND VIRTUAL GUEST SUBSCRIPTIONS16]] [[#RefHeading110831575140797|7. UPGRADNG RED HAT SATELLITE SERVER18]] :[[#RefHeading110851575140797|7.1 UPGRADING RED HAT SATELLITE SERVER FROM 6.1.7 to 6.1.918]] :[[#RefHeading110871575140797|7.2 UPGRADING RED HAT SATELLITE SERVER FROM 6.1.9 to 6.2.020]]<div style="color:#00000a;"></div> = {{anchor|RefHeading110571575140797}} 1.1 - Red Hat Satellite system specifications = <div style="color:#00000a;">A. 64-bit architecture</div> <div style="color:#00000a;">B. The latest version of Red Hat Enterprise Linux 7 Server</div> <div style="color:#00000a;">C. Four CPU cores.</div> <div style="color:#00000a;">D. 8 GB memory 4.0 GB of swap space.</div> <div style="color:#00000a;">E. A unique hostname. -->> gd9105.gstn.org.in</div> <div style="color:#00000a;">F. Satellite Server storage specifications are as follows:</div> <div style="color:#00000a;">[root@gd9105 ~]# df -h</div> <div style="color:#00000a;">Filesystem Size Used Avail Use% Mounted on</div> <div style="color:#00000a;">/dev/mapper/rhel-root 93G 9.8G 78G 12% /</div> <div style="color:#00000a;">devtmpfs 3.9G 0 3.9G 0% /dev</div> <div style="color:#00000a;">tmpfs 3.9G 52K 3.9G 1% /dev/shm</div> <div style="color:#00000a;">tmpfs 3.9G 8.7M 3.9G 1% /run</div> <div style="color:#00000a;">tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup</div> <div style="color:#00000a;">/dev/vda1 976M 144M 766M 16% /boot</div> <div style="color:#00000a;">/dev/mapper/lib_vg-var_lib 393G 126G 248G 34% /var/lib</div> <div style="color:#00000a;">tmpfs 783M 0 783M 0% /run/user/0</div> [[Image:RECOVERY1.png |top]][[Image:RECOVERY2.png ]][[Image:RECOVERY3.png ]][[Image:RECOVERY4.png ]] = {{anchor|RefHeading110591575140797}} 1.2 Things which have done before installing satellite[[Image:RECOVERY6.png |top]] = A. Download the ISO image from the Red Hat Customer Portal. B. ISO installations require imported Red Hat GPG keys before installation. We have run the following command as root before running the installation script: '''<nowiki># rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release</nowiki>''' [[Image:RECOVERY7.png|top]] '''<nowiki># mkdir /satellite</nowiki>''' [[Image:RECOVERY8.png |top]] '''<nowiki># mount -o loop satellite-6.1.8-rhel-7-x86_64-dvd.iso /satellite</nowiki>''' = {{anchor|RefHeading110611575140797}} 1.3 Installing and configuring red hat satellite 6.1 = <div style="text-align:center;"></div> A . Change directory by below command, <nowiki># cd /satellite</nowiki> [[Image:RECOVERY9.png |top]] B. Run the installer script in the mounted directory: <nowiki># ./install_packages </nowiki> C. Configuring Red Hat Satellite by below command,[[Image:RECOVERY10.png |top]] <nowiki># katello-installer --foreman-initial-organization "Gstn_Delhi" --foreman-initial-location "Delhi" --foreman-admin-username admin --foreman-admin-password X########X</nowiki> [[Image:RECOVERY11.png |top]] = {{anchor|RefHeading110631575140797}} 3 LOGIN IN TO RED HAT SATELLITE = <div style="text-align:center;"></div> <div style="color:#00000a;">3.1 We can ccess the Satellite server web UI using a web browser using the host name, FQDN or IP.</div> [[Image:RECOVERY12.png |top]] <div style="color:#00000a;">3.2 Gstn_Delhi organization is created during installation.</div> [[Image:RECOVERY13.png |top]] <div style="color:#00000a;">3.3 Location Delhi is also created during installation.</div> [[Image:RECOVERY14.png |top]] = {{anchor|RefHeading110651575140797}} 4. POPULATING RED HAT SATELLITE WITH CONTENT = <div style="text-align:center;"></div> == {{anchor|RefHeading110671575140797}} 4.1. Creating a Subscription Manifest. == '''A'''. Navigate to https://access.redhat.com/management and click Satellite menu. [[Image:RECOVERY15.png |top]] <div style="color:#00000a;">B. To create a manifest for a new system, click Register a Satellite. Select the Satellite version and Name that must match the name of the organization on your Satellite. Click Register.</div> [[Image:RECOVERY16.png |top]] [[Image:RECOVERY17.png |top]] [[Image:RECOVERY18.png |top]] <div style="color:#00000a;">C. Attach subscription by selecting the check box for that subscription. </div> [[Image:RECOVERY19.png |top]] [[Image:RECOVERY20.png ]][[Image:RECOVERY21.png |top]] <div style="color:#00000a;">'''D.''' After the subscriptions have been attached, We clicked on download Manifest to generate an archive in .zip format containing the manifest for Red Hat Satellite.</div> [[Image:RECOVERY22.png |top]] == {{anchor|RefHeading110691575140797}} 4.2 Uploading a Subscription Manifest to Satellite. == <div style="color:#00000a;">'''A.''' Log in to the Satellite server Click Content → Red Hat Subscriptions and then click Manage Manifest at the upper right of the page.</div> <div style="color:#00000a;">In the Subscription Manifest section, click Actions and under the Upload New Manifest subsection, click Browse. Select the manifest file to upload, and then click Upload.</div> [[Image:RECOVERY23.png |top]] [[Image:RECOVERY24.png |top]] == {{anchor|RefHeading110711575140797}} 4.3. Enable Red Hat Repositories: == <div style="color:#00000a;">'''A.''' On the main menu, click Content → Red Hat Repositories and then click the tab for the type of content that you want to enable. Hear all required repository is already enabled.</div> [[Image:RECOVERY25.png |top]] == {{anchor|RefHeading110731575140797}} 4.4. Synchronizing Content == <div style="color:#00000a;">Synchronization is the act of coordinating updates between the Red Hat Satellite repositories and the source repositories being used. It is a required step after enabling repositories, in order to populate the Red Hat Satellite with content from the source repositories.Constant, scheduled synchronization will result in:Sync plan is configured as below,</div> <div style="color:#00000a;">Name -->> Daily_Sync_Plan</div> <div style="color:#00000a;">Start -->> Date 2016/06/26 00:20:00 IST</div> <div style="color:#00000a;">Sync -->> Enabled Yes</div> <div style="color:#00000a;">Interval -->> daily</div> == {{anchor|RefHeading110751575140797}} 4.5 Adding product into sync plan. == <div style="color:#00000a;">Click Content → Sync Plans --> Select Sync Plans --> Products --> add . Add the products which you want the sync.</div> [[Image:RECOVERY26.png |top]] [[Image:RECOVERY27.png |top]] [[Image:RECOVERY28.png |top]] [[Image:RECOVERY29.png|top]] [[Image:RECOVERY30.png ]] = {{anchor|RefHeading110771575140797}} 5 CONFIGURING A SELF-REGISTERED SATELLITE = == {{anchor|RefHeading110791575140797}} 5.1. Register a Satellite to Itself == <div style="color:#00000a;">'''A.''' Login in to satellite server with privileged user and fallow below command, </div> <div style="color:#00000a;"><nowiki># rpm -Uvh </nowiki>[http://gd9105.gstn.org.in/pub/katello-ca-consumer-latest.noarch.rpm http://gd9105.gstn.org.in/pub/katello-ca-consumer-latest.noarch.rpm]</div> <div style="color:#00000a;"><nowiki># subscription-manager register --org="Gstn_Delhi" –environment="Library"</nowiki></div> <div style="color:#00000a;">Usename=admin</div> <div style="color:#00000a;">password=XXXXX</div> <div style="color:#00000a;"><nowiki># subscription-manager repos --disable rhel-7-server-satellite-tools-6.1-rpms</nowiki></div> <div style="color:#00000a;">'''B.''' Install satellite client package (katello-agent).</div> <div style="color:#00000a;"><nowiki># yum -y install katello-agent</nowiki></div> = {{anchor|RefHeading110811575140797}} 6 MANAGING HYPERVISORS AND VIRTUAL GUEST SUBSCRIPTIONS = <div style="text-align:center;"></div> <div style="color:#00000a;">'''A. '''Install virt-who package for managing subscription.</div> <div style="color:#00000a;"><nowiki># yum install virt-who</nowiki></div> <div style="color:#00000a;">B. Enable virt-who service at startup.</div> <div style="color:#00000a;"><nowiki># systemctl enable virt-who.service</nowiki></div> <div style="color:#00000a;">C. Edit virt-who file and make entry like below screenshot,</div> <div style="color:#00000a;">vi /etc/sysconfig/virt-who</div> <div style="color:#00000a;">D. Start virt-who service by below command,[[Image:RECOVERY31.png |top]]</div> <div style="color:#00000a;"><nowiki># systemctl start virt-who.service </nowiki></div> <div style="color:#00000a;">E. Check status of virt-who service by below command,</div> <div style="color:#00000a;"><nowiki># systemctl status virt-who</nowiki></div> [[Image:RECOVERY32.png |top]] = {{anchor|RefHeading110831575140797}} 7. UPGRADNG RED HAT SATELLITE SERVER = <div style="text-align:center;"></div> == {{anchor|RefHeading110851575140797}} 7.1 UPGRADING RED HAT SATELLITE SERVER FROM 6.1.7 to 6.1.9 == <div style="color:#00000a;">A. Update all system packages by “Yum update” command.</div> [[Image:RECOVERY33.png |top]] <div style="color:#00000a;">B. Upgrade satellite by “Katello-installer –upgrade” command.</div> <div style="color:#00000a;">[[Image:RECOVERY34.png |top]]</div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> <div style="color:#00000a;">[[Image:RECOVERY35.png |top]]</div> <div style="color:#00000a;">C. Go to content > Red Hat Product > Manage Manifest and click on refresh manifest.</div> <div style="color:#00000a;">[[Image:RECOVERY36.png |top]]</div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> <div style="color:#00000a;"></div> == {{anchor|RefHeading110871575140797}} 7.2 UPGRADING RED HAT SATELLITE SERVER FROM 6.1.9 to 6.2.0 == <div style="color:#00000a;"></div> <div style="color:#00000a;">'''A.''' Stop katello service by “katello-service stop” command,</div> <div style="color:#00000a;">[root@gd9105 ~]# katello-service stop</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-tasks.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop httpd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_workers.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_resource_manager.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_celerybeat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-proxy.service</div> <div style="color:#00000a;">Stopping elasticsearch (via systemctl): [ OK ]</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop tomcat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qdrouterd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qpidd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop mongod.service</div> <div style="color:#00000a;">Success!</div> <div style="color:#00000a;">'''B. '''Download satellite 6.2 iso and mount it in /media/sat6 directory . </div> <div style="color:#00000a;">[root@gd9105 iso]# mount -o loop satellite-6.2.1-rhel-7-x86_64-dvd.iso /media/sat6</div> <div style="color:#00000a;">mount: /dev/loop0 is write-protected, mounting read-only</div> <div style="color:#00000a;">'''D. '''Change the directory to “ /media/sat6”,</div> <div style="color:#00000a;">[root@gd9105 iso]# cd /media/sat6</div> <div style="color:#00000a;">'''E.''' Install pakages by running “install_packages” script,</div> <div style="color:#00000a;">[root@gd9105 sat6]# ./install_packages </div> <div style="color:#00000a;">This script will install the satellite packages on the current machine.</div> <div style="color:#00000a;">- Ensuring we are in an expected directory.</div> <div style="color:#00000a;">- Copying installation files.</div> <div style="color:#00000a;">- Creating a Repository File</div> <div style="color:#00000a;">- Creating RHSCL Repository File</div> <div style="color:#00000a;">- Checking to see if Katello is already installed.</div> <div style="color:#00000a;">- Katello is already installed, running 'yum update'.</div> <div style="color:#00000a;">- Installation repository will remain configured for future package installs.</div> <div style="color:#00000a;">- Installation media can now be safely unmounted.</div> <div style="color:#00000a;">Upgrade is complete. Please backup your data and run foreman-installer --scenario katello</div> <div style="color:#00000a;">'''F. '''Update satellite by running below command,</div> <div style="color:#00000a;">,root@gd9105 sat6]# satellite-installer --scenario satellite --upgrade</div> <div style="color:#00000a;">Upgrading...</div> <div style="color:#00000a;">Upgrade Step: stop_services...</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-tasks.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop httpd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_workers.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_resource_manager.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_celerybeat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-proxy.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop tomcat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qdrouterd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qpidd.service</div> <div style="color:#00000a;">Success!</div> <div style="color:#00000a;">Upgrade Step: start_databases...</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start mongod.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start postgresql.service</div> <div style="color:#00000a;">Success!</div> <div style="color:#00000a;">Upgrade Step: Running installer...</div> <div style="color:#00000a;">Installing Done [100%] [.............................................]</div> <div style="color:#00000a;">The full log is at /var/log/foreman-installer/satellite.log</div> <div style="color:#00000a;">Upgrade Step: restart_services...</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-tasks.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop httpd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_workers.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_resource_manager.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_celerybeat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-proxy.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop tomcat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qdrouterd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qpidd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop postgresql.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop mongod.service</div> <div style="color:#00000a;">Success!</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start mongod.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start postgresql.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start qpidd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start qdrouterd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start tomcat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start foreman-proxy.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start pulp_celerybeat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start pulp_resource_manager.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start pulp_workers.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start httpd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start foreman-tasks.service</div> <div style="color:#00000a;">Success!</div> <div style="color:#00000a;">Upgrade Step: db_seed...</div> <div style="color:#00000a;">All seed files executed</div> <div style="color:#00000a;">Upgrade Step: import_package_groups (this may take a while) ...</div> <div style="color:#00000a;">Importing Package Groups</div> <div style="color:#00000a;">Upgrade Step: import_rpms (this may take a while) ...</div> <div style="color:#00000a;">Importing Rpms</div> <div style="color:#00000a;">Upgrade Step: import_distributions (this may take a while) ...</div> <div style="color:#00000a;">Importing distribution data into repositories</div> <div style="color:#00000a;">Upgrade Step: import_puppet_modules (this may take a while) ...</div> <div style="color:#00000a;">Importing Puppet Modules</div> <div style="color:#00000a;">Upgrade Step: import_subscriptions (this may take a while) ...</div> <div style="color:#00000a;">Importing Subscriptions</div> <div style="color:#00000a;">Upgrade Step: elasticsearch_message...</div> <div style="color:#00000a;">elasticsearch-0.90.10-7.el7.noarch</div> <div style="color:#00000a;">Elasticsearch has been removed as a dependency. The database files can be removed manually with #rm -rf /var/lib/elasticsearch. Some packages are no longer needed and can be removed: <nowiki>#rpm -e ruby193-rubygem-tire tfm-rubygem-tire elasticsearch sigar-java sigar snappy-java lucene4-contrib lucene4</nowiki></div> <div style="color:#00000a;">Upgrade Step: add_export_distributor (this may take a while) ...</div> <div style="color:#00000a;">Refreshing existing repositories to add export distributor</div> <div style="color:#00000a;">Upgrade Step: remove_docker_v1_content (this may take a while) ...</div> <div style="color:#00000a;">Deleting repositories that only contain Docker v1 content....Done</div> <div style="color:#00000a;">Orphaned content deletion started in background.</div> <div style="color:#00000a;">Upgrade Step: update_puppet_repository_distributors (this may take a while) ...</div> <div style="color:#00000a;">Updating Puppet Repository Distributors</div> <div style="color:#00000a;">Updating Content View Puppet Environment Distributors</div> <div style="color:#00000a;">Upgrade Step: update_subscription_facet_backend_data (this may take a while) ...</div> <div style="color:#00000a;">Updating backend data for subscription facets</div> <div style="color:#00000a;">Upgrade Step: remove_gutterball...</div> <div style="color:#00000a;">gutterball-1.0.15.0.2-1.el7.noarch</div> <div style="color:#00000a;">Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-</div> <div style="color:#00000a;">: manager</div> <div style="color:#00000a;">No Match for argument: tfm-rubygem-foreman_gutterball</div> <div style="color:#00000a;">No Match for argument: tfm-rubygem-hammer_cli_gutterball</div> <div style="color:#00000a;">Resolving Dependencies</div> <div style="color:#00000a;">--> Running transaction check</div> <div style="color:#00000a;">---> Package gutterball.noarch 0:1.0.15.0.2-1.el7 will be erased</div> <div style="color:#00000a;">---> Package gutterball-certs.noarch 0:1.0-1 will be erased</div> <div style="color:#00000a;">--> Finished Dependency Resolution</div> <div style="color:#00000a;">Dependencies Resolved</div> <div style="color:#00000a;"><nowiki>================================================================================</nowiki></div> <div style="color:#00000a;">Package Arch Version Repository Size</div> <div style="color:#00000a;"><nowiki>================================================================================</nowiki></div> <div style="color:#00000a;">Removing:</div> <div style="color:#00000a;">gutterball noarch 1.0.15.0.2-1.el7 @katello-local 301 k</div> <div style="color:#00000a;">gutterball-certs noarch 1.0-1 installed 11 k</div> <div style="color:#00000a;">Transaction Summary</div> <div style="color:#00000a;"><nowiki>================================================================================</nowiki></div> <div style="color:#00000a;">Remove 2 Packages</div> <div style="color:#00000a;">Installed size: 312 k</div> <div style="color:#00000a;">Downloading packages:</div> <div style="color:#00000a;">Running transaction check</div> <div style="color:#00000a;">Running transaction test</div> <div style="color:#00000a;">Transaction test succeeded</div> <div style="color:#00000a;">Running transaction</div> <div style="color:#00000a;">Erasing : gutterball-1.0.15.0.2-1.el7.noarch 1/2 </div> <div style="color:#00000a;">warning: /etc/gutterball/gutterball.conf saved as /etc/gutterball/gutterball.conf.rpmsave</div> <div style="color:#00000a;">Erasing : gutterball-certs-1.0-1.noarch 2/2 </div> <div style="color:#00000a;">Uploading Package Profile</div> <div style="color:#00000a;">Verifying : gutterball-certs-1.0-1.noarch 1/2 </div> <div style="color:#00000a;">Verifying : gutterball-1.0.15.0.2-1.el7.noarch 2/2 </div> <div style="color:#00000a;">Removed:</div> <div style="color:#00000a;">gutterball.noarch 0:1.0.15.0.2-1.el7 gutterball-certs.noarch 0:1.0-1 </div> <div style="color:#00000a;">Complete!</div> <div style="color:#00000a;">Upgrade completed!</div> <div style="color:#00000a;">'''G.''' Restart katello service by below command,</div> <div style="color:#00000a;">[root@gd9105 sat6]# katello-service restart</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-tasks.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop httpd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_workers.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_resource_manager.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop pulp_celerybeat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop foreman-proxy.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop tomcat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qdrouterd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop qpidd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop postgresql.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl stop mongod.service</div> <div style="color:#00000a;">Success!</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start mongod.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start postgresql.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start qpidd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start qdrouterd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start tomcat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start foreman-proxy.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start pulp_celerybeat.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start pulp_resource_manager.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start pulp_workers.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start httpd.service</div> <div style="color:#00000a;">Redirecting to /bin/systemctl start foreman-tasks.service</div> <div style="color:#00000a;">Success!</div> <div style="color:#00000a;"></div>
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:Anchor
(
edit
)