Jan 12

Maap gan ane masih nubitol, lagi iseng2 aja gan , boleh kan :D  ?

Ceritanya ini bagaimana cara instalasi OS FreeNAS yah turunan *BSD gitu lah, tapi sebelum lanjut agan juga kudu tau arti dari NAS yah gan nih crot baca : http://en.wikipedia.org/wiki/Network-attached_storage :D

okay gan langsung ke TKP :

Bahan2 :

1. Ane pake virtualbox gan (maklum ga punya banyak PC)

2. Ada 2 Hdd : buat system 4 GB + Data 10 GB

3. ISO FreeNAS-8.0.3-RELEASE-x86

free1

1. ini adalah tampilan pertama pada saat kita mau install dan agan pilih no .1 dong kan mau install :P

free2

2. Nah kalo yang ini kita pilih dah drive mana yg mau buat tuh system FreeNAS nyah, dan ane pilih yang ada0 4GB

free3

3. Hati2 gan ama data di laptop ente karena nih OS ngapus smua data yg ada, ada baiknya klo cuman tester pake VirtualBox dkk, biar aman, ya udah agan pilih yes aja dah :P

free4

4. Edan udah sukses aja si agan installnya, tinggal klik OK aja dah gan, jangan lupa tuh ISO di unmount dulu, biar pada saat booting ga bulak-balik install :P

free5

6. Nah disini ente pilih aja dah semau ente, tpi baiknya pilih no. 1 dulu setting IP gan

Enter an option from 1-11: 1

1) em0

Select an interface (q to quit): 1

Delete existing config? (y/n) n

Configure interface for DHCP? (y/n) n

Configure IPv4? (y/n) y

Interface name: (press enter as can be blank)

Several input formats are supported

Example 1 CIDR Notation:

192.168.1.1/24

Example 2 IP and Netmask separate:

IP: 192.168.1.1

Netmask: 255.255.255.0, or /24 or 24

IPv4 Address: 192.168.56.1/24

Saving interface configuration: Ok

Configure IPv6? (y/n) n

Restarting network: ok

You may try the following URLs to access the web user interface:

 http://192.168.56.2  —> dan tampilannya ada di bawah gan

free6

Gitu aja sih gan, biar dikit asal ga pelit :P, nanti dilanjut lagi yah gan :)

Sep 01

HP-UX bckpapp1 B.11.11 U 9000/800 1524809741 unlimited-user license
lanscan
Hardware Station        Crd  Hdw   Net-Interface    NM   MAC       HP-DLPI DLPI
Path     Address        In#  State NamePPA          ID   Type      Support Mjr#
0/1/2/0  0×00306EF40F36 0    UP    lan0 snap0       1    ETHER       Yes   119
0/4/1/0  0×00306E5DFC60 1    UP    lan1 snap1       2    ETHER       Yes   119
0/4/1/1  0×00306E5DFC61 2    UP    lan2 snap2       3    ETHER       Yes   119
0/6/1/0  0×00306E5DFC4E 3    UP    lan3 snap3       4    ETHER       Yes   119
0/6/1/1  0×00306E5DFC4F 4    UP    lan4 snap4       5    ETHER       Yes   119

Aug 31

Troubleshoot
=============
OS Linux SLES

Jika ada error :
—————-
Could not open XBSA library /opt/informix/lib/ibsad001.so.

Solusi :
——–
So with versions of Informix prior to 9.40, to point Informix to NetBackup either:

1. Point the onconfig variable BAR_BSALIB_PATH to NetBackup:

BAR_BSALIB_PATH            /usr/openv/netbackup/bin/infxbsa.so

2. Make a soft link from /usr/lib/ibsad001.so to NetBackup:

ln -s /usr/openv/netbackup/bin/infxbsa.so /usr/lib/ibsad001.so       —> untuk 32 bit
ln -s /usr/openv/netbackup/bin/infxbsa.so64 /usr/lib/ibsad001.so     —> untuk 64 bit

STARTING IN INFORMIX 9.40, the default location of BAR_BSALIB_PATH has changed to $INFORMIXDIR/lib/ibsad001.so. To link Informix version 9.40 to NetBackup either:

1. Point the onconfig variable BAR_BSALIB_PATH to NetBackup

BAR_BSALIB_PATH            /usr/openv/netbackup/bin/infxbsa.so

2. Make a soft link from $INFORMIXDIR/lib/ibsad001.so to NetBackup:

ln -s /usr/openv/netbackup/bin/infxbsa.so $INFORMIXDIR/lib/ibsad001.so       —> untuk 32 bit
ln -s /usr/openv/netbackup/bin/infxbsa.so64 $INFORMIXDIR/lib/ibsad001.so     —> untuk 64 bit

Aug 31

Cek INFORMIXSERVER
——————–
cat /opt/informix/etc/sqlhosts [enter]

hasilnya
——–
sdp_online        onipcshm    share_ip    sqlexec
sdp_online_net    ontlitcp    share_ip    sqlexec_net

untuk cek link netbackup di informix
————————————
sdppapp7:/usr/openv/netbackup # cat /opt/informix/etc/sm_versions
1|1.1.0|VERITAS-NetBackup|1|

cek log di informix
——————-
cat /opt/informix/bar_act.log

link di onconfig
—————-
/usr/openv/netbackup/bin/informix_config  [enter] lalu masukan home informixnya

Aug 31

vi /etc/nsswitch.conf

# @(#)B.11.11_LR
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any name services.
#

passwd:       files
group:        files
hosts:        files     dns    —> tambahkan dns disini
services:     files
networks:     files
protocols:    files
rpc:          files
publickey:    files
netgroup:     files
automount:    files
aliases:      files

Jul 14

sam -> performance monitor -> system properties -> memory

Jul 14

bash-3.00# uname -X
System = SunOS
Node = solaris10
Release = 5.10
KernelID = Generic_127111-10
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 8  –> ini dia processornya

Jun 30

gw pake centos 5.5 pada saat mau yum install ternyata ga bisa, ternyata pake proxy, langsung aja ya

[root@centos55 ~]# vi /etc/yum.conf

tambahin paling bawah :  proxy=http://10.1.x.xxx:8080/ –> ip gatewaynya coy

langsung gw cobain yum install deh dan berhasil, dah gitu aja dulu walaupun dikit kadang sering lupa :D

Jun 23

Ini sebenernya pas ane mau backup server yg osnya solaris , eh pas di jalanin backup error (backup veritas netbackup), ternyata selidik demi selidik yg error service inetnya blm UP,  nah gini caranya coy :

#svcadm enable inetd
#inetconv -i /etc/inet/inetd.conf

lalu cara ceknya :
——————
bash-3.00# netstat -a|grep bpcd
*.bpcd               *.*                0      0 49152      0 LISTEN
bash-3.00# netstat -a|grep vopied
*.vopied             *.*                0      0 49152      0 LISTEN
bash-3.00# netstat -a|grep vnetd
*.vnetd              *.*                0      0 49152      0 LISTEN
bash-3.00# netstat -a|grep bpjava
*.bpjava-msvc        *.*                0      0 49152      0 LISTEN

ok deh udah bisa di backup lagi coy :)

Jun 20

=======================================
LAMP + Joomla (Linux Apache Mysql Php) di Centos 5.5
=======================================

Instalasi mysql :
—————–
1.yum install mysql mysql-server
2.chkconfig mysqld on
3./etc/init.d/mysqld start
4.mysqladmin -u root password passwordente –> GANTI PASSWORD
5.mysql -u root -p –> LOGIN MYSQL
Read the rest of this entry »

dedyeuy