1. List of all sessions in the previous 24 hours:
# omnirpt -report list_sessions -timeframe 24 24
2. Report of saved objects from a particular session:
# omnirpt -report session_objects -session 2000/01/13-1
3. Report of saved objects from a particular session,
using the format option "short":
# omnirpt -report session_objects -session 2000/01/13-1 -short
4. Complete session report, integrating statistical information:
# omnirpt -report single_session -session 2000/01/13-2
5. Report regarding used hosts:
# omnirpt -report session_hosts -session 2000/01/13-2 | more
6. Session flowchart of the last 24 hours formatted as a HTML graphics:
# omnirpt -report session_flow -timeframe 24 24 -html > filename
7. Which tapes have been used during the last 24 hours?:
# omnirpt -report used_media -timeframe 24 24
8. Which tape has been used in a particular session?
Which label does the tape have?
Which pool does it belong to?:
# omnirpt -report session_media -session 2000/01/13-2
9. How many media are known? What is their status?
What is their capacity?:
# omnirpt -report media_statistics
10. Statistics of a media pool:
# omnirpt -report media_statistics -pool "Gerds_Pool"