Select Menu

Ads

Random Posts

Powered By Blogger
Powered By Blogger

Blog Archive

Search This Blog

Blog Archive

Thirupal Boreddy. Powered by Blogger.

My Blog List

Followers

Lorem 1

Technology

Circle Gallery

Shooting

Racing

News

Lorem 4

» » Adding a new vote disk

Adding a new vote disk

As root

cd /u01/crs/oracle/product/10.2.0/crs/bin

1. see where your voting disks currently are (run on one node)

./crsctl query css votedisk

2. shut down the clusterware on every node

./crsctl stop crs

3. add the new voting disk (run on one node)

./crsctl add css votedisk /u01/rac4prd_nfs_votedisk_p3/nfs_votedisk_3 -force

4. delete the old on you don’t want (run on one node)

./crsctl delete css votedisk /dev/p3_votedisk_3 -force

5. check what’s there (run on one node)

./crsctl query css votedisk

5.1 Change permissions on new votedisk as per Unix standards


6. bring everything back up on every node

./crsctl start crs



Trace srvctl command

To trace the srvctl command and get the commands that are being run in the background, and any errors then;

$> export SRVM_TRACE=TRUE

$> srvctl start database -d DB

About Oracle DBA World

WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply

QUERY FOR CPU USAGE

select  a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...