Archive | January, 2010

Mengenal Label [e2label] & grub

25 Jan

1. contoh grub.conf dengan label
[root@test41 ~]# vi /boot/grub/grub.conf
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-128.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-128.el5 ro root=LABEL=/ acpi=force
initrd /initrd-2.6.18-128.el5.img

2. contoh fstab dengan label
(more…)

INSTALL RUPS 2000 ON LINUX

16 Jan

INSTALL RUPS 2000 ON LINUX

[root@test41 linux]# uname -a
Linux test41 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
[root@test41 linux]# cat /etc/redhat-release
CentOS release 5.3 (Final)
1. Explore CD RUPS 2000 v3.23 in folder linux

(more…)

Wake On LAN

15 Jan

#######################################
sisi client yang akan di Wake On LAN
#######################################
1. catat mac adress
root@ubs-desktop:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:76:9a:37:3c
inet addr:172.20.77.77 Bcast:172.20.255.255 Mask:255.255.0.0
inet6 addr: fe80::216:76ff:fe9a:373c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2810 errors:0 dropped:0 overruns:0 frame:0
TX packets:150 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:265917 (265.9 KB) TX bytes:20607 (20.6 KB)
Interrupt:21 Base address:0xde00

2. apakah eth0 sudah diset WOL [Wake-on: g]

(more…)

startup database & listener oracle 11g ubuntu 9.04

4 Jan

1. login as oracle user
ubs@ubs-desktop:~$ sudo su – root
root@ubs-desktop:~# su – oracle

2. startup lsnrctl
oracle@ubs-desktop:~$ lsnrctl start
LSNRCTL for Linux: Version 11.1.0.6.0 – Production on 04-JAN-2010 09:24:04
Copyright (c) 1991, 2007, Oracle. All rights reserved.
Starting /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait…
TNSLSNR for Linux: Version 11.1.0.6.0 – Production
System parameter file is /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
Log messages written to /u01/app/oracle/diag/tnslsnr/ubs-desktop/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ubs-desktop)(PORT=1521)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ubs-desktop)(PORT=1521)))
STATUS of the LISTENER
————————
Alias LISTENER
Version TNSLSNR for Linux: Version 11.1.0.6.0 – Production
Start Date 04-JAN-2010 09:24:06
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/ubs-desktop/listener/alert/log.xml
Listening Endpoints Summary…
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ubs-desktop)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
The listener supports no services
The command completed successfully
(more…)

ORA-01031: insufficient privileges

4 Jan

ORA-01031: insufficient privileges

oracle@ubs-desktop:~$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.6.0 – Production on Mon Jan 4 09:25:38 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges

(more…)

error install oracle 11g [dbca / netca] : UnsatisfiedLinkError exception loading native library: njni11

4 Jan

error install oracle 11g [dbca / netca] in ubuntu

oracle@ubs-desktop:/u01/database$ dbca
UnsatisfiedLinkError exception loading native library: njni11
Exception in thread “main” java.lang.UnsatisfiedLinkError: get
at oracle.net.common.NetGetEnv.get(Native Method)
at oracle.net.config.Config.getNetDir(Unknown Source)
at oracle.net.config.Config.initConfig(Unknown Source)
at oracle.net.config.Config.(Unknown Source)
(more…)

install oracle 11g in Ubuntu 9.04

4 Jan

1. ubuntu version ?
ubs@ubs-desktop:~$ sudo su – root
[sudo] password for ubs:
root@ubs-desktop:~# sudo lsb_release -a
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:cxx-3.0-ia32:cxx-3.0-noarch:cxx-3.1-ia32:cxx-3.1-noarch:cxx-3.2-ia32:cxx-3.2-noarch:desktop-3.1-ia32:desktop-3.1-noarch:desktop-3.2-ia32:desktop-3.2-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch:graphics-3.2-ia32:graphics-3.2-noarch:qt4-3.1-ia32:qt4-3.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 9.04
Release: 9.04
Codename: jaunty
(more…)

Follow

Get every new post delivered to your Inbox.