Questions tagged [openshift-client-tools]

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

329 questions
2
votes
1 answer

How to get correct connection info for redis cartridge?

I installed the redis cartridge from here: https://github.com/smarterclayton/openshift-redis-cart Installation is fine and redis works perfectly. However, when I run: rhc cartridge-status redis -a I get this: Using…
Running Turtle
  • 12,360
  • 20
  • 55
  • 73
2
votes
1 answer

Setting up redis ENV variables -- Node.js on Openshift

I'm migrating from Heroku to Openshift since my app employs socket.io heavily. I seem to have hooked up redis correctly but just want to make sure. When I enter this: rhc cartridge-status redis -a myapp I get this: Using smarterclayton-redis-2.6…
OdieO
  • 6,836
  • 7
  • 56
  • 88
2
votes
2 answers

Can't start/stop openshift application

I have an application on openshift which has suddenly stopped running. The following cartridges are used : Mysql Cron Nodejs The only information about the crash of the app is the following from nodejs.log : DEBUG: Sending SIGTERM to…
Mat777
  • 328
  • 1
  • 4
  • 10
2
votes
3 answers

rhc -ssh can't connect to my application in openshift

I am trying to execute this command: c:\openshift>rhc ssh --ssh "C:\openshift" -a demo putty.exe is under c:\openshift and 'demo' is my application name in openshift. But why I got this error message. Does it say it can't find the putty.exe…
marlon
  • 6,029
  • 8
  • 42
  • 76
2
votes
1 answer

Openshift pre_start hook does not work on app restart

I have set up an OpenShift testing app using tomcat6 (jbossews-1.0) cartridge, a pre_start action hook with name pre_start_jbossews-1.0 was pushed to the remote repository. The hook includes a JVM export statement that runs a javaagent like…
Patson Luk
  • 128
  • 5
2
votes
3 answers

Clone Openshift application in scalable

I have an application in Openshift free plan with only one gear. I want to change it to scalabe and take usage of all of 3 free gears. I read this blog post from openshift and I found that there is a way to do it. I should clone my current…
Tasos
  • 7,325
  • 18
  • 83
  • 176
2
votes
1 answer

"No system SSH available" error on OpenShift rhc snapshot save on Windows 8

Steps To Replicate On Windows 8. In shell (with SSH connection active): rhc snapshot save [appname] Error No system SSH available. Please use the --ssh option to specify the path to your SSH executable, or install SSH. Suggested Solution From…
user1063287
  • 10,265
  • 25
  • 122
  • 218
2
votes
0 answers

RHC not working on OpenShift instance

I am just getting started with Node, so I created an instance on OpenShift and am trying to install rhc so that I can setup aliases for my domain name. I ran the following and the installation was successful for rhc (1.25.2). gem install rhc The…
Leon
  • 194
  • 1
  • 1
  • 10
2
votes
1 answer

Unable to install Openshift RHC tools

I am new to OpenShift and I'm trying to install RHC gems with: $ sudo gem install rhc which show up are successfully installed, however by the time it installs the documentation the process does not seem to end. By this point I rum $ sudo rhc…
HGB
  • 2,157
  • 8
  • 43
  • 74
2
votes
2 answers

openshift client tools for windows, rhc setup error

C:\files\ruby>rhc setup --debug DEBUG: Using config file C:/Users/files/.openshift/express.conf DEBUG: Running greeting_stage OpenShift Client Tools (RHC) Setup Wizard This wizard will help you upload your SSH keys, set your application…
Shanthi
  • 637
  • 2
  • 7
  • 17
2
votes
1 answer

Disk quota exceeded - can't run "rhc app-tidy"

My application's database is too large and it's exceeding my disk space: rhc show-app reader --gears quota Gear Cartridges Used Limit ------------------------ ------------------------------- ----…
2
votes
0 answers

OpenShift - I execute gem install rhc - successfully completed - rhc setup message command not found

Congrats, I'm trying to debug an application(java tomcat7/mysql) and for that I have to install rhc, when I run gem install rhc everything proceeds normally in the installation, but when I run rhc setup message displays: command not found. could…
2
votes
1 answer

set-env PATH in Openshift

I'm using a pre_start action hook to add some new paths to the PATH and LD_LIBRARY_PATH environment. after git push I can see that variables are updated, however when I ssh to the server, added variables are not available, after some googling I…
user3473830
  • 7,165
  • 5
  • 36
  • 52
2
votes
2 answers

restart python app on openshift doesn't reload environment variables

I'm trying reload my application on Openshift and having some problems. Don't matter if run rhc app restart or rhc app reload to restart/reload the application, my environment variables aren't reloaded. Then, to solve the problem, I'm forced to stop…
nsantana
  • 1,992
  • 1
  • 16
  • 17
2
votes
2 answers

OpenShift app - cannot see logs using rhc as admin collaborator

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 I get Application '' not found. Is there something I am missing? Using rhc on…
saraf
  • 530
  • 7
  • 22