Argomento precedente: class importArgomento successivo: class list Output


class list

Creazione di un elenco di classi presenti in un pacchetto.

Sintassi
class list package [ --batch ] [ --verbose ]  
Parametri
package

Nome del pacchetto per il quale elencare le classi. Valori di pacchetto validi:

application - crea un elenco delle classi singleton di un'applicazione.

application/catalog - crea un elenco delle classi nel catalogo locale.

/catalog - crea un elenco delle classi nel catalogo globale.

--batch

Visualizza i risultati in formato UDL

--verbose

Visualizza la dimensione totale del volume e i protocolli di ciascuna classe.

Esempi
class list sugarcrm

Crea un elenco delle classi dell'applicazione.

class list sugarcrm/local

Crea un elenco delle classi del catalogo locale dell'applicazione.

class list /system

Crea un elenco delle classi del catalogo globale.

Nota: è indicata qui una specifica del risultato di questo comando.

Risultati tipici
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)

La presente sezione include i seguenti argomenti:

class list Output