You are on page 1of 2

LABS FOR INSTALLATION AND DOMAIN CREATION:

1. Install WLS 10.3.6

2. Create a domain called base_domain_<yourname>.


(C:\Oracle\WLS1035\wlserver_10.3\common\bin) - config.sh

3. Start the node manager , you will notice that it fails.


(C:\Oracle\WLS1035\wlserver_10.3\server\bin) - startNodeManager.cmd

4. Now go to the directory : C:\Oracle\WLS1035\wlserver_10.3\common\nodemanager

( the files under this directory are created after you start your node manager for the first time )

5. Open your nodemanager.properties and change the following property

ListenPort = 5556 ( change if needed)

SecureListener = false ( default is true, set this to false )

Now again try to start your node manager. -- What do you observe this time?

6. Now go to the WLS admin console and configure machines.

Machine --> new machines --> Choose machine type as "other" in case of windows.

Mention the localhost and nodemanager port on the same page.

Go to the nodemanager monitoring --> is the node manager reachable ?


7. Create 2 managed servers MS1 and MS2.

8. Map the managed servers to your machine that you created in step 6.

9. Stop the node manager to start them and then stop it.

10. Now use the config builder to create a domain template.


(C:\Oracle\WLS1035\wlserver_10.3\common\bin)

-- config_builder.cmd

11. Now create a new domain using the config.cmd script and choose the .jar file that was created in
step 9 while creating the domain.

You might also like