How to see the history of the commands ran in the Airwave CLI (bash) and also in the DB (psql)

Q: How to check the old commands (history of commands) ran in the Airwave CLI and also in the DB (pgsql) ?
A: Any commands we ran on the Airwave CLI or in the DB they are logged in a file in /root directory.
we could log in to the Airwave CLI and execute the below commands to see the history in the files below:
# cd /root
# ls  -al
This above command will print out a list of files, among those are the below two files:
.bash_history  (If we open the file either with cat or less, we will see the list of commands which we executed on the Airwave CLI)
.psql_history  (This file will have all the sql commands executed in Airwave DB)
These files will have the history from the installation, unless, if any user manaully edits or deletes the file. 

Hi Heather,
it is correct that there is no sample iView that shows the History of Crystal Reports that are stored in Crystal Enterprise but there a sample codes on our web site and there are sample codes as part of the SDK documentation that show how to call the history and you should be able to take the code and create your own Java or ASP iView based on that.
the link to our developer library :
http://www.businessobjects.com/products/dev_zone/default.asp?intcmp=products12
hope this helps
Ingo

Similar Messages

Maybe you are looking for