Guest User!

You are not Sophos Staff.

Astaro useful shell commands.

Hi to All.
I'm opening this thread so any of you which happens to run into useful Shell commands, can add it in here.
My goal is to create a document with many Astaro useful shell commands.
You are welcome to add, remark or reject any of the commands in here.
[:)]



This thread was automatically locked due to age.
[unlocked by: BAlfson at 2:53 PM (GMT -7) on 4 Jun 2021]
Parents
  • Enable local URL FIlter Database on Sophos UTM (Astaro ASG) 

    To set the database as local:

    cc set http sc_local_db [mem/disk/none]
    none     - default, don't use local categorization at all use online query as default.
    disk     - use local Database, but use it only on disk. Useful for boxes with little RAM.
    mem     - use local Database, and keep it in memory for faster access.


    Reload the service:
    /var/mdw/scripts/httpproxy restart


    Verify first DB download (Web surfing will be stopped until done - about 370 MB):
    ls -lh /var/chroot-http/var/pattern/sfcontrol


    Verify DB settings:
    cc get http sc_local_db
  • Argghhhhh the SQL rebuild command has changed in 9.200+

    sudo /etc/init.d/postgresql92 rebuild

    This worked for me (following amusing warnings).
Reply Children
No Data