Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

vfs_format.exe is a console utility for working with Axxon One archivesexe는 Axxon One 아카이브 작업을 위한 콘솔 유틸리티입니다 .

Note
titleAttention!

For the correct operation of the utility, you have to remove the corresponding archive volume in Axxon One without removing the archive files (see Removing archive volumes).

유틸리티를 올바르게 작동시키려면 아카이브 파일을 제거하지 않고 Axxon One에서 해당 아카이브 볼륨을 제거해야 합니다 (아카이브 볼륨 제거 참조).

해당 유틸리티는 <The utility is located in <Axxon One installation folder>\bin>bin>에 있습니다. 

Note
titleAttention!

Run the command line as Administrator관리자 권한으로 명령줄을 실행하세요.


Info
titleNote

To launch the utility on Linux OS, run the following command:Linux OS에서 유틸리티를 시작하려면 다음 명령을 실행하세요.

ngprun start_app vfs_tools + arguments.

To open the argument list, 인수 목록을 열려면 run the vfs_tools --help command.

The utility contains the following parameters:

명령을 실행하세요.

이 유틸리티에는 다음과 같은 매개변수가 포함되어 있습니다.

매개변수

설명

Parameter

Description

--help
Help window

도움말 창

--volume
Archive volume path.The basic parameter must always be present in the query.

아카이브 볼륨 경로. 기본 매개변수는 항상 쿼리에 존재해야 합니다.

For example

: vfs_format.exe --volume D:\archiveAntiqueWhite.afs(

for the archive volume as a file) or

파일 형태의 보관 볼륨의 경우) 또는 vfs_format.exe --volume D:\(

for the archive volume as a diskFor example: 

디스크 형태의 보관 볼륨의 경우).

--fill

Populate an archive with multiple copies of video footage from another archive.

The system fills up a destination archive with multiple copies of a source archive. For easier timeline handling, each new copy is written with 1 minute offset. 

다른 아카이브의 비디오 영상 사본 여러 개로 아카이브를 채웁니다.

시스템은 소스 아카이브의 여러 사본으로 대상 아카이브를 채웁니다. 타임라인 처리를 더 쉽게 하기 위해 각 새 사본은 1분 오프셋으로 작성됩니다. 

예:

vfs_format.exe --volume S:\FILEONE.afs --fill G:\ 

--cache-to-memory
Copy an archive to RAM and further copy to a destination archive. Use with the

아카이브를 RAM에 복사하고 대상 아카이브에 추가로 복사합니다. --fill

parameter.

매개변수와 함께 사용합니다.

이 매개변수는 RAM에 맞는 아카이브에만 유효합니다.

This parameter is valid only for archives that could fit to RAM.

For example

: vfs_format.exe --volume S:\FILEONE.afs --fill G:\ --cache-to-memory

--dump

Collect service information about the archive volume in a TXT or XML file.

TXT 또는 XML 파일로 보관 볼륨에 대한 서비스 정보를 수집합니다.

예: vfs

For example: vfs

_format.exe --volume D:\archiveAntiqueWhite.afs --dump C:\DumpArc.txt

--dump-meta

Collect service information about the archive volume metadata in a TXT file.

TXT 파일에 있는 보관 볼륨 메타데이터에 대한 서비스 정보를 수집합니다.

For example

: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --dump-meta C:\DumpMetaArc.txt

--dump-fullness

Collect service information about the archive fullness in a TXT file.

TXT 파일에 보관 파일의 용량에 대한 서비스 정보를 수집합니다.

For example

: vfs_format.exe --volume C:\archiveAliceBlue.afs --dump-fullness C:\DumpFullnessArc.txt

--expand

Specify the new size of the archive volume in blocks. By default, the size of one block is 4MB, if the --format parameter was not applied. This parameter is relevant only for the archive volume as a file.

아카이브 볼륨의 새 크기를 블록 단위로 지정합니다. 기본적으로 --format 매개변수가 적용되지 않은 경우 한 블록의 크기는 4MB입니다. 이 매개변수는 파일로 아카이브 볼륨에만 해당됩니다.

For example

: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --expand 128

--size

Specify the new size of the archive volume in megabytes. This parameter is relevant only for the archive volume as a file.

아카이브 볼륨의 새 크기를 메가바이트 단위로 지정합니다. 이 매개변수는 파일로 보관 볼륨에만 관련됩니다.

예: vfs

For example: vfs

_format.exe --volume D:\archiveAntiqueWhite.afs --size 4096

--format

Split the archive volume into blocks of the specified size (in megabytes).

아카이브 볼륨을 지정된 크기(메가바이트)의 블록으로 분할합니다.

예: vfs

For example: vfs

_format.exe --volume D:\archiveAntiqueWhite.afs --format 16

--copy

Copy archive volume. Specify the path and name of the new archive file. If the archive volume is copied as a disk, create a partition without formatting, larger than the copied volume. If you have a smaller partition, then only the most recent entries are copied.

아카이브 볼륨을 복사합니다. 새 아카이브 파일의 경로와 이름을 지정합니다. 아카이브 볼륨이 디스크로 복사되는 경우, 포맷하지 않고 복사된 볼륨보다 큰 파티션을 만듭니다. 파티션이 더 작은 경우, 가장 최근의 항목만 복사됩니다.

예: vfs

For example: vfs

_format.exe --volume D:\archiveAntiqueWhite.afs --copy C:\NewArc.afs

--skip-bad-block 

Skip the bad blocks when copying the archive volume. This parameter is used only together with --copy.

아카이브 볼륨을 복사할 때 불량 블록을 건너뜁니다. 이 매개변수는 --copy와 함께만 사용됩니다.

예: vfs

For example: vfs

_format.exe --volume D:\archiveAliceBlue.afs --copy C:\NewArc.afs --skip-bad-block

--modify-corrupted-flag 

Enable/disable re-indexing of the archive volume. 1 – enable reindexing, 0 – disable.

아카이브 볼륨의 재인덱싱을 활성화/비활성화합니다. 1 – 재인덱싱 활성화, 0 – 비활성화.

For example

: vfs_format.exe --volume D:\archiveAliceBlue.afs --modify-corrupted-flag 1

--build-meta

Launch the process of metadata generation of an archive volume (including timeline markers and video footage size per channel).

아카이브 볼륨의 메타데이터 생성 프로세스를 시작합니다(타임라인 마커와 채널별 비디오 영상 크기 포함).

For example

: vfs-format.exe --volume D:\ --build-meta

Note
titleAttention!
Processing large archives may take significant amount of time

대용량의 아카이브를 처리하는 데는 상당한 시간이 걸릴 수 있습니다.


--clear-meta
Delete metadata of the archive volume

아카이 볼륨의 메타데이터를 삭제합니다.

For example

: vfs-format.exe --volume D:\ --clear-meta

--clear-data

Delete the archive volume service information (does not operate without the from and to arguments).

아카이브 볼륨 서비스 정보를 삭제합니다( from  to 인수 없이는 작동하지 않습니다).

For example

: vfs_format.exe --volume C:\archiveAliceBlue.afs --clear-data --from 20220210T110000 --to 20220210T114000.

--from

and

--

to are used to set the UTC time intervals in the ISO YYYYMMDDThhmmss format.

to는 ISO YYYYMMDDThhmmss 형식으로 UTC 시간 간격을 설정하는 데 사용됩니다.

그러면 삭제를 확인해야 합니다

Then you should confirm the deletion

.

--log-level
Set the logging level for this action. Available values

이 작업에 대한 로깅 수준을 설정합니다. 사용 가능한 값:

  • 0 – OFF
  • 10 – ERROR
  • 20 – WARN
  • 40 – INFO
  • 50 – DEBUG
  • 60 – TRACE
  • 100 – ALL

--channel

Specify the archive channel

아카이브 채널을 지정하세요.

For example

: vfs_format.exe --volume=Q:/archiveAliceBlue.afs --channel=E7C79FA3-E0D4-B6CD-9307-6C24E96C305E

You can force masking of the blocks for certain archive channels

특정 아카이브 채널에 대해 블록을 강제로 마스킹할 수 있습니다.

Note
titleAttention!

Masking of blocks is available only if the archive volume is disabled.

블록 마스킹은 아카이브 볼륨이 비활성화된 경우에만 사용할 수 있습니다.

For example

: vfs_format.exe --volume=Q:/archiveAliceBlue.afs --channel=E7C79FA3-E0D4-B6CD-9307-6C24E96C305E --clear-from=20350101T000000 --clear-to=20370101T000000,

where 

--clear-from – start interval in the YYYYMMDDThhmmss format,
--clear-to – end interval in the YYYYMMDDThhmmss format.

--recover

Recover the last recording layer after formatting the archive. This parameter is relevant only if there were records after the last formatting.

아카이브를 포맷한 후 마지막 레코딩 레이어를 복구합니다. 이 매개변수는 마지막 포맷 후에 레코드가 있는 경우에만 관련이 있습니다.

For example

: vfs_format.exe --volume E:\ --recover

--recover=2

Recover the last recording layer after formatting the archive.

아카이 파일을 포맷한 후 마지막 녹음 레이어를 복구합니다.

For example

: vfs_format.exe --volume E:\ --recover=2 after the archive formatting,

or

or vfs_format.exe --volume E:\archiveAliceBlue.afs --recover=2 after the disk formatting.

To log error messages, you should add a path for the log file at the end of each query.

오류 메시지를 기록하려면 각 쿼리의 끝에 로그 파일 경로를 추가해야 합니다.

예: For example: vfs_format.exe --volume S:\FILEONE.afs --fill G:\ --log-level=100 > S:\log.txt.