This article explains how to reset an X1700B Socket to the factory image using an USB drive.
Note
WARNING! Cato has two certified Socket hardware models for X1700 sites (X1700 and X1700B). Make sure that you identify the exact Socket model before installing the image on the Socket.
For more information about the two X1700 Socket models, see Overview of Reimaging Cato Sockets.
The X1700B Socket front panel has two USB ports on the front panel, you can use either port to install an image using a USB drive. As of Socket v17, you can use USB 2.0 or USB 3.0 drives. These are the X1700B Socket front panel USB ports.
For X1700 and X1700B Sockets with add-on modules, you must remove the modules during the entire reimaging process.
After the Socket successfully boots, reinsert the add-on module into the Socket.
-
Download the image file
For more information about getting the image file, see Socket and vSocket Image Files.
-
Untar the image (see instructions below).
-
Get a USB drive with at least 8GB. If it is necessary to format the USB drive, use either the exFAT or FAT32 format. When using the FAT32 format, the USB drive should not be larger than 32GB.
This section explains how to burn the Socket image to the USB drive for Windows, macOS, and Linux.
After you untar the image, compare the file hash of the uncompressed DD image file to the Cato verified, correct file hash. This confirms the disk image integrity before writing the Socket firmware to the hard drive.
-
A file with the verified hash is attached to this article
-
Save the file to the same directory as the uncompressed disk image
-
Connect the USB drive to your Windows device.
-
Move the downloaded image and hash files to the same directory, for example
c:\Cato
-
Untar the image, from the elevated Powershell in the same directory as both files, run
tar -xf <archive-filename>
Note
Note: Common decompression software (such as Winzip, 7zip or Winrar) will corrupt the image, resulting in a file that is ~135MB in size. Extracting the file using the Windows CLI tar command should result in a file size that is larger than 1GB.
-
Run the following command to compare the file hash of the Socket image:
(Get-FileHash -Algorithm SHA256 .\IMAGE_INSTALL_socket_X1700B_16870_socket-production-16535_v17.0_2023_06_04.dd).Hash -eq (gc .\X1700B-hash.txt).split()[0]
The command returns True when the hashes are the same.
-
Download and install disk imager software, such as Win32 Disk Imager.
-
Write the image to the USB drive. (You may need to show all the files with *.* to see the DD file)
-
Connect the USB drive.
-
Open a terminal window.
-
Identify the new drive using the command
diskutil list
-
Unmount the identified drive using
diskutil unmountDisk <diskN>
-
Untar the image (double-click the file).
-
Run the following command to compare the file hash of the Socket image:
shasum -a 256 <archive-filename>
Compare the output of this command with the verified hash above.
-
Run the following command to write the image to the USB drive:
dd if=./IMAGE_INSTALL_socket_X1700B_16870_socket-production-16535_v17.0_2023_06_04.dd of=/dev/diskN bs=16m
Notes:
-
For supported versions, you can append
status=progress
to thedd
command to see the status of the write-to-USB operation. -
Make sure you write the image on the USB drive and not on your hard disk.
-
-
Connect the USB drive to your Linux machine
-
Identify which device is your USB /dev/sdb or /dev/sdc
-
Untar the image.
-
Run the following command to write the image to the USB drive:
For example
dd if=./IMAGE_INSTALL_socket_X1700B_16870_socket-production-16535_v17.0_2023_06_04.dd of=/dev/sdX
Notes:
-
For supported versions, you can append
status=progress
to thedd
command to see the status of the write-to-USB operation. -
Make sure you write the image on the USB drive and not on your hard disk.
-
After the Socket image is prepared on the USB drive, insert the drive in the Socket. When the Socket boots up, it installs the image and resets to factory default settings.
Note
Note: If the Socket is currently shown in the Cato Management Application as assigned to a site, unassign the Socket from the site (see Managing Sockets). Then after the new image is installed, you can assign the Socket to the site again.
To install the image on a X1700B Socket:
-
Power off the X1700B Socket.
-
For Sockets with add-on modules, remove the entire module from the Socket.
-
Insert the USB flash drive that you prepared in section 2 into a USB port.
-
Power on X1700B Socket.
-
Installation starts upon X1700B boot, it should last approximately 5 minutes depending on USB flash drive speed.
-
After installation is completed, the X1700B will power off automatically, so when the Socket powers off then the new image is installed on the Socket.
-
Remove the USB flash drive from the Socket.
-
IMPORTANT! Disconnect the power cord and then connect it again it to power on the Socket.
-
For Sockets with add-on modules, do the following:
-
Make sure that you have upgraded to at least Socket v18.
-
Power down the Socket, and insert the module.
-
Power on the X1700B Socket.
-
After installing Socket image, you can verify that the process has been successful by using the Socket WebUI to verify the Socket version.
For more about logging in to the Socket WebUI, see Using the Socket WebUI.
Note
Note: If you are logging in to Socket WebUI locally after installing the Socket image, the login username and password are reset to default settings.
- X1700B-hash.txt144 Bytes
1 comment
Updated article for v17.0 Socket image
Please sign in to leave a comment.