10 blkve, Blkve, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 52

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

52

3.1.10 blkVe

Name

blkVe—verifies the number of blocks, specified by the user, between the source device to the
destination device. This command only operates on ’block devices’.

Synopsis

blkVe -a -b [-n] [-s]

Parameters

-a Ps: Device Name of Source

-b Ps: Device Name of Destination

-n Ph: Number of Blocks (Default = 1)

-s Ph: Starting Block Number (Default = 0)

Example

The following example indicates a typical display when using the blkVe command.

MOTLoad> blkVe -a/dev/ide0/hdisk0 -b/dev/ide0/hdisk1 -n8

Error Messages

blockVerify(): malloc(0x20000) failed

Unable to malloc a local buffer of 128 KB for either source or destination.

blkVe(): data miscompare:

offset = 00000000,

data = 80/05

blkVe(): data miscompare:

offset = 00000001,

data = 08/F0

blkVe(): data miscompare:

offset = 00000002,

data = 04/43

blkVe(): data miscompare:

offset = 00000003,

data = 0D/6F

blkVe(): data miscompare:

offset = 00000004,

data = 0A/03

blkVe(): data miscompare:

offset = 00000005,

data = 01/F5

blkVe(): data miscompare:

offset = 00000006,

data = 48/82

blkVe(): data miscompare:

offset = 00000007,

data = 00/4A

Advertising