Difference between revisions of "SQWareProduction:cassandra:etc:.profile confort"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
File to put aliases $gvsqw_CasBin/../etc/.profile_confort:<br> | File to put aliases $gvsqw_CasBin/../etc/.profile_confort:<br> | ||
− | Contains confort aliases of SQWareProduction for | + | Contains confort aliases of SQWareProduction for cassandra.<br> |
<br> | <br> | ||
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)}'" | ||
</pre> | </pre> | ||
<br> | <br> |
Latest revision as of 18:06, 14 April 2019
File to put aliases $gvsqw_CasBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for 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)}'"