Defining an fb_script resource

You can use the following command-line syntax and attributes for defining a fb_script resource.

The command line syntax for defining an fb_script resource is as follows:
nim -o define -t fb_script -a server=server_name \
	-a location=fbscript_file_location fbscript_object_name
After the fb_script resource is defined, you can allocate the resource and initiate a BOS installation operation using the fb_script resource, as follows:
nim -o bos_inst -a fb_script=fbscript_object_name client_name

The following attributes are required for the fb_script resource:

Item Description
  -a location=Value Specifies the full path name of the file being defined as the fb_script resource.
  -a server=Value Specifies the name of the machine where the file for the fb_script resource resides.

The following attributes are optional for the fb_script resource:

Item Description
  -a comments=Value Describes the resource.
  -a source=Value Specifies an existing fb_script resource to be replicated when defining a new resource. The file pointed to by the source resource will be copied to the new location.
  -a nfs_versValue Specifies the NFS protocol version required for NFS access.
  -a nfs_secValue Specifies the security method required for NFS access.