-
Notifications
You must be signed in to change notification settings - Fork 0
/
howitworks.t2t
89 lines (65 loc) · 2.84 KB
/
howitworks.t2t
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Security APAR Assistant
How it Works
%!includeconf: inc/config.t2t
%!postproc: SITEROOT .
%!include: inc/menu.t2t
Security APAR Assist (SAAssist) is a tool (Open Source) to help System
Administrators manage APARs (Security Fixes) for IBM AIX and IBM PowerVM
environment.
This tool works like Linux "yum" or "apt-get" to manage the security fixes
(CVE and IVs).
SAAssist works as client/server reducing time to verify if fix is applicable,
reducing time to deploy the fix to AIX and VIOS servers, reducing
false-positives, and is not necessary high skill knowledge about AIX
filesets/version management :)
SAAssist works directly with Fix Level Recommendation Tool, the IBM official
website.
The installation and configuration is simple and also can be integrated with
orchestrator or automation software (IBM BigFix, Chef, Puppet, etc)
There are two basic components on SAAssist: SAAssist Server (saassist-server)
and SAAssist Client (saassist-client).
This is an Open Source software licensed under Apache License 2.0.
= Security APAR Assistant simple overview =
%!include: ''video-saassist.html''
Using Security APAR Assistant example
%!include: ''video-saassist-using.html''
= Technical Overview =
```
[ Internet ]------------[ IBM FLRT website ]
|* web proxy
|
________|________
-c|u downloads APAR to repos | |
-cv|uv downloads all APARs for | saassist server | (APAR repository)
a specific OS version |_________________|
-flrt download the FLRT data |
-l list all current APARs in repos |
|
|
|
`----- [ Repository ]
[ info, fixes ]
[ HTTP: :NFS ]
|
.--------------------------------------------'
|
________|_________
| |
| saassist client | (AIX / PowerVM Logical Partitions)
|_________________|
|
|
|`---- {preview} verifies if APAR is applicable & boot required
|
|`-----{info} gets detailed information about APAR (asc file)
|
|`-----{install} installs APAR
|
`-----{checkall} checks all APARs applicable to Logical Partition
```
For more details, check out:
- [Security Assistant Server Documentation saassist-server_doc.html]
- [Security Assistant Client Documentation saassist-client_doc.html]
== Need help ? ==
Send me an email: kairo[@]kairo.eti.br
%!include: inc/footer.t2t