SQWareProduction:cassandra:etc:.profile confort: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
 
m Updated by BatchUser
Line 6: Line 6:
  dmp => 'cd $gvsqw_RootDump; ls -al';
  dmp => 'cd $gvsqw_RootDump; ls -al';
  dbf => 'cd $gvsqw_RootDbf; ls -al';
  dbf => 'cd $gvsqw_RootDbf; ls -al';
cPID => "ps aux | grep andraDae |grep -v grep | awk '{printf(\"Cassandra Daemon PID = %s\n\",\$2)}'"
</pre>
</pre>
<br>
<br>

Revision as of 20:09, 30 November 2015

File to put aliases $gvsqw_CasBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for RDBMS cassandra.

Alias explanation:

 dmp => 'cd $gvsqw_RootDump; ls -al';
 dbf => 'cd $gvsqw_RootDbf; ls -al';
 cPID => "ps aux | grep andraDae |grep -v grep | awk '{printf(\"Cassandra Daemon PID = %s\n\",\$2)}'"