Tips

Oracle Sun Server X3-2

Document

http://docs.oracle.com/cd/E22368_01/html/E27242/toc.html

iLOM

Oracle System Assistant

Performance

  1. Disk I/O
    • OCFS2 local
      # mkfs.ocfs2 -T vmstore -M local -L ovmstore1 -N 32 /dev/mapper/35000cca01646b4a8
      
      # tunefs.ocfs2  -Q "Label: %V\nUUID: %U\nBlock size: %B bytes\nCluster size: %T bytes\nNumber of node slots: %N\nFlags: %M %H %O\n"  /dev/mapper/35000cca01646b4a8 
      Label: ovmstore1
      UUID: FD1389BA544642AEACAB88359569DECF
      Block size: 4096 bytes
      Cluster size: 1048576 bytes
      Number of node slots: 32
      Flags: backup-super strict-journal-super local sparse extended-slotmap inline-data xattr indexed-dirs refcount discontig-bg unwritten
      
      # dd if=/dev/zero of=a bs=1M count=10000
      10000+0 records in
      10000+0 records out
      10485760000 bytes (10 GB) copied, 69.2359 seconds, 151 MB/s

Tech/OracleSunServer (last edited 2014-11-06 20:48:42 by frank)