ServerConfigDef - createServerConfigDef


ServerConfigDef - createServerConfigDef

Description :

This command creates a new server configuration definition object in the system.

The server configuration definition is associated with a specific path, operating system, and grammar file.

Use the following strings to specify various operating systems:

  • WindowsNT = All Windows operating systems
  • SunOS = All Solaris operating systems
  • AIX = All AIX operating systems
  • HP-UX = All HP-UX operating systems
  • Linux = All Linux variants including ESX (VMware)

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

configFileNameAndPath

String

Path of the server configuration definition.

grammarFileName

String

Name of the associated grammar file.

osName

String

NSH name of the associated operating system.

Example

The following example creates a server configuration definition for the file /c/Windows/MySpecialFile.ini on Windows.

Script





blcli ServerConfigDef createServerConfigDef /c/Windows/MySpecialFile.ini ini.gm WindowsNT



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.7