Use this command to change the administrator's password
for the file registry account.
Purpose
Use the
changeFileRegistryAccountPassword to
change administrator's password, if the administrator has forgotten
the previous password and cannot change it using the
updateUser command
or the graphical user interface. You can also run this command in
local mode. It must be issued on the Network Deployment Manager if
you are using the WebSphere Application Server Network Deployment
version.
Note: If the Use global security
settings option is selected for the user realm or the Global
federated repositories option is selected as the realm
type for the specified domain, this command is executed on the federated
repository of the admin domain. However, configuration changes that
are performed on the domain are applied to the security domain-specific
configuration.
Syntax
changeFileRegistryAccountPassword {-userId userid -password password -uniqueName uniqueName [-securityDomainName domainName] }
Parameters
- userId userid
- Specifies the user ID of the administrator.
- password password
- Specifies the new password of the administrator.
- uniqueName uniqueName
- Specifies the unique name of the administrator.
- -securityDomainName domainName
- Specifies the name that uniquely identifies the security domain.
If you do not specify this parameter, the command uses the global
federated repository.
Sample
To change the password for the administrator
(Admin1) for the WebSphere Application Server file registry to ab12cd34e,
issue the command:
$AdminTask changeFileRegistryAccountPassword {-userId Admin1 -password ab12c34de}