Sponsored Content
Operating Systems Solaris Solaris 9 & Netra 210 Console Problems Post 302303423 by seg on Thursday 2nd of April 2009 02:52:43 PM
Old 04-02-2009
ALOM is, as google will tell you, Advanced Lights Out Manager. It's the system controller, or a form of BIOS. Connection methods differ slightly by hardware. You can download the ALOM manual in PDF or HTML format from Sun's website. That will give you step by step instruction to connect to ALOM. Once you're connected the 'bootmode reset_nvram' command will do exactly what is says, set the boot mode to reset nvram thereby restoring the default settings.
 

10 More Discussions You Might Find Interesting

1. Debian

misc : console & pakage management

Two unrelated questions here: 1/ In debian, is it possible to change the font and resolution of the console (not xterm)? 2/ still in debian, how can you know what packages have been installed ? I'm thinking to something similar to pkg_info on FreeBSD. thx. (1 Reply)
Discussion started by: jad
1 Replies

2. Solaris

Questions & helps regarding Netra 1280 server

Hello Everybody I want to that can we configure hardware domain on netra 1280 server as I could not able to find any document regarding this server. If yes could anyone send me link regarding this. I could not able find any proper document related to LOM. Could any provide me the link... (1 Reply)
Discussion started by: amity
1 Replies

3. Solaris

Netra V440 & Netra 1290 keyswitch

Hello, I wrote a script which monitor the keyswitch state repeatedly each 10 minutes. I'm extracting the keyswitch status by using prtdiag. The script works fine for Netra v440 , but I found that prtdiag under Netra 1290 don't give keyswitch status. unlike Netra 440 server , I found that... (2 Replies)
Discussion started by: Alalush
2 Replies

4. Solaris

Solaris Install on Netra X4450

I burned a Sun Solaris 10 x86 image on disk and trying to install it on Netra X4450. I verified in the BIOS that boot start with DVD first then a disk. However, when booting from disk I am getting the following error: kernel$ /boot/multiboot kernel/$ISADIR/unix -B install_media=cdrom... (4 Replies)
Discussion started by: StarSol
4 Replies

5. Solaris

Netra 210 Bypasses Openboot Prompt

Hey guys My netra box bypasses the openboot prompt on startup and goes straight to the OS. Is there anyway I could reset this without knowing the root password to the box. Thanks (11 Replies)
Discussion started by: blackmantis
11 Replies

6. Solaris

Unable to access serial port from non-global solaris zone on netra 240

I am trying to use a serial communications device that is connected to /dev/ttyb on a netra 240 server. This is a solaris zone configuration using solaris 10 0910. I am able to access /dev/ttyb from the global zone but not throught he non-global zone. I have enabled all of the tty devices in my... (0 Replies)
Discussion started by: disagreeable
0 Replies

7. Solaris

Need help -- netra 5 Solaris enterprise 2

I need help to resurrect very old netra machines. two of them are netra enterprise 2 and they do not boot with the message Cant open boot device The IDPROM contents are invalid Boot device: net File and args the host is not connected to any LAN I brought up another Netra 5 connected to... (3 Replies)
Discussion started by: rk2153
3 Replies

8. Solaris

Fsck: alignment error Solaris 8, SUN Netra AX11505

Hello all, I recently powered on my Netra AX1105 server only to be greeted with the following error message. I am not sure what to do here, I cant fun fsck on OK prompt.. did ok>boot -r and now it keeps booting from net, then I run ok>boot disk then outputs the following message... and keeps... (3 Replies)
Discussion started by: br1an
3 Replies

9. Solaris

How to add Solaris text console to Solaris grub2 menu?

Hi, I am new to sloaris and just instlled the solaris 11.2, i know little more about linux, i open the /boot/grub/grub.cfg in solaris and there is many other entries forl solaris 11.2 one of them is for 'Oracle Solaris 11.2 text console' but at boot grub2 only show the first default entry that... (1 Reply)
Discussion started by: shamsat
1 Replies

10. Solaris

Netra T4-1 How to Find ILOM IP from Solaris OS

Hello, We have Netra T4-1 server with Solaris 10 OS. I have remote access to OS. But i don't know the ILOM IP of T4-1. That's why i cannot connect to it. Is there a Solaris command to display ILOM IP? (3 Replies)
Discussion started by: byrusber
3 Replies
NVRAM(4)						   BSD Kernel Interfaces Manual 						  NVRAM(4)

NAME
nvram -- non-volatile RAM SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device nvram Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): nvram_load="YES" DESCRIPTION
The nvram driver provides access to BIOS configuration NVRAM on i386 and amd64 systems. PC motherboard uses a small non-volatile memory to store BIOS settings which is usually part of its clock chip and sometimes referred as ``CMOS SRAM''. This driver exposes bytes 14 through 128 of the NVRAM, or a total of 114 bytes, at offset zero of the device file /dev/nvram. This driver is useful for cloning machines that shares the same hardware configuration and need same BIOS setting tweaks. IMPLEMENTATION NOTES
The BIOS NVRAM's bytes 16 through 31 are checksummed at byte 32. This driver does not take care for these checksums. EXAMPLES
Backup existing BIOS NVRAM to nvram.bin: dd if=/dev/nvram of=nvram.bin Restore BIOS NVRAM from nvram.bin: dd if=nvram.bin of=/dev/nvram SEE ALSO
dd(1) HISTORY
The nvram device driver first appeared in FreeBSD 6.4. AUTHORS
The nvram device driver was written by Peter Wemm. This manual page was written by Xin LI. BSD
February 8, 2010 BSD
All times are GMT -4. The time now is 08:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy