Synopsysfusioninventory-agent_windows-x86_2.3.16.exe [/Option [/Option [...]]]fusioninventory-agent_windows-x64_2.3.16.exe [/Option [/Option [...]]] 1DescriptionFusionInventory Agent Windows Installer 2.3.16 installs FusionInventory Agent 2.3.16 on Microsoft Windows operating systems2.It has two types of installation; the from-scratch type, that allows to perform an installation of FusionInventory Agent from the beginning —based on the default values of options— and the from-current-config type, that allows to perform an installation based on the values of options of the current FusionInventory Agent present on the system, whether it exists3. Besides these types of installation, it also has two modes of installation; the silent mode, that allows to perform the installation of FusionInventory Agent in a non-interactive or unattended way, and the visual mode, that allows to perform the installation of FusionInventory Agent in a graphical and interactive way.It is needed to bear in mind that, with independence of the type of installation choosed, any existing release of FusionInventory Agent present on the system will be uninstalled automatically just before installing FusionInventory Agent 2.3.16. It is also noteworthy that, in the case of a from-current-config installation, any deprecated option will not be taken into account, and that any other change regarding options —renaming, splitting or grouping— will be managed automatically.Where to achieve FusionInventory Agent Windows Installer?It is possible to achieve FusionInventory Agent Windows Installer from FusionInventory Forge or SourceForge.Using FusionInventory Agent Windows InstallerThis section describes some of the most typical uses of FusionInventory Agent Windows Installer.ToDoCommand line optionsFusionInventory Agent Windows Installer is provided with a series of options that allows to adapt the installation to practically any environment or need. To use these options properly is essential to know the order in which values are taken into account. That order is as follows —the higher the number, the greater the priority—.Default valuesValues from the current FusionInventory Agent (whether it exists and only in the case of from-current-config installation type)Values from the command line (whether they exist)Values from graphic user interface (only in the case of graphic mode installation)You should bear in mind the following when using the command line:There are two types of options; those that act as a Yes/No, On/Off or True/False switch (/option), and those that have a value (/option=value)The name of the options is case sensitive (/html is not the same that /HTML)The value of the options, unless otherwise specified, is not case sensitive (/local=C:Temp is the same that /local=c: emp)There should be no separation around the equal sign (/local = c: emp is incorrect)Those values which contain a space, tabulator or the “/” character, should go between single “'” or double “"” quotes (/local='C:FusionInventory Agent')An empty string is need to indicate an empty value (/local='' is correct, /local= would generate an error)The two following sections contain, on one hand, the specific options of the installer and, on the other hand, those options which change the FusionInventory Agent behaviour.Specific options of the installer/acceptlicenseYou accept and acknowledge that you have read, and understood, the terms and conditions of the license. (By default: No)You must use this option if you perform the installation in silent mode (see /S).If you indicate this option on the command line, but not the /S option, the visual mode installation will omit any question about the license./add-firewall-exceptionAdds FusionInventory Agent to the Windows Firewall exception list. (By default: No)It is not implemented yet./ca-cert-uri=URIURI from where to obtain the file or files of certificate of authorities (CA). (By default: '')The use of this option requires the joint use of the /ca-cert-dir or /ca-cert-file options, but not both.It is not implemented yet./dumphelpThis option has been deprecated in FusionInventory Agent Windows Installer 2.3.13./execmode=modeSets the agent execution mode. (By default: Current)mode can be any of the following values:
Service 4
The agent runs as a Windows Service
Task 5
The agent runs as a Windows Task
Manual 6
The agent doesn’t run automatically
Current 7
The agent runs in the same way that the agent already installed runs
When mode is Service or Task, FusionInventory Agent Windows Installer creates, respectively, a Windows Service called FusionInventory-Agent or a Windows Task called FusionInventory-Agent.
For more information about the different uses of the agent, please, read FusionInventory Agent Usage in FusionInventory web site.
/help
This help. If the /help option is present, shows this help and aborts the installation.
/installdir=pathname
Sets the installation base directory of the agent. (By default: %ProgramFiles%FusionInventory-Agent)
pathname must be an absolute path.
It is not implemented yet.
/installtasks={task[,task[…]] | macro}
Selects the tasks to install. (By default: Default)
task can be any of the following values:
Deploy
Deploy task
ESX
ESX task
Inventory
Inventory task
NetDiscovery
Network Discovery task
NetInventory
Network Inventory task
WakeOnLan
Wake on LAN task
There are three macros defined to simplify the mission, they are the following:
Minimal
It is equivalent to Inventory
Default
It is equivalent to Inventory
Full
It is equivalent to Deploy,ESX,Inventory,NetDiscovery,NetInventory,WakeOnLan
It should be noted that the Inventory task will be always installed and that the NetDiscovery and NetInventory tasks are inter-dependent. Nowadays Minimal and Default are the same configuration.
/installtype={from-scratch | from-current-config}
Selects between an installation from the beginning (from-scratch) or, whether the system has a previously installed agent, an installation based on the current configuration (from-current-config). (By default: from-current-config)
The installer automatically switches from from-current-config to from-scratch whether it’s not able to detect a FusionInventory Agent previously installed on the system. This behaviour makes unnecesary to have to indicate /installtype=from-scratch to perform a FusionInventory Agent installation on those systems in which it doesn’t exist previously and, at the same time, facillitates the update of FusionInventory Agent on those systems in which it exists.
/no-start-menu
Do not create the FusionInventory Agent folder on the Start Menu. (By default: No)
The FusionInventory Agent folder, whether it is created, it is for all users.
/runnow
Launches the agent immediately8 after its installation. (By default: No)
/S
Silent installation. (By default: No)
You must accept the license in a explicit way if you perform the installation in silent mode (see /acceptlicense).
/start-menu
This option is the opposite of /no-start-menu.
See /no-start-menu for more information.
/task-daily-modifier=modifier
Daily task schedule modifier. (By default: 1)
modifier can take values between 1 and 30 (days), both included.
The /task-daily-modifier option has effect only if you have also indicated Daily as value of the /task-frequency option.
/task-frequency=frequency
Frequency for task schedule. (By default: Hourly)
frequency can be any of the following values:
Minute
At minute intervals (see option /task-minute-modifier)
Hourly
At hour intervals (see option /task-hourly-modifier)
Daily
At day intervals (see option /task-daily-modifier)
/task-hourly-modifier=modifier
Hourly task schedule modifier. (By default: 1)
modifier can take values between 1 and 23 (hours), both included.
The /task-hourly-modifier option has effect only if you have also indicated Hourly as value of the /task-frequency option.
/task-minute-modifier=modifier
Minute task schedule modifier. (By default: 15)
modifier can take the following values: 15, 20 or 30 (minutes).
The /task-minute-modifier option has effect only if you have also indicated Minute as value of the /task-frequency option.
Specific options of the agent
This set of options is actually a subset of FusionInventory Agent options to which FusionInventory Agent Windows Installer adds some others9 to be able to realize from-current-config installations. It is interesting to note that, with the exception of those added options, there is a direct relationship between the names of FusionInventory Agent Windows Installer specific options for FusionInventory Agent and the names of FusionInventory Agent options —/server and --server, /ca-cert-dir and --ca-cert-dir, /no-category and --no-category, etc.—, and that they are the only options used by FusionInventory Agent configuration. You can find more information about how to configure and how to use FusionInventory Agent in FusionInventory Documentation, in FusionInventory web site.
/backend-collect-timeout=timeout
Timeout for task Inventory modules execution. (By default: 180)
timeout is expressed in seconds.
This option will be renamed to /collect-timeout in the next FIAWI 2.4.0
/ca-cert-dir=pathname
Absolute path to the standard certificate directory 10 of certificate authorities (CA). (By default: '')
The use of this option is incompatible with the use of the /ca-cert-file option.
/ca-cert-file=filename
Full path to the certificates file of certification authorities (CA). (By default: '')
filename must be in PEM (Privacy Enhanced Mail) encoding and its extension must be *.pem. Also, filename can contain one or more certificates of certificate authorities. 11
The use of this option is incompatible with the use of the /ca-cert-dir option.
/debug=level
Sets the debug level of the agent. (By default: 0)
level can be any of the following values:
0
It records the basic pro
đang được dịch, vui lòng đợi..
