epadmin-web

epadmin web target — Manages web server and deployed web services for a node.

SYNOPSIS

epadmin [globalparameters] command web [commandparameters]

DESCRIPTION

Use the web target to manage deployed web services for a node.

The web target has three commands:

The designation [sn|ad] in syntax examples is a reminder that this command requires either the global parameter ‑‑servicename or the ‑‑adminport and ‑‑hostname combination to identify the node or cluster of interest.

epadmin display web

Displays web server and web service information.

epadmin [sn|ad] display web
epadmin [sn|ad] display web --type=webservice
epadmin [sn|ad] display web --type=webservice --name=admin
Command Parameter Description Required
name Web service name. No. The default for webservice is to display all web services. The default for webserver is the service name of the node.
type A string value to control whether web server or web services information is displayed. Valid values are webservice and webserver. No. The default value is webserver.

epadmin start web

Starts the web server or web services. If the web server or web service is already started, this command does nothing.

epadmin [sn|ad] start web
epadmin [sn|ad] start web --type=webservice
epadmin [sn|ad] start web --type=webservice --name=admin
Command Parameter Description Required
name Web service name. No. The default for webservice is to display all web services. The default for webserver is the service name of the node.
type A string value to control whether web server or web services information is displayed. Valid values are webservice and webserver. No. Default value is webserver.

epadmin stop web

Stops the web server or web services. If the web server or web service is already stopped, this command does nothing.

epadmin [sn|ad] stop web
epadmin [sn|ad] stop web --type=webservice
epadmin [sn|ad] stop web --type=webservice --name=admin
Command Parameter Description Required
name Web service name. No. The default for webservice is to display all web services. The default for webserver is the service name of the node.
type A string value to control whether web server or web services information is displayed. Valid values are webservice and webserver. No. Default value is webserver.