> From: Crispin Harris <[EMAIL PROTECTED]>
> Subject: Tricky things with SunScreen
> Date: Sun, 6 May 2001 09:13:37 +1000
>
[...]
>
> 1) Does anyone know of a GUI other than the Java thing?
There is not one available from Sun. That said, the GUI is
essentially just wrappers to the CLI. (the CLI has more options
and capabilities than are displayed in the GUI).
> [While this GUI is fully functional, it is really pretty limited when
> dealing with large or complex rulesets. The columns are not resizable, nor
The columns in both the rule view and the logbrowser should be
resizable. For me, I don't think the "grab" place is obvious,
but you can do it (it's not on the column headers, but on the actual
columns themselves). (I'm assuming that you're running at least
SunScreen EFS 3.0, the 2.0 GUI was different).
> 2) Is there a way of viewing the logs in real-time (not a 5 second refresh,
> but the logdump preferably)?
Not truly, but you can do something like this:
# while true;do sleep 5;ssadm log get_and_clear | ssadm logdump -i - -ta | awk
'{print
$5,$6,$7,$8,$9}';done
You can put this in a script if it works for you.
> For these two reasons, I am very impressed, however, "I want a new GUI
> please". I have resorted to munging the CLI, (as you can see in the code
> below, in order to do relatively simple, but recursive tasks.)
As you have noted, the CLI will take scripted input from a file
or piped in.
hth
Valerie
SunScreen Developer
[EMAIL PROTECTED] -or- [EMAIL PROTECTED]
-
[To unsubscribe, send mail to [EMAIL PROTECTED] with
"unsubscribe firewalls" in the body of the message.]