Info |
---|
This article is valid until Digital Access 6.0.3 |
Note |
---|
The Digital Access virtual appliance is not supported anymore. See Deploy Digital Access component for other ways to deploy Digital Access. |
This article describes how
...
to deploy Smart ID Digital Access component as virtual appliance. If you need instructions for Docker deployment, see here: Deploy Digital Access component on Docker.
Prerequisites
Expand |
---|
|
To see the deployment requirements for Digital Access component, go here. |
Deploy Digital Access component
Expand |
---|
title | Download appliance files |
---|
|
Go to the Nexus Support portal. Find Digital Access component and the latest release. Open the appliance folder.
For Hyper-V, download: For VMware, Virtual Box or other virtualization platforms, download:
|
Expand |
---|
|
In the command-line interface, navigate to the search path where the files are stored. Verify the checksum for the .zip file or the .ova file with the shasum command: Code Block |
---|
| $ shasum access-gateway.ova
bdc2a093caef0c0589325d6f509c1b19de1e36d7 access-gateway.ova |
Compare the result with the digest file with the grep command. Code Block |
---|
| $ grep bdc2a093caef0c0589325d6f509c1b19de1e36d7 access-gateway-digests.txt
bdc2a093caef0c0589325d6f509c1b19de1e36d7 access-gateway.ova |
If you are on a Windows machine, you can also check the digest using PowerShell, with the Get-FileHash command: Code Block |
---|
language | bash |
---|
title | PowerShell example |
---|
| PS> Get-FileHash -Algorithm SHA1 .\access-gateway.ova
Algorithm Hash Path
--------- ---- ----
SHA1 bdc2a093caef0c0589325d6f509c1b19de1e36d7 C:\Users\joachim.kessel\
Downloads\access-gateway.ova |
|
Expand |
---|
title | Deploy appliance file |
---|
|
- In the virtualization platform, import the appliance file.
- Check the network settings, and modify them if needed.
- Start the appliance, it boots.
Tip |
---|
title | Troubleshooting: If appliance does not start |
---|
| To start the virtual appliance on your personal computer, virtualization must be enabled in your BIOS. If the appliance fails to start, please check your virtualization settings in your BIOS: - Restart your computer. Press the required key(s) to enter the BIOS settings (see your screen at startup).
- Go to Security > Virtualization. Set Intel/AMD Virtualization Technology to Enabled.
- Save and Exit.
|
|
Expand |
---|
title | Log in to console menu and set initial password |
---|
|
Log in with the agadmin user. Since this is the first time you log in, you must set the password: Panel |
---|
bgColor | white |
---|
titleBGColor | #f1f1f1 |
---|
title | Example: Log in with agadmin user |
---|
| ag-appliance login: agadmin You are required to change your password immediately (root enforced)
Enter new UNIX password:
Retype new UNIX password:
|
The license agreement is shown. Press any key to continue. The console menu opens.
|
...
Basic settings after deployment
...
|
The first time you log in you need to do some basic settings, for example set network parameters for the network adapter, and time settings. - In the console menu, choose Setup system > Modify interfaces > [select adapter]
- Either use DHCP or set up the IP address, netmask and default gateway manually:
- modify IP
- Enter the IP address, received from the IT department. Return.
- Check the netmask and default gateway. Modify if needed.
- Save
- Optional: Modify hostname.
- Modify DNS, received from the IT department.
- Return to main menu.
|
...
Initial setup
See Do initial setup of Digital Access component
...
.
...
Related information
Links