Friday, November 20, 2020

Software and Hardware requirements for various SailPoint IIQ installation topologies

This post provides you the information about various SailPoint IIQ installation topologies.

Please refer to SailPoint IIQ support matrix for version compatibility.


SOFTWARE REQUIREMENTS

  • Java
  • Database [MYSQL, OraleDB, IBM DB2, MS SQL etc]
  • Application Server [Tomcat, Webogic, Websphere, Jboss etc]
  • Software Binaries [identityiq.war]


HARDWARE REQUIREMENTS

Most of the SailPoint IIQ installations fall into one of the following categories.


Micro Footprint

Very small or non-production installations for managing upto 5000 Identities. Mainly used for developers.

Single server hosting DB and IIQ having:

  • 1 or 2 core processor
  • Min 2 GB of RAM [Preferred 4 GB or more]
  • 40 GB of storage memory

 

Small Footprint

Installations to manage up to 10,000 Identities

2 x IIQ servers [one combined with DB] each having:

  • 4 core processor
  • 8 GB RAM
  • 250 GB RAID protected DB block storage + Available RAID protected OS storage

 

Medium Footprint

Installations to manage 10,000 – 50,000 Identities

2 x IIQ Task servers, each having:

  • 4 core processor
  • 8 GB RAM
  • 50 GB local block storage for binaries and logs

1 x IIQ UI server with:

  • 4 core processor
  • 8 GB RAM
  • 40 GB local block storage for binaries and logs

1 x Dedicated DB server with:

  • 4 core processor
  • 64 GB RAM
  • 500 GB RAID Protected DB storage + 20 GB RAID protected storage for OS files 


Large Footprint

Installations to manage 50,000 – 5 Lakh Identities

2 x IIQ Task servers, each having:

  • 4 core processor
  • 16 GB RAM
  • 50 GB local block storage for binaries and logs

2 x IIQ UI server with:

  • 4 core processor
  • 8 GB RAM
  • 40 GB local block storage for binaries and logs

1 x Dedicated DB server with:

  • 4 core processor
  • 128 GB RAM
  • 1 TB RAID Protected DB storage + 20 GB RAID protected storage for OS files

For installations requirements having more 5 lakh identities, you need to contact SailPoint support.


Task server: Performs all the background tasks that are required, like running Refresh Identity Cube tasks, Aggregation tasks, custom scheduled tasks etc. Task server is not accessible to the end user.

UI server: End user performs all the UI related activities here. Raise a request, provide approvals, take actions on certifications, policy violations etc.

RAID protection: RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple hard disks or solid-state drives to protect data in the case of a drive failure.


No comments:

Post a Comment

Form AllowedValues rule to filter Identities with Active Regular Active Directory accounts and identity is active and correlated

 The rule type is AllowedValues. import org.apache.log4j.Level ; import org.apache.log4j.Logger ; import sailpoint.object.Filter ; import sa...