Compare commits

...

10 Commits

Author SHA1 Message Date
ouellette
b24b3805df Added new documentation setting up fab slideshow 2023-11-10 15:03:32 -07:00
ouellette
7717622db3 Added WO information to postman collection. 2023-11-10 14:20:17 -07:00
Stieber Daniel (IT FI MES)
067d8161df Added OIWizard.postman_collection.json 2023-11-03 16:47:14 +00:00
4795c6fe84 EAF Development Management/Agent Server v2.26.2 2023-10-05 15:49:50 -07:00
Tucker Chase (IFAM IT FI MES)
5883a37050 Added add-administrator-to-agent-pool.md 2023-08-16 22:20:45 +00:00
Tucker Chase (IFAM IT FI MES)
b74256b7c7 Added username and password patterns 2023-07-20 17:10:34 +00:00
Ouellette Jonathan (IFAM IT FI MES)
a57aa472f7 Updated create-new-openinsight-user.md 2023-07-20 17:04:32 +00:00
2aead5c30d Front Matter
H1
Rename for other application
2023-07-08 11:24:33 -07:00
27afda6892 Readme 2023-06-28 10:56:53 -07:00
6fa74e2ae5 Creating A New IQS User 2023-06-09 13:06:08 -07:00
16 changed files with 969 additions and 29 deletions

View File

@ -1,3 +1,11 @@
---
type: note
created: 2023-07-08T02:49:15.258Z
updated: 2023-07-08T03:55:16.503Z
---
# V 2 26 1 Development
```bash
C:\Users\Phares>
D:

View File

@ -0,0 +1,120 @@
---
type: "note"
created: "2023-07-08T02:49:15.258Z"
updated: "2023-07-08T03:55:16.503Z"
---
# V 2 26 2 Development
```bash
D:
mkdir "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\v2.26.2"
robocopy "\\drssdv702.eu.infineon.com\eafdev\DeliveredPackages\EAF Management\v2.26.2\EAF\EAF Management Server" "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\v2.26.2\EAF Management Server" /E
robocopy "\\drssdv702.eu.infineon.com\eafdev\DeliveredPackages\EAF Management\v2.26.2\EAF\EAF Runtime Agent" "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\v2.26.2\EAF Runtime Agent" /E
robocopy "\\drssdv702.eu.infineon.com\eafdev\DeliveredPackages\EAF Management\v2.26.2" "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\v2.26.2" EAF.zip
mkdir "D:\EAF\EAF Runtime Agent\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2"
robocopy "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\v2.26.2\EAF Runtime Agent" "D:\EAF\EAF Runtime Agent\v2.26.2" /E
robocopy "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\v2.26.2\EAF Management Server" "D:\EAF\EAF Management Server\v2.26.2" /E
robocopy "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\PCL" "D:\EAF\drssdv702-eafdev-DeliveredPackages-EAF Management\v2.26.2\EAF Management Server\Bin"
mkdir "D:\EAF\EAF Management Server\v2.26.2\Build\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2\Configuration\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2\Documentation\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2\Health\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2\Logs\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2\StartedInstances\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2\Temp\v2.26.2"
mkdir "D:\EAF\EAF Management Server\v2.26.2\v2.26.2\Bin\v2.26.2"
mkdir "D:\EAF\EAF Runtime Agent\v2.26.2\Bin\v2.26.2"
mkdir "D:\EAF\EAF Runtime Agent\v2.26.2\Configuration\v2.26.2"
mkdir "D:\EAF\EAF Runtime Agent\v2.26.2\Logs\v2.26.2"
```
```bash
D:
mkdir "D:\EAF\EAF Compare Configurations"
cd "D:\EAF\EAF Compare Configurations"
mkdir "D:\EAF\EAF Compare Configurations\.vscode"
echo {"diffEditor.ignoreTrimWhitespace": true}>.vscode\settings.json
git config user.name Mike Phares
git config user.email mike.phares@infineon.com
mkdir "D:\EAF\EAF Compare Configurations\EAF Management Server"
mkdir "D:\EAF\EAF Compare Configurations\EAF Runtime Agent"
mklink /J "D:\EAF\EAF Compare Configurations\EAF Management Server\v2.25.0" "D:\EAF\EAF Management Server\v2.25.0\Configuration"
mklink /J "D:\EAF\EAF Compare Configurations\EAF Management Server\v2.26.2" "D:\EAF\EAF Management Server\v2.26.2\Configuration"
mklink /J "D:\EAF\EAF Compare Configurations\EAF Runtime Agent\v2.25.0" "D:\EAF\EAF Runtime Agent\v2.25.0\Configuration"
mklink /J "D:\EAF\EAF Compare Configurations\EAF Runtime Agent\v2.26.2" "D:\EAF\EAF Runtime Agent\v2.26.2\Configuration"
git add .
git commit -m init
git log -1
code .
```
- [x] Dif EAF Management Server to last version
- [x] Dif EAF Runtime Agent to last version
```bash
git add .
git commit -m v2.26.2
git log -1
```
```bash
D:
"D:\EAF\EAF Management Server\v2.26.2\Bin\EAFManagementServer.exe" updatedb
```
```conf
Management Server Database Update Starting...
Initialization Complete - Update Executing...
Database update completed. No steps executed. System already up to date.
Click any key within 00:00:10 sec. time.
```
```bash
rmdir "D:\EAF\EAF Management Server\Bin"
rmdir "D:\EAF\EAF Management Server\Build"
rmdir "D:\EAF\EAF Management Server\Configuration"
rmdir "D:\EAF\EAF Management Server\Documentation"
rmdir "D:\EAF\EAF Management Server\Health"
rmdir "D:\EAF\EAF Management Server\Logs"
rmdir "D:\EAF\EAF Management Server\StartedInstances"
rmdir "D:\EAF\EAF Management Server\Temp"
rmdir "D:\EAF\EAF Runtime Agent\Bin"
rmdir "D:\EAF\EAF Runtime Agent\Configuration"
rmdir "D:\EAF\EAF Runtime Agent\Logs"
mklink /J "D:\EAF\EAF Management Server\Bin" "D:\EAF\EAF Management Server\v2.26.2\Bin"
mklink /J "D:\EAF\EAF Management Server\Build" "D:\EAF\EAF Management Server\v2.26.2\Build"
mklink /J "D:\EAF\EAF Management Server\Configuration" "D:\EAF\EAF Management Server\v2.26.2\Configuration"
mklink /J "D:\EAF\EAF Management Server\Documentation" "D:\EAF\EAF Management Server\v2.26.2\Documentation"
mklink /J "D:\EAF\EAF Management Server\Health" "D:\EAF\EAF Management Server\v2.26.2\Health"
mklink /J "D:\EAF\EAF Management Server\Logs" "D:\EAF\EAF Management Server\v2.26.2\Logs"
mklink /J "D:\EAF\EAF Management Server\StartedInstances" "D:\EAF\EAF Management Server\v2.26.2\StartedInstances"
mklink /J "D:\EAF\EAF Management Server\Temp" "D:\EAF\EAF Management Server\v2.26.2\Temp"
mklink /J "D:\EAF\EAF Runtime Agent\Bin" "D:\EAF\EAF Runtime Agent\v2.26.2\Bin"
mklink /J "D:\EAF\EAF Runtime Agent\Configuration" "D:\EAF\EAF Runtime Agent\v2.26.2\Configuration"
mklink /J "D:\EAF\EAF Runtime Agent\Logs" "D:\EAF\EAF Runtime Agent\v2.26.2\Logs"
```
```bash
# sc delete "EAF Management Server"
# sc create "EAF Management Server" start= delayed-auto binPath= "D:\EAF\EAF Management Server\Bin\EAFManagementServer.exe" DisplayName= "EAF Management Server"
# sc delete "EAF Runtime Agent"
# sc create "EAF Runtime Agent" start= delayed-auto binPath= "D:\EAF\EAF Runtime Agent\Bin\EAFRuntimeAgent.exe" DisplayName= "EAF Runtime Agent"
sc stop "EAF Runtime Agent"
"D:\EAF\EAF Runtime Agent\Bin\EAFRuntimeAgent.exe" console
sc stop "EAF Management Server"
"D:\EAF\EAF Management Server\Bin\EAFManagementServer.exe" console
sc config "EAF Runtime Agent" displayname= "EAF Runtime Agent - v2.26.2"
sc config "EAF Management Server" displayname= "EAF Management Server - v2.26.2"
```
```conf
# Mango
# http://localhost:9003
```
```bash
sc start "EAF Management Server"
sc start "EAF Runtime Agent"
```

View File

@ -1,3 +1,11 @@
---
type: note
created: 2023-07-08T02:49:15.266Z
updated: 2023-07-08T03:55:16.508Z
---
# V 2 26 1 Prod
```bash
C:\Users\Phares>
D:

View File

@ -1,3 +1,11 @@
---
type: note
created: 2023-07-08T02:49:15.269Z
updated: 2023-07-08T03:55:16.510Z
---
# V 2 26 1 Staging
```bash
C:\Users\Phares>
D:

View File

@ -1,7 +1,13 @@
# nPort List
---
type: note
created: 2023-07-08T02:49:15.272Z
updated: 2023-07-08T03:55:16.399Z
---
# N Port List
| Title | User Name | Password | URL | Notes | Creation Time | Last Modification Time |
|-------------------------------|-------------------|----------|---------------------|------------------------|----------------------|------------------------|
| ----------------------------- | ----------------- | -------- | ------------------- | ---------------------- | -------------------- | ---------------------- |
| 01 - TENCOR1 | 00:90:E8:65:1F:2B | moxa | http://10.95.192.31 | | 7/23/2019 5:46:43 PM | 7/23/2019 5:51:01 PM |
| 02 - TENCOR2 | 00:90:E8:6E:3C:24 | moxa | http://10.95.192.32 | | 7/23/2019 5:50:17 PM | 7/23/2019 5:50:37 PM |
| 03 - TENCOR3 | 00:90:E8:6E:3C:1E | moxa | http://10.95.192.33 | tcp://10.95.192.33:950 | 7/23/2019 5:51:02 PM | 2/6/2021 6:55:54 PM |
@ -17,9 +23,8 @@
| 18 - Spare #4 | 00:90:E8:6E:3C:1A | moxa | http://10.95.192.50 | | 7/23/2019 5:55:33 PM | 7/23/2019 5:55:50 PM |
| 19 - Spare #5 | 00:90:E8:6E:3C:36 | moxa | http://10.95.192.51 | | 7/23/2019 5:55:51 PM | 7/23/2019 5:56:06 PM |
| Title | User Name | Password | URL | Notes | Creation Time | Last Modification Time |
|-----------------------------------------------------------|-------------------|----------------------|---------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|------------------------|
| --------------------------------------------------------- | ----------------- | -------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ---------------------- |
| 10 - BIORAD4-Share | 1C:6F:65:C3:51:DB | moxa | tcp://10.95.154.10:#### | | 7/23/2019 5:53:56 PM | 11/1/2019 8:58:38 AM |
| 11 - BIORAD5-Share | 00:30:48:43:DE:97 | moxa | tcp://10.95.154.11:#### | | 7/23/2019 5:54:08 PM | 11/1/2019 8:58:36 AM |
| 12 - SP101-Share | 00:10:6F:00:D7:4E | moxa | tcp://10.95.154.12:#### | | 7/23/2019 5:54:37 PM | 11/1/2019 8:58:34 AM |
@ -48,8 +53,8 @@
# EC Advanced_IP_Scanner_2.5.3850 2023-05-31
| Status | Name | IP | NetBIOS group | Manufacturer | MAC address | Date | Comments |
|--------|----------------------------|--------------|---------------|----------------------------------------|-------------------|-------------------------------|---------------------------------------------------|
| Status | Name | IP | NetBIOS group | Manufacturer | MAC address | Date | Comments |
| ------ | -------------------------- | ------------ | ------------- | -------------------------------------- | ----------------- | ----------------------------- | ------------------------------------------------- |
| On | frederic-pc.na.ec.local | 10.95.154.9 | | | 00:00:00:00:00:00 | 2023-05-31 15:16:18 UTC±00:00 | nginx 1.20.1 |
| On | mesd1biorad4.ifxcep.net | 10.95.154.10 | IFXCEP | GIGA-BYTE TECHNOLOGY CO.,LTD. | 1C:6F:65:C3:51:DB | 2023-05-31 08:12:52 UTC-07:00 | Microsoft Terminal Service |
| On | BIORAD-FTIR | 10.95.154.11 | WORKGROUP | DFI Inc. | 00:01:29:A9:13:7D | 2023-05-31 08:11:15 UTC-07:00 | Radmin: |
@ -61,6 +66,6 @@
| On | infineonepi230.na.ec.local | 10.95.154.20 | WORKGROUP | Advantech Technology (CHINA) Co., Ltd. | C4:00:AD:23:90:F5 | 2023-05-31 08:35:10 UTC-07:00 | Tunnel is Microsoft SChannel TLS: unknown service |
| On | cde-resmap | 10.95.154.27 | | | 00:00:00:00:00:00 | 2023-05-31 15:07:24 UTC±00:00 | nginx 1.20.1 |
| On | frederic-pc.na.ec.local | 10.95.154.29 | | | 00:00:00:00:00:00 | 2023-05-31 15:16:02 UTC±00:00 | nginx 1.20.1 |
| On | 10.95.154.31 | 10.95.154.31 | | | 00:00:00:00:00:00 | | pbox (box) |
| On | 10.95.154.32 | 10.95.154.32 | | | 00:00:00:00:00:00 | | pbox (box) |
| On | 10.95.154.31 | 10.95.154.31 | | | 00:00:00:00:00:00 | | pbox (box) |
| On | 10.95.154.32 | 10.95.154.32 | | | 00:00:00:00:00:00 | | pbox (box) |
| On | 10.95.154.54 | 10.95.154.54 | | | 00:00:00:00:00:00 | | Radmin: |

View File

@ -1,3 +1,11 @@
---
type: note
created: 2023-07-08T02:49:15.271Z
updated: 2023-07-08T03:55:16.399Z
---
# Restart IFX Hosted N Port
# Navigate to https://goto.infineon.com/ucportal and under SelfCP - Auto CF call EAF/EDA, Metrology Viewer, Infinity QS SPC number
From mestsa003.infineon.com(eaf-dev.mes.infineon.com) using your normal or MES account open the following application
@ -6,18 +14,19 @@ From mestsa003.infineon.com(eaf-dev.mes.infineon.com) using your normal or MES a
Select Port Monitor - Right click anywhere in the right pane - select load configuration com port - press go button from top ribbon
Look at entries starting with IP 10.95.192.* for conn status not Connected and then
Look at entries starting with IP 10.95.192.\* for conn status not Connected and then
- Find entry with not connected under cond status
- Find matching EAF CI instance and verifying connection name "PCLDevice" with matching IP in connection settings example shown below
- Stop CI in EAF
- Find matching EAF CI instance and verifying connection name "PCLDevice" with matching IP in connection settings example shown below
- Stop CI in EAF
- Using browser (Edge) navigate to http matching ip (this will bring up Moxa website like a home router) password is in shared KeePass
- Restart nPort device by using website
- Restart nPort device by using website
- Start EAF again
- If not on phone with user wait for data for about five minutes if nothing repeat one more time
- If still no data stop EAF like above
- Call lead and have them power cycle the nPort
- Start EAF and check for data in file share \\messv02ecc1.ec.local\EC_Characterization_Si\RawData base on folder date modified
![Alt text](_Restart-IFX-hosted-nPort/image-1.png)
![Alt text](_Restart-IFX-hosted-nPort/image-2.png)
![Alt text](_Restart-IFX-hosted-nPort/image-3.png)
![Alt Text](_Restart-IFX-hosted-nPort/image-1.png)
![Alt Text](_Restart-IFX-hosted-nPort/image-2.png)
![Alt Text](_Restart-IFX-hosted-nPort/image-3.png)

View File

@ -0,0 +1,18 @@
---
type: note
created: 2023-07-08T02:49:15.275Z
updated: 2023-07-08T02:58:32.887Z
---
# Creating A New IQS User
1. Log onto MESSA04EC.EC.LOCAL
1. Open Infinity QS Database Manager
- C:\Program File (x86)\InfinityQS International\ProFicient\Applications\iidbm.exe
1. Log in to SPCEPIWORLD
1. Enter your Username and Password
1. Double click on Employee Information
1. Right click anywhere -> Add
1. Users need to be added to AD Group.
- EC-MES-PRJ-SPC-SI-C-L (Change group)
- EC-MES-PRJ-SPC-SI-R-L (Read group)

File diff suppressed because one or more lines are too long

View File

@ -1,16 +1,28 @@
---
type: note
created: 2023-07-08T02:49:15.278Z
updated: 2023-07-08T16:14:12.395Z
---
# Create New Open Insight User
1. From OpenInsight developer screen → Go to Database Manager
- Database ->
- User Management ->
- Insert New User name
- Insert New User name [WINDOWS LOGIN USERNAME]
- Click Add
- Password: [FIRST LETTER OF FIRST NAME][FISCAL YEAR][FIRST LETTER OF LAST NAME][FISCAL QUARTER]
- Select Password Never Expires
- Save
2. From SRP → SRP Computer Solutions, Inc. → SRP Utilities → SRP_Editor add to APP_INFO -> AD_TO_LSL_USER_MAP in alphabetical order
- Field 2 - Enter in OI name(All Upercase, take note of second pos number
- Field 2 - Enter in OI name(All Uppercase, take note of second pos number
- Field 1- Enter in AD Name in same position
3. User Config in OI UI
- Open new user account
- Enter in their info
- Add user to a minimum of Data Entry, and Operator
- Fill in user shift
- Fill in user classification
4. Password First Initial-year-last initial-qtr#
5. Next go to AD Manager
- Add user to IFX-RDA-iApps-OpenInsight-MES

View File

@ -0,0 +1,9 @@
# How to add an administrator to an agent pool
1. Open 'Project settings' in lower left corner of screen
1. Click 'Agent Pools' under the Pipelines section
1. Click on the agent pool you would like to modify
1. Click on the security tab
1. Click the + button
1. Type the name of the user you would like to add and select them from the list
1. Change the role to 'Administrator'
1. Click 'Add'

View File

@ -1,11 +1,19 @@
# DNS Order
---
type: note
created: 2023-07-08T02:49:15.281Z
updated: 2023-07-08T03:32:53.694Z
---
# DNS Order and SSL Order
## DNS Order
https://smptools.infineon.com/smptinyurl/orderable/?name=SSO-New%20DNS%20Entry%20%281%29
![DNS-Entries](Images/image-2023-4-26_12-24-36.png)
![DNS Entries](Images/image-2023-4-26_12-24-36.png)
# Server Certificate (SSL/TLS) Order
## Server Certificate (SSL/TLS) Order
https://smptools.infineon.com/smptinyurl/orderable/?name=SSO-Certificate%20Request

8
DevOps/prod-v2-26-1.md Normal file
View File

@ -0,0 +1,8 @@
---
type: note
created: 2023-07-08T03:10:13.330Z
updated: 2023-07-08T03:54:40.316Z
---
# Prod V 2 26 1

View File

@ -1,3 +1,11 @@
---
type: note
created: 2023-07-08T02:49:15.283Z
updated: 2023-07-08T02:58:32.887Z
---
# Work Items
* Work Item "plan-track-work" https://learn.microsoft.com/en-us/azure/devops/boards/get-started/plan-track-work?view=azure-devops&tabs=agile-process
* Epic (Maybe Mesa FI Roadmap session Item)
* Test Case (Checklist)

53
Fab/FabDisplay.md Normal file
View File

@ -0,0 +1,53 @@
---
type: note
created: 2023-11-10T02:49:15.285Z
updated: 2023-11-10T16:14:48.030Z
---
# Fab Display
I have determined a useful method to provisioning and managing fab display clients(slideshows).
One of the main struggles here is maintenance of the device. Such as remote access. For a non fab client, by default the logged in user has to verify connections. The second struggle is that the display turns off after a period of time.
## Configuring Auto Logon
<ul>
I have had an account setup in the INFINEON domain. This account can be used as it has a password that never expires. The password is stored in the Mesa FI password manager on IShare. [Available here](https://ishare.na.infineon.com/sites/MesaFI/FI%20Internal/KeePass/FICredentials.kdbx)</li>
<li>We need to configure auto logon. So using an account with admin rights we need to open Regedit. </li>
<li>Once we are in regedit we navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</li>
<li>
Then we need to create and set three keys and their respective string values.
<ul>
<li>AutoAdminLogon - 1
<li>DefaultUserName - MesaDisplay
<li>DefaultPassword - See FI Keepass file.
</ul>
</li>
<li></li>
</ul>
##Configuring SlideShow at Startup
The slideshow I was wishing to display was on a website. So what I did was create a batch script that opened edge with the url to the slideshow as an argument.
See the batch script in the code block below. I then created a task to run at logon of any user to execute this script. Important to note. The default setting pushed via Group Policy will set the screen timeout. At the direction of local IT have decided to use an application called MouseJiggle to keep the screen on. That will need to be set in the batch script as well. The switches -j -z -m will ensure the application starts hidden.
```
start "edge" "c:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "https://messa004.infineon.com/fabtime717/Home.html?SlideShowView=1&HomePageTab=Cleanroom_Slide_Show&HomePageUserID=3443&LinkerUserID=&CurrentChart=5&Width=1150&Height=620&CurrentChart=4&AutoPlay=30" --start-fullscreen
start C:\users\%USERNAME%\Desktop\MouseJiggle.exe -j -z -m
exit
```
## Configuring VNC for remote management
This is a bit of a workaround because again the VNC settings are pushed via Group policy.
1. First request and install RealVNC server to be installed via the IFX AppStore.
2. Once installed the Real VNC service needs to be set to automatic in Windows Services.
3. Now the workaround part comes into play. I have created registry files to make the neccesary changes to allow a user to connect without requesting permissions interactively.
```
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\RealVNC\vncserver]
"QueryConnect"="0"
```
4. I then create a task to run immediately at logon and repeating every 30 minutes that runs the regedit.exe file. This must be run with highest permissions and with the local SYSTEM account.
5. Next RealVNC requires the user to be apart of a local group "Remote Control Users". I added the INFINEON\MesaDisplay account to this group.
6. Final step. Any client that wants to connect to the display needs to have REALVNC client installed. This is also available from the IFX App Store.

View File

@ -1,13 +1,19 @@
---
type: note
created: 2023-07-08T02:49:15.285Z
updated: 2023-07-08T16:14:48.030Z
---
# iApps
### Please use the following articles to add / update your iApps resources
## Please use the following articles to add / update your iApps resources
- [122364](https://webnetprod.muc.infineon.com/EndUserFAQs/#/article/122364)
- [125700](https://webnetprod.muc.infineon.com/enduserfaqs/#/article/125700)
### However we entered the following address instead of the address in the article
## However we entered the following address instead of the address in the article
- [WebFeed](https://webaccess.infineon.com/RDWeb/Feed/webfeed.aspx)
### AD Group Editor Add user(s) to the following groups:
## AD Group Editor Add user(s) to the following groups:
- [AD Group Editor](https://goto.infineon.com/adgroupeditor)
- IFX-RDA-iApps-InfinityQS-MES
- IFX-RDA-iApps-OpenInsight-MES

4
Readme.md Normal file
View File

@ -0,0 +1,4 @@
# Mesa Factory Integration
*"We follow our Quality Policy and Principles"*
[iShare Home](https://ishare.na.infineon.com/sites/MesaFI/SitePages/Home.aspx)