I have few dysks setup, local and on SAN, I needed to add additional 200gb partition to a system that is on SAN and I am not sure how to do it so that I would not mess this up. Here is what I have:
[root@hog8 etc]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
Read more…
A Procedure For Replacing A Bad Drive On A Sun Netra AC200
I realize just how exciting a title that is for Hraka’s non-technical audience, so I’ve moved the bulk of the post to the “Continue Reading” section
An SOP, in which is described procedure to follow in case of a hard drive failure on a Sun Netra AC200 system, such as the one that greeted me this morning upon my arrival at the office. Wherever one sees a “DO NOT,” assume that I’ve done that as some point in my life.
And yes, it’s a fairly elderly machine. Four years or so, I think.
Read more…
SHUTDOWN ORACLE DATABASE
SET ORACLE_SID={ORALCE DATABSE NAME}
SQLPLUS
CONNECT INTERNAL
SHUTDOWN IMMEDIATE
EXIT
STARTUP ORACLE DATABASE
SET ORACLE_SID={ORALCE DATABSE NAME}
SQLPLUS
CONNECT INTERNAL
STARTUP
EXIT