SPARC M7 Infographic ini dibuat berdasarkan dari informasi yang beredar di blogs.oracle.com yang akan ada di pasaran sekitar awal tahun 2015.
Sunday, September 7, 2014
Friday, July 11, 2014
Perangkat Keras Oracle
Perangkat Keras Oracle saat ini sudah memiliki jumlah core yang paling sedikit adalah 6-core dan ini dimiliki oleh SPARC M5-32. Jenis perangkat keras Oracle yang dimiliki tidak hanya server, melainkan juga storage, network dan tape storage.
Yang akan dibahas kali ini adalah perangkat keras Oracle untuk server. Server Oracle yang paling diunggulkan adalah server dengan prosesor berbasis SPARC. Sekaran ini banyak pengguna SPARC Prosesor mulai beralih ke Intel Prosesor, disebabkan karena jumlah core yang dimiliki oleh prosesor Intel sudah mulai menyamai jumlah core yang dimiliki oleh SPARC. Namun ada perbedaan yang sangat signifikan untuk prosesor Intel (2 thread) dan prosesor SPARC (8-thread) adalah jumlah thread untuk masing-masing core.
Penggunaan prosesor SPARC ini digunakan untuk arsitektur server yang memiliki up-time 24 jam untuk server database maupun server aplikasi. Saat SPARC dimiliki oleh Sun Microsystem, server yang memiliki prosesor SPARC ini memiliki nama SPARC Enterprise M3000, SPARC Enterprise M4000, SPARC Enterprise M5000, SPARC Enterprise M8000 dan SPARC Enterprise M9000 dan dikhususkan untuk penggunakan server database. Sedangkan saat ini SPARC Enterprise M-Series ini, sejak dibeli oleh Oracle telah mengalami banyak perkembangan dari sisi teknologi prosesor dan arsitektur motherboard di dalamnya selain itu juga ada perubahan nama menjadi SPARC M5-32 (6-core Prosesor) dan SPARC M6-32 (12-core Prosesor).

Selain SPARC M-Series juga masih dipertahankan SPARC T-Series. untuk SPARC T-Series ini banyak sekali mengalami perubahan dan perubahan tersebut juga menyebabkan cepatnya EOL (end of Life) server tersebut. Pada awal dimiliki oleh Oracle, SPARC T-Series memiliki nama SPARC T3 (16-core) kemudian setahun kemudian menambah teknologi SPARC T-Series baru menjadi SPARC T4 (8-core) dan saat ini terakhir yang terbaru adalah SPARC T5-Series (16-core).

Perubahan tersebut disebabkan oleh kebutuhan dari perkembangan teknologi dari sisi software. Perlu diketahui juga Oracle sendiri adalah perusahaan yang dibangun sebagai perusahaan software Oracle Database, sehingga hardware sebagai supporting produk untuk software tersebut disesuaikan dengan kemajuan dari teknologi software. Keuntungan lain yang bisa dibawa adalah seluruh perangkat hardware dan software Oracle sudah terintegrasi dengan maksimal sehingga Oracle memiliki julukan hardware software complete.
Perangkat server di atas adalah server yang dikembangkan secara khusus oleh Oracle. Disamping itu juga masih membawa teknologi dari perusahaan Sun Microsystem sebelumnya yaitu Fujitsu, Oracle membawa teknologi Fujitsu dalam SPARC M10-Series (16-core). SPARC M10-Series ini memiliki perbedaan yang sangat signifikan dengan adanya teknologi lisensi core. Maksudnya adalah untuk pembelian SPARC M10-Series, setiap core yang ada di dalam prosesor tersebut perlu lisensi untuk dapat digunakan.

Pembatasan dengan menggunakan lisensi ini bertujuan untuk menjawab kebutuhan dari lisensi database untuk server eksisting yang dengan teknologi prosesor yang hanya 4-core hanya perlu mengaktifkan core di dalam prosesor sebanyak 4-core saja, sehingga tidak perlu beli lisensi database tambahan.
Wednesday, June 18, 2014
Mengambil File Explo di Oracle Server
Oracle Explorer Data Collector is a diagnostic data collection tool. It collects data on hardware, storage, network, Operating System, system configuration, and most importantly log files and error messages. Collecting and transferring this data to Oracle is one of the fundamental prerequisites for troubleshooting any number of product issues. By default this program is not being installed on server.Oracle recommends installing Explorer on every Solaris system and running it at least once every 3 months. Optimal running of Explorer should be every month. Whenever possible, make Explorer part of every standard build and always run before and after any changes to the system.
Collecting and archiving Explorer snapshots, at Oracle or at the customer site, makes it easy to:
- Document the initial setup of a system after installation.
- Document any changes on a system's configuration by comparing the deltas of two Explorer snapshots.
- Analyze potential problems by looking for changes made at the affected system.
- Recover well known working system configuration files (e.g. /etc/path_to_inst, /etc/system, VxVM configuration) if they are accidentally removed or destroyed.
- Automatically identify customer systems impacted by known issues, resulting in a quicker resolution of product quality issues
- Speed up analysis of arising new product quality issues. Explorer data, amongst other data sources, are analyzed to help in root cause analysis.
- Calculate a systems operational risk (Operational Risk Index, ORI) - the potential chance of a system to go out of service due to hardware, software and administrative issues.
Installing Oracle Explorer Data CollectorFor getting Explorer installer we must have MOS (My Oracle Support) accounts, after we login on MOS https://support.oracle.com/ we can download the installer.
The supported way to install Oracle Explorer Data Collector is via the Oracle Services Tools Bundle (STB) because Oracle Explorer relies on the presence of the other software packages on the system.With Oracle STB, you can realize the following key benefits:
- Expedites problem diagnosis and resolution.
- Proactive prevention.
- Easy installation of all the latest tools.
Oracle Services Tools Bundle includes:
- Oracle Explorer Data Collector
- Oracle Remote Diagnostic Agent (RDA)
- Oracle Autonomous Crashdump Tool (ACT)
- Oracle Serial Number in EEPROM (SNEEP)
STEP for downloading STB:
- Type “stb installer” or doc ID “1153444.1” on search knowledge base tab.

- Click on STB

- Downloading STB

STEP for installing STB:
- Coping installer file to server
- Log in as root.
- Unzip installer: #unzip p14179436_70_SOLARIS64.zip
- Make sure the install script is executable: #chmod +x install_stb.sh
- Run the following command: #./install_stb.sh -verbose
- You will be asked to choose between I(install), X(extract), or E(exit). Choose the I(install) option.
STEP for running Explorer:
For the first time running Explorer we must accept the license and update or create the defaults file.
- Run command:
#/opt/SUNWexplo/bin/explorer –g
Answer questions and information are needed, for the default application settings select default or press “enter”, then for region choose "APAC" and country ID for Indonesia is "ID".
- For running Explorer :
Run command: #/opt/SUNWexplo/bin/explorer –v –k
v = verbose; k = do not overwrite existing explorer files
After finished we can see an output file on directory /opt/SUNWexplo/output.
The Oracle Explorer Data Collector is comprised of UNIX shell scripts and a few binary executables to capture data. This data is human-readable (i.e. collected in ASCII format), and is compressed and packed into a single file named explorer..-YYYY.MM.DD.HH.MM.tar.gz for easy transfer to Oracle, or to internal archiving systems.
For looking an output of Explorer file:
- Run command:
- #cd /opt/SUNWexplo/output
- #ls -la
Explorer file can be taken to our desktop/laptop via FTP or SCP via secure shell.
Tips & Tricks (reading explorer file).TIPS & TRICKS

- For checking disk status,
- go to: disks; then
- open file “iostat –E”, “df –kl”, and “luxadm -e port”.
- disks --> svm; then open file “metastat”.
- For checking via Fault Management Architecture (FMA),
- go to:fma; then
- open file “fmadm faulty ”.
- For reading last messages on server,
- go to:messages; then
- open file “messages”.
- For finding many useful command for checking server,
- go to:sysconfig; then
- find the command, ex: prtconf, prtdiag, chassis serial, uptime, ifconfig, etc.
- Special directory for T xxxx series server, contain SC prompt output,
- go to:Tx000.
*opening file via windows OS can use notepad or wordpad.
Collecting ILOM snapshot via web and consoleSun’s Integrated Lights Out Manager (ILOM) provides advanced service processor hardware and software that you can use to manage and monitor your Sun servers. ILOM’s dedicated hardware and software is preinstalled on a variety of Sun x64-based Sun Fire servers, Sun Blade Modular Systems, and Sun Blade server modules, as well as on SPARC-based servers. ILOM is a vital management tool in the data center and can be used to integrate with other data center management tools already installed on your systems. Sun is currently transitioning many systems to support ILOM so that customers will have a single, consistent, and standards-based service processor (SP) across Sun’s product lines. For customers, this means you will have:
- Single, consistent system management interfaces for operators
- Rich protocol and standards support •Broadening third-party management support
- System management functions integrated into Sun servers at no extra cost To access ILOM for gathering information data we can use many ways, on this document We will use CLI and web service interface.
From picture above we can see two port for physical access to ILOM, SER MGT used for serial console connection and NET MGT used for TCP/IP connection.
For using SER MGT (CLI Console) as default we must use this parameter:
- Protocol : serial
- Baud Rate : 9600
- Data Bit : 8
- Parity : none
- Stop Bit : 1
For using NET MGT (web, ssh, etc) we just connect TCP/IP cables and set our laptop/desktop IP using same network with ILOM’s IP network parameters.
If we want to see the ILOM IP configurations on server we must connect via SER MGT, login ILOM CLI’s (defaults username and password=root:changeme) then run this command:
- -> show /SP/network
Tips & tricks (configuring static IP address on ILOM)
Configuring a Static IP Address on ILOM:
- Set the working directory:
- -> cd /SP/network
- Specify a static Ethernet configuration:
- -> set pendingipdiscovery=static
- -> set pendingipaddress=xxx.xxx.xx.xx
- -> set pendingipnetmask=yyy.yyy.yyy.y
- -> set pendingipgateway=zzz.zzz.zz.zzz
- -> set commitpending=true
Collecting Snapshot & LOG from ILOM
First before begin collecting log, check the ILOM SP firmware version via CLI (using SER MGT), If the firmware version is less than 3 please collect and send us the following logs:
- -> version
- SP firmware 2.0.0.1
- SP firmware build number: #####
- SP firmware date: Fri Nov 28 14:03:21 EDT 2008
- SP filesystem version: 0.1.22
- ->show / -l all
- ->show -o table -level all /
- ->show /SP/logs/event/list
Login to SC prompt from ILOM:
- Login to ILOM
- Create a user named admin, then set the admin account role to Administrator and the CLI mode to alom
- -> create /SP/users/admin role=Administrator cli_mode=alom
- Creating user...
- Enter new password: ********
- Enter new password again: ********
- Created /SP/users/admin
- Log out of the root account after you have finished creating the admin account: -> exit
- Then Re-login with new user admin, after that we will see sc> prompt on console.
Useful command for collecting data from sc> :
- sc>showfaults -v
- sc>showcomponent
- sc>showenvironment
- sc>showlogs -v
- sc>showfru
- sc>showsc -v
- sc>showhost
- sc>showplatform -v
- sc>consolehistory -v
If ILOM SP firmware version is 3 or newer then connect ILOM via web HTTPS:
- Log in to the Oracle ILOM SP web interface.
- Click Maintenance --> Snapshot.The Service Snapshot Utility page appears.

- Select the data set: Normal, FRUID, Full, or Custom.
- Normal – Specifies that Oracle ILOM, operating system, and hardware information is to be collected.
- FRUID – Available as of Oracle ILOM 3.0.3, specifies that information about FRUs currently configured on your server in addition to the data collected by the Normal set option is to be collected.
- Full – Specifies that all data is to be collected. Selecting Full might reset the system.
- Custom – Allows you to choose one or more of the following data sets:
- Oracle ILOM data
- Hardware data
- Basic OS data
- Diagnostic data
- FRUID data
- If you want to collect only log files from the data set, click the Enabled check box.
- If you want to encrypt the output file, click the Enabled check box.
- Select one of the following methods to transfer the output file:
- Browser
- SFTP
- FTP
- Click Run.A Save As dialog box appears.
- In the dialog box, specify the directory to which to save the file and the filename.
- Click OK.The file is saved to the specified directory.
Download STB on My Oracle Support
Saturday, March 8, 2014
SPARC T5-2 Server Sekarang Bisa Dengan 1 Processor
Saat ini SPARC T5-2 server yang pada saat launching pertama kali hanya bisa dengan jumlah processor dengan jumlah 2 unit, sekarang SPARC T5-2 sudah dapat digunakan dengan 1 Processor saja. Hal ini akan memberikan pilihan yang lebih leluasa untuk menggunakan SPARC T5 Processor.
SPARC T5 processor adalah Processor T-Series dari Oracle Systems yang memiliki clock-speed 3.6GHz dengan jumlah total core sebanyak 16 dan masing-masing thread yang dimiliki ada 8. Jadi akan memiliki tingkat processing yang sangat cepat. Untuk mendukung jumlah core yang cukup besar tersebut, maka perlu penyeimbang yang sesuai dengan Total jumlah memory sebanyak 16 DIMMs. Jadi masing-masing core menghandel 1 DIM Memory.

Gambar diatas adalah tampilan screenshot untuk hardware SPARC T5-2 with 1 SPARC T5 Processor.
Harga yang ada di atas hanya base nya saja jika ingin melakukan config secara lengkap dengan harddisk, memory, hba dan ethernet UTP port tambahan pasti akan ada biaya tambahan di luar harga yang tertulis di screenshoot tersebut.
Untuk informasi lebih jelas mengenai SPARC T5 Processor, silahkan menghubungi ke PT. Mitra Integrasi Informatika - Andreas Kuncoro (081807888433).
Wednesday, March 5, 2014
Cara Menggunakan Oracle Support
Artikel ini akan menjelaskan cara menggunakan Oracle Support khususnya mereka yang telah membeli produk Oracle System. Dalam setiap pembelian hardware Oracle, pasti akan memiliki support untuk hardware tersebut dengan pilihan 1 tahun sampai dengan 5 tahun.
Hardware Oracle secara keseluruhan baik Server, Storage, Engineered System, termasuk OS Solaris, Oracle Linux dan Oracle VM juga mendapatkan support langsung dari Oracle.
Untuk mempermudah dalam melakukan pengajuan support tersebut, artikel ini akan menjelaskan langkah-langkah yang bisa dilakukan:
1. Login ke support.oracle.com : masukkan username dan password yang telah dibuat.
2. Create SR (Service Request) di My Oracle Support.

3. Setelah membuat Service Request, masukkan penjelasan eror dan Serial Number / CSI (Customer Support Identification). Dalam setiap pembelian akan selalu mendapatkan CSI untuk melaporkan problem mengenai CSI tersebut sehingga dalam CSI mungkin saja lebih dari 1 hardware yang ada tergantung dari pembelian project berjalan.

4. Kemudian, pilih hardware (server, storage atau network) yang memerlukan support dari Oracle.

5. Kemudian pilih tipe problem yang berhubungan dengan eror di hardware tersebut.

6. Untuk response lebih cepat lebih baik unggah data sekaligus. (untuk cara mengambil data, nanti akan dijelaskan di posting yang lain)

7. Pilih file yang akan diunggah sebagai informasi eror yang terjadi di dalam sistem.
8. Informasi yang dikirimkan digunakan untuk mempercepat hasil response dari Oracle Support.

9. Kirimkan file hasil FileExplo dengan bentuk seperti gambar di bawah ini.

10. Langkah selanjutnya adalah tekan tombol NEXT.

11. Untuk memvalidasi data dari pemilik hardware tersebut, masukkan detail informasi tentang perusahaan, contact person dan permasalahan hardware tersebut.

12. Validasi untuk admin dari user ke Oracle Support.

13. Mengganti alamat di mana hardware tersebut di alamatkan dalam perusahaan jika diperlukan (DC atau DRC).

14. Jika sudah selesai melakukan perubahan tekan tombil SUBMIT.

15. Setelah semua selesai, maka akan muncul SR is created.

16. SR yang sudah dibuat tersebut, akan dianalisa secara otomatis.

17. Resolusi untuk problem yang terjadi di dalam mesin dapat dicari di knowledge / dokumen referensi di docs.oracle.com, melakukan penggantian hardware dan engineered mensupport via langkah yang perlu dilakukan untuk menyelesaikan problem tersebut.

18. Respon diagnosa otomatis akan terupdate dalam waktu 20 menit.

19. Ini adalah contoh response untuk melakukan pergantian spare-part yang rusak.

20. Ini adalah ringkasan dokumentasi yang akan dilanjutkan oleh support engineer dari Oracle.



Jika ada yang mengalami kesulitan untuk melakukan reporting problem ke oracle, bisa bertanya di blog ini. Terima kasih.


