Introducing Zone @OpenSolaris

⊆ 19.49 by DArkStar | ˜ 0 komentar »

Bismillah
Zone buat apaan ya? Ga ngerti juga fungsinya yang jelas buat apaan.. Yang jelas aq bikin VPS pake zone di OpenSolaris. Aq buat 3 server, masing2 http server, ftp server sama ssh server... Lho buat apaan? Rencananya mau bikin TA .. He..he.. Lanjut -->
So, this is amazingnya zone,(sory for my wife for my bad english(Perasaan belum punya istri deh)), jadi kamu bisa bikin zone yang bener2 terpisah dari induknya (mulai gak jelas). Jadi kita bisa matiin, reboot, boot si zone tanpa ngaruh ke proses lainnya... Dan semua proses yang kita lakuin di zone juga ga ngaruh baik ke zone yang lain maupun ke induknya(global zone).

Nih cara kalo misal mau bikin zone yg namanya diset zone1

Persiapan
#mkdir /export/home/zone1 (ni folder buat nanti install zone)
#chmod 700 /export/home/zone1 (foldernya cuman bisa dibaca dan di write sama yg punya)
#dladm create-vnic -l nge0 vnic1 (Nih buat virtual NIC di zone yang mau kita buat)

Mulai deh buat zone
# zonecfg -z zone1
zonecfg:zone1> create
zonecfg:zone1> set zonepath=/export/home/zone1
zonecfg:zone1> set autoboot=true
zonecfg:zone1> set ip-type=exclusive
zonecfg:zone1> add net
zonecfg:zone1:net> set physical=vnic1
zonecfg:zone1:net> end
zonecfg:zone1> verify
zonecfg:zone1> info
zonename: zone1
zonepath: /export/home/zone1
brand: native
autoboot: true . . net:
address not specified physical: vnic1
zonecfg:zone1> commit
zonecfg:zone1> exit

Verify konfigurasi yang dah kita buat barusan.

global# zoneadm -z zone1 verify
WARNING: /export/home/zone1 does not exist, so it could not be verified. When ’zoneadm install’ is run, ’install’ will try to create /export/home/zone1, and ’verify’ will be tried again, but the ’verify’ may fail if: the parent directory of /export/home/zone1 is group- or other-writable or /export/home/zone1 overlaps with any other installed zones.

Buat Install zone

global# zoneadm -z zone1 install
Preparing to install zone . Creating list of files to copy from the global zone. . . Zone is initialized.

Dah selese deh installnya

Cara booting zone1
global# zoneadm -z zone1 boot

Buat login
global# zlogin -C zone1
What type of terminal are you using?
.

SystemAdministrationGuide:NetworkInterfacesandNetworkVirtualization • March2009
Next Steps
. . 8) Sun Workstation 9) Televideo 910 10) Televideo 925 11) Wyse Model 50 12) X Terminal Emulator (xterms) 13) CDE Terminal Emulator (dtterm) 14) Other Type the number of your choice and press Return: 13 . (More prompts) . .
Provide the information as prompted. For network information, supply the following:
Hostname: zone1
IP address: 192.168.3.20
System part of a subnet: Yes Netmask: 255.255.255.0
Enable IPv6: No
Default route: 192.168.3.70
Router IP address: 192.168.3.25

Selamat mencoba
Regards



ttd
mouchu

 

Oracle Solaris Associate

⊆ 04.50 by DArkStar | ˜ 0 komentar »

Alhamdulillah lulus Oracle Certification , Oracle Solaris Associate .Dapet score 90%. Permulaan yang bagus buat melanjutkan ke jenjang berikutnya, System Admin Solaris 10. Rencananya mau ambil CCNA juga, biar bisa masuk ke jaringannya juga ga cuma Operating System...

Bismillah...

 

NIC Nvidia di Opensolaris

⊆ 03.26 by DArkStar | ˜ 0 komentar »

Ada masalah dengan driver Network Interface Card Nvidia jika digunakan pada Opensolaris. Masalah tersebut mengakibatkan semua konfigurasi yang kita lakukan pada NIC menjadi tidak berfungsi dan sama sekali tidak dapat berkomunikasi dengan komputer lain di jaringan, baik melalui nwam maupun setting ip static. Masalah tersebut dapat diselesaikan dengan reverse mac address.
#svcadm disable nwam
#ifconfig nge0 ether (masukan mac address secara terbalik)
note:
misal mac address 37:9a:20:c4:18:00 --> #ifconfig nge0 ether 00:18:c4:20:9a:37
#svcadm enable nwam

Sederhana, tapi butuh 1 minggu sampai akhirnya bisa menemukan solusi tsb.

regards..

 

Link download belajar solaris

⊆ 07.20 by DArkStar | ˜ 0 komentar »

Tadinya dapet dari nixadministration.blogspot.com,tapi kayaknya dah dihapus blognya....

http://www.4shared.com/dir/17530701/ec5ee3f1/sharing.html
http://www.4shared.com/dir/8195009/a7bc9da6/sharing.html
http://www.4shared.com/dir/6234091/5c02d8ea/sharing.html
http://www.4shared.com/dir/6882998/d92f166a/sun_solaris_10.html
http://www.4shared.com/dir/8195009/a7bc9da6/sharing.html
http://www.4shared.com/dir/12193064/5e8d7c83/UNIX.html
http://www.4shared.com/dir/11123156/dc540fd7/Solaris.html
http://www.4shared.com/dir/15791361/9556234d/sharing.html
http://www.4shared.com/dir/11633053/8d998867/sharing.html
http://www.4shared.com/dir/11123156/dc540fd7/Solaris.html
http://www.4shared.com/dir/10356198/f918eb41/sharing.html

Just do it !!!

 

Tugas Akhir

⊆ 22.23 by DArkStar | ˜ 0 komentar »

Bingung2...

Mau bikin analisis tentang apaan nih???? Jaringan , elektronika, transmisi, pengolahan sinyal,komunikasi data ??? Banyak pilihan, tapi kayaknya paling enak tentang jaringan deh...

Proses Brainstorming dimulai... Cari2 ide kesana kemari... Alhamdulillah dapet juga akhirnya... "Crossbow Project OpenSolaris"... Tapi kira2 diterima dosen pembimbing ga ya?? Cari2 dosen pembimbing yang baik ,tidak sombong dan kompeten ternyata susah juga...

 

Install OpenSolaris On Macbook White

⊆ 22.05 by DArkStar | ˜ 0 komentar »

Steps to install OpenSolaris version:
1. How to create Solaris partition.
a) Install bootcamp and follow this tool instruction to create a Windows partition.
b) Insert OpenSolaris CD into DVD-ROM before bootcamp require to reboot system.
c) System will boot from OpenSolaris CD automatically, then re-create the Windows partition as a new Solaris2 partition as the below described:

* Select 'OpenSolaris ' in the grub menu
* Choose 'Interactive Installation (default)' installation way
* Continue with the installation until see 'Starting OpenSolaris Installation...' in the 'OpenSolaris Install Console' window.
* Open a Terminal and run 'format' and type Ctrl-D (to exit). Use format to determine the disk name for the internal disk.
* Run 'fdisk /dev/rdsk/c0d1', delete partition 3 (Win95 FAT32) and create a new SOLARIS2 partition
* Exit the disk configuration


2. Change the ID for the EFI partition so that Solaris can recognise.
a) Exit Solaris installation and boot into Mac OS again.
b) Change the ID for the DFI partition(it will have the id of 'EE') to 'AF'(HFS+) by typing as root use:
# fdisk -e /dev/rdisk0
and typing:
setpid 1
63
wr
quit
c) Reboot system after this configuration.

3. Start to install OpenSolaris.
Reboot system and boot from OpenSolaris CD, then Solaris can be installed normally.

Just do it!!! Make it simple....