- id_2021949
- Version: 2.0
- Date: Feb 14, 2020 4:04:46 PM
Checking the SW Media integrity (Iso # Checksum)
DV26_R05 Application DV26.0_R05_1921.a CD
note:
Refer to the MR Service Pack Software Matrix (DOC1667089), available from the online documentation library and make sure the necessary service pack media (if any) is available. Do not start the software load until this media is available.
- Insert DV26_R05 Application CD 5758543 Rev 9 into DVD drive.
- Open a command window.
- Login as root with Signa default root password and run the following two commands:note: If the checksum does not match with the data from the MR Service Pack Software Matrix (DOC1667089), STOP the installation process and contact GEHC Services for support. Note that the output of the “dd” command “x.x MB/s (data transfer rate)” below may vary, this specific param does not have to match up with the number as shown below. Due to the data size of the application CD, the “dd” command may take up to 15 minutes to complete.
- # isosize -x /dev/sr0
sector count: 1995763, sector size: 2048 (Note that the sector count and sector size here should be used in the dd command below.)
- # dd if=/dev/sr0 bs=2048 count=1995763 conv=notrunc,noerror | sha256sum
1995763+0 records in 1995763+0 records out 4087322624 bytes (4.1 GB) copied, 535.142 s, 7.6 MB/s 751cce6450ed619b65f19480eb46043746f17bb5004ac9ebb94d31b9b8acb2cb -
- # isosize -x /dev/sr0
DV26_R05 Service Pack 01 5834873 Rev 1 Checksum
note:
Refer to the MR Service Pack Software Matrix (DOC1667089), available from the online documentation library and make sure the necessary service pack media (if any) is available. Do not start the software load until this media is available.
- Remove the Application DVD and insert DV26_R05 Service Pack 01 5834873 Rev 1 into DVD drive.
- Run the following two commands:note: If the checksum does not match with the data from the MR Service Pack Software Matrix (DOC1667089), STOP the installation process and contact GEHC Services for support. Note that the output of the “dd” command “x.x MB/s (data transfer rate)” may vary, this specific param does not have to match up with the number as shown below.
- # isosize -x /dev/sr0
sector count: 188, sector size: 2048 (Note that the sector count and sector size here should be used in the dd command below.)
- # dd if=/dev/sr0 bs=2048 count=188 conv=notrunc,noerror | sha256sum
188+0 records in 188+0 records out 385024 bytes (385 kB) copied, 0.254683 s, 1.5 MB/s 268b783b0d57b7f4db1e4ded301210cfec956ddbe1857f8c845d432347d0b6ab -
- # isosize -x /dev/sr0