Bug 1227785 - [doc] upgrades [sat6.0 -> sat6.1] steps for sat/capsule/clients
Summary: [doc] upgrades [sat6.0 -> sat6.1] steps for sat/capsule/clients
Keywords:
Status: CLOSED DUPLICATE of bug 1135324
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Docs Install Guide
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: Unspecified
Assignee: Tahlia Richardson
QA Contact: David O'Brien
URL:
Whiteboard:
Depends On:
Blocks: 1135324 1195450
TreeView+ depends on / blocked
 
Reported: 2015-06-03 13:34 UTC by Sachin Ghai
Modified: 2015-06-22 01:23 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-22 01:23:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Sachin Ghai 2015-06-03 13:34:53 UTC
Description of problem:
We need to document upgrade steps for sat server and capsule. I'm not sure where this can be fit, may be upgrade guide ?

I'll share the internal doc that include upgrade steps which is still under testing.




Document URL: 

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information:

Comment 5 Sachin Ghai 2015-06-04 09:37:23 UTC
Under section: Procedure 7.2. Upgrading Red Hat Satellite Capsule
==================================================================

Step3 should be: Stop services:
================================
Stop following services on capsule otherwise you will see errors about missing dependencies for docker and stuff until the db migration is done.

# for i in qpidd pulp_workers pulp_celerybeat pulp_resource_manager httpd; do service $i stop; done

Step4: Update Packages

step5:  Check for the capsule-installer package

step6: Move the previous answers file to the new capsule-installer directory

Command in this step needs to be updated from mv to cp. Because after "yum update" all yaml files will be renamed with .rpmsave. 

 #cp /etc/katello-installer/answers.capsule-installer.yaml.rpmsave /etc/capsule-installer/answers.capsule-installer.yaml

step7: Regenerate certs for all capsules on sat6 and copy them over from sat6 server to respective capsules

on sat6 server:
===============
#capsule-certs-generate --capsule-fqdn $CAPSULE_FQDN --certs-tar ~/$CAPSULE_FQDN-certs.tar
#scp /root/$CAPSULE_FQDN-certs.tar root@$CAPSULE_FQDN:.

on capsule node:
===============
capsule-installer --upgrade --certs-tar $CAPSULE_FQDN-certs.tar


Note You need to log in before you can comment on or make changes to this bug.