Skip navigation.

CMDTUX メッセージ 100-199

  Previous Next

103

ERROR:duplicate address name machinename
ERROR: アドレス名 machinename が重複しています。

説明

The identified address name is a duplicate in the MACHINES section of the UBBCONFIG file. Each machine name can only be specified once.

アクション

UBBCONFIG ファイルの MACHINES セクションから重複するマシン・アドレス名を削除します。

関連項目

ubbconfig(5)

104

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while allocating space for the machine as specified in the MACHINES section of the UBBCONFIG file.

アクション

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

ubbconfig(5), and malloc(3) in UNIX reference manuals

107

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while allocating space for the machine as specified in the MACHINES section of the UBBCONFIG file.

アクション

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

ubbconfig(5), and malloc(3) in UNIX reference manuals

109

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while allocating space for the machine as specified in the MACHINES section of the UBBCONFIG file.

アクション

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

ubbconfig(5), and malloc(3) in UNIX reference manuals

110

ERROR:TUXCONFIG must be specified for machine entry machinename
ERROR: MACHINE エントリ machinename に TUXCONFIG が定義されていません。

説明

The TUXCONFIG parameter is missing from the parameters of the specified machine in the MACHINES section of the UBBCONFIG file. TUXCONFIG is required to be set for each machine.

アクション

Add the proper TUXCONFIG parameter for the specified machine in the MACHINES section of the UBBCONFIG file.

関連項目

ubbconfig(5)

111

ERROR:TUXCONFIG (string) of machine machinename must be the same as the TUXCONFIG environment variable (string)
ERROR: TUXCONFIG string (MACHINE machinename) は TUXCONFIG 環境変数 (string) と同じでなければなりません。

説明

The value of the TUXCONFIG parameter for the specified machine as listed in the MACHINES section of the UBBCONFIG file is not the same as the current value of the TUXCONFIG environment variable. The TUXCONFIG parameter and the TUXCONFIG environment variable are required to be the same.

アクション

Correct the value of the TUXCONFIG parameter of the specified machine in the MACHINES section of the UBBCONFIG file and/or the value of the TUXCONFIG environment variable such that the two values are the same.

関連項目

ubbconfig(5)

112

ERROR:TUXOFFSET environment variable is unset, TUXOFFSET (offset) of machine machinename should be zero.
ERROR: TUXOFFSET 環境変数が設定されていません。TUXOFFSET offset (MACHINE machinename) は 0 に設定しなければなりません。

説明

The TUXOFFSET environment variable is not set. This implies an offset of zero. The TUXOFFSET environment variable must match the TUXOFFSET setting in the UBBCONFIG file if it is set. The TUXOFFSET of the specified machine is not zero in the MACHINES section of the UBBCONFIG file.

アクション

Set the TUXOFFSET of the specified machine in the MACHINES section of the UBBCONFIG file to match the TUXOFFSET environment variable. In the case of an unset TUXOFFSET environment variable, it must be zero. If another value is desired, both the TUXOFFSET in the UBBCONFIG file and the TUXOFFSET environment variable must be set to that value.

関連項目

ubbconfig(5)

113

ERROR:APPDIR must be specified for machine entry machinename
ERROR: MACHINE エントリ machinename に APPDIR が定義されていません。

説明

The APPDIR parameter is required to be set for the specified machine in the MACHINES section of the UBBCONFIG file.

アクション

Set the APPDIR parameter for the specified machine in the MACHINES section of the UBBCONFIG file.

関連項目

ubbconfig(5)

114

ERROR:TUXDIR must be specified for machine entry machinename
ERROR: MACHINE エントリ machinename に TUXDIR が定義されていません。

説明

The TUXDIR parameter is required to be set for the specified machine in the MACHINES section of the UBBCONFIG file.

アクション

Set the TUXDIR parameter for the specified machine in the MACHINES section of the UBBCONFIG file.

関連項目

ubbconfig(5)

116

ERROR:Machine machinename must be <= len characters in length
ERROR: MACHINE machinename の長さは len 文字以下でなければなりません。

説明

UBBCONFIG ファイルの MACHINES セクションに指定されたマシン名の長さが、指定された最大文字数を超えています。

アクション

UBBCONFIG ファイルの MACHINES セクションに指定されたマシン名の長さを、指定された値以下になるように訂正します。

関連項目

ubbconfig(5)

118

ERROR:Machine machinename must be <= len characters in length
ERROR: MACHINE machinename の長さは len 文字以下でなければなりません。

説明

UBBCONFIG ファイルの MACHINES セクションに指定されたマシン名の長さが、指定された最大文字数を超えています。

アクション

UBBCONFIG ファイルの MACHINES セクションに指定されたマシン名の長さを、指定された値以下になるように訂正します。

関連項目

ubbconfig(5)

120

ERROR:Machine machinename must be <= len characters in length
ERROR: MACHINE machinename の長さは len 文字以下でなければなりません。

説明

The machine name specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

アクション

Correct the machine name as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

関連項目

ubbconfig(5)

122

ERROR:LMID lmidname must be <= len characters in length
ERROR: LMID lmidname の長さは len 文字以下でなければなりません。

説明

UBBCONFIG ファイルに指定した論理マシン ID (LMID) の長さが、指定された最大文字数を超えています。

アクション

Correct the logical machine id (LMID) as specified in the UBBCONFIG file to have a length less than or equal to the specified value.

関連項目

ubbconfig(5)

124

ERROR:LMID lmidname must be <= len characters in length
ERROR: LMID lmidname の長さは len 文字以下でなければなりません。

説明

UBBCONFIG ファイルに指定した論理マシン ID (LMID) の長さが、指定された最大文字数を超えています。

アクション

Correct the logical machine id (LMID) as specified in the UBBCONFIG file to have a length less than or equal to the specified value.

関連項目

ubbconfig(5)

126

ERROR:TUXCONFIG must be an absolute pathname
ERROR: TUXCONFIG は絶対パス名でなければなりません。

説明

The value for the TUXCONFIG parameter as specified in the MACHINES section of the UBBCONFIG file must be an absolute pathname. Relative paths and environment variables are not valid.

アクション

Correct the value for TUXCONFIG as specified in the MACHINES section of the UBBCONFIG file to be an absolute pathname.

関連項目

ubbconfig(5)

128

ERROR:Identifier for TUXCONFIG must be <= len characters in length
ERROR: TUXCONFIG の識別子の長さは len 文字以下でなければなりません。

説明

The identifier for TUXCONFIG as specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

アクション

Correct the value of TUXCONFIG as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

関連項目

ubbconfig(5)

130

ERROR:TUXDIR must be an absolute pathname
ERROR: TUXDIR は絶対パス名でなければなりません。

説明

The value for the TUXDIR parameter as specified in the MACHINES section of the UBBCONFIG file must be an absolute pathname. Relative paths and environment variables are not valid.

アクション

Correct the value for TUXDIR as specified in the MACHINES section of the UBBCONFIG file to be an absolute pathname.

関連項目

ubbconfig(5)

132

ERROR:APPDIR must be an absolute pathname
ERROR: APPDIR は絶対パス名でなければなりません。

説明

The value for the APPDIR parameter as specified in the MACHINES section of the UBBCONFIG file must be an absolute pathname. Relative paths and environment variables are not valid.

アクション

Correct the value for APPDIR as specified in the MACHINES section of the UBBCONFIG file to be an absolute pathname.

関連項目

ubbconfig(5)

134

ERROR:TYPE parameter must be <= len characters in length
ERROR: TYPE パラメータの長さは len 文字以下でなければなりません。

説明

The value for the TYPE parameter as specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

アクション

Correct the value of TYPE as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

関連項目

ubbconfig(5)

136

ERROR:Identifier for TLOGDEVICE must be <= len characters in length
ERROR: TLOGDEVICE の識別子の長さは len 文字以下でなければなりません。

説明

The identifier for TLOGDEVICE as specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

アクション

Correct the value of TLOGDEVICE as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

関連項目

ubbconfig(5)

138

ERROR:TUXOFFSET parameter must be >= 0
ERROR: TUXOFFSET パラメータは 0 以上でなければなりません。

説明

The value for TUXOFFSET as specified in the MACHINES section of the UBBCONFIG file, is less than zero. TUXOFFSET must be equal to or greater than zero.

アクション

Correct the value for TUXOFFSET as specified in the MACHINES section of the UBBCONFIG file to be greater than or equal to zero.

関連項目

ubbconfig(5)

140

ERROR:TLOGOFFSET parameter must be >= 0
ERROR: TLOGOFFSET パラメータは 0 以上でなければなりません。

説明

The value for TLOGOFFSET indicated by the arrow is less than 0.

アクション

Specify a value for TLOGOFFSET that is greater than or equal to 0.

142

ERROR:Identifier for TLOGNAME must be <=len characters in length
ERROR: TLOGNAME の識別子の長さは len 文字以下でなければなりません。

説明

The value for TLOGNAME indicated by the arrow is greater than 30, the number value specified by the parameter MAXTIDENT.

アクション

Specify a value for TLOGNAME that has a number of characters less than or equal to the value of MAXTIDENT.

144

ERROR:TLOGSIZE parameter must be > 0 and <= 2048
ERROR: TLOGSIZE パラメータは 0 より大きく 2048 以下でなければなりません。

説明

The value for TLOGSIZE indicated by the arrow is less than 0 or greater than 2048.

アクション

Specify a value for TLOGSIZE that is between 0 and 2048.

146

ERROR:ULOGPFX parameter must be an absolute pathname
ERROR: ULOGPFX は絶対パス名でなければなりません。

説明

The value for the parameter ULOGPFX indicated by the arrow is not an absolute pathname.

アクション

Specify a value for ULOGPFX that is an absolute pathname, meaning it must begin with a "/" character.

148

ERROR:ENVFILE parameter must be an absolute pathname
ERROR: ENVFILE は絶対パス名でなければなりません。

説明

The value for the parameter ENVFILE indicated by the arrow is not an absolute pathname.

アクション

Specify a value for ENVFILE that is an absolute pathname, meaning it must begin with a "/" character.

149

ERROR:Duplicate *GROUPS section
ERROR: *GROUPS セクションが重複しています。

説明

コンフィギュレーション・ファイルに複数の GROUPS セクションが指定されています。

アクション

GROUPS セクションが 1 つになるようにコンフィギュレーション・ファイルを修正します。

関連項目

ubbconfig(5)

150

ERROR:*MACHINES section must be specified before *GROUPS section
ERROR: *MACHINES セクションは *GROUPS セクションの前に指定しなければなりません。

説明

コンフィギュレーション・ファイルで、GROUPS セクションが MACHINES セクションよりも前に指定されています。

アクション

MACHINES セクションが GROUPS セクションの前に指定されるように、コンフィギュレーション・ファイルを修正します。

関連項目

ubbconfig(5)

152

ERROR:Identifier for group name must be <= len characters in length
ERROR: グループ名の識別子の長さは len 文字以下でなければなりません。

説明

矢印で示されているグループ名識別子の値が、コンフィギュレーション・ファイル内で 30 文字を超えています。

アクション

コンフィギュレーション・ファイルで、グループ名識別子に長さが 30 文字以下の値を指定します。

関連項目

ubbconfig(5)

154

ERROR:grpname defined as a LMID and it can't be a group name
ERROR: grpname は LMID として既に定義されているため、グループ名とはなりません。

説明

The value for the grpname indicated by the arrow is specified as an LMID in the configuration file.

アクション

Specify a value for the grpname that is unique from all the LMID values in the configuration file.

関連項目

ubbconfig(5)

156

ERROR:Duplicate *GROUPS entry grpname
ERROR: *GROUPS エントリ grpname が重複しています。

説明

The value for the grpname indicated by the arrow is invalid due to being specified previously in the GROUPS section of the configuration file.

アクション

Specify a value for grpname that has not already been specified in the GROUPS section of the configuration file.

関連項目

ubbconfig(5)

157

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

アクション

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

160

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

アクション

メッセージ 157 を参照してください。

161

ERROR:Must have a GRPNO on *GROUPS entry grpname
ERROR: *GROUPS エントリ grpname に GRPNO が定義されていません。

説明

The value for the GRPNO parameter of the grpname indicated by the arrow is omitted from the configuration file.

アクション

Specify a value for the GRPNO of the grpname.

関連項目

ubbconfig(5)

162

ERROR:Must specify LMID on *GROUPS entry group_name
ERROR: *GROUPS エントリ group_name には LMID を指定する必要があります。

説明

The LMID parameter was omitted from the GROUPS section of the configuration file.

アクション

Edit the configuration file so that it contains an LMID parameter.

関連項目

ubbconfig(5)

163

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up storage to keep track of LMID names.

アクション

マシン上のメモリ容量およびプロセスで使用されるメモリ容量に関して、オペレーティング・システムのパラメータが正しく設定されているかどうかを確認します。マシンのメモリ使用を減らすか、マシンの物理メモリ量を増やしてください。

166

ERROR:Logical machine machine_name not defined in the *MACHINES section
ERROR: 論理マシン machine_name が *MACHINES セクションで定義されていません。

説明

The value for the machine_name indicated by the arrow is specified in the GROUPS section but not defined in the MACHINES section of the configuration file.

アクション

Specify a value for the machine_name that is already defined in the MACHINES section, or define a logical machine for this name.

関連項目

ubbconfig(5)

167

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up storage to keep track of LMID names.

アクション

マシン上のメモリ容量およびプロセスで使用されるメモリ容量に関して、オペレーティング・システムのパラメータが正しく設定されているかどうかを確認します。マシンのメモリ使用を減らすか、マシンの物理メモリ量を増やしてください。

169

ERROR:Logical machine machine_name not defined in *MACHINES section
ERROR: 論理マシン machine_name が *MACHINES セクションで定義されていません。

説明

The value for the machine_name indicated by the arrow is specified in the GROUPS section but not defined in the MACHINES section of the configuration file.

アクション

Specify a value for the machine_name that is already defined in the MACHINES section, or define a logical machine for this name.

関連項目

ubbconfig(5)

171

ERROR:Logical machine machine_name not defined in *MACHINES section
ERROR: 論理マシン machine_name が *MACHINES セクションで定義されていません。

説明

The value for the machine_name indicated by the arrow is specified in the GROUPS section but not defined in the MACHINES section of the configuration file.

アクション

Specify a value for the machine_name that is already defined in the MACHINES section, or define a logical machine for this name.

関連項目

ubbconfig(5)

172

ERROR:Duplicate LMID machine_name specified in group entry group_name
ERROR: LMID machine_name が グループ・エントリ group_name で重複して指定されています。

説明

The same LMID value was used twice within a logical group name in the GROUPS section of the configuration file.

アクション

Edit the configuration file such that each LMID value is unique within a logical group name.

関連項目

ubbconfig(5)

174

ERROR:TMSNAME parameter must be <= len characters in length
ERROR: TMSNAME パラメータの長さは len 文字以下でなければなりません。

説明

The value for TMSNAME indicated by the arrow is greater than 78 characters.

アクション

Specify a value for TMSNAME that is less than or equal to 78 characters in length.

関連項目

ubbconfig(5)

178

ERROR:CLOSEINFO parameter must be <= len characters in length
ERROR: CLOSEINFO パラメータの長さは len 文字以下でなければなりません。

説明

The value for the CLOSEINFO string indicated by the arrow is greater than 256 characters.

アクション

Specify a value for the CLOSEINFO string that is less than or equal to 256 characters in length.

関連項目

ubbconfig(5)

180

ERROR:OPENINFO parameter must be <= len characters in length
ERROR: OPENINFO パラメータの長さは len 文字以下でなければなりません。

説明

The value for the OPENINFO string indicated by the arrow is greater than 256 characters in length.

アクション

Specify a value for the OPENINFO string that is less than or equal to 256 characters in length.

関連項目

ubbconfig(5)

182

ERROR:GRPNO parameter must be < number and > 0
ERROR: GRPNO パラメータは 0 より大きく、かつ number 未満でなければなりません。

説明

The value for GRPNO indicated by the arrow is less than 0 or greater than or equal to 30,000.

アクション

Specify a value for GRPNO that is greater than 0 and less than 30,000.

関連項目

ubbconfig(5)

184

ERROR:*GROUPS entry grpname has a duplicate GRPNO parameter of group_number
ERROR: *GROUPS エントリ grpname の GRPNO パラメータ group_number が重複しています。

説明

The grpname entry in the GROUPS section of the configuration file has a GRPNO value of group_number that is the same as another entry in the section.

アクション

Specify a unique GRPNO value for the grpname.

関連項目

ubbconfig(5)

186

ERROR:Duplicate *SERVERS section
ERROR: *SERVERS セクションが重複しています。

説明

コンフィギュレーション・ファイルに複数の SERVERS セクションが定義されています。

アクション

SERVERS セクションが 1 つだけ定義されるように、コンフィギュレーション・ファイルを編集します。

関連項目

ubbconfig(5)

187

ERROR:*GROUPS section must appear before *SERVERS section
ERROR: *GROUPS セクションは *SERVERS セクションの前に記述しなければなりません。

説明

コンフィギュレーション・ファイルで、SERVERS セクションが GROUPS セクションよりも前に定義されています。

アクション

コンフィギュレーション・ファイルを編集して、最初の 3 つのセクションが RESOURCES、MACHINES、GROUPS の順に定義されるようにします。

関連項目

ubbconfig(5)

188

ERROR:SRVGRP parameter missing in *SERVERS entry AOUT
ERROR: *SERVERS エントリ AOUT に SRVGRP パラメータが定義されていません。

説明

Each entry in the SERVERS section of the configuration file must have a SRVGRP parameter.

アクション

Specify a SRVGRP value that specifies the group name for the group in which the server is to run.

関連項目

ubbconfig(5)

189

ERROR:SRVID parameter missing in *SERVERS entry
ERROR: *SERVERS エントリに SRVID パラメータが定義されていません。

説明

Each entry in the SERVERS section of the configuration file must have a SRVID parameter.

アクション

Specify a SRVID value that specifies an integer that uniquely identifies a server within a group.

関連項目

ubbconfig(5)

190

ERROR:SRVID number is not unique among server group groupname
ERROR: SRVID number が SERVER グループ groupname 内で一意ではありません。

説明

The specified SRVID number parameter number has already been used in a SERVERS section entry of the configuration file.

アクション

Specify a SRVID value that specifies an integer that uniquely identifies a server within a group.

関連項目

ubbconfig(5)

191

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

アクション

メッセージ 157 を参照してください。

192

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

アクション

メッセージ 157 を参照してください。

193

ERROR:RQADDR request_queue_name can't be defined for SRVGRP grpname1 and grpname2
ERROR: RQADDR request_queue_name を SRVGRP grpname1grpname2 に定義できません。

説明

The same RQADDR parameter value has been specified for use in two different server groups entries in the SERVERS section of the configuration file.

アクション

Edit the configuration file such that if the same RQADDR is used, then both servers have the SRVGRP value. Otherwise, assign different RQADDR values to the servers.

194

ERROR:Server svrname1 and svrname2 can't share the same RQADDR rqaddr.
ERROR: サーバ svrname1svrname2 は同じ RQADDR rqaddr を共用できません。

説明

The same RQADDR was defined for two servers which are not in the same server group.

アクション

Check and edit the UBBCONFIG file such that either two different RQADDRs are used for each server or that both servers are on the same server group.

198

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

アクション

マシン上のメモリ容量およびプロセスで使用されるメモリ容量に関して、オペレーティング・システムのパラメータが正しく設定されているかどうかを確認します。マシンのメモリ使用を減らすか、マシンの物理メモリ量を増やしてください。

199

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

アクション

マシン上のメモリ容量およびプロセスで使用されるメモリ容量に関して、オペレーティング・システムのパラメータが正しく設定されているかどうかを確認します。マシンのメモリ使用を減らすか、マシンの物理メモリ量を増やしてください。

 

Skip navigation bar ページの先頭 Previous Next