8 Commits

14 changed files with 265 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 ```bash
C:\Users\Phares> C:\Users\Phares>
D: 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 ```bash
C:\Users\Phares> C:\Users\Phares>
D: 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 ```bash
C:\Users\Phares> C:\Users\Phares>
D: 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 | | 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 | | 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 | | 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 | | 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 | | 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 | | 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 | | 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 | | 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 | | 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 | | 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 |
@ -49,7 +54,7 @@
# EC Advanced_IP_Scanner_2.5.3850 2023-05-31 # 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 | 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 | 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: | | 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: |

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 # 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 From mestsa003.infineon.com(eaf-dev.mes.infineon.com) using your normal or MES account open the following application
@ -6,7 +14,8 @@ 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 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 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 - Find matching EAF CI instance and verifying connection name "PCLDevice" with matching IP in connection settings example shown below
- Stop CI in EAF - Stop CI in EAF
@ -18,6 +27,6 @@ Look at entries starting with IP 10.95.192.* for conn status not Connected and t
- Call lead and have them power cycle the nPort - 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 - 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-1.png)
![Alt text](_Restart-IFX-hosted-nPort/image-2.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-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)

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 1. From OpenInsight developer screen → Go to Database Manager
- Database -> - Database ->
- User Management -> - User Management ->
- Insert New User name - Insert New User name [WINDOWS LOGIN USERNAME]
- Click Add - Click Add
- Password: [FIRST LETTER OF FIRST NAME][FISCAL YEAR][FIRST LETTER OF LAST NAME][FISCAL QUARTER]
- Select Password Never Expires - Select Password Never Expires
- Save - Save
2. From SRP → SRP Computer Solutions, Inc. → SRP Utilities → SRP_Editor add to APP_INFO -> AD_TO_LSL_USER_MAP in alphabetical order 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 - Field 1- Enter in AD Name in same position
3. User Config in OI UI 3. User Config in OI UI
- Open new user account - Open new user account
- Enter in their info - 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# 4. Password First Initial-year-last initial-qtr#
5. Next go to AD Manager 5. Next go to AD Manager
- Add user to IFX-RDA-iApps-OpenInsight-MES - 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,24 @@
# DNS Order ---
type: "note"
created: "2023-10-05T16:52:51.262Z"
updated: "2023-10-05T16:52:51.262Z"
---
# DNS Order and SSL Order
## DNS Order
https://smptools.infineon.com/smptinyurl/orderable/?name=SSO-New%20DNS%20Entry%20%281%29 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 * Type - CNAME
* Name {product}-{environment}
* Zone {Site}.infineon.com
* Points to {Server DNS}
## Server Certificate (SSL/TLS) Order
https://smptools.infineon.com/smptinyurl/orderable/?name=SSO-Certificate%20Request 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 * 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) * Epic (Maybe Mesa FI Roadmap session Item)
* Test Case (Checklist) * Test Case (Checklist)

View File

@ -1,13 +1,19 @@
---
type: note
created: 2023-07-08T02:49:15.285Z
updated: 2023-07-08T16:14:48.030Z
---
# iApps # 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) - [122364](https://webnetprod.muc.infineon.com/EndUserFAQs/#/article/122364)
- [125700](https://webnetprod.muc.infineon.com/enduserfaqs/#/article/125700) - [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) - [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) - [AD Group Editor](https://goto.infineon.com/adgroupeditor)
- IFX-RDA-iApps-InfinityQS-MES - IFX-RDA-iApps-InfinityQS-MES
- IFX-RDA-iApps-OpenInsight-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)