![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 1970278.1 : How to Replace an Exadata X5-2/X6-2 Compute Node 10GbE NIC Card
In this Document
Oracle Confidential PARTNER - Available to partners (SUN). Applies to:Exadata X5-2 Hardware - Version All Versions and laterExadata X5-2 Eighth Rack - Version All Versions and later Exadata X5-2 Half Rack - Version All Versions and later Zero Data Loss Recovery Appliance X5 Hardware - Version All Versions and later Exadata X5-2 Full Rack - Version All Versions and later Information in this document applies to any platform. GoalHow to Replace 10GbE NIC card in Exadata X5-2/X6-2 compute node Solution DISPATCH INSTRUCTIONS
The server that contains the faulty10GbE Ethernet card should have its services offline and system powered off.
The instructions below assume the customer DBA is available and working with the field engineer onsite to manage the host OS and
# . oraenv
ORACLE_SID = [root] ? +ASM1 The Oracle base for ORACLE_HOME=/u01/app/11.2.0/grid is /u01/app/oracle # $ORACLE_HOME/bin/crsctl disable crs # $ORACLE_HOME/bin/crsctl stop crs or # <GI_HOME>/bin/crsctl stop crs where GI_HOME environment variable is typically set to “/u01/app/11.2.0/grid” but will depend on the customer's environment. ii. Validate CRS is down cleanly. There should be no processes running. # ps -ef | grep css
For Compute Node running OVM proceed as follows:
The customer should perform the following: (a) See what user domains are running (record result ) # xm list
Name ID Mem VCPUs State Time(s) Domain-0 0 8192 4 r----- 409812.7 dm01db01vm01 8 8192 2 -b---- 156610.6 dm01db01vm02 9 8192 2 -b---- 152169.8 connect to each domain using the command # xm console domainname
where domainname would be dm01db01vm01 or dm01db01vm02 if using the above examples. Shut down any instances of crs ,refer to the example above in previous section "shutdown crs" in all user domains Note: Omit the following command for OVM as it is not not required.
# $ORACLE_HOME/bin/crsctl disable crs Press CTRL+] to disconnect from the console. (b)Shutdown all user domains from dom0 # xm shutdown -a -w
(c) See what user domains are running (should be only Domain-0) (d) Disable user domains from auto starting during dom0 boot after motherboard has been replaced. # chkconfig xendomains off
# shutdown -hP now
Reference links for Service Manual: X5-2 DB’s: ( http://docs.oracle.com/cd/E41059_01/html/E48312/napsm.gnriy.html#scrolltoc ) The field engineer can now slide out the server for maintenance. Do not remove any cables prior to sliding the server forward, or the Locate and Remove the PCIe card. (a) There are three external PCIe slots in the system. The external PCIe slots are numbered 1, 2, and 3 from left to right when you (b) Locate the 10G Ethernet card in PCIe slot 2 and unplug any cables from the PCIe card making note of their locations so that they (c) lift the green-tabbed latch on the rear of the server's chassis next to the PCIe slot to release the PCIe card's rear bracket. (d) Lift the riser release lever with one hand and use your other hand to remove the riser from the motherboard (e) Remove the 10G Ethernet card from the PCIe riser. Hold the riser in one hand and use your other hand to carefully pull the PCIe (f) Disconnect the rear bracket that is attached to the 10G Ethernet card from the rear of the PCIe riser.
(b) Insert the rear bracket that is attached to the 10G Ethernet card into the PCIe riser. (c) Hold the riser in one hand and use your other hand to carefully insert the PCIe card connector into the Riser. (d) Install the PCIe riser with the installed PCIe cards into the server. (e) Raise the PCIe riser release lever (marked with a green tab) to the open (up) position (f) Close the green-tabbed latch on the rear of the server's chassis next to the applicable PCIe slot to secure the PCIe card's rear (g) Reconnect any cables to the PCIe card that were unplugged during the removal procedure making sure to connect them in the
Server Services Startup Validation:
Verify the new card is detected and the interfaces are functioning.Check both eth4 and eth5 if both ports are used and ensure the link is detected and the speed and duplex are correct.Example below is for eth5 # ethtool eth5 Settings for eth5:
CRS services should now be started.
"DB Node Startup Verification" - for compute node NOT running OVM ,for OVM refer to next section. Startup CRS and re-enable autostart of crs. After the OS is up, the Customer DBA should validate that CRS is running. As root execute: # . oraenv
ORACLE_SID = [root] ? +ASM1 The Oracle base for ORACLE_HOME=/u01/app/11.2.0/grid is /u01/app/oracle # $ORACLE_HOME/bin/crsctl start crs # $ORACLE_HOME/bin/crsctl check crs Now re-enable autostart # $ORACLE_HOME/bin/crsctl enable crs or # <GI_HOME>/bin/crsctl check crs # <GI_HOME>/bin/crsctl enable crs where GI_HOME environment variable is typically set to “/u01/app/11.2.0/grid” but will depend on the customer's environment. Example output when all is online is: # /u01/app/11.2.0/grid/bin/crsctl check crs
CRS-4638: Oracle High Availability Services is online CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online Validate that instances are running: # ps -ef |grep pmon
It should return a record for the ASM instance and a record for each database. For Compute Node running OVM
Once the compute node has booted ,re-enable user domains to autostart during Domain-0 boot. # chkconfig xendomains on
Startup all user domains that are marked for auto start # service xendomains start
See what user domains are running (compare against result from previously collected data) # xm list
if any not auto-started then Startup a single user domain # xm create -c /EXAVMIMAGES/GuestImages/DomainName/vm.cfg
Check that crs has started in user domains ,refer to previous section "DB Node Startup Verification"
OBTAIN CUSTOMER ACCEPTANCE Verify that HW Components and SW Components are returned to properly functioning state with server up and database services
REFERENCE INFORMATION: 1093890.1 Steps To Shutdown/Startup The Exadata & RDBMS Services and Cell/Compute Nodes On An Exadata Configuration Attachments This solution has no attachment |
||||||||||||||||
|