Difference between revisions of "SQWareProduction:cassandra:etc:.profile confort"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 4: | Line 4: | ||
Alias explanation: | Alias explanation: | ||
<pre> | <pre> | ||
− | + | bck => 'cd $gvsqw_RootBackup; 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)}'" | cPID => "ps aux | grep andraDae |grep -v grep | awk '{printf(\"Cassandra Daemon PID = %s\n\",\$2)}'" | ||
</pre> | </pre> | ||
<br> | <br> |
Revision as of 15:48, 23 December 2016
File to put aliases $gvsqw_CasBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for RDBMS cassandra.
Alias explanation:
bck => 'cd $gvsqw_RootBackup; ls -al'; dbf => 'cd $gvsqw_RootDbf; ls -al'; cPID => "ps aux | grep andraDae |grep -v grep | awk '{printf(\"Cassandra Daemon PID = %s\n\",\$2)}'"