DEV Community

hediyeh kianmehr
hediyeh kianmehr

Posted on • Edited on

OVA File

💿 About the OVA File

The included .ova file is a ready-to-deploy virtual machine image that contains a pre-installed and pre-configured version of Irancell IAM Core.


📌 What Is an OVA?

An OVA (Open Virtual Appliance) is a single-file archive that contains a complete virtual machine. It includes:

  • A pre-installed Linux operating system
  • The full Irancell IAM software stack
  • All required dependencies and configurations

✅ Why Use the OVA?

The OVA allows for rapid deployment with minimal setup. You don’t need to manually install the operating system or configure the IAM software. Simply import the OVA into a virtualization platform such as VMware, VirtualBox, or Hyper-V, and the system will be ready to run.

Note:
You still need to have a virtualization platform installed on your host machine to run the OVA.


🖥️ Recommended System Resources for Irancell IAM OVA

To ensure stable performance, especially in environments with multiple connectors, workflows, or directory integrations, it's recommended to allocate the following:

Resource Minimum Recommended
CPU 8 CPUs 12 CPUs
RAM 48 GB 64 GB
Disk 80 GB 200 GB
Network Internet access for updates (optional) Internet access for updates, package fetch, and REST API testing

📌 Start, Stop, and Check Status of Services

You can also control the Irancell IAM services using the command line. Here’s how:

To Stop Irancell IAM:

openiam-cli stop
Enter fullscreen mode Exit fullscreen mode

Purpose: This command stops all running Irancell IAM services. You can confirm that the services have stopped by using the status command.


To Start Irancell IAM:

openiam-cli start
Enter fullscreen mode Exit fullscreen mode

Purpose: This command starts the Irancell IAM application and its associated services.


To Check Status of Irancell IAM:

openiam-cli status
Enter fullscreen mode Exit fullscreen mode

Purpose: Displays the current status of all Irancell IAM services, indicating which ones are running or stopped.


📌 First-Time Login to Irancell IAM

Launch a web browser such as Chrome or Firefox.
Access the OpenIAM Web Console

In the address bar, enter the following URL, replacing [ip address of your installation] with the actual IP address of your VM:

http://[ip address of your installation]/webconsole
Login Credentials
Enter fullscreen mode Exit fullscreen mode

You will be prompted to enter your login credentials. Use the following first-time login details:


Username: sysadmin
Password: passwd00
Enter fullscreen mode Exit fullscreen mode

Top comments (0)