Sun Update Connection - Automated Baseline Management Service 1.0 User's Guide

TLP Server Command Options

You can obtain a list of all the available TLP commands by typing the following command:


$ tlp -h

The following are the tlp command options and their associated TLP modules:

main (Tlp::Main)

Main module for creating a patch set

dir-producer (Tlp::Producer::DirProducer)

Module for creating a patch set within a directory

patchdiag (Tlp::Resolver::PatchDiag)

Dependency resolver that use the patchdiag.xref file

snapshot (Tlp::Snapshot::Snapshot)

Module for handling snapshots

sunsolve (Tlp::Loader::SunSolve)

Module for downloading a patch by using a URL

repo (Tlp::Repository::DirRepository)

Module for handling snapshots stored in a directory

explorer (Tlp::Collector::Explorer)

This module is used for maintenance of Explorer dumps.

These TLP module options are module-specific and vary from module to module. To obtain the options for a specific command, use the following command:


$ tlp -h command

Or, you can use this command:


$ tlp -v -h command

where command is the name of the module, for example, main.