Hitachi Energy
Functional Unit Commands
CLI syntax for the functional unit commands:
Syntax: functional-unit --add [--id] string [[--name] string] [[--description] string] [[--ip] string] [[--pk-file] string]
Syntax: functional-unit --audit [[--endpoints] string]
Syntax: functional-unit --export [--id] string [[--file] string]
Syntax: functional-unit --info [--id] string
Syntax: functional-unit --list
Syntax: functional-unit --modify [--id] string [[--name] string] [[--description] string] [[--pk-file] string] [[--ip] string]
Syntax: functional-unit --ping [[--id] string]
Syntax: functional-unit --remove [--id] string
Syntax: functional-unit --show [[--id] string] [[--ip] string] [[--name] string]
 
DIRAC functional unit commands 
Operation Name
Parameter Name
Range
Description
functional-unit
--add --id
string
Add the functional unit with given ID to the system.
id of the functional unit. (usually card's serial Number + 1 or 2)
[Mandatory]
[A Valid FU Id is a number between 11 and 17 digits, ending in 1 or 2.]
--name
string
Human readable identifier of the functional unit
[Optional, default = <none>]
[size must be between 3 and 50]
--description
string
Functional Unit's description
[Optional, default = <none>]
[size must be between 3 and 2147483647]
--ip
string
Functional Unit ip address
[Optional, default = <none>]
[Provide a valid IPv4 Address]
--pk-file
string
Path to the public key of the functional unit
[Optional, default = <none>]
functional-unit
--audit
 
Audit functional unit issues.
--audit --endpoints
string
comma-separated IDs or IPs of related functional units
[Optional, default = <none>]
functional-unit
--export --id
string
Export a certificate to a file.
id of the FU
[Mandatory]
[A Valid FU Id is a number between 11 and 17 digits, ending in 1 or 2.]
--export --id --file
string
File to export the certificate to
[Optional, default = <none>]
functional-unit
--info --id
string
Execute GetInfo Operation against one functional unit.
id of the FU. (card SN + 1 or 2)
[Mandatory]
[A Valid FU Id is a number between 11 and 17 digits, ending in 1 or 2.]
functional-unit
--list
 
List the functional units configured in the system.
functional-unit
--modify --id
string
Modify the functional unit's basic configuration.
id of the functional unit. (usually card SN + 1 or 2)
[Mandatory]
[A Valid FU Id is a number between 11 and 17 digits, ending in 1 or 2.]
--name
string
Human readable identifier of the functional unit.
[Optional, default = <none>]
[size must be between 3 and 50]
--description
string
Functional Unit's description.
[Optional, default = <none>]
[size must be between 3 and 2147483647]
--pk-file
string
Path to the public key of the functional unit.
[Optional, default = <none>]
--ip
string
Functional Unit's ip address.
[Optional, default = <none>]
[Provide a valid IPv4 Address]
functional-unit
--ping --id
string
Ping the functional unit.
id of the FU. (usually card SN + 1 or 2)
[Optional, default = <none>]
[A Valid FU Id is a number between 11 and 17 digits, ending in 1 or 2.]
functional-unit
--remove --id
string
Remove the specified functional unit.
id of the FU. (usually card SN + 1 or 2)
[Mandatory]
[A Valid FU Id is a number between 11 and 17 digits, ending in 1 or 2.]
functional-unit
--show
 
Show functional unit detailed information
--show --id
 
id of the FU. (usually card SN + 1 or 2)
[Optional, default = 0]
[A Valid FU Id is a number between 11 and 17 digits, ending in 1 or 2.]
--show --ip
 
ip of the FU
[Optional, default = <none>]
--show --name
 
Name of the FU
[Optional, default = <none>]