2

I am a collaborator on an OpenShift Online app with administrator privileges, and when I do rhc apps I can see the application, but when I do rhc tail <appname> I get Application '<appname>' not found.

Is there something I am missing?

Using rhc on Ubuntu Server 12.04.

timo.rieber
  • 3,727
  • 3
  • 32
  • 47
saraf
  • 530
  • 7
  • 22

2 Answers2

6

"rhc apps" shows me the app that I am authorized to administer as a collaborator, however "rhc app stop" says - "app not found" rhc -a app stop gave me the usage help - rhc app-stop <app> [--namespace NAME] which hinted that a namespace might be necessary for stopping an app in another domain where I am a collaborator

and rhc app-stop testappname --namespace domainname worked!

saraf
  • 530
  • 7
  • 22
1

Try appending your rhc commands with the -l option to specify a login.

niharvey
  • 2,807
  • 2
  • 15
  • 24
  • Thanks for the response. rhc tail -l -p -a Did not work. Still get the application not found. – saraf Mar 06 '14 at 00:06