Once you complete the customization instructions, you will have a WebSphere® Application Server for z/OS® application server node (managed node) in your Network Deployment cell.
Make sure that the WebSphere Application Server for z/OS product HFS and configuration HFS are mounted.
START server_proc,JOBNAME=nodeagent_name,ENV=cell_name.node_name.nodeagent_namewhere:
START BBO7ACR,JOBNAME=BBON001,ENV=CELL1.MVSA.BBON001The START command brings up the node agent. The node agent starts the location service daemon (if one is not already running). You should see a message like the following when the node is up and running:
BBOO0019I INITIALIZATION COMPLETE FOR WEBSPHERE FOR z/OS CONTROL PROCESS BBON001The node agent must be running in order for the deployment manager to administer the node.
http://hostname:http_port/ibm/consolewhere:
Until administrative security is enabled, you will see a signon screen that asks you for a user ID but no password.
The user ID can be anything and is used only to provide basic tracking of changes. Be aware that until you enable administrative security, anyone with a Web browser and access to the HTTP port can modify your application serving environment.
You can use the administrative console, scripting, or both to manage the node and deploy and manage J2EE applications. Before you can deploy applications, however, you need to add application servers to your managed node.
RDEFINE STARTED new_server_short_nameA.* STDATA(USER(controller_region_userid) GROUP(configuration_group)) RDEFINE STARTED new_server_short_nameS.* STDATA(USER(servant_region_userid) GROUP(configuration_group)) RDEFINE SERVER CB.*.new_cluster_transition_name.* UACC(NONE) RDEFINE SERVER CB.*.new_cluster_transition_nameADJUNCT.* UACC(NONE) PERMIT CB.*.new_cluster_transition_name.* CLASS(SERVER) ID(servant_region_userid) ACC(READ) PERMIT CB.*.new_cluster_transition_name.* CLASS(SERVER) ID(controller_region_userid) ACC(READ) PERMIT CB.*.new_cluster_transition_nameADJUNCT.* CLASS(SERVER) ID(controller_region_userid) ACC(READ) SETROPTS RACLIST(STARTED) GENERIC(STARTED) REFRESH SETROPTS RACLIST(SERVER) GENERIC(SERVER) REFRESH
START server_proc,JOBNAME=server_name,ENV=cell_name.node_name.server_namewhere:
START BBO7ACR,JOBNAME=AZSR01A,ENV=CELL1.MVSA.AZSR01AThe START command brings up the application server controller. The controller starts the location service daemon (if one is not already running) and then uses WLM to start the control region adjunct and the servants. You should see a message similar to the following when the node is up and running:
BBOO0019I INITIALIZATION COMPLETE FOR WEBSPHERE FOR Z/OS CONTROL PROCESS AZSR01A
STOP daemon_jobnamewhere daemon_jobname is the location service daemon job name. The default location service daemon job name for a Network Deployment cell is BBODMNC.
STOP nodeagent_namewhere nodeagent_name is the node agent short name. The default node agent short name is BBON001.