Re: starting up and shutting down a RAC cluster

  • From: Dan Norris <dannorris@xxxxxxxxxxxxx>
  • To: ricks12345@xxxxxxxxx
  • Date: Thu, 10 Jul 2008 13:02:01 -0600

No, crsctl was designed to handle only the local node. You could do the following from one node, though:


crsctl stop crs
ssh node2 crsctl stop crs
ssh node3 crsctl stop crs

If you have host equivalency set up for the root user, it should work fine. There's also some special shell that does commands on a list of nodes, but I can't remember what shell that is. It would work similarly to the above except could probably combine the ssh commands into a single line.

Dan

Rick Ricky wrote:
crsctl appears to only work on one node at a time, but srvrctl can startup and shutdown all instances.

anyway to startup and shutdown all nodes with crsctl or some other way with 1 command?
--
//www.freelists.org/webpage/oracle-l


Other related posts: