screen linux
ntp client beda zone waktu dengan ntp server
20 Decntp client beda zone waktu dengan ntp server
kasus :
ntp server berada di indonesia bagian WIB
ntp client berada di indonesia bagian WIT
================================
setup pada sisi client
================================
1. cek ikut wilayah mana ?
[root@orcl6 ~]# date
Tue Dec 20 10:15:47 WIT 2011
(more…)
Gagal Mount pada card qla yang connect pada SAN
19 DecGagal Mount pada card qla yang connect pada SAN
1. gagal mount
[root@test1 ~]# mount -t ocfs2 /dev/sdf1 /t03
mount.ocfs2: Device name specified was not found while opening device /dev/sde1
2. jika diperiksa dengan fdisk, partisi sebenarnya ada
[root@test1 ~]# fdisk -l
Disk /dev/sdf: 574.2 GB, 574228529152 bytes
255 heads, 63 sectors/track, 69812 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdf1 1 69812 560764858+ 83 Linux
3. periksa apakah module sudah di-load
[root@test1 ~]# lsmod | grep qla
qla2xxx 1080481 0
scsi_transport_fc 73673 2 qla2xxx,lpfc
scsi_mod 188665 7 qla2xxx,sg,lpfc,scsi_transport_fc,libata,aacraid,sd_mod
4. reload module qla2xx
[root@test1 ~]# modprobe -r qla2xxx
[root@test1 ~]# modprobe qla2xxx
[root@test1 ~]# lsmod | grep qla
qla2xxx 1080481 0
scsi_transport_fc 73673 2 qla2xxx,lpfc
scsi_mod 188665 7 qla2xxx,sg,lpfc,scsi_transport_fc,libata,aacraid,sd_mod
5. mount ulang
[root@test1 ~]# mount -t ocfs2 /dev/sdf1 /t03



