admsi.pl - PAA(Patch Application Assistant) tools

本文介绍了一种使用Oracle提供的admsi.pl脚本生成特定补丁安装指令的方法。通过非GUI与GUI两种模式,该脚本能够为指定的补丁生成定制化的安装指南,包括HTML和TXT格式的安装说明。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Purpose:Generates customized installation instructions for a patch.
Path:$AD_TOP/bin/admsi.pl

Usage

Non-GUI Mode

[oracle@bej301441 16020972]$ perl $AD_TOP/bin/admsi.pl -patch_top=/u02/patches/16020972 -appspass=apps
Gathering Information..
Logfile for this session is located at admsi.log
Generating installation instructions for patch 16020972..
Updating database....
install_16020972.html generated successfully
install_16020972.txt generated successfully
[oracle@bej301441 16020972]$

GUI Mode

[oracle@bej301441 16020972]$ admsi.pl
Invoking Oracle Patch Application Assistant....


Windows PowerShell 版权所有(C) Microsoft Corporation。保留所有权利。 安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows PS C:\Users\Czh20> docker run -d --name=ms --restart=unless-stopped --network=host -p 5354:5354/udp -p 1901:1901/udp -v E:\WorkSpace\Tool\matter-data:/data -e DEBUG=1 -e TZ=Asia/Shanghai ghcr.io/home-assistant-libs/python-matter-server:stable WARNING: Published ports are discarded when using host network mode c0e8729b1fd30244684ee054d882f52d0fcd7b4db80c11ed907adb39f14debbb PS C:\Users\Czh20> ^C PS C:\Users\Czh20> ^C PS C:\Users\Czh20> docker run -d --name=ms --restart=unless-stopped --network=host -v E:\WorkSpace\Tool\matter-data:/data -e DEBUG=1 -e TZ=Asia/Shanghai ghcr.io/home-assistant-libs/python-matter-server:stable 9fde2407e813aaae656b7042376f87aee09e302fe2fd5fbaa870f64f083f832c PS C:\Users\Czh20> Get-Process -Id (Get-NetUDPEndpoint -LocalPort 5354).OwningProcess Get-NetUDPEndpoint : 找不到任何“LocalPort”属性等于“5354”的 MSFT_NetUDPEndpoint 对象。请验证属性值,然后重试。 所在位置 行:1 字符: 18 + Get-Process -Id (Get-NetUDPEndpoint -LocalPort 5354).OwningProcess + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (5354:UInt16) [Get-NetUDPEndpoint], CimJobException + FullyQualifiedErrorId : CmdletizationQuery_NotFound_LocalPort,Get-NetUDPEndpoint Get-Process : 无法将参数绑定到参数“Id”,因为该参数是空值。 所在位置 行:1 字符: 17 + Get-Process -Id (Get-NetUDPEndpoint -LocalPort 5354).OwningProcess + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Get-Process],ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetProcessCommand PS C:\Users\Czh20>Get-NetUDPEndpoint -LocalPort 5354,1901 | Format-Table LocalPort, OwningProcess Get-NetUDPEndpoint : 找不到任何“LocalPort”属性等于“5354”的 MSFT_NetUDPEndpoint 对象。请验证属性值,然后重试。 所在位置 行:1 字符: 1 + Get-NetUDPEndpoint -LocalPort 5354,1901 | Format-Table LocalPort, Own ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (5354:UInt16) [Get-NetUDPEndpoint], CimJobException + FullyQualifiedErrorId : CmdletizationQuery_NotFound_LocalPort,Get-NetUDPEndpoint Get-NetUDPEndpoint : 找不到任何“LocalPort”属性等于“1901”的 MSFT_NetUDPEndpoint 对象。请验证属性值,然后重试。 所在位置 行:1 字符: 1 + Get-NetUDPEndpoint -LocalPort 5354,1901 | Format-Table LocalPort, Own ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (1901:UInt16) [Get-NetUDPEndpoint], CimJobException + FullyQualifiedErrorId : CmdletizationQuery_NotFound_LocalPort,Get-NetUDPEndpoint PS C:\Users\Czh20>docker logs ms | Select-String "mDNS|SSDP|1901" 2025-07-01 11:58:25.416 (MainThread) INFO [matter_server.server.stack] Initializing CHIP/Matter Logging... 2025-07-01 11:58:25.417 (MainThread) INFO [matter_server.server.stack] Initializing CHIP/Matter Controller Stack... 2025-07-01 11:58:25.620 (MainThread) INFO [chip.storage] Initializing persistent storage from file: /data/chip.json 2025-07-01 11:58:25.620 (MainThread) ERROR [chip.storage] [Errno 2] No such file or directory: '/data/chip.json' 2025-07-01 11:58:25.620 (MainThread) CRITICAL [chip.storage] Could not load configuration from /data/chip.json - resetting configuration... 2025-07-01 11:58:25.620 (MainThread) WARNING [chip.storage] No valid SDK configuration present - clearing out configuration 2025-07-01 11:58:25.620 (MainThread) WARNING [chip.storage] No valid REPL configuration present - clearing out configuration 2025-07-01 11:58:25.685 (MainThread) INFO [chip.CertificateAuthority] Loading certificate authorities from storage... 2025-07-01 11:58:25.686 (MainThread) INFO [chip.CertificateAuthority] New CertificateAuthority at index 1 2025-07-01 11:58:25.691 (MainThread) INFO [chip.FabricAdmin] New FabricAdmin: FabricId: 0x0000000000000001, VendorId = 0xFFF1 2025-07-01 11:58:25.693 (MainThread) INFO [matter_server.server.stack] CHIP Controller Stack initialized. 2025-07-01 11:58:25.693 (MainThread) INFO [matter_server.server.server] Starting the Matter Server... 2025-07-01 11:58:25.698 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetching the latest PAA root certificates from DCL. 2025-07-01 11:58:54.475 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 69 PAA root certificates from DCL. 2025-07-01 11:58:54.476 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetching the latest PAA root certificates from Git. 2025-07-01 11:58:56.206 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 2 PAA root certificates from Git. 2025-07-01 11:58:56.211 (MainThread) INFO [chip.FabricAdmin] Allocating new controller with CaIndex: 1, FabricId: 0x0000000000000001, NodeId: 0x000000000001B669, CatTags: [] 2025-07-01 11:58:56.454 (Dummy-2) CHIP_ERROR [chip.native.DL] Long dispatch time: 241 ms, for event type 2 2025-07-01 11:58:56.460 (MainThread) INFO [matter_server.server.vendor_info] Loading vendor info from storage. 2025-07-01 11:58:56.460 (MainThread) INFO [matter_server.server.vendor_info] Loaded 0 vendors from storage. 2025-07-01 11:58:56.460 (MainThread) INFO [matter_server.server.vendor_info] Fetching the latest vendor info from DCL. 2025-07-01 11:59:00.307 (MainThread) INFO [matter_server.server.vendor_info] Fetched 326 vendors from DCL. 2025-07-01 11:59:00.307 (MainThread) INFO [matter_server.server.vendor_info] Saving vendor info to storage. 2025-07-01 11:59:00.309 (MainThread) INFO [matter_server.server.device_controller] Loaded 0 nodes from stored configuration 2025-07-01 11:59:00.312 (MainThread) INFO [matter_server.server.server] Matter Server successfully initialized. PS C:\Users\Czh20>New-NetFirewallRule -DisplayName "Matter_HostMode" -Direction Inbound -Protocol UDP -LocalPort 5354,1901 -Action Allow New-NetFirewallRule : 拒绝访问。 所在位置 行:1 字符: 1 + New-NetFirewallRule -DisplayName "Matter_HostMode" -Direction Inbound ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : PermissionDenied: (MSFT_NetFirewallRule:root/standardcimv2/MSFT_NetFirewallRule) [New-NetFirewallRule], CimException + FullyQualifiedErrorId : Windows System Error 5,New-NetFirewallRule PS C:\Users\Czh20>
最新发布
07-02
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值