Berikut cara create log Mega CLI :
1. Download MegaCli-8.07.07-1.noarch.rpm
dan Masukan pada folder tmp/
[root@xxxx tmp]# ls
hsperfdata_oracle MegaCli-8.07.07-1.noarch.rpm
lost+found UCP-4734527764967949107
2. Kemudian Create Log dengan cara :
[...
Create LDOM
# ldm add-domain DB01
# ldm add-vcpu 8 DB01
# ldm add-memory 16G DB01
# ldm add-vnet vid=98,99 vnet01 primary-vsw-core DB01
Create Volume Disk
# zfs create -V 100gb ldom-pool/DB01-OS
Create Alias
# ldm add-vdsdev /dev/zvol/dsk/ldom-pool/DB...
Identify the root pool, Most of the time rpool is the default root
pool. However, you can verify with the below command, this will show
you all available pool details.
Import the root pool.
#zpool import -f rpool
Create a mount point for the boot enviro...
BEFORE SCANNING LUNS, WE SEE SOME USEFUL COMMANDS WHICH ARE RELATED TO
FIBRE CHANNEL(FC).
1.List the connected HBA's.
root@NIX:~# luxadm -e port |grep CONNECTED
/devices/pci@1d,700000/SUNW,qlc@1,1/fp@0,0:devctl CONNECTED
/devices/pci@1d,700000/SUNW,qlc...
STEP 1 : PEMASANGAN HARDWARE – HBA CARD
* Matikan mesin Sun SparC dan cabut kabel power supply
* Kenakan Gelang Anti Statik pada pergelangan tangan
* Cabut kabel FC yang terpasang pada Port HBA di Server
* Pasang HBA-card baru untuk mengganti...
CREATE ZPOOL
# zpool create nama-pool c1t1d0
# zfs create -o mountpoint=/gfx/backup nama-pool/backup
SET QUOTA
# zfs set quota=500m nama-pool/backup
# zfs set reservation=200m geekpool/fs1
SET MOUNTPOINT
# zfs set mountpoint=/backupdb nama-pool/back...