Migrate applications from single-disk to multi-disk for Edge SWG (ProxySG) on SSP Appliances.
search cancel

Migrate applications from single-disk to multi-disk for Edge SWG (ProxySG) on SSP Appliances.

book

Article ID: 263068

calendar_today

Updated On:

Products

ProxySG Software - SGOS SSP SSP-S210 PLATFORM SSP-S410 PLATFORM

Issue/Introduction

Migrate your single-disk configurations to multi-disk configurations to ensure redundancy and prevent data loss. In Integrated Secure Gateway (ISG) 2.4.7.1 and later, single-disk models for Edge SWG (ProxySG) applications running on Symantec Security Platform (SSP) appliances are deprecated and are replaced with two-disk models. Existing single-disk models continue to work. 

This article provides steps for migrating your applications from single-disk models to multi-disk models.

Environment

This article applies to only Edge SWG (ProxySG) applications running on SSP appliances.

Cause

Single-disk models contain one data disk and one boot disk. Multi-disk models contain two or more data disks and the boot disk. Multi-disk models ensure redundancy of system configurations if a data disk fails. Because single-disk models do not have redundancy, these models are more vulnerable to data and configuration loss than multi-disk models. To prevent data loss and (in extreme cases) your appliance from becoming inoperable, migrate your single-disk models to multi-disk models.

Resolution

With the release of ISG 2.4.7.1, single-disk models of Edge SWG (ProxySG) applications are deprecated and are replaced with new models. To determine if your model is deprecated and which model to migrate to, see the following table (the new model is listed in the same row as the deprecated model).

Deprecated Models

New Models

Model Name

VCPUs

Virtual Memory (GiB)

Storage (GiB)

Connection Count

Model Name

VCPUs

Virtual Memory (GiB)

Storage (GiB)

Connection Count

C2S

2

12

1x200

15,000

C2S-B

2

12

2x200

15,000

C2M

2

16

1x200

20,000

C2M-B

2

16

2x200

20,000

C2L

2

20

1x200

25,000

C2L-B

2

20

2x200

25,000

C4S

4

20

1x200

25,000

C4S-B

4

20

2x200

25,000

C4M

4

24

1x200

37,500

C4M-B

4

24

2x200

37,500

C4L

4

32

1x200

50,000

C4L-B

4

32

2x200

50,000

C6S

6

24

1x200

37,500

C6S-B

6

24

2x200

37,500

Migrate Applications from Single-Disk to Multi-Disk Models

Note: Before you migrate to a new model, upgrade to ISG 2.4.7.1 or later first.

To migrate a Edge SWG (ProxySG) application from a single-disk model to a multi-disk model:

  1. From the ISG CLI, stop the application:
    (config)#applications stop app_name
  2. Change the model to a model that uses multiple disks:
    (config)# applications edit app_name model model_name
  3. Start the application:
    (config)# applications start app_name

Example

The following example shows an application (sg) being migrated from a C2S model to a C2S-B model.

(config)# applications
(config-applications)# view
NA TYPE  VCPU  MEMORY  DISK SIZE  MODEL  STATUS  LICENSE ID IMAGE ID           ZTP NETWORK DEFINITION
-- ----  ----  ------- ---------- ----- ------- ------------ -----------------  -- ------------------
sg  SG   2     12 GB   200 GB     C2S   Running **********   sg-7.3.12.1-281125    auto       

(config-applications)# stop sg
  ok
(config-applications)# edit sg model C2S-B
  ok
(config-applications)# view
NA TYPE  VCPU  MEMORY  DISK SIZE  MODEL  STATUS  LICENSE ID IMAGE ID           ZTP NETWORK DEFINITION
-- ----  ----  ------- ---------- ----- ------- ------------ -----------------  -- ------------------
sg  SG   2     12 GB   400 GB     C2S-B Stopped **********   sg-7.3.12.1-281125    auto  
(config-applications)# start sg
ok