Bug 469221

Summary: Satellite restart doesn't work anymore from webUi
Product: Red Hat Satellite 5 Reporter: Justin Sherrill <jsherril>
Component: WebUIAssignee: Justin Sherrill <jsherril>
Status: CLOSED NOTABUG QA Contact: Brandon Perkins <bperkins>
Severity: medium Docs Contact:
Priority: medium    
Version: 530   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-30 17:39:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Justin Sherrill 2008-10-30 17:22:53 UTC
Since we've gotten rid of the 'rhn-satellite' init script, the webUI's restart no longer works.

Currently it still calls 

/usr/sbin/rhn-satellite-restart-silent  (we did this do to an issue in java that caused bad things if the command was outputting data).

This script still calls '/etc/init.d/rhn-satellite restart' which no longer exists.  We should just change the rhn-satellite-restart-silent script to call '/sbin/rhn-satellite restart'.

Comment 1 Justin Sherrill 2008-10-30 17:25:13 UTC
actually, it's not rhn-satellite-restart-client, its:

/sbin/rhn-sat-restart-silent

Comment 2 Justin Sherrill 2008-10-30 17:39:39 UTC
actually, this is working fine.  Not sure what i was seeing..