oracle install - unable to perform physical memory check on node

The following error occurred when installing Oracle 11g r2:
//physical memory
Physical Memory - This prerequisite tests that the total system physical memory is at least 922MB (944128.0KB).
Expected value
 : N/A
actual value
 : N/A
 Error list:  
 - 
 
// available physical memory
PRVF-7531 : Failed to perform physical memory check on node "LENOVO" - Cause: Failed to perform physical memory check on the indicated node. - Action: Make sure that the specified node can be accessed and memory information can be viewed.  
 
Free Physical Memory - This prerequisite tests that the system has at least 50MB (51200.0KB) of free physical memory.
Expected value
 : N/A
actual value
 : N/A
 Error list:  
 - 
PRVF-7563 : Unable to perform free memory check on node "LENOVO" - Cause: Unable to perform free memory check on the indicated node. - Action: Make sure that the specified node can be accessed and memory information can be viewed.
 
// swap space size
Swap Space Size - This prerequisite tests whether the system has enough total swap space.
Expected value
 : N/A
actual value
 : N/A
 Error list:  
 - 
PRVF-7574 : Failed to perform swap size check on node "LENOVO" - Cause: Failed to perform swap space check on the indicated node. - Action: Make sure the specified node can be reached and swap space information can be viewed.  
 - 
PRVF-7531 : Failed to perform physical memory check on node "LENOVO" - Cause: Failed to perform physical memory check on the indicated node. - Action: Make sure that the specified node can be accessed and memory information can be viewed.
   
Solution:
1. In the command prompt, run net share c$=c:    (this command is shared C drive, net share D$=D: this command is shared D drive)
  If the command is executed successfully, the following commands do not need to be executed.
If this command prompts an error: "System error 5, when access is denied ", then we can modify the registry and check the AutoShareServer and AutoShareWks registry values ​​to make sure they are not set to 0 and let the C drive be shared.
 step:
 ①. Click "Start → Run" in turn, enter regedit, and then press Enter to enter the Registry Editor.
 ②. Find and click HKEY_LOCAL_MACHINE-->System-->CurrentControlSet-->Services-->LanmanServer-->Parameters, change the values ​​of AutoShareServer and AutoShareWks to 1.
 ③. Restart the computer. Run net share again and display the result as shown in the figure:
 Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. all rights reserved.
 C:\Users\Administrator>net share
 share name resource comment
 -------------------------------------------------------------------------------
C$ C:\ default share
D$ D:\ default share
E$ E:\ default share
F$ F:\ Default Share
print$       C:\Windows\system32\spool\drivers
                                     printer driver
 Command completed successfully.
 C:\Users\Administrator>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326612037&siteId=291194637