Documentación para la versión Axxon One 2.0.

Página anterior Página siguiente

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

vfs_format.exe es una herramienta de consola que sirve para operar con archivos de Axxon One.

Atención

Para un correcto funcionamiento de la aplicación, es necesario eliminar el correspondiente volumen de archivo en Axxon One sin eliminar los fichero del archivo (ver Borrar y formetar volúmenes del archivo).

La herramienta se encuentra ubicada en <Axxon One installation folder>\bin>. 

Atención

Ejecute la línea de comando como Administrador.

Nota

Para iniciar la herramienta con el SO Linux, ejecute el siguiente comando:

ngprun start_app vfs_tools + arguments.

Para abrir la lista de argumentos, ejecute vfs_tools -- help command.

La herramienta contiene las siguientes opciones:

Parámetro

Descripción

--help

Ventana de ayuda

--volume

Ruta de archivo. El parámetro básico debe estar presente siempre en la consulta.

Por ejemplo: vfs_format.exe --volume D:\archiveAntiqueWhite.afs (para el volumen de archivo como fichero) o vfs_format.exe --volume D:\ (para el volumen de archivo como disco)

--fill

Llenado de un archivo con múltiples copias de imágenes de vídeo de otro archivo.

El sistema llena un archivo destino con múltiples copias de un archivo origen; para una gestión más sencilla de la línea de tiempo, cada copia se escribe al transcurrir 1 minuto. 

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

--cache-to-memory

Copia de un archivo en la RAM y a continuación en el archivo destino. Uso con el parámetro --fill.

Este parámetro es válido únicamente para archivos que puedan encajar con la RAM.

Por ejemplo, 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.

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --dump C:\DumpArc.txt

--expand

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

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

--size

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

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --size 4096

--format

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

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --format 16

--copy

Copying archive volumes. Specify the path and name of the new archive file. If the archive volume is copied as a disk, create a partition, large enough. If you have a smaller partition, then only the most recent entries are copied.

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --copy C:\NewArc.afs

--skip-bad-block 

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

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.

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

--build-meta

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

For example, vfs-format.exe --volume D:\ --build-meta

Important! Processing large archives may take significant amounts of time

--clear-meta

Deleting metadata of archive volume.

For example, vfs-format.exe --volume D:\ --clear-meta

--log-level

Sets the logging level for this action. Available values:

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

To log error messages, you must 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.

  • No labels