WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

UnixMachine

 


Description

This bean represents a machine that is running the UNIX operating system. It extends MachineMBean with properties specific to the UNIX patform.

 


Syntax

<UnixMachine
Addresses="list of Strings"
Name="String"
Notes="String"
PostBindGID="String"
PostBindGIDEnabled=( "true" | "false" )
PostBindUID="String"
PostBindUIDEnabled=( "true" | "false" )
/>

 


Parent Elements

 


Child Elements

 


Attributes

Table 63-1 UnixMachine attributes

Attribute

Description

Range of Values and Default

Addresses

Returns the addresses by which this machine is known. May be either host names of literal IP addresses.

Admin Console field label: Addresses

Required: no

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

PostBindGID

Returns the UNIX GID a server running on this machine will run under after it has carried out all privledged startup actions. If this value is set, it is a valid Unix GID. If it is not set it is null.

Admin Console field label: Post-Bind GID

Required: no

Default: nobody

PostBindGIDEnabled

Returns the UNIX UID a server running on this machine will run under after it has carried out all privledged startup actions. If this value is set, it is a valid Unix UID. If it is not set it is null.

Admin Console field label: Enable Post-Bind GID

Required: no

Default: false

Secure value: true

PostBindUID

Returns the UNIX UID a server running on this machine will run under after it has carried out all privledged startup actions. If this value is set, it is a valid Unix UID. If it is not set it is null.

Admin Console field label: Post-Bind UID

Required: no

Default: nobody

PostBindUIDEnabled

Returns the UNIX UID a server running on this machine will run under after it has carried out all privledged startup actions. If this value is set, it is a valid Unix UID. If it is not set it is null.

Admin Console field label: Enable Post-Bind UID

Required: no

Default: false

Secure value: true

 

Back to Top Previous Next