Sponsored Content
Operating Systems AIX Platform Firmware Unrecovered Error Post 302507263 by samsungsamsung on Wednesday 23rd of March 2011 10:43:39 AM
Old 03-23-2011
Hi
Log a case with IBM. They may suggest for Firmware upgrade or they may point out if in case if there are hardware errors / improper cooling issues in the data center
 

9 More Discussions You Might Find Interesting

1. Solaris

Error while upgrading firmware on X4500.

I get an error message when I try to upgrade the firmware. The error message is displayed below. Image has no uboot. DO NOT RESET OR YOU WILL BRICK THE ILOM. Please retry with the correct image I do not understand anything about this message. May I know what does it mean ? How can I get rid... (6 Replies)
Discussion started by: bharu_sri
6 Replies

2. Solaris

Error updating Firmware in X4500

I have X4500 machine with solaris 10 OS and software version 5.10. The firmware version is 1.1.1 and I am planning to upgrade the firmware. C H A P T E R 1 - Flash Upgrading Your Server to Software Release 1.2 I referred to the above link to do so. But, I do not understand what is the... (6 Replies)
Discussion started by: bharu_sri
6 Replies

3. AIX

Microcode vs Firmware

This ran through my mind while writing a doc, may be dumb one. I have seen people using the terms Microcode and Firmware in IBM system p world interchangeably. Firmware update or microcode update Is that right? Are they synonyms? (4 Replies)
Discussion started by: balaji_prk
4 Replies

4. UNIX and Linux Applications

Error while connecting to MySQl Server 5.1.34 on UNIX platform.

Hi, I have MySQL 5.1.34 installed on Solaris and Linux machine. MySQl installed Solaris Machine - A.A.A.A Remote Machine - B.B.B.B I have user in mysql.user as below: | user | password | host |... (2 Replies)
Discussion started by: amit_27
2 Replies

5. Hardware

Firmware

Hello forums this is my first post here im having an old adsl modem ZYXEL Prestige 660R i want to changet he firmware.it is using openwrt.but i have an inclination that incase i change the firmware then i will be no longer be left with the default user menu of the modem but i will have to... (16 Replies)
Discussion started by: ankscorek
16 Replies

6. SuSE

Server hung with firmware error

Hi all We've had an issue over the weekend when one of the SUSE Linux Enterprise Server 11 hung and had to be rebooted. The thing is that I got the ticket alert for a FS exceeding its usage at about 22:41:49 PM on 23 March. I checked the dmesg, the messages log and the boot.msg but all I found... (1 Reply)
Discussion started by: hedkandi
1 Replies

7. Solaris

Unrecovered read error No retry

We encountered these error 2 times(e.g. Solaris 10 with NetWorker installed) with in the month of August, but we couldn't pin point the root cause, it might be bad sector, bad cable or software incompatibility? Do you experience these issue or please share your understanding about this? Thanks... (0 Replies)
Discussion started by: B@S
0 Replies

8. AIX

Error when running .sh file in AIX platform

Hi, I am trying to open Oracle Warehouse Builder (10g) Design Center in AIX platform using the command ./OWBClient.sh. When I execute, I am getting the below error. The JVM option is invalid: -XX: MaxPermSize=256M. Could not create the Java Virtual Machine. Any resolution guidance for the... (4 Replies)
Discussion started by: becky123
4 Replies

9. UNIX for Beginners Questions & Answers

HP UX firmware

Does unix servers need firmware updation regularly for smooth functioning? (2 Replies)
Discussion started by: manjeeteast
2 Replies
OVDB_INIT(8)						    InterNetNews Documentation						      OVDB_INIT(8)

NAME
ovdb_init - Prepare ovdb database for use SYNOPSYS
ovdb_init ["-u"|"-r"] DESCRIPTION
This command must be run before any other process can access the overview database. It performs the following steps: 1. Creates the database environment, if necessary 2. If the database is idle (and if the "-u" option is not specified), it performs a normal recovery. The recovery will remove stale locks, recreate the memory pool cache, and repair any damage caused by a system crash or improper shutdown. 3. If the "-u" option is specified, it performs any necessary upgrades to the database. See the UPGRADING section below. 4. Starts the DB housekeeping processes (ovdb_monitor) if they're not already running. (Unless the "-r" option is specified). 5. Starts the ovdb readserver (ovdb_server) processes if readserver in ovdb.conf is true, and if they are not already running. (Unless the "-r" option is specified). Returns exit status of 0 if all steps were completed successfully. In the event of an error, messages are written to syslog and/or stderr. If a recovery was attempted but it failed, the database may be damaged beyond repair, requiring a rebuild with makehistory(8). This command is normally invoked automatically by rc.news(8). It is OK to run this command multiple times. OPTIONS
"-r" Perform recovery only. "ovdb_monitor" is not started. "-u" Perform any needed upgrades. Recovery is not attempted. "ovdb_monitor" is started if the upgrade succeeded. UPGRADING
There are two situations in which the database will need to be upgraded: o You upgrade the Berkeley DB library to a newer version, for example from 2.7.7 to 3.1.17. In this case, the Berkeley DB db->upgrade() method is used. o You upgrade ovdb to a newer major version; i.e., ovdb-1.0 to ovdb-2.0. In both of these cases, the database is upgraded in-place; and the upgrade can not be undone. Do not interrupt the upgrade process once it has started, because there is a risk of irrepairable corruption. The upgrade may take several minutes to complete. If an upgrade does get interrupted, try running the upgrade again. Here's an example procedure to upgrade a database created with Berkeley DB 2.7.7 to use Berkeley DB 3.1.17: 1. Build and install the Berkeley DB 3.1.17; 2. Run configure in the INN source tree and make sure it picks up the right Berkeley DB directory (e.g., /usr/local/BerkeleyDB.3.1); 3. Do a "make"; 4. Shut down INN (e.g., with "rc.news stop") and be sure to kill all instances of nnrpd as well; 5. Do a "make update" to install the new binaries; 6. Run "ovdb_init -u" as the news user; 7. Start INN with "rc.news". It is OK to specify "-u" even if no upgrades are needed. HISTORY
Written by Heath Kehoe <hakehoe@avalon.net> for InterNetNews. $Id: ovdb_init.pod 7851 2008-05-26 19:33:08Z iulius $ SEE ALSO
ovdb(5), makehistory(8) INN 2.5.2 2009-05-21 OVDB_INIT(8)
All times are GMT -4. The time now is 06:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy