=============================================================================
                    iLO Account Registration Tool
=============================================================================
[Target Server] Express5800 Server Series (iLO Models)
[Target User] Users who use iLO host authentication.
[Target OS] Windows
[Target Products]
  - NEC ESMPRO ServerAgentService
  - RAID Report Service
  - Product Info Collection Utility
=============================================================================

1.Description

  When iLO Host Authentication is enabled on iLO models, target products
  that acquires data from iLO will not be able to access the iLO.
  The tool informs target products of iLO account information 
  (login user name, password).
  The purpose of this tool is to make target products accessible to iLO.


2.Usage

  1) Sign in (Log on) to the system with Administrators rights.

  2) Run Command Prompt.

  3) Move the current directory to the stored folder of this tool.

  4) Execute the following command to register your iLO account information.

      iLOUserSet -u "UserName" -p "Password"

     Each command option is not optional.
     If you do not have a password, specify "" as follows:

      iLOUserSet -u "UserName" -p ""

  5) If "Registered" is displayed at the command prompt, 
     registration is complete.
     No system reboot is required.
     Check the command prompt and if there are no errors, 
     registration is complete.

     You can also check the execution results by executing the following 
     command immediately after running this tool.

      echo %ERRORLEVEL%

     The resulting values are as follows:
      0 F Successfuly
      1 to 32(0x20) F Invalid command-line parameters
      33(0x21) or more values F Unexpected Error


3.Operation Check

  Make sure that the target products are working correctly.
  When there is a problem, you receive the following error message.
  (For details, refer to documentation for each product.)

      Login to iLO was failed. Please input an account of iLO 
      using "iLO account registration tool".


4.Notes

  1) To delete your iLO account information, run the following command:

      iLOUserSet -d

     If "Deleted" is displayed at the command prompt, deletion is complete.

  2) Available characters for iLO account information are alphabetic, numeric, 
     and symbolic.

     The user name must be 1 to 39 characters long.

     The password must be 0 (no password) to 39 characters long.
     When not using password, use "".


5.Version / Revision History

  [Version] 1.00

  [Revision History]
   2020/03/04 Ver1.00
     - Create New.

=============================================================================
   Copyright NEC Corporation 2020
