ai-center
2023.4
false
- Release Notes
- Before you begin
- Getting started
- Installing AI Center
- Migration and upgrade
- Projects
- Datasets
- Data Labeling
- ML packages
- Out of the box packages
- Pipelines
- ML Skills
- ML Logs
- Document UnderstandingTM in AI Center
- AI Center API
- How to
- Licensing
- Basic Troubleshooting Guide
Prerequisites
AI Center User Guide
Last updated Oct 22, 2024
Prerequisites
Make sure that AI Center is up and running in both environments.
Additionally, the following prerequisites must be met on the machine where the migration script runs:
- A Linux machine with the following dependencies installed:
aws s3
,s3cmd
,jq
,zip
. The machine can be one of the AI Center machines or a new one. For more information, see the example below.
- Connectivity with both AI Center instances.
- Connectivity with both Orchestrator instances (in case the instances are not the same).
- Connectivity with SQL servers (in case the instances are not the same).
- Possibility to access both AI Center instances.
Note: In case of unmet dependencies, run the following commands with no
packages:
sudo su
sudo apt install -y jq awscli s3cmd zip git
sudo apt --fix-broken install
sudo apt install -y jq awscli s3cmd zip
sudo su
sudo apt install -y jq awscli s3cmd zip git
sudo apt --fix-broken install
sudo apt install -y jq awscli s3cmd zip
Install MS SQL utility from here. You can do so by running the following
commands:
sudo su
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
sudo apt-get update
sudo apt-get install mssql-tools unixodbc-dev
sudo apt-get update
sudo apt-get install mssql-tools
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc
sudo su
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
sudo apt-get update
sudo apt-get install mssql-tools unixodbc-dev
sudo apt-get update
sudo apt-get install mssql-tools
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc