Vorheriges Thema: class importNächstes Thema: class list Output


class list

Klassen in einem Paket auflisten.

Syntax
class list package [ --batch ] [ --verbose ]  
Parameter
package

Der Name des Pakets, für das Klassen aufgelistet werden sollen. Für 'package' sind folgende Werte möglich:

application - Singleton-Klassen einer Anwendung auflisten

application/catalog - Klassen in lokalem Katalog auflisten

/catalog - Klassen in globalem Katalog auflisten

--batch

Ausgabe im UDL-Format anzeigen

--verbose

Gesamtgröße des Volumes für alle Klassen und Protokolle anzeigen.

Beispiele
class list sugarcrm

Klassen einer Anwendung auflisten

class list sugarcrm/local

Klassen des lokalen Katalogs einer Anwendung auflisten

class list /system

Klassen des globalen Katalogs auflisten

Hinweis: Eine Spezifikation der Ausgabe dieses Befehls kann hier gefunden werden.

Typische Ausgabe
Classes in catalog 'system':
   Class     Category              		Description
   --------------------------------------------------------------------------------
   HALB      Switches           		Reliable, high-performance TCP/HTTP load balancer with HTTP session 					support based on HAProxy 1.2.28 (v1.0.1-1)
   HLB       Switches             		Session-aware HTTP Load Balancer (v2.4.0-1)
   IN        Gateways         		Input Gateway Appliance - iptables based incoming connection 						gateway with firewall (v2.4.0-1)
   INSSLR    Gateways            		Redundant Input Gateway Appliance  - iptables based incoming 						connection gateway with firewall, SSL and failover support (v1.0.1-1)
   LINUX5    Generic               		Generic Linux Server - based on CentOS 5 (v1.2.0-1)
   LINUX64   Generic               		Generic Linux Server - based on CentOS 5 (64bit) (v1.2.0-1)
   LOAD      Misc. Appliances     	Load Generator (v1.2.0-1)
   LUX5      Generic               		Generic CentOS 5 Linux-based appliance (v1.2.0-1)
   LUX64     Generic               		Generic 64-bit Centos 5-based appliance (v1.2.0-1)
   MON       Monitoring            		Monitoring appliance (v1.3.2-1)
   MYSQLR    Database Appliances   	MYSQL database appliance with replication capabilities based on 						mysql 5.0.45 (v1.4.1-1)
   MYSQL5    Database Appliances   	MYSQL Database appliance based on mysql 5.0.22 (v1.2.0-1)
   MYSQL64   Database Appliances   	64-bit MYSQL appliance based on mysql 5.0.22 (v1.2.0-1)
   NAS       Misc. Appliances      	NAS Appliance - provides file storage accessible over HTTP and CIFS 					file protocols (v2.4.0-1)
   NET       Gateways              		Subnet Output Gateway Appliance - iptables based output gateway 					with firewall (v2.4.0-1)
   OSOL64    Generic               		Generic OpenSolaris Server - based on OpenSolaris build 2008.05 					(v1.0.4-1)
   OUT       Gateways              		Single Host Output Gateway Appliance - iptables based output 						gateway with firewall (v2.4.0-1)
   PGSQL     Database Appliances   	PGSQL Database appliance based on PostgreSQL 8.2.9 (v1.1.0-1)
   PS8       Switches              		Cascadable Port switch for distributing TCP and UDP traffic to different 					outputs depending on the TCP/UDP port (v1.2.0-1)
   RPL       Switches              		Replicator appliance - replicates HTTP requests received on its input 					terminal to all its output terminals (v1.2.0-1)
   SOL10     Generic               		Generic Solaris 10 Server - based on Solaris 10 build GA (v1.0.3-1)
   WEBx4     Web Servers           	Scalable web server (v1.1.2-1)
   WEBx8     Web Servers           	Scalable web server (v1.1.2-1)
   WEB4      Web Servers           	Simple Web Server - based on CentOS 5; Apache, PHP4, mod_perl, 					and MYSQL Client libs installed (v1.2.0-1)
   WEB5      Web Servers           	Simple Web Server - based on CentOS 5; Apache, PHP5, 						mod_perl,and  MYSQL Client libs installed (v1.2.0-1)
   WEB64     Web Servers           	Simple Web Server - based on CentOS 5 64-bit; Apache, PHP5, 						mod_perl, and MYSQL Client libs installed (v1.2.0-1)

Dieser Abschnitt enthält die folgenden Themen:

class list Output