SSP-S410-30のIntegrated Secure Gateway(ISG)を、2.3.2.1から2.4.2.1へアップグレードしました。
アップグレード後、health-monitoring view currentを確認したところ、
Memory Utilizationの最大値が、191869MBから28029MBに減っていました。
localhost# show version
ISG release 2.3.2.1 (265086)
localhost# health-monitoring view current
Last Check | Metric Name
| State
--------------------+--------------------------------------------------------
2022-04-14 01:08:17 | Memory Utilization
| OK - 105009/191869MB 54%
--------------------+--------------------------------------------------------
localhost# show version
ISG release 2.4.2.1 (272516)
localhost# health-monitoring view current
Last Check | Metric Name
| State
--------------------+--------------------------------------------------------
2022-04-14 01:59:09 | Memory Utilization
| OK - 5430/28029MB 19%
--------------------+--------------------------------------------------------
S410 Appliance Modelsの情報から、Memoryは191869MBが正しいように思います。
最大値が減った理由を教えてください。
Release : ISG 2.4.x.x
Component : memory
ISG2.4.1.1の以下の機能改善によって、「health-monitoring view current」で確認できるMemoryの使用率は、ISGのMemory使用率のみとなっています。
Improvements to the Reporting for Health Monitoring Memory
In the health monitoring metrics for the ISG appliance, the Memory Utilization metric no longer counts the memory
allocated for running applications nor the total memory available for application usage at boot time.
ProxySG(SG)などのapplicationを起動すると、対象applicationを管理するためのMemory使用量は加算されますが、
ISG2.3時のようにapplicationにアサイン(予約)したMemoryは、ここには表示されなくなります。
ISGが、SGなどにアサインできるMemory(下記Available ResourcesのMEMORY 68GB)については、ISGでconfig modeに入ってview-resourcesで御確認頂けます。
SSP-S410-30で、計3つのインスタンスを起動した際の、view-resourcesの状態
localhost(config-applications)# view
NAME TYPE VCPU MEMORY DISK SIZE MODEL STATUS LICENSE ID IMAGE ID ZTP NETWORK DEFINITION
-------- ---- ---- -------- ---------- ---------- ---------- ------------ -------------------- --- ------------
CAS3132 CAS 4 12 GB 200 GB C4M Running 0033993241 cas-3.1.3.2-268775 auto
SG675412 SG 2 16 GB 200 GB C2M Running 0033991236 sg-6.7.5.14-266172 auto
SG7x SG 8 64 GB 400 GB C8M Running 0033999152 sg-7.3.7.1-271019 auto
localhost(config-applications)# view-resources
Total Resources:
VCPUs MEMORY DISKS
48 160 GB 824 GB <--------全リソース(SSP-S410-30の搭載メモリは192GBですが、ISG自体にアサインされている分はマイナスされている)
Available Resources:
VCPUs MEMORY DISKS
34 68 GB 21 GB <-------160GBから予約している92GBを引いた68GBがAvailable(空き)として記載される。
なお、実際の機器、例えば上記の「NAME=SG675412」が使っているメモリについては、実機にログインして確認します。
Blue Coat SG-VA Series#show status
Configuration:
Name: Blue Coat SG-VA Series
Disks installed: 3
Memory available: 16382 megabytes
Memory installed: 16384 megabytes <----アサインされている16GBのメモリ
CPUs installed: 2
Software version: SG 6.7.5.14
Release id: 266172
Machine id: 00D083D05272
Serial number: 0033991236
Appliance identifier: 6e33f0e119cbe98a
NIC 0 MAC: 00D083D05272
Primary IP: 192.168.1.100
General status:
System started: 2022-04-14 11:14:57+09:00JST
Concurrent Users: 0
CPU utilization: 1%
Memory utilization: 13% <----16GBに対する現在のメモリ使用率
ADN: Disabled
ProxyClient: Manager Disabled
Connectivity:
WCCP: Disabled
Blue Coat SG-VA Series#
Management Center(MC)からISGのリソースを見ると、view-resourcesに対するMemory Usageを御確認頂けます。
上述の全Memory160GBから、使用(予約)している92GBは全体の57.5%
また、ISGに作成したSGVAをMCに登録すると、SGVA自体のメモリ使用率を簡単に御確認頂けます。
上:ISGに登録されているSGVAのMemory 16GBアサイン
下:ISG 表示されているMemory 37%は、health-monitoring view currentの内容
--------------------+--------------------------------------------------------
2022-04-14 03:45:36 | Memory Utilization
| OK - 10405/28029MB 37%
--------------------+--------------------------------------------------------