Skip to content

AdminServerManagement

The AdminServerManagement script library provides script procedures that configure, administer, and query server settings.

The AdminServerManagement script library provides the following script procedures. To display detailed information about each script procedure, use the help command for the AdminServerManagement script library, specifying the name of the script of interest as an argument.

AdminServerManagement.checkIfServerExists(*args)

Determine whether the server of interest exists in your configuration.

AdminServerManagement.checkIfServerTemplateExists(*args)

Determine whether the server template of interest exists in your configuration.

AdminServerManagement.configureAdminService(*args)

Configure the AdminService interface.

The AdminService interface is the server-side interface to the application server administration functions.

AdminServerManagement.configureApplicationServerClassloader(*args)

Configure a class loader for the application server.

Class loaders enable applications that are deployed on the application server to access repositories of available classes and resources.

AdminServerManagement.configureCookieForServer(*args)

Configure cookies in your application server configuration. Configure cookies to track sessions.

AdminServerManagement.configureCustomProperty(*args)

Configure custom properties in your application server configuration.

You can use custom properties for configuring internal system properties which some components use, for example, to pass information to a Web container.

AdminServerManagement.configureCustomService(*args)

Configure a custom service in your application server configuration.

Each custom services defines a class that is loaded and initialized whenever the server starts and shuts down.

AdminServerManagement.configureDynamicCache(*args)

Configure the dynamic cache service in your server configuration.

The dynamic cache service works within an application server Java virtual machine (JVM), intercepting calls to cacheable objects.

AdminServerManagement.configureEJBContainer(*args)

Configure an Enterprise JavaBeans (EJB) container in your server configuration.

An EJB container provides a run-time environment for enterprise beans within the application server.

AdminServerManagement.configureEndPointsHost(*args)

Configure the hostname of the server endpoints.

AdminServerManagement.configureFileTransferService(*args)

Configure the file transfer service for the application server.

The file transfer service transfers files from the deployment manager to individual remote nodes.

AdminServerManagement.configureHTTPTransportEndPointForWebContainer(*args)

Configure HTTP transport endpoint for a Web container.

AdminServerManagement.configureHTTPTransportForWebContainer(*args)

Configure HTTP transports for a Web container.

Transports provide request queues between application server plug-ins for Web servers and Web containers in which the Web modules of applications reside.

AdminServerManagement.configureJavaProcessLogs(*args)

Configure Java process logs for the application server.

The system creates the JVM logs by redirecting the System.out and System.err streams of the JVM to independent log files.

AdminServerManagement.configureJavaVirtualMachine(*args)

Configure a Java virtual machine (JVM).

The application server, being a Java process, requires a JVM in order to run, and to support the Java applications running on it.

AdminServerManagement.configureListenerPortForMessageListenerService(*args)

Configure the listener port for the message listener service in your server configuration.

The message listener service is an extension to the Java Messaging Service (JMS) functions of the JMS provider.

AdminServerManagement.configureMessageListenerService(*args)

Configure the message listener service in your server configuration.

The message listener service is an extension to the Java Messaging Service (JMS) functions of the JMS provider.

AdminServerManagement.configureORBService(*args)

Configure an Object Request Broker (ORB) service in your server configuration.

An Object Request Broker (ORB) manages the interaction between clients and servers, using the Internet InterORB Protocol (IIOP).

AdminServerManagement.configurePMIRequestMetrics(*args)

Configure PMI request metrics in your configuration.

AdminServerManagement.configurePerformanceMonitoringService(*args)

Configure performance monitoring infrastructure (PMI) in your configuration.

AdminServerManagement.configureProcessDefinition(*args)

Configure the server process definition.

Enhance the operation of an application server by defining command-line information for starting or initializing the application server process.

AdminServerManagement.configureRASLoggingService(*args)

Configure the RAS logging service.

AdminServerManagement.configureRuntimeTransactionService(*args)

Configure the transaction service for your server configuration.

The transaction service is a server runtime component that coordinates updates to multiple resource managers to ensure atomic updates of data.

AdminServerManagement.configureServerLogs(*args)

Configure server logs for the application server of interest.

AdminServerManagement.configureSessionManagerForServer(*args)

This script configures the session manager for the application server.

Sessions allow applications running in a Web container to keep track of individual users.

AdminServerManagement.configureStateManageable(*args)

Configure the initial state of the application server.

The initial state refers to the desired state of the component when the server process starts.

AdminServerManagement.configureThreadPool(*args)

Configure thread pools in your server configuration.

A thread pool enables components of the server to reuse threads, which eliminates the need to create new threads at run time.

AdminServerManagement.configureTraceService(*args)

Configure trace settings for the application server.

Configure trace to obtain detailed information about running the application server.

AdminServerManagement.configureTransactionService(*args)

Configure the transaction service for your application server.

AdminServerManagement.configureWebContainer(*args)

Configure Web containers in your application server configuration.

A Web container handles requests for servlets, JavaServer Pages (JSP) files, and other types of files that include server-side code.

AdminServerManagement.createAppServerTemplate(*args)

Create a new application server template.

AdminServerManagement.createApplicationServer(*args)

Create a new application server.

AdminServerManagement.createGenericServer(*args)

Create a new generic server.

AdminServerManagement.createWebServer(*args)

Create a new Web server.

AdminServerManagement.deleteServer(*args)

Delete a server.

AdminServerManagement.deleteServerTemplate(*args)

Delete a server template.

AdminServerManagement.getJavaHome(*args)

Display the Java home value.

AdminServerManagement.getServerPID(*args)

Display the server process ID.

AdminServerManagement.getServerProcessType(*args)

Display the type of server process for a specific server.

AdminServerManagement.help(*args)

Provides AdminServerManagement script library online help.

AdminServerManagement.listJVMProperties(*args)

Display the properties that are associated with your Java virtual machine (JVM) configuration.

AdminServerManagement.listServerTemplates(*args)

Display the server templates in your configuration.

AdminServerManagement.listServerTypes(*args)

Display the server types available on the node of interest.

AdminServerManagement.listServers(*args)

Display the servers that exist in your configuration.

AdminServerManagement.queryMBeans(*args)

Query the application server for Managed Beans (MBeans).

AdminServerManagement.setJVMProperties(*args)

Set Java Virtual Machine properties

AdminServerManagement.setTraceSpecification(*args)

Set the trace specification for the server.

AdminServerManagement.showServerInfo(*args)

Display server configuration properties for the server of interest.

AdminServerManagement.startAllServers(*args)

Start each available server on a specific node.

AdminServerManagement.startSingleServer(*args)

Start a single server on a specific node.

AdminServerManagement.stopAllServers(*args)

Stop each running server on a specific node.

AdminServerManagement.stopSingleServer(*args)

Stop a single running server on a specific node.

AdminServerManagement.viewProductInformation(*args)

Display the application server product version.