- Do NOT reboot both Exadata Switches at the same time -- you'll get into lots of trouble
- Each Exadata component has a dedicated ILOM that can be accessed by a dedicated IP address (please find an example with a database server here) but not the IB Swicthes; an IB Switch ILOM is embedded within the Switch itself and has to be accessed using the ILOM shell with the "spsh" command and then use the "reset /SP" command to reboot the Switch as shown below
[root@myclusterdb01 ~]# ssh myclustersw-ib3Last login: Wed Dec 20 17:58:46 2017 from myclusterdb01.mydomain.com You are now logged in to the root shell. It is recommended to use ILOM shell instead of root shell. All usage should be restricted to documented commands and documented config files. To view the list of documented commands, use "help" at linux prompt.[root@myclustersw-ib3 ~]# spshOracle(R) Integrated Lights Out Manager Version ILOM 3.0 r47111 Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.-> reset /SP Are you sure you want to reset /SP (y/n)? yPerforming reset on /SP Broadcast message from root (Sun Jan 28 20:14:42 2018): The system is going down for reboot NOW! -> Connection to myclustersw-ib3 closed by remote host. Connection to myclustersw-ib3 closed.[root@myclusterdb01 ~]#
Give it few minutes and you're done !
You can also do a "su - ilom-admin" to get to the ilom prompt "->"
ReplyDelete[root@dm01sw-iba01 ~]# su - ilom-admin
Oracle(R) Integrated Lights Out Manager
Version 2.2.9-3 ILOM 3.2.11 r124039
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
Warning: HTTPS certificate is set to factory default.
Hostname: dm01sw-iba01
->
You can also do a "su - ilom-admin" to get to the ilom prompt "->"
ReplyDelete[root@dm01sw-iba01 ~]# su - ilom-admin
Oracle(R) Integrated Lights Out Manager
Version 2.2.9-3 ILOM 3.2.11 r124039
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
Warning: HTTPS certificate is set to factory default.
Hostname: dm01sw-iba01
->
I think you can also do "-> reset /SYS" as "-> reset /SP" will reset the service process.
Hi Fred,
ReplyDeletecan we use reset /SYS instead of reset /SP ?
https://docs.oracle.com/cd/E19273-01/html/821-0243/gixyc.html
Thanks
Hi,
DeleteNo, is reset /SP for Infini and switches.
SP is for service provider.
Fred