BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Administration   |   Topic List   |   Previous   |   Next   |   Contents

   Administering a BEA Tuxedo Application at Run Time

Maintaining Your System Files

Periodically, you may need to perform the following tasks to maintain your file system:

How to Print the Universal Device List (UDL)

To print a UDL, complete the following procedure.

  1. Run tmadmin -c.

  2. Enter the following command.

    lidl

  3. To specify the device from which you want to obtain the UDL, you have a choice of two methods:

How to Print VTOC Information

To print VTOC information, complete the following procedure.

  1. Run tmadmin -c.

  2. To get information about all VTOC table entries, enter the following command.

    livtoc

  3. To specify the device from which you want to obtain the VTOC, you have a choice of two methods:

How to Reinitialize a Device

To reinitialize a device that is included on a device list, complete the following procedure.

  1. Run tmadmin -c.

  2. Enter the following command.

    initdl [-z devicename] [-yes] devindx

    Note: The value of devindx is the index to the file to be destroyed.

  3. You can specify the device by:

  4. If you include the -yes option on the command line, you are not prompted to confirm your intention to destroy the file before the file is actually destroyed.

How to Create a Device List

To create a device list, complete the following procedure.

  1. Run tmadmin -c.

  2. Enter the following command.

    crdl [-z devicename] [-b blocks]

How to Destroy a Device List

To destroy a device list with index devindx, complete the following procedure.

  1. Run tmadmin -c.

  2. Enter the following command.

    dsdl [-z devicename] [yes] [devindx]

    Note: The value of devindx is the index to the file to be destroyed.

  3. You can specify the device by:

  4. If you include the yes option on the command line, you are not prompted to confirm your intention to destroy the file before the file is actually destroyed.