Sys-Admin Information’s

Share Knowledge, Distribute Knowledge, Capture & Modify Knowledge, Create Knowledge..

  • Home
  • Login
  • Register

Show Locking Proccess

Posted by Eriek Regandono in January 21st, 2008  
Leave Comment
Posted in: ORACLE, Session     

select s1.username || ‘@’ || s1.machine
|| ‘ ( SID=’ || s1.sid || ‘ ) is blocking ‘
|| s2.username || ‘@’ || s2.machine || ‘ ( SID=’ || s2.sid || ‘ ) ‘ AS blocking_status, s1.SQL_ID
from v$lock l1, v$session s1, v$lock l2, v$session s2
where s1.sid=l1.sid and s2.sid=l2.sid
and l1.BLOCK=1 and l2.request > 0
and l1.id1 = l2.id1
and […]

Popularity: 15% [?]

kill sesion oracle in windows

Posted by Eriek Regandono in November 15th, 2007  
Leave Comment
Posted in: ORACLE     

path: …/Oracle Home/bin/orakill.exe or find manually
command: orakill <sid> <spid>
example: C:\Oracle9\bin\orakill ORCL 2760

addthis_url = ‘http%3A%2F%2Fsysinfo.bascomp.org%2F2007%2F11%2F15%2Fkill-sesion-oracle-in-windows%2F’;
addthis_title = ‘kill+sesion+oracle+in+windows’;
addthis_pub = ”;

Popularity: 13% [?]

Popularity: 13% [?]

Copy Tape to Tape

Posted by Eriek Regandono in August 21st, 2007  
Leave Comment
Posted in: SOLARIS, Tape     

The ” tcopy ” tility used to copies the magnetic tape mounted on the tape drive specified by the source argument. Simply, the ” tcopy ” used for copies one tape to another tape.
Rewind the tape first
# mt -f /dev/rmt/0 rewind
# mt -f /dev/rmt/1 rewind
And […]

Popularity: 15% [?]

Shutdown Oracle

Posted by Eriek Regandono in July 18th, 2007  
Leave Comment
Posted in: ORACLE     

$ su - oracle
SQL> sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown immediate
If No Response
SQL> shutdown abort
Monitoring Instance when restart database
$ tail -f $ORACLE_HOME/admin/bdump/alert_$ORACLE_SID.log

addthis_url = ‘http%3A%2F%2Fsysinfo.bascomp.org%2F2007%2F07%2F18%2Fshutdown-oracle%2F’;
addthis_title = ‘Shutdown+Oracle’;
addthis_pub = ”;

Popularity: 9% [?]

Popularity: 9% [?]

Performance Monitoring Commands

Posted by Eriek Regandono in July 5th, 2007  
Leave Comment
Posted in: AIX     

Monitoring Commands
nmon
vmstat
iostat
sar
topas
nmon
svmon
filemon
rmss

addthis_url = ‘http%3A%2F%2Fsysinfo.bascomp.org%2F2007%2F07%2F05%2Fperformance-monitoring%2F’;
addthis_title = ‘Performance+Monitoring+Commands’;
addthis_pub = ”;

Popularity: 11% [?]

Popularity: 11% [?]

Get WWN of Fibre cards

Posted by Eriek Regandono in July 5th, 2007  
Leave Comment
Posted in: *Nix, WWN Info     

To get your wwn at your Solaris machine, you can use this command
# prtpicl -v | grep wwn
:node-wwn 50 01 04 f0 00 5f 0a 85
:port-wwn 50 01 04 f0 00 […]

Popularity: 18% [?]

System Startup and Shutdown

Posted by Eriek Regandono in July 4th, 2007  
Leave Comment
Posted in: HP-UX, Startup     

System boot process:

Power on
PDC executes CPU, Memory and other tests
PDC initialize the console to display messages
Looks for Primary boot path
It loads and executes Initial System Loader (ISL). Roll of boot ROM ends.
ISL loads the secondary system loader called “hpux”. It resides on boot area of the disk
“hpux” loads “/stand/vmunix” into memory and hands control over […]

Popularity: 23% [?]

Show Information On HP-UX Machine

Posted by Eriek Regandono in July 3rd, 2007  
Leave Comment
Posted in: HP-UX     

This optional software, you must install Ignite-UX, work only in HP-UX 11.11 n later
And only root
# print_manifest | more
System Information
Your Hewlett-Packard 9000 computer has software installed and
configured as follows.
The system was created January 09, 2003, 12:10:05 SST.
It was created with Ignite-UX revision B.4.1.61.
————————————————————-
NOTE: You should retain this information for future reference.
————————————————————-
Serial number: XXXXXXXXX
Order number: […]

Popularity: 19% [?]

  • Reference
  • Tags
  • Latest

 

    SUN Sysadmin Resources And Community
    The Porting And Archive Centre for HP-UX

 

  • Backup Blocking BUG Connections Linux System information Listener NTP ORACLE Oracle to Mysql Projadd Projmod Session shminfo_shmmax shmmax show system information on linux machine Solaris Tuneable parameter SSH startup inconsistent DataBase Telnet tunable parameter Tuning

 

  • Troubleshooting for startup inconsistent DB
  • Linux System information
  • set hostname without reboot
  • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
  • Tracking Down “Last Reboot” on windows
  • Backup Listener log
  • Oracle Heterogeneous Configuration Service (ORACLE to MySQL)
  • Comparison Kernel parameter Solaris9 and Solaris10
  • Kernel setup for Solaris 10 using project files - Special for Oracle10g
  • Block Telnet Session

Latest In ORACLE

Troubleshooting for startup inconsistent DB

for e.g. database unable up cause of datafile corruption SQL> startup ORACLE instance started. Total System Global ...continue reading

Backup Listener log

In database production, the log of listener was grow rapidly, some times if you move ...continue reading

Archives

    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007

Meta

    • Register
    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Recent Posts

    • Troubleshooting for startup inconsistent DB
    • Linux System information
    • set hostname without reboot
    • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
    • Tracking Down “Last Reboot” on windows

Categories

    • *Nix (6)
    • AIX (1)
    • HP-UX (12)
    • SOLARIS (40)
    • LINUX (2)
    • ORACLE (22)
    • Mysql (2)
    • Windows (1)

Contibutor

    • Dhany sudharmanto
    • Eriek Regandono
    • Gani Afgani
    • Hell-me
    • Hendrawan
    • Henri Simatupang
    • Hilman-Lupus

Recent Comments

  • Hendrawan in Ssh in Solaris
  • kurgan in Ssh in Solaris
  • Arun in ERROR! MySQL manager or server PID …

Popular Entries

  • Comparison Kernel parameter Solaris9 and Solaris10
  • Kernel setup for Solaris 10 using project files - Special for Oracle10g
  • Oracle Heterogeneous Configuration Service (ORACLE to MySQL)
  • Tracking Down "Last Reboot" on windows
  • Backup Listener log
  • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
  • Block Telnet Session
  • WWN info in solaris
  • Ssh in Solaris
  • ERROR! MySQL manager or server PID file could not be found!

Who is writing this blog?

author An ordinary people, participants, contributor who share their own experiences, their knowledge, their informations, task, a few tips and tricks, their problem with solving tools..
coz they know, knowledge it's free..
©2006-2008 Sys-Admin Information’s
Disclaimer: Unless otherwise specified, all posts are licensed under the Creative Commons Attribution-ShareAlike 3.0 License.
The Forte theme by Moses Francis