AIX Error Message Codes
AIX Error Message Codes
3
SC23-4901-00
AIX 5L Version 5.3
SC23-4901-00
Note
Before using this information and the product it supports, read the information in “Notices,” on page 223.
Contents v
Detailed Information for Message Component 3001 . . . . . . . . . . . . . . . . . . . 217
Highlighting
The following highlighting conventions are used in this book:
Bold Identifies commands, subroutines, keywords, files, structures, directories, and other items whose
names are predefined by the system. Also identifies graphical objects such as buttons, labels, and
icons that the user selects.
Italics Identifies parameters whose actual names or values are to be supplied by the user.
Monospace Identifies examples of specific data values, examples of text similar to what you might see
displayed, examples of portions of program code similar to what you might write as a programmer,
messages from the system, or information you should actually type.
Case-Sensitivity in AIX
Everything in the AIX operating system is case-sensitive, which means that it distinguishes between
uppercase and lowercase letters. For example, you can use the ls command to list files. If you type LS, the
system responds that the command is ″not found.″ Likewise, FILEA, FiLea, and filea are three distinct file
names, even if they reside in the same directory. To avoid causing undesirable actions to be performed,
always ensure that you use the correct case.
ISO 9000
ISO 9000 registered quality systems were used in the development and manufacturing of this product.
Related Publications
The following books contain information about troubleshooting:
v AIX 5L Version 5.3 General Programming Concepts: Writing and Debugging Programs
v AIX 5L Version 5.3 Kernel Extensions and Device Support Programming Concepts
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
Note: This error is expected if it occurs after the nimclient -o bos_inst operation is performed on a client.
0042–014 String : an internal error has occurred resulting in an invalid String object named String
Explanation: An internal NIM error has occurred.
User response: Perform the remove operation on the NIM object followed by the appropriate define operation.
0042–016 String : - char is not a valid option for this operation String
Explanation: An invalid option has been specified.
User response: Refer to the appropriate man page for the NIM command and try again using valid syntax.
OR
lsnim -l
OR
lsnim -q -t ObjectType
For the other NIM commands, see the appropriate NIM man page.
AND
lsnim -POc ObjectClass
0042–027 String : String is required to complete the definition of the String object. This attribute is either
currently missing or the current operation would cause it to become missing.
Explanation: The specified object is missing an attribute that is required to complete the specified operation.
User response: Redefine the object that is missing an attribute by performing the remove operation followed by the
define operation.
0042–029 String : the String attribute cannot be supplied for this operation
Explanation: The specified information cannot be supplied in the current context.
User response: Try the operation again without supplying the offending attribute.
0042–030 String : a sequence number may not be specified with the String attribute
Explanation: A sequence number was opened to an attribute that doesn’t allow sequence numbers.
User response: Try the operation again without a sequence number on the offending attribute.
0042–035 String : unable to find attr which matches this query: String
Explanation: NIM was attempting to access an attribute that had the specified characteristics, but the attribute
doesn’t exist.
User response: Make sure the attribute exists and retry the operation.
0042–036 String : String cannot serve a resource because of its type ( String )
Explanation: The define operation failed for a resource because the specified server does not have a standalone
configuration.
User response: Try the operation again using a NIM client that is a standalone machine.
0042–037 String : the state of String prevents this operation from succeeding
Explanation: The NIM state of the specified object prevents the operation from succeeding.
User response: NIM states are used to synchronize activity among NIM objects. To perform the desired operation,
the state of the specified object must be changed. If the specified object is in an unexpected state, check the system
to make sure another user or process is not manipulating the object. Use the reset operation to set the object to a
known state and try the operation again.
0042–040 String : unable to remove the String definition because it is currently referenced by other objects
Explanation: A NIM object could not be removed because it is being used by some other NIM object.
User response: Remove all references to the object to be removed before the remove operation is specified. If NIM
states are such that you cannot remove references to the object and you want to remove the object anyway, provide
the -F flag to the remove operation.
Note: If /etc/niminfo is the value and the NIM command producing this error is niminit, this means that niminit has
already been performed. If you want to reinitialize your NIM master or client, deinstall the appropriate fileset,
and then reinstall and reconfigure the NIM master or client fileset.
0042–043 String : unable to remove String because one or more NIM resources are still defined as being
served by that machine
Explanation: The remove operation cannot be performed, because the target machine currently serves a NIM
resource that has been allocated for use. Performing the operation at this time could lead to processing failures on
clients that are attempting to use the served resources.
User response: You need to deallocate all resources that the target serves before you can remove the machine.
0042–045 String : a sequence number must be specified with all String attributes for this operation
Explanation: Some NIM attributes can be added to an object’s definition more than once. In these cases, a
sequence number is used to uniquely identify each attribute of that type. In this case, you have specified an attribute
of this type without its required sequence number and, therefore, NIM is unable to determine which attribute you are
attempting to specify.
0042–047 String : unable to allocate the String resource because its type cannot be used by String objects
Explanation: Some types of NIM resources may only be used by specific machine types. In this case, you attempted
to allocate a NIM resource to a type of machine that is not allowed to use that type of resource.
User response: Specify a resource type that the machine is allowed to use when performing allocation for the target
machine.
To determine the valid resource types, enter:
lsnim -p -s ResourceSubclassForMachineType
0042–048 String : String is unable to access the String resource due to network routing
Explanation: When resource allocation is requested, NIM verifies that the designated client has the potential to
communicate with the server of the resource. NIM does this by checking the NIM routing between the network that the
client’s primary interface connects to and all the networks that the server connects to. In this case, a NIM route is
missing between the client and the server.
User response: Either establish a NIM route between the client and the server or choose a different resource to
allocate.
0042–049 String : either String or another resource of this type has already been allocated to String
Explanation: Only one resource of this type may be allocated to the client and one has already been allocated.
User response: Choose the resource that you want to use and deallocate the currently allocated resource of this
type if you want to use the new one.
0042–052 String : unable to String String because resources have been allocated to it
Explanation: One or more NIM resources are still allocated to the machine that you have requested to be removed
from the NIM environment. To remove a machine, it cannot have any resources allocated to it.
User response: Deallocate all resources that have been allocated to the target machine and try the operation again.
OR
to obtain listings of currently defined objects in the NIM environment. If you need to define the object, use the define
operation.
0042–058 String : unable to allocate String to String because it does not support the network interface type
or platform of that client
Explanation: You have attempted to allocate a SPOT to a client whose primary network interface type or platform is
not supported by the SPOT. For a client to use a SPOT, the SPOT must support the network interface type and
platform of the client’s primary interface.
User response: Install the appropriate device support into the SPOT, which will allow the SPOT to support the
client’s primary interface type and platform, or choose a different SPOT that supports the client’s primary interface type
and platform.
0042–059 String : conflict between the supplied type ( String ) and the real type ( String ) for String
Explanation: In an attribute assignment (in the form of attr=value), the value you have specified represents a NIM
object whose type conflicts with the object type of the specified attr.
User response: Try the operation again using the attr that corresponds to the type of object that value represents.
0042–060 String : multiple String attributes were specified and only one is allowed
Explanation: You have specified multiple attribute assignments for an attribute that may only be specified once.
User response: Try the operation again, using only one instance of the attribute.
0042–061 String : the String resource is currently allocated for client use
Explanation: You have requested an operation to be performed on a NIM resource object that is currently allocated
for client use. NIM is not allowing this operation to be performed because it may interrupt the client’s use of the
resource.
User response: Try the operation again when the resource is not allocated for client use. If necessary, try the force
option (-F flag) to disregard the preventive check by NIM. In some cases, NIM will allow the operation to be
performed.
0042–063 String : the following resource types are required for this operation but have not yet been
allocated to String \
Explanation: Some NIM operations require access to one or more NIM resources to complete successfully. This
access is granted through the allocate operation. In this case, you have not allocated all the resources that are
required for this operation.
User response: Allocate all the required resources and try the operation again. For a list of required and optional
resources for a given operation, enter:
lsnim -q Operation ObjectName
OR
lsnim -q Operation -t ObjectType
0042–064 String : String is currently serving a resource ( String ) that is allocated for use
Explanation: The machine that is the target of the requested operation currently serves a NIM resource that is
allocated for client use. The requested operation cannot be performed until all resources that the target serves have
been deallocated for use.
User response: Deallocate all resources that the target serves and try the operation again.
0042–065 String : String is a reserved word and cannot be used to name objects
Explanation: You have specified a name that is reserved for NIM internal use only.
User response: Try the operation again using a different name. To determine what names are reserved, enter:
lsnim -a reserved
0042–066 String : the string String contains one or more characters which are not allowed to be used in
strings in the NIM environment
Explanation: You have specified one or more characters that are not allowed in NIM object names. NIM uses
regular expressions to perform many of its operations, so any character that has special meaning for regular
expressions cannot be used (for example, ^). Also, any character that has special meaning to the shell cannot be used
(for example, /).
User response: Try the operation again using valid characters.
0042–067 String : this operation cannot be applied to String because it is a reserved NIM object
Explanation: You have requested an operation to be performed on a NIM object that has been reserved for NIM
internal use only.
User response: Try the operation again, using a NIM object that is not reserved. To determine what objects are
reserved, enter:
lsnim -a reserved
0042–069 String : the String operation cannot be performed when the target has a String of String
Explanation: The requested operation cannot be performed at this time because it conflicts with the current NIM
state of the target. NIM uses states to synchronize NIM activity so that operations don’t interfere with each other.
User response: Try the operation again when the state changes or, if necessary, try using the force option (-F flag).
In some cases, NIM will allow you to override this state checking.
If you encounter this error as a result of trying to remove, using the reset operation, the boot resource from a client
that incorrectly has a state of ″ready for a NIM operation″, you can remove the boot resource from the NIM master by
entering:
where client_name is the name of the NIM object for the client.
0042–073 String : unable to create a customization script for String because it does not have any
customization resources allocated to it
Explanation: To perform customization on a machine, NIM constructs a shell script that is executed on the target. To
construct this script, some type of resource that can be used for customization must be used. In this case, NIM could
not create the customization script because no resources have been allocated to the target that could be used for
customization purposes.
User response: Allocate one or more resources that can be used for customization and try the operation again. To
display the subclass of resources that can be used for customization, enter:
lsnim -p -s cust_res
0042–074 String : String is not a valid pathname because it has been specified with a relative path and
pathnames must be absolute
Explanation: You have specified an attribute assignment in which the value represents a relative path name. NIM
only allows absolute path names (that is, path names that begin with /) to be used.
User response: Try the operation again, using an absolute path name.
Note: NIM uses both the specified port number and its successor. Therefore, ensure that the port number after the
specified port number is also free.
0042–078 String : unable to change the String NIM route because the destination network specified in the
new value does not match the destination network specified in the current value
Explanation: You have specified a change to a NIM routing attribute in which the destination network is different
from its current value. This is not allowed because only the gateway field of the routing attribute may be changed.
User response: If you are trying to change the connectivity between NIM networks, then you must remove the
current NIM route by supplying a NULL value for the appropriate routing attribute. Otherwise, specify the same
destination network when attempting to change the gateway field of the routing attribute.
0042–081 String : a resource already exists on String at location String ; due to NFS export restrictions, the
new location String may not be used
Explanation: NIM uses NFS to make remote resources available for client use. To avoid NFS export errors, NIM
enforces some restrictions on where a resource can be defined. In general, a NIM resource cannot be defined within a
directory that is already a NIM resource. Conversely, a NIM resource cannot be defined for a directory that already
contains an existing NIM resource.
User response: Move the resource to a location that adheres to NIM export rules and try the operation again.
0042–083 String : network hardware addresses must be unique and String is already being used by the
machine String
Explanation: Each network communications adapter has an associated network hardware address that is unique. In
this case, you attempted to define a NIM network interface using a network hardware address already being used by a
NIM machine object.
User response: Only one NIM interface attribute may be defined for each network communications adapter a client
might have. If you are attempting to add another interface definition, then verify that the hardware address is correct. If
so, then you must first change the interface attribute that is currently using that address. If not, try the operation again
with the correct hardware address.
0042–086 String : a NIM route already exists between String and String (only 1 is allowed)
Explanation: You have attempted to add a NIM route between two NIM networks that already have a NIM route
between them. Only one NIM route can be specified between any two NIM networks.
User response: If you are attempting to change NIM routing, delete the existing NIM route and try the operation
again.
0042–111 String : invalid sequence number in String ; it must be between 1 and Number
Explanation: When a sequence number is specified for a NIM attribute, it must be within a specific range. You have
specified a sequence number that falls outside of the acceptable bounds.
User response: Try the operation again using a sequence number that is within the acceptable bounds.
0042–118 String : a NIM operation is currently being performed on the String machine or it has resources
allocated to it
Explanation: You have requested to change characteristics of a NIM network on which there is currently one or
more active NIM operations. NIM is not allowing the change because changing the network characteristics at this time
could result in failures in the active operations.
User response: Wait until the NIM resources allocated to machines that use the network being changed have been
deallocated and try the operation again.
0042–131 String : the String attribute conflicts with String one or the other may be specified, but not both
Explanation: You have specified two or more attributes that conflict with each other.
User response: Try the operation again, using only one of the attributes.
0042–132 String : String cannot be specified as a value for String for this operation
Explanation: You have specified a value for an attribute assignment that is invalid in the context in which the
operation is being performed.
User response: Try the operation again, using a different value for the attribute assignment.
0042–135 String : unable to perform the requested operation because String is currently controlled by the
machine String . It may be necessary to deallocate resources from the target before performing
the intended operation.
Explanation: To synchronize NIM operations that can be initiated from a client or on the master, NIM keeps track of
which machine (the client or the master) is used to allocate the first resource to the client; this machine is said to be in
control. For example, if the first resource allocation occurs from the client, then the client is in control. Once a machine
has control, it remains in control until all resources for that client have been deallocated. You have requested an
operation to be performed from a machine that is currently not in control of the specified target.
User response: Perform the desired operation from the machine that is in control of the target, or from the
controlling machine deallocate the resources (to remove the control), or override this behavior by using the force (-F
flag) option when performing the operation from the master.
0042–136 String : there is no NIM route from the String network to the machine String
Explanation: The requested operation cannot be performed because a NIM route does not exist between two
machines that participate in this operation.
User response: Establish a NIM route between the networks.
0042–137 String : the /etc/niminfo file is missing some required environment varibles
Explanation: The /etc/niminfo file contains information about the NIM environment that all NIM commands require.
In this case, the /etc/niminfo file is missing some information that is required to continue, which indicates that the file
has been corrupted.
User response: Reinitialize the NIM environment.
0042–138 String : unable to update the rhost file with String hostname
Explanation: Unable to update the rhost file.
User response: Edit the $HOME/.rhosts file for root on the client machine to add an entry for the host name of the
NIM master.
0042–139 String : the resource String is served by String and cannot be used to install String
Explanation: The process of installing a machine prevents any attached disks from being used as the source for
installable images. You have allocated a resource to the target of the install operation that is served by the target itself.
User response: Deallocate the resource, allocate another resource of this type that is served by another machine,
and try the operation again.
Note: Verify that the .rhost permissions for the master have been removed from the client.
0042–142 String : unable to add the String attribute because attribute values must be unique and String
already exists with the same value
Explanation: All attribute values must be unique. You have specified a value in an attribute assignment that already
exists.
User response: Try the operation again, using a unique value for the attribute.
0042–143 String : only one String attribute can be specified for an object and one already exists for String
Explanation: Some NIM attributes can only be added to an object’s definition once. In this case, you have specified
an attribute of this type when one already exists for the specified object.
User response: Only one attribute of this type can be used in the object’s definition. Perform the change operation
on the object if you want to replace the current value with a new one.
0042–144 String : sequence numbers must be unique and is already being used with the String attribute
Explanation: Some NIM attributes require a unique sequence number so that NIM can distinguish between multiple
attributes of that type. In this case, you have specified a sequence number that is already being used.
User response: Try the operation again, using a sequence number that is not currently being used. To display the
sequence number that are being used, enter:
lsnim -a AttributeName ObjectName
0042–151 String : the file String has a file type of String . This conflicts with the expected type of String .
Explanation: For NIM to use a file, it must be of a specific type. In this case, you have specified a file whose type
cannot be used by NIM. NIM has obtained this information from the file system of the designated server of the file and
the file type corresponds to values in the /usr/include/sys/mode.h file.
User response: Change the file type of the file and try the operation again.
0042–152 String : an error occurred while performing root sync operations on the following clients:
Explanation: When an installp operation is performed on a SPOT, the root directories of all diskless and dataless
clients that use that SPOT must be synchronized with the changes made within the SPOT. In this case, one or more
errors occurred when performing the root sync operation on a root directory.
User response: Investigate why some of the root syncs failed and perform the operation again. The nim.installp log
for the client root is located in RootResrcParentDir/ClientName/var/adm/ras.
0042–153 String : the file String has file permissions of String . This conflicts with the expected permissions
of String .
Explanation: For NIM to use a file, it must have specific file permissions. In this case, you have specified a file
whose permissions conflict with those required by NIM. NIM has obtained this information from the file system of the
designated server of the file, and the value of the file permissions comes from the /usr/include/sys/mode.h file.
User response: Change the file permissions of the file and try the operation again.
0042–155 String : unable to perform requested operation because the server of the root resource must be
the same as the server of the spot resource and your request violates this requirement.
Explanation: For NIM to keep diskless and dataless root directories in sync with their corresponding SPOTs, NIM
requires that the client’s root directory be served from the same machine as its SPOT. In this case, you have
requested a resource to be allocated that violates that requirement.
User response: Try the operation again using resources that do not violate the NIM requirement.
0042–159 String : String is missing one or more of the following options: String
Explanation: Required software is missing which prevents the target machine from acting as a SPOT server.
User response: Install the missing software and retry the operation.
0042–161 String : there is insufficient free disk space in String to complete the requested operation; data
follows: required = String tavailable = String
Explanation: There is insufficient free disk space to complete the requested operation.
User response: Increase the amount of available space, as detailed in the error message.
0042–162 String : an lpp_source which has the simages attribute is required for this operation
Explanation: To perform the requested operation, NIM requires an lpp_source type resource object that has the
simages attribute as part of its definition. This attribute is used to designate that an lpp_source contains the total set
of optional packages that are required to support NIM install operations. In this case, you have not supplied an
lpp_source that fulfills this requirement.
User response: Try the operation again using an lpp_source that has the simages attribute in its definition.
0042–163 String : machine String serves a resource which is being allocated, however, NIM is unable to
determine which interface on this machine should be used by the client because this machine is
also functioning as the gateway between the String and String networks.
Explanation: NIM coordinates access between a client and the server of the resource. To do this, NIM must identify
a network interface that can be used by the client. This becomes a complex problem when the server has more than
one network interface. NIM uses a connectivity algorithm to establish which network interface to use. This error
message occurred because the connectivity algorithm detected a problem with the client’s routing and the interface the
algorithm has selected to use. NIM does not allow the interface on the server that the client uses as a gateway to be
used to serve resources because the operation requiring the resource could fail.
User response: If the server has other network interfaces that are not known to NIM, change the server machine
object to add the interfaces.
Define a NIM route between the client’s primary network and one of the other networks to which the server connects.
0042–165 String : String cannot be associated with the type of network referenced by the String attribute
Explanation: Some attributes can only be specified together; others are mutually exclusive. In this case, you
specified one or more attributes that conflict.
User response: Try the operation again, omitting the attribute that was in conflict. For example, the ring_speed and
cable_type attributes cannot be used with the same if attribute; the one you should use depends on the type of
network interface referenced by the corresponding if attribute.
0042–167 String : String does not contain a valid IPL ROM emulation image
Explanation: The device which you have specified as the source for the IPL ROM emulation, does not contain a
valid, bootable image of the IPL ROM emulation.
User response: If the specified device has media in it, this media either does not contain the IPL ROM emulation, or
the media has been corrupted. Remake the IPL ROM emulation, and try the operation again. If the specified device
has no media in it, make the IPL ROM emulation, put it in the device, and try the operation again.
0042–168 String : the destination network ( String ) specified in String is the same as the originating network
Explanation: You have specified that the originating and destination network are the same. Machines that are on the
same network do not need routing to communicate; therefore, adding a route from a network to itself is not allowed.
User response: Specify a different originating and destination network when adding a NIM route.
0042–169 String : you have allocated an lpp_source, but have not specified which filesets are to be
installed using that lpp_source
Explanation: You have allocated an lpp_source, but you have not specified which filesets are to be installed using
that lpp_source.
User response: Specify the filesets to install using the filesets attribute in the command, or by allocating an
installp_bundle that contains a list of the filesets to install.
0042–172 String : This machine’s CPU ID does not match the CPU ID stored in the NIM database.
Explanation: You have specified the incorrect name of the machine object for the NIM client machine. When the
niminit command is used to rebuild the niminfo file, the master registration process checks the CPU ID of the
machine with the value stored in the NIM database for the named machine. If the stored value does not match the
value passed by niminit, this message is issued.
User response: Use the correct name and try the command again.
0042–173 String : X cannot be specified as a value for installp_flags when the auto_expand attribute has a
value of no .
Explanation: You specified that the installp command should expand file systems (using the -X flag) while
specifying that NIM should not auto expand (using the auto_expand attribute). This is not an allowable combination
for the command invoked.
User response: Use either the -X flag or the auto_expand attribute, but not both.
0042–174 String : The String attribute may only be assigned a value of yes or no .
Explanation: You specified an invalid value for an attribute whose only valid values are yes and no.
User response: Retry the operation with a value of yes or no for the attribute indicated.
0042–175 String : An unexpected result was returned by the String command: String
Explanation: An unexpected result has been returned from a command that NIM tried to execute.
User response: Fix the problem that caused the executed command to fail and try the operation again.
If the command failed due to a shortage of space, its error messages indicating this should be displayed. Expand the
indicated file system, (for most NIM operations use the auto_expand attribute) and retry the operation. If a space
failure occurred during SPOT creation, and if the bosboot command failed to make boot images as a result, increase
the free space and run the check operation.
If the command listed by NIM in this message is the installp command, check the nim.installp log for failure and
recovery information. (For standalone client operations, this is located in the /var/adm/ras directory of the client. For
SPOT cust and maintoperations, this is located in SPOTParentDir/SPOTName/usr/lpp/bos/inst_root/var/adm/ras on
the SPOT. For diskless and dataless clients, this is located in RootResrcParentDir/ClientName/var/adm/ras.
0042–176 String : The resource located in String cannot serve as a support images (or simages ) lpp_source
because one or more of the following filesets are missing: String
Explanation: The resource cannot serve as a support image (simages)lpp_source. When an lpp_source serves as
a support image resource, it contains a minimal set of software packages for facilitating installation and the use of the
base operating system.
User response: No action is necessary if this resource does not need to serve as a support images lpp_source. If
the resource needs to be a support images lpp_source, add the missing software to the lpp_source. If the
lpp_source is a directory, you can do this by copying the missing packages to the location of the lpp_source and
running the check operation.
0042–178 String : the logical device name of the network adapter must be supplied when connecting to the
String network because that network is composed of more than one network interface type.
Explanation: The if attribute is made up of four fields. The fourth field is optional in most cases. In this case. the
network object that you specified (in field one) has more than one type of network. In this case, NIM requires that the
fourth field has a value that specifies the logical device name of the network adapter.
User response: Add the appropriate value to the if attribute, and try the operation again.
0042–179 String : the network type specified by the String attribute cannot be removed because it is
currently being used by one or more clients which are attached to the String network.
Explanation: You are attempting to remove an if or other_net_type attribute on which one or more NIM clients have
a dependency.
User response: If this is not a mistake, remove the NIM clients that are dependent on the network, or remove the if
attribute from the NIM client object definition.
0042–180 String : The ip address String does not belong to the network String which is represented by the
nim object String .
Explanation: The address of the machine that is being defined is not connected to the network that is represented
by the specified network object.
User response: Define a network object that represents the physical network to which the machine is connected.
Use this network object when defining the machine.
0042–181 String : The fix_query_flags attribute has an illegal value. Use lsnim -Pa fix_query_flags for a list
of legal values.
Explanation: The fix_query_flags attribute has an illegal value. Use lsnim -Pa fix_query_flags for a list of legal
values.
User response: Determine the correct flags and retry the operation.
0042–182 String : A resource of type String cannot be allocated for the current operation at the same time
as a resource of type String . Allocate one or the other but not both.
Explanation: A resource of one type cannot be allocated for the current operation at the same time as a resource of
another type. Allocate one or the other, but not both.
User response: The resources specified are mutually exclusive. Determine which one is needed for the operation,
and omit the other.
0042–183 String : The String attribute cannot be specified for the current operation when a resource of type
String is allocated. Use one or the other but not both.
Explanation: An attribute cannot be specified for the current operation when a type of resource is allocated. Use one
or the other, but not both.
User response: The attribute and the resource specified are mutually exclusive. Determine which one is needed for
the operation, and omit the other.
0042–185 String : Failed to link or copy String to String Check permissions and filesystem space
Explanation: Failed to link or copy files. Check permissions and file system space.
User response: Verify that space and inodes are available for the files and links specified in the error message.
0042–186 String : Failed to copy setup programs to String Either start NFS on String or free 1000 512-byte
blocks in the String filesystem.
Explanation: Failed to copy setup programs. Either start NFS on the client or free 1000 512-byte blocks in the file
system.
User response: Programs required to set up the operation could not be copied to the client system. Either start NFS
on the client, or increase space in the file system specified in the error message.
0042–189 String : Failed saving existing boot image. Check space in the String filesystem.
Explanation: Failed saving existing boot image. Check space in the file system.
User response: Increase space in the file system specified by the error message, and retry the operation.
0042–190 String : The key is NOT in the NORMAL position. Unattended installtion cannot complete unless
the key is in the NORMAL position.
Explanation: The key is not in the NORMAL position. Unattended installation cannot complete unless the key is in
the NORMAL position.
User response: Turn the key on the client machine to the NORMAL position and retry the operation.
0042–193 String : String has no entry for String in .rhosts or cannot resolve host id
Explanation: The client does not have an .rhosts entry for the master, or the client host ID is not resolvable.
User response: Verify that the client host name is resolvable by the master. Then verify that an entry exists for the
master in the $HOME/.rhosts file for root on the client machine.
0042–194 String : String does not allow NIM push operations. Remove /etc/nimstop on String if push
operation is necessary.
Explanation: The client does not allow NIM push operations. Remove /etc/nimstop on %s if push operation is
necessary.
User response: On the client machine, run the nimclient -p command to re-enable master push permissions.
0042–196 String : The set_bootlist attribute is only valid when used in combination with the no_client_boot
or boot_client attributes.
Explanation: The set_bootlist attribute is only valid when used in combination with the no_client_boot or
boot_client attributes.
User response: Only specify the set_bootlist attribute to the nim command when changing the default behavior
with the no_client_boot or boot_client attributes.
0042–197 String : The network adapter’s logical device name must be specified in the if1 attribute of the
target machine’s NIM definition when using the force_push attribute if the target machine has
more than one interface for a given network type. Add one of the following to the if1 attribute of
the target’s NIM definition: String
Explanation: If the target machine has more than one interface for a given network type, the network adapter’s
logical device name must be specified in the if1 attribute of the target machine’s NIM definition when using the
force_push attribute.
User response: Modify the client’s if1 attribute using the NIM change operation. Change the if1 attribute to include
one of the client’s network adapter logical device names listed in the error message.
0042–198 String : When converting a machine’s /usr filesystem to a SPOT the bos image on the media
(lpp_source) being used to create the SPOT must match the bos image that was used to install
the machine. The machine was installed with bos.rte String . The package on the installation
media contains bos.rte String .
Explanation: When converting a machine’s /usr file system to a SPOT, the bos image on the media (lpp_source)
being used to create the SPOT must match the bos image that was used to install the machine.
User response: When defining the /usr SPOT, use the same installation media that was used to install the machine
originally. For example, if a machine was originally installed with AIX 4.3.2 and then updates were applied to bring the
machine to AIX 4.3.3, the installation media that should be used when defining the /usr SPOT on the machine would
still need to be the AIX 4.3.2 product media.
0042–204 String : The mk_image and source attributes are only valid when specified together.
Explanation: The mk_image and source attributes are only valid when specified together.
User response: When creating a mksysb resource from a running client machine, use the mk_image=yes attribute
to indicate that a mksysb should be created, and use the source=ClientName attribute to specify the name of the
client that is to be backed up.
0042–205 String : The bos.sysmgt.sysbr fileset must be installed on String to perform the system backup.
You may install this fileset with the NIM cust operation.
Explanation: The bos.sysmgt.sysbr fileset must be installed on the client to perform the system backup. You may
install this fileset with the NIM cust operation.
User response: Install the bos.sysmgt.sysbr fileset on the client machine before retrying the operation.
0042–208 String : Unable to lock String . This could mean that the client is already locked, or that the name
given does not refer to a valid NIM client.
Explanation: Unable to lock a client. This could mean that the client is already locked, or the name given does not
refer to a valid NIM client.
User response: If another NIM operation is being performed on the same client, wait for the process to complete
before retrying the operation. If no other NIM operations are being performed, stop and restart the nimesis daemon to
remove locks.
0042–209 String : The mksysb_flags attribute contains an illegal value. Use lsnim -Pa mksysb_flags for a
list of legal values.
Explanation: The mksysb_flags attribute contains an illegal value. Use the lsnim -Pa mksysb_flags command to
get a list of legal values.
User response: Specify the correct values for the mksysb_flags attribute, and retry the operation.
0042–210 String : The maximum space required for the backup is greater than the amount of free space in
the target filesystem. To ignore space requirements use the -F flag when defining the mksysb
resource.
Explanation: The maximum space required for the backup is greater than the amount of free space in the target file
system. To ignore space requirements, use the -F flag when defining the mksysb resource.
User response: Either increase the space of the target file system where the mksysb is to be created, or use the -F
flag as specified in the error message.
0042–212 String : The member named String was not added to the String group, because it is not a valid NIM
name.
Explanation: The member was not added to the group, because it is not a valid NIM name.
User response: The name of a member to add to a group was invalid. Verify that the member was specified
correctly.
0042–213 String : The group String was not created because it did not contain any valid members.
Explanation: The group was not created, because it did not contain any valid members.
User response: A group must contain at least one member. Redefine the group with valid members to add it to the
NIM environment.
0042–215 String : String is an invalid log type for the showlog operation. Valid types are: String
Explanation: An invalid log type for the showlog operation was specified.
User response: Specify one of the valid log types listed in the error message.
0042–216 String : String is an invalid log type for SPOTs. Valid types are: String
Explanation: An invalid log type for the showlog operation was specified for a SPOT.
User response: Specify one of the valid log types listed in the error message.
0042–217 String : String is an invalid log type for diskless and dataless machines. Valid types are: String
Explanation: An invalid log type for the showlog operation was specified for a diskless or dataless machine.
User response: Specify one of the valid log types listed in the error message.
0042–218 String : The log file is either empty or does not exist at String
Explanation: The log file is either empty or does not exist.
User response: No information is available in the log file for the machine or SPOT specified.
0042–219 String : The object String is incompatible with the group String .
Explanation: The object is incompatible with the group.
User response: The object cannot be added to the group, because its type is not allowed in the group. Machine
groups can only contain one type of NIM client, and that type is determined by the first member added. Resource
groups can only contain members whose types are resources.
0042–221 String : The group String is being removed because its single remaining member was removed
during this operation.
Explanation: The group GroupName is being removed, because its single remaining member was removed during this
operation.
User response: A group cannot be empty. Redefine the group with at least one member if it should remain in the
NIM environment.
0042–222 String : An unknown error occurred allocating resources to the machine String in the method:
String .
Explanation: An unknown error occurred allocating resources to the machine.
User response: Look for other NIM error messages that may accompany this error and which may provide more
information about the problem. Verify that the resource specified is NFS-exportable to the client.
0042–223 String : Invalid input file: String The file either cannot be read, is empty, or contains no valid
entries.
Explanation: Invalid input file. The file either cannot be read, is empty, or contains no valid entries.
User response: Verify that the file specified in the error message is the correct file for the operation.
0042–224 String : The limit on the length of a line (Number bytes) in a NFS exports file was exceeded in the
file String The export operation cannot be performed.
Explanation: The limit on the length of a line in an NFS exports file was exceeded. The export operation cannot be
performed.
User response: Manually edit the /etc/exports and /etc/xtab files to remove any obsolete entries. The number of
hosts to which NIM can NFS-export a resource can also be increased by setting the restrict_nfs_exports attribute to
no on the master by running the nim -o change -a restrict_nfs_exports=no master command.
0042–225 String : An error occurred while updating the exports file String . Check for corruption in the file.
Explanation: An error occurred while updating the exports file. Check for corruption in the file.
User response: Manually edit the /etc/exports and /etc/xtab files to fix any file corruption problems. Attempt to
determine why NIM was unable to successfully update the files. Check file and directory permissions, and verify that
file systems are not full.
0042–226 String : A time-out occurred while attempting to initiate the String operation on the client. The
operation may not have started successfully.
Explanation: A timeout occurred while attempting to initiate the operation on the client. The operation may not have
started successfully.
User response: If the operation that was performed was bos_inst, the client only needs to be rebooted manually
over the network to begin the installation. For all other operations, the problem is most likely due to network
communication problems between the master and the client. Verify that the client is reachable by the master and that
rsh permission is still granted by the client to the master.
0042–228 String : invalid release level of String . String . String for String
Explanation: Invalid release level.
User response: The release level of the resource is incomplete, or incorrectly specified. The level of the resource
can be obtained by running the lsnim -l ResourceName command and viewing the version, release, and mod
attributes. To correct the problem, either recreate the resource, or modify the NIM database to contain the correct level
using the command on the NIM master:/usr/lpp/bos.sysmgt/nim/methods/m_chattr -aAttribute=Value
ResourceName, where Attribute is version, release, or mod; Value is the correct value; and ResourceName is the
name of the resource with the incorrect level specification.
0042–229 String : When installing a system using a mksysb as the source for the installation, the level of
the SPOT used for the installation must match the level of the mksysb image that is being
installed. The release levels of the SPOT, String , and the mksysb, String , do not match.
Explanation: When installing a system using a mksysb as the source for the installation, the level of the SPOT used
for the installation must match the level of the mksysb image being installed. The release levels of the SPOT and the
mksysb do not match.
User response: Create a SPOT that matches the level of the mksysb being installed, and use that SPOT when
performing a mksysb BOS installation. The level of mksysb and SPOT resources can be obtained by running the
lsnim -l ResourceName command and viewing the version, release, and mod attributes.
0042–230 String : When installing a system using a mksysb as the source for the installation, the level of
the SPOT used for the installation should match the level of the mksysb image that is being
installed. If this convention is not followed, the installation may not complete successfully.
Explanation: When installing a system using a mksysb as the source for the installation, the level of the SPOT used
for the installation should match the level of the mksysb image being installed. If this convention is not followed, the
installation may not complete successfully.
User response: Create a SPOT that matches the level of the mksysb being installed, and use that SPOT when
performing a mksysb BOS installation. The level of mksysb and SPOT resources can be obtained by running the
lsnim -l ResourceName command and viewing the version, release, and mod attributes.
0042–232 String : Unable to create the temporary INSTALLP_BUNDLE resource needed to perform this
operation.
Explanation: A temporary installp_bundle resource is created and used for this operation. The temporary resource
could not be created.
User response: Check previous error messages to understand why the creation of the resource failed. Correct the
problem and try the operation again.
0042–234 String : You can not restore a NIM database backup onto a machine that has an earlier level of
the NIM master fileset installed.
Explanation: You cannot restore a NIM database backup onto a machine that has an earlier level of the NIM master
fileset installed. For example, a NIM database backup of a system with level 4.2.0.0 of the NIM master cannot be
restored to a system that has a level of the NIM master lower than 4.2.0.0.
User response: Install a level of the NIM master fileset that is at the same level or a later level than that from which
the backup was created. Then attempt to restore the NIM database backup.
0042–235 String : You must specify an image source for SPOT creation.
Explanation: An image source was not specified for creating the SPOT.
User response: Specify a device containing installation images or specify an lpp_source with the simages attribute
for creating the SPOT.
0042–236 String : A name and/or directory specification is missing for the LPP_SOURCE.
Explanation: A name for the lpp_source or a directory to contain the lpp_source was not specified for the
lpp_source that will be created.
User response: Specify a name and a directory for the lpp_source and try the operation again.
0042–237 String : A name and/or directory specification is missing for the SPOT.
Explanation: A name for the SPOT and/or a directory to contain the SPOT was not specified for the SPOT that will
be created.
User response: Specify a name and a directory for the SPOT and try the operation again.
0042–238 String : A directory specification is missing for the Diskless/ Dataless machine resources.
Explanation: A parent directory was not specified for the diskless and dataless machine resources that will be
created.
User response: Specify a directory for the diskless/dataless machine resources and try the operation again.
0042–239 String : You must specify both a name and a directory for the String resource to create it.
Explanation: A name for the resource and/or directory to contain the resource was not specified for the resource that
will be created.
User response: Specify a name and a directory for the resource and try the operation again.
0042–240 String : You must specify a directory for the diskless and dataless machine resources to create
them.
Explanation: A parent directory was not specified for the diskless and dataless machine resources that will be
created.
User response: Specify a directory for the diskless/dataless machine resources and try the operation again.
0042–242 String : You must specify both a size and a volume group if you want to create a new filesystem
for the diskless and dataless machine resources.
Explanation: The size and/or volume group was not specified for the creation of a new file system to contain
diskless and dataless machine resources.
User response: Specify both the size and volume group for the file system and try the operation again.
0042–243 String : **** You can not create the same filesystem for the LPP_SOURCE and the SPOT. Please
specify different directory names for these resources.
Explanation: An attempt was made to create the same file system twice: once for an lpp_source and once for a
SPOT.
User response: Specify a different directory for either the lpp_source or the SPOT. This will cause different file
systems to be created for the resources. If a new file system really should be created to contain both resources, then
only specify that the file system should be created for one of the resources, but specify the same directory for both
resources.
0042–244 String : **** You can not create the same filesystem for the LPP_SOURCE and the
Diskless/Dataless resources. Please specify different directory names for these resources.
Explanation: An attempt was made to create the same file system twice: once for an lpp_source and once for
diskless/dataless machine resources.
User response: Specify a different directory for either the lpp_source or the diskless/dataless resources. This will
cause different file systems to be created for the resources. If a new file system really should be created to contain
both sets of resources, then only specify that the file system should be created for one of the resources, but specify
the same directory for both resources.
0042–245 String : **** You can not create the same filesystem for the SPOT and the Diskless/Dataless
resources. Please specify different directory names for these resources.
Explanation: An attempt was made to create the same file system twice: once for a SPOT and once for
diskless/dataless machine resources.
User response: Specify a different directory for either the SPOT or the diskless/dataless resources. This will cause
different file systems to be created for the resources. If a new file system really should be created to contain both sets
of resources, then only specify that the file system should be created for one of the resources, but specify the same
directory for both resources.
0042–246 String : Not enough space on String . Try specifying different volume groups for the filesystems
that you are creating.
Explanation: Not enough space on the volume group to create the specified file system.
User response: Specify a different volume group for the file system to be created and try the operation again.
0042–251 String : A route cannot be added to String because a required default route for String is missing.
Add a default route to String and try this operation again.
Explanation: A route cannot be added to the network, because a required default route is missing. Add a default
route to the network, and try this operation again.
User response: Add a default route to the network specified in the error message, and retry the operation.
0042–253 String : You cannot use the net_definition attribute when the find_net keyword is not specified as
the first field of the if attribute. You specified String instead of find_net
Explanation: You cannot use the net_definition attribute when the find_net keyword is not specified as the first
field of the if attribute.
User response: The net_definition attribute is invalid when using a known network in the if attribute. Specify the
find_net keyword in the if attribute, or omit the net_definition attribute, and retry the operation.
0042–254 String : Invalid format for the specified value of net_definition String The value of the attribute
should be as follows: [ ] [ ] [ ] where: = network type (one of tok, ent, fddi, etc.) = dotted decimal
subnet mask for the network = optional default gateway ip address or hostname used by the
machine being defined to communicate with the master = optional default gateway ip address or
hostname used by the master to communicate with clients on other subnets = optional name to
be given to the NIM definition created for the network. (A unique default name is used otherwise.)
If you wish to specify and if or are not applicable, specify 0 in their place. If is 0, cannot be
non-zero.
Explanation: Invalid format for the specified value of net_definition. The value of the attribute should be as follows:
NetType
Network type (for example, tok, ent, fddi, etc.).
If you want to specify NetName and if Client_gwName or Master_gwName are not applicable, specify 0 in their place.
If Client_gwName is 0, Master_gwName cannot be nonzero.
User response: Correct the syntax error, and retry the operation.
0042–255 String : The master already has a default route and the gateway which you specified as being the
default for the master is different from that which is already defined: String Use the change
operation if you wish to modify the master’s default gateway.
Explanation: The master already has a default route, and the gateway you specified as being the default for the
master is different from that which is already defined. Use the change operation if you want to modify the master’s
default gateway.
User response: To change the default gateway for a network, use the following command:
nim -o change -a routingX="default GtName" NetName
where X is the sequence number for the routing attribute; GtName is the default gateway to use; and NetName is the
name of the master’s network.
0042–256 String : A default route already exists for the network String You may modify the default gateway
but you cannot define more than one default route.
Explanation: A default route already exists for the network. You can modify the default gateway, but you cannot
define more than one default route.
User response: To change the default gateway for a network, use the following command:
nim -o change -a routingX="default GtName" NetName
where X is the sequence number for the routing attribute; GtName is the default gateway to use; and NetName is the
name of the network to modify.
0042–257 String : You cannot specify the net_definition attribute without specifying the if attribute when
changing a machine definition.
Explanation: You cannot specify the net_definition attribute without specifying the if attribute when changing a
machine definition.
User response: The net_definition must reference a machine interface, so specify an if attribute when using the
net_definition attribute.
0042–258 String : You cannot specify the net_definition attribute when creating or modifying more than one
if attribute in the same change operation. Use two separate operations.
Explanation: You cannot specify the net_definition attribute when creating or modifying more than one if attribute in
the same change operation. Use two separate operations.
User response: To avoid ambiguity, manipulate only one machine interface (if attribute) at a time when using the
net_definition attribute.
0042–260 String : The default attribute is only applicable when manipulating a resource group.
Explanation: The default attribute is only applicable when manipulating a resource group.
User response: Setting the default=yes/no attribute on a resource group makes it the default set of resources to
use in NIM operations. The default attribute is invalid when used as an attribute in other NIM operations.
0042–261 String : Illegal use of the async attribute. This attribute may only be specified for the lppchk
operation when the target is a standalone machine or a group of standalone machines.
Explanation: Illegal use of the async attribute. This attribute can only be specified for the lppchk operation when
the target is a standalone machine or a group of standalone machines.
User response: Omit the async attribute when performing the lppchk operation, unless the target is a standalone
machine or a group of standalone machines.
0042–262 String : The filename of the client definition file is missing for this operation.
Explanation: The file name of the client definition file is missing for this operation.
User response: Specify the client definition file that should be used to add machines to the NIM environment.
0042–264 String : The image source String that was used to define the lpp_source is missing one or more
of the following requested packages: String
Explanation: The image source that was used to define the lpp_source is missing one or more requested
packages.
User response: Installation images were not copied into the lpp_source directory. The source for installation images
may not contain all of the filesets specified to populate the lpp_source. Copy the missing installation images to the
lpp_source directory, and then perform the NIM check operation on the lpp_source.
0042–265 String : The image source String that was used to define the lpp_source is missing one or more
of the following from the list of default packages: String
Explanation: The image source that was used to define the lpp_source is missing one or more items from the list of
default packages.
User response: Installation images were not copied into the lpp_source directory. The source for installation images
may not contain all of the default filesets used to populate the lpp_source. Copy the missing installation images to the
lpp_source directory, and then perform the NIM check operation on the lpp_source.
0042–266 String : The following requested packages are missing from the defined lpp_source: String
Explanation: Requested packages are missing from the defined lpp_source.
User response: Installation images were not copied into the lpp_source directory. The fileset names may have
been specified incorrectly, or the source for installation images may not contain all of the specified filesets. Copy the
0042–267 String : The defined lpp_source does not have the simages attribute because one or more of the
following packages are missing: String
Explanation: The defined lpp_source does not have the simages attribute, because one or more packages are
missing.
User response: Copy the missing installation images to the lpp_source directory, and perform the NIM check
operation on the lpp_source to add the simages attribute.
0042–268 String : The operation cannot be performed because all members of the target group specified
are currently excluded from operations on the group. You must unmark (or include) excluded
group members before proceeding.
Explanation: The operation cannot be performed, because all members of the target group specified are currently
excluded from operations on the group. You must unmark (or include) excluded group members before proceeding.
User response: Perform the NIM select operation on the group to include members in further operations.
0042–269 String : Only one verification mode may be specified for this operation.
Explanation: Only one type of verification can be performed at a time when verifying installed filesets on a NIM
client.
User response: Disable or deselect all but one verification option and try the operation again.
0042–270 String : The String operation is only supported on SPOTs and NIM clients installed with a version
and release level of 4.2 or greater.
Explanation: The operation is only supported on SPOTs and NIM clients installed with a version and release level of
AIX 4.2 or greater.
User response: The NIM client fileset on the target is at an earlier level and does not support the attempted
operation. The client software on the target must be upgraded before the operation can be performed.
0042–271 String : A resource matching the type of String is already allocated to String . You cannot allocate
more than one resource of this type to a machine.
Explanation: A resource matching the type is already allocated. You cannot allocate more than one resource of this
type to a machine.
User response: Deallocate the first resource before attempting to allocate the second. It may be necessary to reset
the machine before the resource can be deallocated.
0042–272 String : String cannot be specified as a value for default_res because it is not a valid NIM
resource group.
Explanation: A value specified is not a valid value for default_re because it is not a valid NIM resource group.
User response: Specify a different resource group for the default_res attribute, or correct the resource group in
question.
0042–273 String : ’ String ’ cannot be specified as the location for the mksysb image because it is a
directory. You must specify the filename where the mksysb image currently resides or will reside
after creation.
Explanation: A value specified cannot be used as the location for the mksysb image because it is a directory. You
must specify the filename where the mksysb image currently resides or will reside after creation.
User response: Specify a file name instead of a directory for the location of the mksysb resource.
0042–275 String : Unable to obtain possession of the lock file String . If no NIM operations are currently in
progress remove the file and repeat the operation.
Explanation: Unable to obtain possession of a lock file. If no NIM operations are currently in progress, remove the
file and repeat the operation.
User response: Use the ps -ef | grep nim command to list the running NIM processes on the system. If any NIM
processes other than the nimesis daemon are running, wait for them to finish and then remove the file specified by
the error message.
0042–276 String : The String fileset must be installed before this operation can be performed.
Explanation: A file set must be installed before this operation can be performed.
User response: Install the file set listed in the error message before retrying the operation. Generally, the fileset
needs to be installed on the client system. However, depending on the operation being performed, the NIM master
may also need to have the fileset installed before the operation will succeed.
0042–277 String : diskless and dataless machines cannot be defined with a primary network install
interface residing on a generic NIM network. It is presumed that a network adapter defined on a
generic NIM network does not support network boot.
Explanation: Diskless and dataless machines cannot be defined with a primary network install interface residing on
a generic NIM network. It is presumed that a network adapter defined on a generic NIM network does not support
network boot.
User response: To define the systems as diskless or dataless clients, they must first be connected to a NIM network
that is known to support network boot, such as ethernet, token-ring, or FDDI.
0042–278 String : The interface specified does not correspond to a network adapter that is known to
support network boot. As a result, the NIM master has been defined on a generic NIM network.
Network boot dependent operations, such as base operating system installation, will not be
possible on any NIM client whose primary network install interface is defined on the same
network as the NIM master.
Explanation: The interface specified does not correspond to a network adapter that is known to support network
boot. As a result, the NIM master has been defined on a generic NIM network. Network boot-dependent operations,
such as base operating system installation, will not be possible on any NIM client whose primary network install
interface is defined on the same network as the NIM master.
User response: Operations that rely on network boot capability cannot be performed on clients on generic NIM
networks. Such operations must be performed using local media on the system.
0042–279 String : The interface specified maps to a subnet which has been defined as a generic NIM
network. It will not be possible to perform network boot dependent operations, such as base
operating system installation, on the machine definition created by this operation.
Explanation: The interface specified maps to a subnet which has been defined as a generic NIM network. It will not
be possible to perform network boot-dependent operations, such as base operating system installation, on the
machine definition created by this operation.
User response: Operations that rely on network boot capability cannot be performed on clients on generic NIM
0042–280 String : Specify a complete date and time for the scheduled operation in the form:
YYMMDDhhmm.
Explanation: Specify a complete date and time for the scheduled operation in the form: YYMMDDhhmm.
User response: Use the format described in the error message to correctly schedule a date and time for the
operation.
0042–281 String : The /usr filesystem on the specified server cannot be converted to a NIM SPOT. Either the
RM_INST_ROOTS variable was set to yes in a bosinst.data file during initial installation of the
machine or inurid -r was invoked at some time subsequent. The only way to create a SPOT on
this machine is to specify the location to be something other than /usr or re-install the machine
and then create a SPOT in /usr.
Explanation: The /usr file system on the specified server cannot be converted to a NIM SPOT. Either the
RM_INST_ROOTS variable was set to yes in a bosinst.data file during initial installation of the machine or inurid -r
was subsequently invoked. The only way to create a SPOT on this machine is to specify the location to be something
other than /usr or reinstall the machine and then create a SPOT in /usr.
User response: The system is unable to support the creation of a /usr SPOT. A non-/usr SPOT may be created on
the system by specifying a different value for the location attribute.
0042–282 String : The BOS installation has been enabled but could not be initiated because the following
file was not found on the target: String To start the installation do ONE of the following: 1. initiate
a network boot operation from the target 2. correct the state of the target with NIM’s reset
operation and invoke the bos_inst operation again either: a) using the Force Push option (-a
force_push=yes), or b) after installing and configuring the bos.sysmgt.nim.client fileset on the
target.
Explanation: The BOS installation has been enabled but could not be initiated, because the following file was not
found on the target. To start the installation, do one of the following:
1. Initiate a network boot operation from the target.
2. Correct the state of the target with NIM’s reset operation and invoke the bos_inst operation again using one of
the following:
a. The Force Push option (-a force_push=yes)
b. After installing and configuring the bos.sysmgt.nim.client fileset on the target.
User response: The NIM client fileset is not properly installed and configured on the target system. Follow the
directions specified in the error message to correct the problem.
0042–283 String : The existence of the file String on the server String indicates that a NIM SPOT may still be
mounted in a subdirectory of String which will be removed by this operation. Before attempting
this operation again, unmount the SPOT’s directory along with any other directories that may be
mounted beneath the directory being removed. FAILURE TO DO SO WILL RESULT IN LOSS OF
DATA ON THE SPOT SERVER!
Explanation: The existence of a file on the server indicates that a NIM SPOT may still be mounted in a subdirectory
which will be removed by this operation. Before attempting the operation again, unmount the SPOT’s directory along
with any other directories that may be mounted beneath the directory being removed.
Failure to do so will result in loss of data on the SPOT server.
User response: A SPOT operation failed, and NIM was unable to unmount all the directories mounted into the
SPOT. Manually unmount the directories specified in the error message before retrying the operation. The mount
command can be used to list the directories mounted on the system, and the unmount command can be used to
unmount directories. Use the -f option with the unmount command if necessary to force the unmount.
0042–324 String : Unable to complete this operation. Defined resource and server must have the same
architecture when the OS level of the server specified is less than String .
Explanation: Cross-platform resources and operations are not allowed on servers with an operating system level
prior to AIX 5.1.
User response: Try performing operation on a server with an operating system level of AIX 5.1 or later.
0042–325 String : This operation requires that the resource and server be of the same architecture.
Explanation: To perform the operation, the resource and server must be of the same architecture.
User response: Perform the operation with a server and resource of the same architecture.
0042–326 String : This operation requires that the architecture supplied by the user match the architecture
value of the source resource.
Explanation: If an architecture value is specified during the creation of a cross-platform resource, then it should
correctly identify the architecture of the source being used.
User response: Give the correct architecture of the resource or do not specify an architecture when defining the
resource.
0042–327 String : An existing SPOT is necessary when creating a SPOT resource with an architecture
different from its server.
Explanation: Cross-platform SPOT resources may only be created from an existing SPOT resource.
User response: Use an existing cross-platform SPOT as the source to create the new SPOT resource.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-004 errdead
errdemon
errstop
021-023 errclear
errpt
024-040 For more information, see Error-Logging Overview in AIX 5L Version 5.3 General Programming
Concepts: Writing and Debugging Programs.
041-073 errupdate
080-097 errclear
errinstall
errmsg
errpt
098 errclear
errpt
099-100 errdemon
101 errdemon
errpt
102 errdemon
errlog
errlogger
103-106 errpt
107 errlogger
108-119 errpt
120-130 errdemon
132 errclear
errpt
133 errclear
134-136 errpt
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001–040 bsh
0402–001 Error Recovery Information
0402–002 Error Recovery Information
0402–004 Error Recovery Information
0402–011 Error Recovery Information
0402–021 Error Recovery Information
0402–026 Error Recovery Information
041–043 apply
044 env
045–050 expr
051–062 xargs
070 expr
083 xargs
100–102 bsh
110–111 getopt
140–145 syscall
150–155 test
Note: To save the shell script, you need write permission to the file. You may need to use the su command to
change to the root user or to a user who has write permission.
2. Restart your system to remove the trap.
where Path is the path name of the command you tried to run, but you do not have execute permission for the
command.
User response:
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-004 ksh
005 ksh
open, openx, or creat subroutine
link subroutine
0403-005 Error Recovery Information
006-019 ksh
0403-011 Error Recovery Information
021-022 ksh
027 ksh
029-022 ksh
035-037 ksh
039-059 ksh
065 ksh
067-068 ksh
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001–025 sysdumpdev
sysdumpstart
026–042 sysdumpdev
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001–011 trace
trcdead
trcoff
trcon
trcstop
012–036 trcrpt
trcupdate
040–041 trace
trcdead
trcoff
trcon
trcstop
061–069 trcrpt
trcupdate
070–072 trace
trcdead
trcoff
trcon
trcstop
073–075 trcrpt
076 trcdead
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000-099 installp
0503–006 Error Recovery Information
0503–020 Error Recovery Information
100-129 geninstall
130-151 gencopy
200-308 ckprereq
installp
400-500 installp
600-619 bffcreate
620-629 inucp
630-639 inutoc
700-709 inurest
710-719 inusave
750-799 installp
810-825 get_license_info
826-840 instfix
841-886 mkinstallp
makebff
960-970 vpdadd
0503–006 Cannot create the directory DirectoryName. Check path name and permissions.
Explanation: When installing or rejecting your software, your command specified a directory to which you do not
have write access.
User response: If you are not logged in as the root user, log in as root user and reissue your command.
OR
Edit the /etc/filesystems file to check if the file system where the directory is located is mounted as read-only. If the
file system is mounted as read-only, change the access to read-write by doing the following:
1. Unmount the file system by using the unmount command.
2. Mount the file system by using the mount command.
3. Reissue your command.
0503–020 There is not enough disk space for installation of the software on file system FileSystem
Explanation: You were unable to install the software on the specific file system indicated in the error message
because you ran out of space.
User response: If you are installing software using the command line, add the -X flag to your command in order to
extend the size of the file system.
OR
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001–051 installp
100–199 lslpp
200–299 lppchk
300–333 lslpp
999 installp
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000–011 ps
0509-004 Error Recovery Information
0509-005 Error Recovery Information
0509-010 Error Recovery Information
0509-011 Error Recovery Information
012–015 kill
0509-013 Error Recovery Information
0509-015 Error Recovery Information
016–017 killall
018 nice
0509-018 Error Recovery Information
019 nohup
0509-019 Error Recovery Information
020 sleep
021–037 loadquery subroutine
0509-029 Error Recovery Information
038–041 renice
0509-039 Error Recovery Information
0509-040 Error Recovery Information
0509-041 Error Recovery Information
042–049 ps
0509-048 Error Recovery Information
050–051 kill
060–061 ps
0509–011 An error occurred on the write process. Check path name and permissions.
Explanation: The ps command failed in writing to the internal database file even though it succeeded in opening the
file.
User response: Ensure that the correct /etc file is mounted in the file system and has enough space by doing the
following:
1. Enter the df /etc command to check if the /etc file is mounted and how much of the file system is being used.
2. If the file system is full, remove unnecessary files or increase the size of the file system by using System
Management Interface Tool (SMIT).
3. Reenter the ps command.
Note: You can use the kill command only on processes that you own. You may need to enter the su command to
change to the root user (who owns all processes) or to the user who owns the process you want to stop.
Note: The nohup command creates a nohup.out file in the current directory. If the nohup.out file already exists, the
output from the nohup command is appended to the existing file.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001–038 cpio
0511-023 Error Recovery Information
0511-037 Error Recovery Information
0511-038 Error Recovery Information
039–065 dd
0511-051 Error Recovery Information
0511-053 Error Recovery Information
066–069 flcopy
070–078 tctl
079–099 backup
0511-079 Error Recovery Information
0511-080 Error Recovery Information
100–161 restore
0511-123 Error Recovery Information
0511-133 Error Recovery Information
0511-160 Error Recovery Information
162–199 tar
0511-169 Error Recovery Information
0511-193 Error Recovery Information
0511-195 Error Recovery Information
202–259 rdump
274–365 restore
367–425 rdist
430–444 backup
0511-432 Error Recovery Information
461–462 cpio
470–471 backup
472–502 restore
550–555 tcopy
600–667 pax
900–902 cpio
903–905 dd
0511-903 Error Recovery Information
Note: Do not use the -B flag if the tape device block size is 4096.
Problem determination: The tape is damaged.
User response: Check the error log for tape errors by using the errpt -a command.
Then, specify the value of the bs, ibs, or obs flag as a multiple of the block size.
Problem determination: The value specified for the fskip flag is greater than the number of end-of-file marks on the
tape.
User response: Use the tcopy command to check the number of files or records that can be accessed on tape.
Specify the obs or bs parameter with a value that is a multiple of the tape block size.
Problem determination: You attempted to write data to a diskette with the dd command, but the length of the data
was greater than the capacity of the diskette.
User response: If the data is greater than the capacity of the diskette, use a different medium.
Note: You can use the lsattr command to verify the physical block size of the device as follows:
lsattr -l rmt# -E
Problem determination: From the command line, you issued the following command:
find File -print| backup -ivf FileSystem/FileName
OR
v Use a different tape or disk to run the backup.
You can also change the block size by selecting the SMIT Devices -> Tape Drive -> Change/Show Characteristics
of a Tape Drive menu options. Select the appropriate drive and change the block size.
Problem determination: The backup medium is damaged.
User response: Check the error log for tape errors as follows:
errpt -a
OR
v Use the chdev command to change the block size, for example:
chdev -1 rmt0 -a block size=0
Problem determination: The tape is damaged.
User response: Check the error log for tape errors as follows:
If a block size of 4096 is desired, specify the -b flag with a value of 8 or multiple of 8, or run the chdev command to
change the tape block size, as follows:
chdev -1 rmt0 -a block size=1024
Note: You can use the lsattr command to verify the physical block size of the device as follows:
lsattr -l rmt# -E
Problem determination: From the command line, you issued the following command:
find File -print| backup -ivf FileSystem/FileName
OR
v Use a different tape or disk to run the backup.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
004-015 mksysb
0512-004 Error Recovery Information
0512-005 Error Recovery Information
0512-009 Error Recovery Information
016 bosboot
0512-016 Error Recovery Information
017 mksysb
018, 020 mkszfile
0512–004 The /FileName file does not exist. System backup canceled
Problem determination: The / or /tmp file system is not large enough.
User response: Extend the file system. For information on extending file systems, see File System Management
Tasks in Operating system and device management.
Problem determination: You ran the mksysb command outside of SMIT without running the mkszfile command
first.
User response: Run the mkszfile command and then run the mksysb command again.
Note: If SMIT was used to do the system or volume group backup, then check the smit.log file for errors.
Problem determination: A file was removed during the system or volume group backup.
User response:
v Quiesce the system and rerun the backup.
OR
v Verify the backup tape. For more information, see Backup Files and Storage Media in CHECK THIS LINK--was AIX
5L Version 5.3 System User’s Guide: Operating System and Devices.
OR
mkinsttape /dev/device failed with return code Number
Problem determination: The media is write-protected (return code 2).
User response: Ensure that the media is not write-protected.
Problem determination: There is not enough space in the file systems (return code 5 or 1).
User response: Extend the file system. The / directory must have at least 500 1 KB blocks. The /tmp directory must
have at least 7400 1 KB blocks, and the /usr directory must have at least 4000 1 KB blocks. For information on
extending file systems, see File System Management Tasks in Operating system and device management.
Problem determination: The tape is defective (return code 11).
User response: Replace the tape.
Problem determination: The /usr/lib/boot/unix directory is damaged (0 length), or the link to the /unix directory is
missing (return code 52 or 45).
User response: Restore the directories from the original tape or create the missing link to the /unix directory.
Problem determination: The tape drive cannot be written to or the /dev/blv/ directory cannot be read. This can be
caused by an incorrect density setting for the tape-drive/tape-type/device-name combination, dirty tape drive heads, or
a tape drive hardware problem.
User response: Ensure the status of the tape drive. If cleaning the tape drive heads does not correct the problem,
contact your system administrator.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000-017 chdev
lsattr
lsconn
lsdev
lsparent
mkdev
restbase
rmdev
savebase
018 chdev
lsattr
lsconn
lsdev
lsparent
mkdev
restbase
rmdev
savebase
0514-018 Error Recovery Information
019-021 chdev
lsattr
lsconn
lsdev
lsparent
mkdev
restbase
rmdev
savebase
022 0514-022 Error Recovery Information
031 0514-031 Error Recovery Information
040 0514-040 Error Recovery Information
047 0514-047 Error Recovery Information
050 0514-050 Error Recovery Information
060-061 cfgmgr
062 cfgmgr
0514-062 Error Recovery Information
063 cfgmgr
0514-063 Error Recovery Information
064-076 cfgmgr
0514–018 The values specified for the following attributes are not valid
Problem determination: From the command line, you specified an attribute that is out of the range of legal values.
User response: Verify the attributes in your command to be sure they are in legal range by running the lsattr -R
command to display the range of legal attribute values for that specific device, run your command with the correct
attributes.
Problem determination: The Object Data Management (ODM) database is damaged.
User response: Verify that your ODM database is not damaged. If it is, do the following:
1. Try replacing the PdAt file by copying the PdAt file from another system that has the same release level as your
system, either through the network by running the ftp command or through a diskette by using the backup and
restore commands.
2. Restore the file, making sure that it preserves the permission code, ownership, and the location of your previous
file.
3. Reenter your command.
where aa-bb-cc-dd is the location code (found in step 1). The location code can range from 2 to 12 characters in
length. The name of the device is displayed, along with its present status.
4. With the information from steps 1 and 2, either delete the existing device from the specified location and add the
new device, or add the new device at a different location.
0514–050 Cannot perform the requested function because the specified device was not detected
Explanation: The device you are trying to add is not attached to your system or has hardware problems.
User response: If your device is connected to a serial port, check to see if it is plugged in to the correct serial port,
then rerun your command. If you suspect there is a hardware problem, do the following:
1. Verify that your cables are attached correctly.
2. Verify that your device is turned on.
3. Run diagnostics by using the diag command.
0514–062 Cannot perform the requested function because the specified device is busy
Explanation: You specified a device that is being used by one or more processes.
User response: Verify that you selected the correct device. If that is not the problem, remove the process that is
allocating your device by doing the following:
1. Run the ps -ef command to determine which process is using the device you specified.
2. Remove the process by using the kill command.
If your device is still busy, run your command in single-user mode by doing the following:
1. Run the shutdown -m command. Wait for the login prompt.
2. After you log in, rerun your command.
If that does not resolve the problem, reboot your system by doing the following:
1. Use the sync command to update your i-node table.
2. Run the shutdown -Fr command. Wait for the login prompt.
3. After you log in, rerun your command.
0514–521 Cannot find information in the predefined device configuration database for the customized
device: DeviceName
Explanation: Your predefined device configuration database PdDv file, located in the /usr/lib/objrepos file, is
damaged.
User response:
1. Replace the PdDv file by copying the PdDv file from another system that has the same release level as your
current system, either through the network by running the ftp command, or through a diskette, by using the
backup and restore commands. When you restore the file, make sure that it preserves the permission code,
ownership, and the location of your previous file.
2. Reenter your command.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000-699 chlv
chpv
cplv
exportvg
extendlv
extendvg
importvg
lslv
lspv
lsvg
migratepv
mklv
mklvcopy
mkvg
reducevg
reorgvg
rmlv
rmlvcopy
syncvg
varyoffvg
varyonvg
0516-005 Error Recovery Information
0516-010 Error Recovery Information
0516-013 Error Recovery Information
0516-022 Error Recovery Information
0516-304 Error Recovery Information
0516-306 Error Recovery Information
0516-320 Error Recovery Information
0516-366 Error Recovery Information
0516-404 Error Recovery Information
700-719 chlv
720-725 chpv
730-732 chvg
740-759 cplv
760-773 exportvg
774-784 importvg
785-789 extendlv
0516-787 Error Recovery Information
790-799 extendvg
0516-794 Error Recovery Information
800-819 migratepv
820-839 mklv
0516-822 Error Recovery Information
840-859 mklvcopy
860-879 mkvg
880-899 reducevg
910-919 rmlv
0516–005 String: The physical volume is already a member of the requested volume group
Problem determination: You attempted to add a physical volume to a volume group, but you specified a physical
volume that is already a member of the volume group.
User response: Ensure that the physical volume you specified is not already a member of the volume group by
doing the following:
1. Enter the lsvg -p VolumeGroupName command to list the members of the volume group.
2. Reenter the extendvg command to add a physical volume to a volume group, and specify a valid physical volume
that is not a member of the volume group.
3. Update the ODM database with information from the VGDA.
Problem determination: You attempted to add a physical volume to a volume group, and a discrepancy exists
between the volume group descriptor area (VGDA) and the Object Data Manager (ODM). If the VGDA does not match
the ODM, the 0516-320 error message displays, even though the physical volume is actually a member of a volume
group.
User response: If the physical volume is a member of the volume group but error message 0516-320 is displayed
anyway, enter the following command to update the ODM database with information from the VGDA. The VGDA
contains current information.
redefinevg -d PhysicalVolumeName VolumeGroupName
0516–013 The volume group cannot be varied on because there are no good copies of the descriptor area
Explanation: Most of the volume group descriptor area (VGDA) cannot be accessed or is damaged.
User response:
v Verify that one of the disks where the volume group is located is available by doing the following:
OR
v Shut down your system and check for any loose or faulty cables around the fixed-disk area by doing the following:
1. Check your adapters and power sources.
2. Reboot your system and enter your command again.
OR
v For volume groups with multiple physical volumes, do the following:
Note: This procedure should be used as a last resort because data integrity cannot be guaranteed.
1. If the varyon operation reports a missing physical volume, use the chpv -vr command to temporarily remove
the volume from the volume group.
2. Reissue your command to make the volume group partially available.
3. After the problem is corrected and the physical volume is brought back online, issue the chpv -va command to
return the physical volume and make it available again to the volume group.
Note: Use the importvg command only if the volume group definition was previously exported using the
exportvg command.
Note: You must change the number of logical volume partitions before you can extend or increase the logical volume.
Problem determination: From the command line, you used the extendlv command (or the chfs command, which
calls the extendlv command) to try to increase the logical volume size beyond the maximum number of logical
partitions.
User response: Use the chlv command to change the number of logical volume partitions by doing the following:
1. Increase the maximum number of logical volume partitions for the named logical volume with the chlv command,
as follows:
chlv -x MaximumLogicalPartitions LogicalVolumeName
2. Rerun the chfs command or the extendlv command.
Note: You must change the number of logical volume partitions before you can extend or increase the logical volume.
Note: The mkvg and extendvg commands are for disks without data. If the disk contains data, use the importvg
command rather than the mkvg command or the extendvg command.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-022 chps
lsps
mkps
rmps
swapon
030-031 chps
040-044 lsps
050-051 mkps
060-062 rmps
070-072 swapon
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000-025 odmcreate
100-105 odmdrop
200-217 odmchange
300-307 odmdelete
401-417 odmadd
501-509 odmget
601-603 odmshow
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000-004 odmadd
odmchange
odmcreate
odmdelete
odmdrop
odmget
odmshow
0519-002 Error Recovery Information
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
Note: The timed daemon should be controlled using the System Resource Controller (SRC) or the System
Management Interface Tool (SMIT). Entering the timed daemon on the command line is not recommended.
Note: The getlvodm command is an internal command. There is no man page available.
2. Reenter the vmstat command, specifying a valid physical volume or volumes.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000-144 ex
145 vi
0602-145 Error Recovery Information
146-173 ex
174 ctags
300-366 ed
400-429 sed
500-595 awk
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-002 fgrep
003-006 egrep
007-031 find
0652-019 Error Recovery Information
032-035 grep
0652-033 Error Recovery Information
036 head
037-039 look
040-041 od
042-043 tail
044 tee
045-048 touch 0652-048 Error Recovery Information
049-054 cat
0652-050 Error Recovery Information
055-080 bfs
081-084 find
088 head
100-108 more
110-139 pg
140-141 which
142 strings
Note: You might need to repeat one or both of the recovery procedures presented here because permission problems
might exist in multiple directories under which the file resides.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-010 bdiff
015-016 chroot
023 cmp
030-031 colrm
038 comm
050-079 compress
100-116 csplit
130-137 cut
145-146 devnm
155-156 dircmp
175-178 du
190-192 expand
197 fold
200-210 format
230-249 install
270-276 install command (BSD)
285-290 join
293-294 link
300-310 li
0653-309 Error Recovery Information
340-345 ls
0653-341 Error Recovery Information
355-358 mkdir
360-361 mknod
400-403 mv
0653-401 Error Recovery Information
417-424 ln
433-440 cp
451-457 newform
465-471 nl
480-483 paste
500-513 pack
535-540 pcat
550-556 pr
565-572 proto
582 rev
600-603 rm
0653-603 Error Recovery Information
606-607 del
609 rm
0653-609 Error Recovery Information
610-611 rmdir
del
rm
0653-611 Error Recovery Information
Note: The chmod 777 command gives read, write, and execute permissions to all users. To avoid this situation,
see File and Directory Access Modes in CHECK THIS LINK--was AIX 5L Version 5.3 System User’s Guide:
Operating System and Devices for more information about files and directories.
Problem determination: You used the sort -T command to specify a directory that does not exist.
User response: Use the -T flag to specify an existing directory.
Problem determination: You used the sort -T command to specify a directory for which you do not have write
permission.
User response: As the root user or as a user with correct permissions, run the chmod 777 /DirectoryName
command to give yourself write permission to the directory specified by the -T flag.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
100-110 dump
200-212 nm
301-306 size
400-425 strip
501-505 tsort
654-603 ranlib
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001 cal
002-004 factor
005-008 units
009 cal
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-037 learn
101-109 catman
201 man
203 man
301, 303-311 man
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-005 bc
006-011 dc
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-972 ld
0706-010 Error Recovery Information
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
0781-001 qconfig
0781-002 through digest
0781-020 0781-012 Error Recovery Information
0781-017 Error Recovery Information
021-056 enq
0781-035 Error Recovery Information
0781-039 Error Recovery Information
0781-046 Error Recovery Information
0781-047 Error Recovery Information
0781-048 Error Recovery Information
0781-050 Error Recovery Information
057-058 pac
059-100 qdaemon
0781-063 Error Recovery Information
0781-088 Error Recovery Information
0781-100 Error Recovery Information
101-108 enq
0781-102 Error Recovery Information
0781-104 Error Recovery Information
109-175 cancel
digest
disable
enable
enq
lp
lpd
lpq
lpr
lprm
lpstat
lptest
pac
qadm
qcan
qchk
qdaemon
qpri
qprt
qstatus
rembak
0781-113 Error Recovery Information
0781-117 Error Recovery Information
0781-132 Error Recovery Information
0781-156 Error Recovery Information
0781-161 Error Recovery Information
0781-162 Error Recovery Information
Include a tab before the device keyword and one space on each side of the equal sign (=).
OR
Note: Make sure the device and backend lines include a tab before the device and backend keywords, and a
space before and after the equal sign (=).
4. Save the file
Problem determination: The device name is incorrect.
User response: If the device name is incorrect, do the following:
1. Determine which file caused the error message by looking at the preceding error message.
2. Edit the ConfigFileName file with a text editor, ensuring the device name is correct.
3. Save the file.
Note: The system checks the LPDEST environment variable first; if it is set, it is used. If the LPDEST environment
variable is not set, the PRINTER environment variable is checked.
1. Determine the name of existing queues or printers by running one of the following commands at the command
line:
v lpstat to list all the queues and corresponding devices defined for the system.
v lsallq to list all configured queues.
OR
LPDEST=NewValue; export LPDEST
v If you are in csh (C) shell, run one of the following commands:
setenv PRINTER=NewValue
OR
setenv LPDEST=NewValue
v If you are in ksh (Korn) shell, run one of the following commands:
export PRINTER=NewValue
OR
export LPDEST=NewValue
3. Verify the current value of the PRINTER or LPDEST environment variables by running one of the following
commands:
echo $PRINTER
OR
echo $LPDEST
Note: The job number might not exist because the job has already printed or because you entered an invalid job
number. If the job number is valid, ensure that you either own the job or are logged in as root. If you are not
logged in as root, you cannot delete or modify jobs issued by other users.
v Using SMIT, list jobs in the queues by selecting the Spooler (Print Jobs)--> Show the Status of Print Jobs
option. In the Show the status of ALL printjobs? field, select Yes and then press Enter. A table of print job
numbers and user IDs displays.
Problem determination: You tried to change the priority of a print job or delete a print job that does not belong to
you.
User response: Ensure that the print job belongs to you. Check your user log on identity. At the command line, type
the whoami command (with no spaces) to display the current user name. Type the who am i command (with spaces
separating the words) to display the user identity initially used to begin the current logon session. To delete or change
the priority of a print job, you must either own the print job or be logged in as the root user. Use the su command to
change users, if needed.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-003 mesg
004-009 news
0803-005 Error Recovery Information
0806-006 Error Recovery Information
0803-007 Error Recovery Information
0803-008 Error Recovery Information
0803-009 Error Recovery Information
010-011 wall
0803-011 Error Recovery Information
012-019 writesrv
020-023 msgs
024-050 write
051 writesrv
052-076 confer
0803-058 Error Recovery Information
0803-059 Error Recovery Information
0803-062 Error Recovery Information
0803-073 Error Recovery Information
0803-074 Error Recovery Information
0803-076 Error Recovery Information
Note: A symbolic link exists between the /usr/news and the /var/news directories. If the link between these
directories is broken, error message 0803-007 displays. If the permissions are correct on /usr and /usr/news,
see Error Message 0803-007.
Note: The wall command continues to run and to broadcast the intended message to all other valid logged-in users.
Thus, it might not be necessary to reenter the command.
For more information on how to stop processes, see Processes Overview in CHECK THIS LINK--was AIX 5L Version
5.3 System User’s Guide: Operating System and Devices.
Note: You cannot recover the transcript of this conference. These procedures allow you to receive a transcript of your
next conference.
Problem determination: The /tmp directory is full.
User response: Remove unnecessary files from your /tmp directory by running the df command and examining the
%used column to see if the /tmp directory is full. If the directory is full, use the rm command to remove unnecessary
files in the /tmp directory.
Problem determination: You do not have write-execute permissions to the /tmp directory.
User response: Obtain write-execute permissions to the /tmp directory.
Note: This error is usually generated by the confer command. However, it can also be generated by the joinconf
command if the joinconf command calls the confer command.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-007 cfgif
014-035 defif
038-047 definet
055-059 no
0821-058 Error Recovery Information
062-077 ping
0821-069 Error Recovery Information
0821-073 Error Recovery Information
078-082 stpinet
089-095 sttinet
102-111 cfgif
cfginet
chgif
chginet
defif
definet
stpinet
sttinet
ucfgif
ucfginet
udefif
udefinet
118-126 udefif
133-142 udefinet
149-151 ucfgif
189-200 cfginet
206-218 chginet
0821-216 Error Recovery Information
222 chgif
223-230 chgif
0821-223 Error Recovery Information
231 arp
0821-231 Error Recovery Information
232-249 arp
0821-233 Error Recovery Information
256-260 ucfginet
266-268 hostname
0821-267 Error Recovery Information
274-289 route
291-299 slattach
500-518 ifconfig
519-535 Required SCSI Adapter Device Driver ioctl Commands in Kernel Extensions and Device Support
Programming Concepts.
536-553 ifconfig
600 syslogd
Note: The no command does not perform range-checking; therefore, it accepts all values for variables. If used
incorrectly, the no command might cause your system to become inoperable.
Note: Be careful when using the -f flag with the ping command; it can place large loads on the network. The -f flag is
incompatible with the -i Wait flag.
Note: Error messages 0821-223, 0821-229 and 0821-510 always occur simultaneously.
User response: Log in as root user or have your system administrator add you to the system group.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-006 chnamsv
012-022 chprtsv
029 0822-029 Error Recovery Information
041-049 hostent
121-126 lsnamsv
132-136 lsprtsv
142-147 mknamsv
153-161 mkprtsv
167-179 namerslv
187-190 rmnamsv
196-201 rmprtsv
207-210 ruser
211 ruser
0822-211 Error Recovery Information
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
301-310 rexec
402 ruptime
501-532 inetd
601-615 rexecd
801-831 rshd
0826-813 Error Recovery Information
Set the appropriate permission in the server so that the local user (nfs client) can access it by doing one of the
following:
v Set the owner of the $HOME/.rhosts to the local user (UID).
v Set the permissions on the $HOME/.rhosts file to 600.
Problem determination: The $HOME/.rhosts file has write permission set for ″group″ and ″others″.
User response: Set the permissions on the $HOME/.rhosts file to 600.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
801-803 host
821 hostid
841-844 ipreport
861-883 iptrace
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
0832-004 <string>: Missing or invalid value specified. After the -d flag, specify 250, 500, 750 or 1000.
Explanation: An invalid parameter was specified for the chhwkbd command.
User response: Obtain the correct parameter and run the chhwkbd command again. For more information, see the
chhwkbd command. If man pages are installed on your system, you can run the man chhwkbd command on the
command line to view the command information.
0832-005 <string>: Missing or invalid value specified. After the -r flag, specify an integer between 2 and 30.
Explanation: An invalid parameter was specified for the chhwkbd command.
User response: Obtain the correct parameter and run the chhwkbd command again. For more information, see the
chhwkbd command. If man pages are installed on your system, you can run the man chhwkbd command on the
command line to view the command information.
0832-007 <string>: Missing or invalid value specified. After the -a flag, specify an integer between 0 and 3.
Explanation: An invalid parameter was specified for the chhwkbd command.
User response: Obtain the correct parameter and run the chhwkbd command again. For more information, see the
chhwkbd command. If man pages are installed on your system, you can run the man chhwkbd command on the
command line to view the command information.
0832-014 <string>: Keyboard operation failed with error code of <string>. Your changes have been saved
and will not completely take effect until the next system boot.
Explanation: Your keyboard has a hardware error.
User response: Run diagnostics on the keyboard to determine the problem, or replace the keyboard with a working
keyboard.
Note: The name of the attribute to modify and its new value are specified as different arguments, that is, they are
separated by white space, not an equal sign (=), as in the chdev command format.
If it exists but it is in the Defined state, bring it to the Available state by issuing the following command:
mkdev -l EtherChannel_Adapter
If the adapter exists but it is in the Defined state, bring it to the Available state by issuing the following command:
mkdev -l Adapter
2. Issue the following command:
ifconfig Interface detach
0950–014 Unable to open CuDv object for device Adapter, errno = Num.
Explanation: There was an error trying to get the current values of an attribute of the specified adapter.
User response: Reissue the command after having made sure that the ODM database is correctly configured.
0950–015 Unable to access CuDv object for device Adapter, errno = Num.
Explanation: There was an error trying to get the current values of an attribute of the specified adapter.
User response: Reissue the command after having made sure that the ODM database is correctly configured.
0950–017 Unable to access attribute Attribute for device Adapter, errno = Num
Explanation: There was an error trying to get the current value of the attribute Attribute of the specified adapter.
User response: Reissue the command after having made sure that the ODM database is correctly configured.
0950–018 The value ″Value″ is invalid for attribute ″Attribute″, errno = Num.
Explanation: You attempted to modify the value of Attribute to an invalid value.
User response: Reissue the command specifying a valid value for Attribute. The possible values for Attribute can be
obtained by running the following command:
lsattr -D -R -l EtherChannel_Adapter -a Attribute
0950–020 Unable to delete adapter Adapter from EtherChannel EtherChannel_Adapter: it is not the backup
adapter.
Explanation: There was an internal program error in the EtherChannel driver or the ethchan_config command.
User response: None.
0950–022 Unable to add adapter Adapter to the EtherChannel because it does not support the same
capabilities as the EtherChannel, errno = Num.
Explanation: You attempted to add an adapter that does not support the same capabilities as the other ones in the
EtherChannel. Capabilities are features that a specific type of adapter can perform. For example, there is checksum
offload, large send, and private segments. After an EtherChannel is configured with an IP address, its interface
automatically starts using the minimum common denominator of the capabilities supported by the adapters contained
in the EtherChannel at that point . For example, if one supports large send but another adapter does not, large send
cannot be supported. However, if all of them support checksum offload, the interface will automatically use checksum
offload.
After the capabilities for the whole EtherChannel have been decided, adapters that are added to the EtherChannel
must support all the same capabilities the EtherChannel said it supports (otherwise erroneous behavior could occur).
Adapters being added, however, can support capabilities that the EtherChannel does not support (they will simply be
unused).
User response: Reissue the command specifying an adapter that supports the same capabilities as the
EtherChannel. To view the capabilities supported by an adapter or the EtherChannel, run the following command:
entstat Adapter
The capability flags are listed at the end, under the ″General Statistics″ header, in the ″Driver Flags″ section.
0950–023 You may not specify the backup flag with the delete command: an adapter will be deleted
whether it is in the main channel or if it is the backup adapter.
Explanation: You specified the delete and the backup flag simultaneously (that is, -d -b). It is not necessary to
specify the backup flag to delete the backup adapter.
User response: Reissue the command without the -b flag to delete the backup adapter.
0950–024 You may not modify the attribute ″Attribute″, errno = Num.
Explanation: You attempted to modify an attribute that cannot be modified at runtime. The use_jumbo_frame
attribute cannot be modified at runtime.
User response: Detach the EtherChannel’s interface and use the chdev command to modify the attribute if it cannot
be modified at runtime by using the following commands:
1. ifconfig Interface detach
0950–025 You may not change the attribute ″Attribute″ to (or from) the value ″Value″, errno = Num.
Explanation: You attempted to modify an attribute that cannot be modified to a specific value at runtime.
User response: Detach the EtherChannel’s interface and use the chdev command to modify the attribute if it cannot
be modified at runtime by using the following commands:
1. ifconfig Interface detach
0950–028 Unable to add adapter Adapter to the EtherChannel because it would exceed the maximum
number of adapters in an EtherChannel, errno = Num.
Explanation: You attempted to add an adapter when the main channel already has a maximum number of adapters.
There can only be 8 adapters in the main channel of an EtherChannel.
User response: To add this adapter, first delete one of the existing main adapters and then reissue to command to
add the new adapter.
0950–029 Unable to add adapter Adapter to the EtherChannel as a backup adapter because it already has
one, errno = Num.
Explanation: You attempted to add a second backup adapter to an EtherChannel. An EtherChannel can only have 1
backup adapter at any time.
User response: To change the backup adapter at runtime, first delete the existing backup adapter and then reissue
the command to add the new adapter.
0950–031 Unable to resolve the address for hostname Hostname, errno = Num.
Explanation: You attempted to set the netaddr attribute to a value that was determined to be a host name (That is,
it was not a valid IPv4 address), and this host name could not be resolved into an IPv4 address.
User response: Reissue the command after making sure that the host name specified could be resolved. Make sure
the /etc/resolv.conf file contains a valid resolver, or that the host name is contained in the /etc/hosts file.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-202 spell
spellin
spellout
301-306 diction
500 style
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-043 tbl
103-142 eqn
201-230 neqn
303-355 pic
403-451 grap
501-507 vgrind
601-650 checkmm
703-706 col
803 diffmk
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-117 nroff
troff
202 mm
mmt
403 ndx
450 subj
501-503, 537 style
602-603 hyphen
703-708 macref
901-916 ptx
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
101-117 makedev
201-202 ibm5587G
301-306 hplj
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
002-025 xpreview
150-161 ps4014
200-202 ps630
250-251 psplot
500-511 psrev
600-617 enscript
650-675 psdit
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-049 make
1254-004 Error Recovery Information
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-017 dbx
201-249 dbx
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
100-131 bs
300-354 lex
For more information, see Generating a Lexical Analyzer with the lex Command in AIX 5L Version
5.2 General Programming Concepts: Operating Systems and Devices.
355-360 lex
500 sno
700-776 yacc
For more information, see Generating a Lexical Analyzer with the lex Command in AIX 5L Version
5.2 General Programming Concepts: Operating Systems and Devices.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000-007 cb
050-053 asa
fpr
075-079 fsplit
100-110 cflow
150-169 cxref
200-202, 205-210 unifdef
225-247 indent
300-309, 330-336 lint
400-430 struct
600-604 regcmp
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-004 dspcat
005-017, 019-022 gencat
025-038 mkcatdefs
040-044 dspmsg
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-073 AIX Graphics Library Overview in ″GL3.2 Version 4.1 for AIX: Programming Concepts″. This
information applies to AIX Version 5.1 and earlier.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
200-208 xhost
300-301 xclock
400-402 mkfontdir
501-550 xpr
551-603 xwd
770 xsetroot
780–781 xsetroot
790-792 xrdb
800-825 xinit
1356-800 Error Recovery Information
Note: If you are using the X11R5 server, use the -- (double-dash) flag to specify an alternate server or display. For
example:
xinit -- /usr/lpp/X11/bin/X :1
OR
xinit -- :2
Problem determination: The X server command file is missing or does not have execute permission.
User response: Ensure that the /usr/bin/X11/X file exists and that it has execute permission. If it does not exist, run
the installp command to reinstall the X11rte.obj lpp.
Problem determination: The path to the X server is not set.
User response: Check the PATH environment variable in your .profile file to ensure that it points to the /usr/bin/X11
file so that the X command file is accessible.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001-039 smit
1800-034 Error Recovery Information
041-088 smit
090-109 smit
1800-093 Error Recovery Information
1800-102 Error Recovery Information
1800-106 Error Recovery Information
201-208 dsmit
You should research the possibility that your default (home) directory has been deleted (using the cd and ls
commands) or that your file system has been damaged (using the fsck command).
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
1820-037 An internal error or system error has occurred. See the log file for further information
Problem determination: While using the System Management Interface Tool (SMIT), the system ran out of paging
space.
User response: Do one of the following:
v Stop unnecessary processes by doing the following:
1. Run the ps -ef command to list the processes that are currently running.
2. Run the kill -q command to stop some of the processes that are not necessary at this time.
3. Run the lsps -a command to check if there is now sufficient paging space.
v Increase the paging space, using SMIT, by doing one of the following:
1. From the command line, type:
smit storage
2. From the menu, select the Paging Space option, then select the Change/Show Characteristics of a Paging
Space option.
3. Add the number of partitions.
OR
where # represents the number of additional partitions and PagingSpace is the name of the paging space to be
increased.
Problem determination: While running an application from SMIT, the DATA segment was exceeded because the
size of a user’s DATA segment was set too low when the new user was created.
User response: Increase the size of the user’s DATA segment by doing the following:
1. Edit the /etc/security/limits file to change the user’s DATA segment to the default size (specified in the file).
2. Run the application again.
Problem determination: You attempted to load too many optional software products or updates at once.
User response: Reload the software products or updates, selecting fewer items in SMIT to load.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
For more information on all 1831 error messages, see Network File System Overview for System
Management in Networks and communication management.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001–056 mwm
101–119 mwm
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
For more information, see AIX 5L Version 5.3 AIXwindows Programming Guide.
000 d_dupl_opt
001 d_unknown_opt
002 d_add_source
003 src_open
004 src_read
005 bug_check
006 src_trucate
007 out_of_range
008 unterm_seq
009 control_char
010 unknown_seq
011 backslash_ignored
012 name_too_long
013 out_of_memory
014 syntax
015 undefined
016 ctx_req
017 not_impl
018 wrong_type
019 unsupported
020 supersede
021 previous_def
022 non_pvt
023 arg_count
024 arg_type
025 obj_type
026 never_def
027 dup_list
028 list_item
029 prev_error
030 submit_spr
032 d_miss_opt_arg
033 listing_open
034 listing_write
035 inv_module
036 src_limit
037 src_null_char
038 summary
039 uid_open
040 no_uid
041 create_proc
042 create_proc_inv
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
001–200 sysck
3001-023 Error Recovery Information
201–400 grpck
401–600 pwdck
601–800 usrck
and a specified file did not have the correct mode, as shown in the /etc/security/sysck.cfg file.
User response: Check the /etc/security/sysck.cfg file for the correct mode, and use the chmod command to make
the necessary changes to the file.
Certain messages refer to more than one command. In these cases, each command is listed as a choice.
Find the appropriate range of message IDs below. To see the reference article for an associated
command, select the appropriate command name.
000 quotaon
001 quotaon
repqota
002–003 quotaon
004 edquota
quotacheck
quotaon
005 quotaon
100–101 quotacheck
102 edquota
104 quotacheck
105 edquota
quotacheck
106–109 quotacheck
110 edquota
quotacheck
repqota
201–205 quota
206 edquota
quota
207–208 quota
209 edquota
quota
210 quota
212 edquota
quota
quotacheck
quotaon
213 edquota
quota
300 quota
301–303 edquota
304 edquota
quota
quotacheck
quotaon
305 edquota
quotacheck
307–308 edquota
quota
309–313 edquota
401–402 quot
quotacheck
500 repqota
IBM may not offer the products, services, or features discussed in this document in other countries.
Consult your local IBM representative for information on the products and services currently available in
your area. Any reference to an IBM product, program, or service is not intended to state or imply that only
that IBM product, program, or service may be used. Any functionally equivalent product, program, or
service that does not infringe any IBM intellectual property right may be used instead. However, it is the
user’s responsibility to evaluate and verify the operation of any non-IBM product, program, or service.
IBM may have patents or pending patent applications covering subject matter described in this document.
The furnishing of this document does not give you any license to these patents. You can send license
inquiries, in writing, to:
The following paragraph does not apply to the United Kingdom or any other country where such
provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION
PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT,
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer
of express or implied warranties in certain transactions, therefore, this statement may not apply to you.
This information could include technical inaccuracies or typographical errors. Changes are periodically
made to the information herein; these changes will be incorporated in new editions of the publication. IBM
may make improvements and/or changes in the product(s) and/or the program(s) described in this
publication at any time without notice.
Licensees of this program who wish to have information about it for the purpose of enabling: (i) the
exchange of information between independently created programs and other programs (including this one)
and (ii) the mutual use of the information which has been exchanged, should contact:
IBM Corporation
Dept. LRAS/Bldg. 003
11400 Burnet Road
Austin, TX 78758-3498
U.S.A.
Such information may be available, subject to appropriate terms and conditions, including in some cases,
payment of a fee.
The licensed program described in this document and all licensed material available for it are provided by
IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any
equivalent agreement between us.
For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property
Department in your country or send inquiries, in writing, to:
IBM may use or distribute any of the information you supply in any way it believes appropriate without
incurring any obligation to you.
Information concerning non-IBM products was obtained from the suppliers of those products, their
published announcements or other publicly available sources. IBM has not tested those products and
cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products.
Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.
Any references in this information to non-IBM Web sites are provided for convenience only and do not in
any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of
the materials for this IBM product and use of those Web sites is at your own risk.
This information contains examples of data and reports used in daily business operations. To illustrate
them as completely as possible, the examples include the names of individuals, companies, brands, and
products. All of these names are fictitious and any similarity to the names and addresses used by an
actual business enterprise is entirely coincidental.
Each copy or any portion of these sample programs or any derivative work, must include a copyright
notice as follows:
(c) (your company name) (year). Portions of this code are derived from IBM Corp. Sample Programs. (c)
Copyright IBM Corp. _enter the year or years_. All rights reserved.
Trademarks
The following terms are trademarks of International Business Machines Corporation in the United States,
other countries, or both:
v AIX
v AIX 5L
v IBM
Other company, product, or service names may be trademarks or service marks of others.
Overall, how satisfied are you with the information in this book?
How satisfied are you that the information in this book is:
When you send comments to IBM, you grant IBM a nonexclusive right to use or distribute your comments in any
way it believes appropriate without incurring any obligation to you. IBM or any other organizations will only use the
personal information that you supply to contact you about the issues that you state on this form.
Name Address
Company or Organization
Phone No.
___________________________________________________________________________________________________
Readers’ Comments — We’d Like to Hear from You Cut or Fold
SC23-4901-00 Along Line
_ _ _ _ _ _ _Fold
_ _ _and
_ _ _Tape
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _Please
_ _ _ _ _do
_ _not
_ _ staple
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _Fold
_ _ _and
_ _ Tape
______
NO POSTAGE
NECESSARY
IF MAILED IN THE
UNITED STATES
IBM Corporation
Information Development
Department 04XA-905-6C006
11501 Burnet Road
Austin, TX 78758-3493
_________________________________________________________________________________________
Fold and Tape Please do not staple Fold and Tape
Cut or Fold
SC23-4901-00 Along Line
Printed in U.S.A.
SC23-4901-00