one-nda.com

Simple is Good …

Mengcopi tar

tar cf -. | (cd todir; tar xvfBp-)

July 29, 2007 Posted by wyulansa | Solaris | | No Comments Yet

Membuat Mount aktif saat boot

/etc/vfstab

July 29, 2007 Posted by wyulansa | Solaris | | No Comments Yet

Mengganti Hostname

/etc/hosts

/etc/hostname.nge0

/etc/nodename

 

July 29, 2007 Posted by wyulansa | Solaris | | No Comments Yet

Setting Telnet (untuk root)

Cd /etc/default

Vi login

Non aktifkan console

July 29, 2007 Posted by wyulansa | Solaris | | No Comments Yet

Setting MIRROR

  1. drvconfig
  2. jalankan smc->storage->enhanced storage
  3. State Database buat lock (Action->Create Replicate->pilih(lock) c1 dan c2
  4. enhanced storage (create mirror)

-         Action->create volume (don’t create state database replicate)->concatenation(disk mau di mirror) d0

-         Action->Create(don’t create) d1

  1. Memirrorkan 

Action->pilih mirror(raid1)->d2 (metadisk)

  1. mount data (vfstab mount waktu boot)

$cd  /dev/md/rdsk/

#newfs –m 0 /dev/md/rdsk/d2

#mount /dev/md/dsk/d2

  1. Mengecek Mirror

cd /usr/sbin

            ./metastat

July 29, 2007 Posted by wyulansa | Solaris | | No Comments Yet