Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppLayering, ghost devices are deleting #328

Open
matthias-schlimm opened this issue Sep 14, 2021 · 1 comment
Open

AppLayering, ghost devices are deleting #328

matthias-schlimm opened this issue Sep 14, 2021 · 1 comment
Assignees

Comments

@matthias-schlimm
Copy link
Collaborator

at the end of the script another part is deleting all NICs. It seems that in the script “99_PrepBISF_POST_BaseImage.ps1” a part of the AppLayering is deleting these NICs too.

This is the part which is deleting all NICs at the end. When we comment out these lines then it is fine:
<image005.png>

How we can set this up? Is there something to disable in the script ”99_PrepBISF_POST_BaseImage.ps1” the deletion of Ghost NICs?

Logfile entries:
09.09.2021 15:34:58 | adm_rollout | EXTERNAL LOG.... | StartScsiControllerScan: ghost NIC removal started
09.09.2021 15:34:58 | adm_rollout | INFORMATION... | -----snap-----
09.09.2021 15:34:58 | adm_rollout | INFORMATION... | Prepare AppLayering - Check System Layer integrity
09.09.2021 15:34:58 | adm_rollout | INFORMATION... | Processing function Show-BISFProgressBar
09.09.2021 15:34:58 | adm_rollout | INFORMATION... | Maximum execution time used the GPO value with 60 minutes
09.09.2021 15:35:06 | adm_rollout | INFORMATION... | Processing function Get-BISFLogContent

@matthias-schlimm
Copy link
Collaborator Author

as a workaround, please comment out the following lines

script: https://github.com/EUCweb/BIS-F/blob/develop/Framework/SubCall/Preparation/99_PrepBISF_POST_BaseImage.ps1#L235
Lines: 232 - 238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant