Writing About Our Experiences With Oracle Databases
Thursday March 15th 2012

Latest Topics

ORA-7445 core dump [kokscold()+849] from EM 12c

The first problem reported by my EM 12c is an ORA-7445 error. After checking the alert log following is the exact [Read More]

Copying Oracle Scheduler jobs with Arguments

Oracle provides dbms_scheduler.copy_job function to copy oracle scheduler jobs which works great. But problem is that [Read More]

EM12c:Automated discovery of Targets

EM12c:Automated discovery of Targets

In this post we will discuss the Automated discovery of Targets in Enterprise Manager Cloud Control(EM 12c). Once you [Read More]

Em12c:Silent Oracle Management agent Installation

This Post would describe how to install Oracle Management Agent 12c in silent mode. We need to download the agent [Read More]

11gR2:Listener Startup Issues

In this blog post I will be discussing listener startup issues faced in 11gR2 RAC. I will be constantly updating this [Read More]

Netapp Reference

Suppose filername is  filer.askdba.org

To check filer permissions

showmount -e filer.askdba.org

To check which hosts have mounted filer

showmount -a filer.askdba.org

To create snapshot named test_data_amitbansal

ssh filer.askdba.org snap create TEST_DAT test_data_amitbansal

To check the snapshots for volume TEST_DAT

ssh filer.askdba.org snap list TEST_DAT

To delete snap named test_data_amitbansal

ssh filer.askdba.org snap delete TEST_DAT test_data_amitbansal

To restore snap named test_data_amitbansal for volume TEST_DAT

ssh filer.askdba.org snap restore -f -t vol -s test_data_amitbansal TEST_DAT

Disable Hourly backup

ssh filer.askdba.org snap sched TEST_DAT 0 0 0

To check which aggregate the given volume belongs to

ssh filer.askdba.org vol container TEST_DAT

To get aggregate information

ssh filer.askdba.org df -Ag

Share

Leave a Comment

*

Recent Comments

mobayu had this to say

please re write for me this command for windows environment Thanks a lot Read the post

Prashanth had this to say

#!/bin/ksh #Script to Perform incremental backup every day at 11 Read the post

had this to say

Nice one Amit! Read the post

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 7 other subscribers