Hi how can i check that please guide i am totally confuse!!
Printable View
Hi how can i check that please guide i am totally confuse!!
On solaris command line do:
and see if there is an entry of 100% under the use% label.Code:$ df -h
;)
PS: if you see 100% for the Oracle home path, you need to make space by removing obsolete files/logs/etc...
it doesn't work:
$df -h
df: unknown option: h
Usage: df [-F FSType] [-abegklntVv] [-o FSType-specific_options] [directory | block_device | resource]
come on - basic unix!
after running df -k i get this:
oracle-eis-u01
512000 150325 339076 31% /oracle/eis/u01
so i think it is not 100% at all!!
Is there where your Oracle home is?Quote:
Originally Posted by midora
Any other mount point at 100%?
PS: Must be old version of Solaris to not recognize the 'h' option.
Okay... lets go back to the basics and troubleshoot this properly.
I assume you are connecting to a local database, am I right?
Log into the box as "oracle" then...
1- Set your instance e.g.: OH and SID
2- Do and post...
ps -ef | grep pmon
3- Do and post...
sqlplus /nolog
conn sys as sysdba
select instance_name, status from v$instance;
4- Post or attach your whole RMAN log, not only the three lines you have posted.
sure wll do that shortly!!
thanks
Pat