How to Uninstall Hidden Network Adapter on Windows Server After P2V
How to Uninstall Hidden Network Adapter on Windows Server After P2V a) Using devmgmt.msc. Device Manager -> View -> Show hidden devices -> Network adapters -> Choose hidden adapter -> Uninstall b) Using Powershell. Get-NetAdapter -IncludeHidden | Where-Object { $_.Status -eq 'Not Present' } | Remove-NetAdapter -Confirm:$falseGet-NetAdapter -IncludeHidden | Where-Object { $_.Name -in @('Ethernet', 'Wi-Fi') } | Disable-NetAdapter -Confirm:$false https://www.homedutech.com/prog...
How to Replace a Hard Drive in an Exadata Storage Cell Server
How to Replace a Hard Drive in an Exadata Storage Cell Server PREPARATION Determine the failed drive: For imageinfo versions 11.2.3.1.x and earlier, use this syntax: CellCLI> LIST PHYSICALDISK WHERE diskType=HardDisk AND status=critical DETAIL For imageinfo versions 11.2.3.2.x and later, use this syntax: CellCLI> LIST PHYSICALDISK WHERE diskType=HardDisk AND status like failed DETAIL To check repair times for all mounted disk groups - log into the ASM instance and perform the followin...
ORA-00132
ORA-00132 APPLIES TO Operating System - Oracle Linux Server 7.9 Oracle Database - Enterprise Edition - version 11.2.0.4.0 Oracle Grid Infrastructure - version 11.2.0.4.0 SYMPTOMS Fails with error ORA-00132 during startup database. ~]# /etc/init.d/oracle_ORCL.sh start; echo $?SQL*Plus: Release 11.2.0.4.0 Production on Mon Mar 25 18:45:04 2024Copyright (c) 1982, 2013, Oracle. All rights reserved.Connected to an idle instance.SQL> ORA-00119: invalid specification for system parameter LO...
Hitachi VSP E Series and VPS G130,GF350,GF370,GF700,GF900 Service Manual
Hitachi VSP E Series and VPS G130,GF350,GF370,GF700,GF900 Service Manual VSP E Series VSP G130,GF350,GF370,GF700,GF900 Product Type IP Username/Password SVP Management 10.0.0.100/255.255.255.0 SVP-PC\SVP/raid-login VSP Management(Customer) 192.168.0.16-17/255.255.255.0 maintenance/raid-maintenance VSP Maintenance 10.0.0.16-17/255.255.255.0 maintenance/raid-maintenance CTL failure 控制器 CTL1 故障报错: 初步判断为内存故障。 执行 Replace Cache Memory - CTL1,更换 2 根 32G 内存(PN: 3292318-A)后,控制器恢复失败...
WinRE in Windows Server 2008 R2
WinRE in Windows Server 2008 R2 Enter Windows Recovery Environment from Installation Media Start the system to the installation media for the installed version of Windows, select Next. On the Install Windows screen, select Repair your computer. You can press Shift F10 to open command prompt window here and skip step 3-4. On the System Recovery Options screen, select Next. On the Recovery Tools, select Command Prompt. Run the bcdedit command, in the Windows Boot Loader section...
ORA-15046
ORA-15046 APPLIES TO SYMPTOMS ASMCMD> cp +RECO/coco/onlinelog/group_1.404.1160991039 +reco/cocoprim/onlinelog/copying +RECO/coco/onlinelog/group_1.404.1160991039 -> +reco/cocoprim/onlinelog/group_1.404.1160991039ASMCMD-8016: copy source '+RECO/coco/onlinelog/group_1.404.1160991039' and target '+reco/cocoprim/onlinelog/group_1.404.1160991039' failedORA-15056: additional error messageORA-15046: ASM file name '+reco/cocoprim/onlinelog/group_1.404.1160991039' is not in single-file creati...
Relocating and Renaming Datafiles
Relocating and Renaming Datafiles Copying datafiles from +data/coco,+reco/coco to +data/cocoprim,+reco/cocoprim. ASMCMD> mkdir +DATA/COCOPRIM/ mkdir +RECO/COCOPRIM/ASMCMD> cd +DATA/COCOPRIM/ASMCMD> mkdir CONTROLFILE/ DATAFILE/ ONLINELOG/ PARAMETERFILE/ TEMPFILE/ASMCMD> cd +RECO/COCOPRIM/ASMCMD> mkdir CONTROLFILE/ ONLINELOG/ ARCHIVELOG/SQL> create directory coco_data as '+data/coco';SQL> create directory cocoprim_data as '+data/cocoprim';SQL> create directory coco_reco...
Using Broker to Setup Oracle Database 11.2 RAC DataGuard Physical Standby
Using Broker to Setup Oracle Database 11.2 RAC DataGuard Physical Standby Oracle Database - 11.2.0.4.0 RAC Introduction 主备数据库都是 Oracle 11gR2 RAC 环境,数据库文件目录架构一致。采用 Maximum Performance 方式,即日志同步采取 ASYNC noaffirm 方式。 主库 备库 操作系统 Redhat 7.9 Redhat 7.9 主机名 oracle11grac01,oracle11grac02 oracle11grac03,oracle11grac04 数据库版本 11.2.0.4 11.2.0.4 集群版本 11.2.0.4 11.2.0.4 DB_NAME coco coco DB_UNIQUE_NAME cocoprim cocostby instance_name coco1, coco2 coco1, coco2 SID_NAME coco co...
vCenter Server Applicance disk space is full
vCenter Server Applicance disk space is full APPLIES TO VMware vCenter Server Applicance - 7.0.2 - 17920168 SYMPTOMS The /storage/log is full. root@localhost [ ~ ]# df -hFilesystem Size Used Avail Use% Mounted ondevtmpfs 9.3G 0 9.3G 0% /devtmpfs 9.4G 52K 9.4G 1% /dev/shmtmpfs 9.4G 1.2M 9.4G 1% /runtmpfs ...
How to wrap word code block in pre label
How to wrap word code block in pre label <head> <title>Title of the document</title> <style> pre { overflow-x: auto; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } </style> </head>














