Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Machines: Configuration: Virtual Machine Manager

Configuration Options     Related Tasks     Related Topics

Use this page to define the Virtual Machine Manager configuration for this machine.

Configuration Options

Name Description
Listen Address

The host name or IP address where Node Manager listens for connection requests.

MBean Attribute:
NodeManagerMBean.ListenAddress

Secure value: 127.0.0.1

Listen Port

The port number where Node Manager listens for connection requests.

MBean Attribute:
NodeManagerMBean.ListenPort

Minimum value: 1

Maximum value: 65534

Type

Returns the node manager type.

MBean Attribute:
NodeManagerMBean.NMType

Changes take effect after you redeploy the module or restart the server.

Adapter

Gets the node manager client adapter name_version when using a VMM adapter to connect to OVM or other VMM adapter providers

MBean Attribute:
NodeManagerMBean.Adapter

Changes take effect after you redeploy the module or restart the server.

User

The Node Manager client user name used to connect to the underlying service to which the client delegates operations.

MBean Attribute:
NodeManagerMBean.UserName

Password

The password used by a Node Manager client to connect to the underlying service to which the Node Manager client delegates operations.

When you get the value of this attribute, WebLogic Server does the following:

  1. Retrieves the value of the PasswordEncrypted attribute.

  2. Decrypts the value and returns the unencrypted password as a String.

When you set the value of this attribute, WebLogic Server does the following:

  1. Encrypts the value.

  2. Sets the value of the PasswordEncrypted attribute to the encrypted value.

Caution: Using the (Password) attribute is a potential security risk because the String object (which contains the unencrypted password), remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory. Therefore, you should use the PasswordEncrypted() attribute instead.

MBean Attribute:
NodeManagerMBean.Password

Related Tasks

Related Topics


Back to Top