To minimize the user interaction, you can use secure token mechanism to authenticate the users.
First, you need to acquire an authentication token (stored in a text file) that is used by the web installer to authenticate the user before downloading/installing the tool.
This authentication token needs to be acquired (generated) at least once and expires after 7 days. You need to generate/acquire new token after it is expired.
- Use following command to generate authentication token:
OtherDirectory]$ ls bin data lib tps xsetup rdevl101 OtherDirectory]$ ./xsetup -b AuthTokenGen
- The web installer asks for an AMD Account
user ID and password before generating the authentication
token.
./OtherDirectory/xsetup -b AuthTokenGen This is a fresh install. Running in batch mode... Copyright (c) 1986 - 2024 AMD, Inc. All rights reserved. INFO - Internet connection validated, can conect to internet. INFO - In order to generate the authentication token, provide your AMD account E-mail Address and password. E-mail Address:amdtest123@gmail.com Password: INFO - Generating authentication token... INFO - Saved authentication token file successfully, valid until 03/31/2024 11:10 AM