Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2013-07-19 19:39:24
Size: 1277
Editor: frank
Comment:
Revision 9 as of 2014-07-11 21:05:06
Size: 2909
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== Oracle Sun Server X3-2 === ## page was renamed from Tech/X3-2
## page was renamed from X3-2
== Oracle Sun Server X3-2 ==
==== Document ====
http://docs.oracle.com/cd/E22368_01/html/E27242/toc.html
Line 3: Line 7:
Oracle System Assistant USB Flash Drive === iLOM ===
 * Login as sunservice/changeme to perform diagnosis and recovery tasks
 * Default login: root/changeme
 * Clear error. run "fmadm repair universe" as sunservice ilom account, default password is changeme as well. Or
   {{{
-> set /SYS/MB/P1 clear_fault_action=true
Are you sure you want to clear /SYS/MB/P1 (y/n)? y
Set 'clear_fault_action' to 'true'
Line 5: Line 16:
{{{ -> show /SP/faultmgmt

 /SP/faultmgmt
    Targets:
        shell
        0 (/SYS/MB/P3/MR1/D6)

    Properties:

    Commands:
        cd
        show

-> set /SYS/MB/P3/MR1/D6 clear_fault_action=true
Are you sure you want to clear /SYS/MB/P3/MR1/D6 (y/n)? y
Set 'clear_fault_action' to 'true'
}}}

==== Oracle System Assistant ====

 * Oracle System Assistant USB Flash Drive
 {{{
Line 35: Line 67:


==== 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
}}}

Oracle Sun Server X3-2

Document

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

iLOM

  • Login as sunservice/changeme to perform diagnosis and recovery tasks
  • Default login: root/changeme
  • Clear error. run "fmadm repair universe" as sunservice ilom account, default password is changeme as well. Or
    • -> set /SYS/MB/P1 clear_fault_action=true
      Are you sure you want to clear /SYS/MB/P1 (y/n)? y
      Set 'clear_fault_action' to 'true'
      
      -> show /SP/faultmgmt                    
      
       /SP/faultmgmt
          Targets:
              shell
              0 (/SYS/MB/P3/MR1/D6)
      
          Properties:
      
          Commands:
              cd
              show
      
      -> set /SYS/MB/P3/MR1/D6 clear_fault_action=true
      Are you sure you want to clear /SYS/MB/P3/MR1/D6 (y/n)? y
      Set 'clear_fault_action' to 'true'

Oracle System Assistant

  • Oracle System Assistant USB Flash Drive
    # fdisk -l /dev/sdc
    
    Disk /dev/sdc: 3880 MB, 3880452096 bytes
    4 heads, 32 sectors/track, 59211 cylinders
    Units = cylinders of 128 * 512 = 65536 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x004d5353
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdc1   *          17       57344     3668992   ef  EFI (FAT-12/16/32)
    
    # mount LABEL=ORACLE_SSM /mnt
    # ll /mnt
    total 188
    drwxr-xr-x. 2 root root   4096 Jun 22  2012 boot
    drwxr-xr-x. 4 root root   4096 Jun 22  2012 Documentation
    drwxr-xr-x. 3 root root   4096 Jun 22  2012 EFI
    drwxr-xr-x. 5 root root   4096 Jun 22  2012 Firmware
    -r-xr-xr-x. 1 root root  32768 May 10  2012 ldlinux.sys
    drwxr-xr-x. 5 root root   4096 Jun 22  2012 Linux
    drwxr-xr-x. 2 root root   4096 Jun 22  2012 LiveOS
    drwxr-xr-x. 3 root root   4096 Jun 22  2012 Oracle
    drwxr-xr-x. 5 root root   4096 Jun 22  2012 OracleVM
    drwxr-xr-x. 2 root root 114688 Jun 22  2012 osa-combo-image
    drwxr-xr-x. 4 root root   4096 Jun 22  2012 Solaris
    -rwxr-xr-x. 1 root root    263 Jun 22  2012 syslinux.cfg
    drwxr-xr-x. 4 root root   4096 Jun 22  2012 Windows

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)