DEV Community

hediyeh kianmehr
hediyeh kianmehr

Posted on • Edited on

Irancell IAM Online Installation Guide

⚙️ System Requirements

Resource Minimum Recommended
CPU 8 CPUs 12 CPUs
RAM 48 GB 64 GB
Disk 80 GB 200 GB

📌 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)