![]() ![]() ![]() ![]() ![]() ![]() |
The following topics describe how to create and add Managed Server instances to an existing WLS-VE domain created with the P2V utility.
After using the P2V utility to convert a physical domain to a virtual domain to the hypervisor environment, you may need to add server instances to the WLS-VE domain. This section explains how to add a Managed Server to a WLS-VE domain.
Note: | If you try to start the Managed Server you will get the following error message: “The server does not have a machine associated with it. All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running node manager or you are not authorized to perform the action requested.” |
bea_home/user_projects/domains/testdomain/virtual
cp AdminServer_lvm_vmware.info to Managed1Server_lvm_vmware.info
export WL_SERVER_NAME=managed1
export ADMIN_URL=http://100.90.80.201:7001
export LVM_NAME=managed1
export LVM_CPUS=1
export LVM_MEMORY=1024
export LVM_DISKSIZE=500
export LVM_IP_ADDRESS=100.90.80.202
export LVM_NETMASK=255.255.248.0
export LVM_GATEWAY=100.90.128.1
export LVM_DNS_SERVERS=10.10.0.86
export LVM_DOMAIN_NAME=domain.com
export LVM_SSH=on
export LVM_SSH_PUBLIC_KEY=
export LVM_SSH_UNSAFE_PASSWORD=
export LVM_SYSLOG_RECEIVER=
export LVM_START_MODE=passive
export LVM_INFO=/usr/local/bea_home/user_projects/domains/testdomain/virtual/Managed1Server_lvm_vmware.info
/usr/local/bea_home/user_projects/domains/testdomain9/virtual/commonVEStart.sh
Note: | If the LVM_SSH_PUBLIC_KEY parameter is set to the public_key file, the LiquidVM launcher will install the public_key on LVM authorized_keys . |
For a description of all the start script properties, see The P2V-Generated Start Script Properties.
> startManaged1Server.sh
(or .cmd
on Windows)
boot.properties
.ldift
files SerializedSystemIni.dat
Note: | If you are using public key authentication for SSH, and if the LVM_SSH_PUBLIC_KEY parameter was not set to the public_key file, then you also need to copy your public key file to the /etc/ssh/authorized_keys directory. |
After copying is complete, the local disk should contain the following files:
/domain/servers/managed1/security/boot.properties
/domain/security/*.ldift
/domain/security/SerializedSystemIni.dat/bea/patch_*
For more information on using the SSH service, see Using the LiquidVM SSH Service.
LVM_START_MODE=active
or 'LVM_START_MODE='
Table 12-1 describes all the properties in the Administration Server and Managed Server start scripts generated by the P2V Domain Conversion utility.
For details about the LiquidVM local disk, see Using the Virtual Local Disk.
|
|
The octet (
###.###.###.### ) for the gateway between your current network and the one you want to access. You need to set this value if you are not using DHCP. The standard gateway is the static IP address masked with the set netmask, with a 1 in the lowest octet; for example, if the netmask is the standard 255.255.255.0 and the static IP is 172.23.80.102, then the default gateway is 172.23.80.1. If the netmask is 255.255.0.0 and the static IP address is the same (172.23.80.102), then the gateway is 172.23.0.1.
|
|
Passive mode allows you to start only the LVM services, included the SSH service. WLS is not started. Once the LVM is started in passive mode, you can log into the LVM instance using SSH and transfer files from the launcher machine, such as domains that you have created, to the local disk of the virtual machine. When you have finished transferring your files, you can restart the server.
|
|
The location of the
bea.lvm.info file created by the LiquidVM Configuration Wizard on your local machine. This file contains the default settings for LiquidVM for your virtualization environment. By default, the bea.lvm.info file is created in your user home directory. If you change the location of the bea.lvm.info file, you must set this property to the new location. For more information about the bea.lvm.info file, see Understanding the bea.lvm.info File.
|
![]() ![]() ![]() |