IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents | Index ]


bldpkg

Purpose

Builds the output package file for the resource model.

Format

wrmbcli <resmodworkspace> -bldpkg <outputPackage>

where:

<resmodworkspace> is the name of the resource model workspace.

<outputPackage> is the name of the output package (.tar file) for the resource model.

Examples

In the following example, a package is being built for a Win32_Process workspace and Win32_Process is the name of the output package:

wrmbcli Win32_Process.jrm -bldpkg Win32_Process.tar

Usage

The .tar file is created in the current directory. After you create and test a resource model, you must package the resource model into a .tar file. This file is the package used by the Tivoli management region to install the resource model.

When you run bldpkg, you generate all of the following into one .tar file:

After building your .tar file, install the resource model on your IBM Tivoli Monitoring server by typing the following command:

wdmrm -add <outputPackage>.tar

where <outputPackage> is the name of the .tar file.

Comments

For more information on packaging a resource model, see Generating the Package.


[ Top of Page | Previous Page | Next Page | Contents | Index ]