![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1931882.1 : Oracle ZFS Storage Appliance: Service Processor Console Login from ILOM Hangs
In this Document
Created from <SR 3-9650219741> Applies to:Sun ZFS Storage 7120 - Version All Versions and laterSun 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) SymptomsAfter 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.
Changes
CauseThe menu.lst file is missing an entry for "console". If the kernel$ line does not direct the console to ttya, console login will hang. SolutionThe 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 |
||||||||||||||||||
|