Reinitializing drives on a multi-disk ProxySG
search cancel

Reinitializing drives on a multi-disk ProxySG

book

Article ID: 166840

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

Reinitializing drives on a multi-disk EdgeSWG (ProxySG)
What are the steps necessary for disk reinitialization on a multi-disk EdgeSWG (ProxySG)?
How do I reinitialize the drives on a multiple disk EdgeSWG (ProxySG)?

Resolution

Reinitializing the drives on a multi-disk EdgeSWG (ProxySG) is relatively easy and problem free.  This process can be done during production hours without causing any downtime to the users.  However, unless it is absolutely necessary, it is best to perform a reinitialize operation during low traffic or off hours.  The first four steps below are strictly precautionary backup operations.

  1. Backup the "configuration-passwords-key" keyring.  For full details, please see KB article Step 2 (backup configuration) 165985.
  2. Backup the custom SSL Certificates.  For full details, see KB article Step 3 (backup configuration) 165985.
  3. Backup the system configuration.
    1. Go into the Management Console > Configuration tab > General > Archive > View Current Configuration (the top section of this page).
    2. Select "Configuration - expanded setup"
    3. Click "View" (brings up the config in a new browser window)
    4. Save using your web browser's "Save" function.
  4. Reinitialize the disks (a two disk EdgeSWG (ProxySG) system is used as our example system)
    1. Symantec uses the "slot number" as a reference when reinitializing disks.  Start with slot 1 and work up through all the slots (slot 2, then slot 3, through slot N, where N equals the number of disk slots that contain hard drives).  Be sure to look over the "Sysinfo" file to review what the actual slot numbers are.
      1. https://<proxy.ip.address>:8082/sysinfo
      2. Look under "Hardware Information" in the sysinfo.
    2. Launch into the command line interface (CLI).  You can SSH or serial into the CLI.
    3. Go into enable mode.
    4. From the CLI, type the following command:
      1. disk reinitialize 1
        1. Wait until it finishes
        2. Check the event log for disk related errors and save as the "reinit-1.log" file.  To access the event log, go to https://<proxy.ip.address>:8082/eventlog/fetch=0xffffffff .  Save the log file using the browser's save function.
      2. disk reinitialize 2
        1. Wait until it finishes
        2. Check the event log for disk related errors and save as the "reinit-2.log" file.  To access the event log, go to https://<proxy.ip.address>:8082/eventlog/fetch=0xffffffff .  Save the log file using the browser's save function.
    5. (Optional):  If you have a technical case open and a technical support engineer is working with you, you can upload the event logs to case.
    6. Once the last hard drive has been reinitialized, you should be good to go.

In the event the configuration is lost during a reinitialize, please do the following:

  1. Run through the initial setup via the CLI.
  2. Restore the other SSL keyrings. For full details, please see KB article Step 2 (restore the configuration) 165985.
  3. Restore the system configuration
    1. Launch the Management Console
    2. Go to the Configuration tab > General > Archive > Install Configuration from:
    3. Select "Local File".
    4. Click "Install"
    5. Browse to where you saved the system configuration file.
    6. Select and click "Open" and this initiates the install.
    7. Wait and when it is finished it will tell you that it was successful.

Expect error messages when restoring an expanded configuration file

NOTE:  An expanded configuration file contains all the encrypted passwords and network settings.  These passwords are encrypted with the default "configuration-password-key".  Once the EdgeSWG (ProxySG) has been reinitialized that key is lost and a new one is created.  If you do not restore the "configuration-passwords-key" before restoring the configuration file, then when the EdgeSWG (ProxySG) imports the configuration file, it will attempt to decrypt those passwords using the new key and it will fail.  That is expected.  These passwords can be reset manually via the Management Console.  Also the EdgeSWG (ProxySG) will try to apply the network settings found in the file.  However, during the setup process some network settings are already "set".  So the EdgeSWG (ProxySG) will print an error message letting us know that its already there.  There may be other messages printed among the messages that actually have a result of "ok".  It is important to carefully go through the error messages to determine if there is anything listed there that may be a valid concern.