Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1931882.1
Update Date:2018-05-04
Keywords:

Solution Type  Problem Resolution Sure

Solution  1931882.1 :   Oracle ZFS Storage Appliance: Service Processor Console Login from ILOM Hangs  


Related Items
  • Sun ZFS Storage 7420
  •  
  • Oracle ZFS Storage ZS5-2
  •  
  • Oracle ZFS Storage ZS3-2
  •  
  • Sun Storage 7110 Unified Storage System
  •  
  • Sun Storage 7210 Unified Storage System
  •  
  • Oracle ZFS Storage ZS4-4
  •  
  • Sun Storage 7410 Unified Storage System
  •  
  • Oracle ZFS Storage ZS5-4
  •  
  • Sun ZFS Storage 7120
  •  
  • Sun Storage 7310 Unified Storage System
  •  
  • Oracle ZFS Storage ZS3-4
  •  
  • Sun ZFS Storage 7320
  •  
Related Categories
  • PLA-Support>Sun Systems>DISK>ZFS Storage>SN-DK: 7xxx NAS
  •  




In this Document
Symptoms
Changes
Cause
Solution


Created from <SR 3-9650219741>

Applies to:

Sun ZFS Storage 7120 - Version All Versions and later
Sun ZFS Storage 7420 - Version All Versions and later
Sun Storage 7110 Unified Storage System - Version All Versions and later
Sun Storage 7210 Unified Storage System - Version All Versions and later
Sun Storage 7310 Unified Storage System - Version All Versions and later
7000 Appliance OS (Fishworks)

Symptoms

After successful login to the ILOM, starting the console hangs:

# ssh root@xx.xx.xx.xx
  Password:
  Oracle(R) Integrated Lights Out Manager
  Version 3.1.2.24 r73820
  Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
  -> start /SP/console
  Are you sure you want to start /SP/console (y/n)? y
  Serial console started.  To stop, type ESC (

Initial troubleshooting reveals the following.

  • Reboot of the SP has no effect on the problem.
  • From the ILOM BUI -> Remote Control -> Redirection -> Launch Remote Console  allows you to to login.
  • You can ssh to the appliance itself.  It is only console access which hangs.

 

Changes

 

Cause

The menu.lst file is missing an entry for "console".  If the kernel$ line does not direct the console to ttya, console login will hang.

Solution

The problem is solved by defining console in the menu.lst file.  This hidden file can be updated by root in the appliance shell.

Please contact Oracle Support to assist in making these changes to your appliance.

               "Warning : The following command(s)/instruction(s) may result in changes to appliance settings/configuration, and could
                          therefore result in serious damage if not fully understood and implemented correctly. These steps must be
                          carried out only by a highly experienced Oracle TSC or Field Support engineer, trained to work at the Solaris
                          Shell on the ZFS Storage Appliance. If you are at all unsure whether to proceed, please stop and consult your
                          manager or supervisor immediately.".
1. # mount -F zfs system /mnt
2. # cd /mnt/boot/grub
3. Add console definition to the kernel$ line as shown (two microcode releases need editing)

   BEFORE
   title Sun ZFS Storage 7320 2013.06.05.2.2,1-1.1
   findroot (system,0,a)
   bootfs system/ak-nas-2013.06.05.2.2_1-1.1/boot
   kernel$ /platform/i86pc/kernel/$ISADIR/unix -B zfs-bootfs=system/58
   module$ /platform/i86pc/$ISADIR/boot_archive

   title Sun ZFS Storage 7320 2013.06.05.2.0,1-1.10
   findroot (system,0,a)
   bootfs system/ak-nas-2013.06.05.2.0_1-1.10/boot
   kernel$ /platform/i86pc/kernel/$ISADIR/unix -B ak_undo=true,zfs-bootfs=system/447
   module$ /platform/i86pc/$ISADIR/boot_archive

   AFTER
   title Sun ZFS Storage 7320 2013.06.05.2.2,1-1.1
   findroot (system,0,a)
   bootfs system/ak-nas-2013.06.05.2.2_1-1.1/boot
   kernel$ /platform/i86pc/kernel/$ISADIR/unix -B zfs-bootfs=system/58,console=ttya,ttya-mode="9600,8,n,1,-"
   module$ /platform/i86pc/$ISADIR/boot_archive

   title Sun ZFS Storage 7320 2013.06.05.2.0,1-1.10
   findroot (system,0,a)
   bootfs system/ak-nas-2013.06.05.2.0_1-1.10/boot
   kernel$ /platform/i86pc/kernel/$ISADIR/unix -B ak_undo=true,zfs-bootfs=system/447,console=ttya,ttya-mode="9600,8,n,1,-"
   module$ /platform/i86pc/$ISADIR/boot_archive
4. # bootadm update-archive
5. # cd / ; umount /mnt
6. Reboot /SP and /SYS for the changes to take effect.

 

 

*** Checked for relevancy - 04-May-2018 ***


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback