Sponsored Content
Full Discussion: Fallback Miniroot
Operating Systems Solaris Fallback Miniroot Post 303035243 by Neo on Friday 17th of May 2019 06:58:13 AM
Old 05-17-2019
How to Update the Fallback Image

This procedure applies to those systems that have service processors (SPs) with the fallback miniroot installed. Whenever you update to an SRU version on the host, you must also update the fallback image.

Note - The fallback image's Readme file also provides the same instructions for updating the fallback image. Make sure to refer to that document for additional information related to the image.

Access your MOS account at https://support.oracle.com

On the support web page, search for Doc ID 2045311.1 (Oracle Solaris 11.3 Support Repository Updates (SRU) Index ).

This index lists the different SRU versions with links to their corresponding fallback boot images.

Download the SRU version's fallback image.

At the ILOM prompt, check the version of the current image to verify that you do not have the latest version installed already.

Code:
-> show /SP/firmware/host/miniroot version

  /SP/firmware/host/miniroot
    Properties:
        version = fallback-5.11-0.175.2.9.0.5.0

At the ILOM prompt, update the fallback image.

Code:
-> load -source  http://webserver.example.com/fallback/fallback.pkg


Ref: Oracle: How to Update the Fallback Image
This User Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. Solaris

x86.miniroot questions

Hi everybody :) I am trying to setup a solaris x86 pxeboot enviroment at my work, but i am haveing quite a few problems... I have got it to work, almost.. just need someone smart to help me out with the rest :p as you can see in the attached image, it fails when it tries to contact the... (8 Replies)
Discussion started by: Skovsen
8 Replies

2. Solaris

determining miniroot revision

Hi guys I have a bunch of x4100's x4140's etc with solaris 10 update4 running on them but I suspect that when a lot of these boxes were originally built, the jumpstart process used an update2 miniroot, now as far as i understand it, the miniroot used at jumpstart is the miniroot that stays on... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

3. UNIX for Dummies Questions & Answers

Script to automatically reboot to newly compiled kernel with fallback

Hi, I'm new here. Just started playing around with kernel compilation. I need a little bit of advice. I'm trying to do a bash script to automatically compile a kernel package and reboot to that new kernel by default, with fallback to the old kernel. So far, I'm getting stuck at the part... (0 Replies)
Discussion started by: tridus_08
0 Replies

4. Solaris

luupgrade Solaris8 to 10u5 "cannot unmount miniroot"

Installation details: Product Result More Info 1. Live Upgrade Installed Available 2. Done Enter the number corresponding to the desired selection for more information, or enter 2 to continue : root@plato /backup # luupgrade -c -s /sol10u5 The media is a... (7 Replies)
Discussion started by: awoodby
7 Replies

5. Solaris

Miniroot download slow from WANBoot server

I recently configured a WANBoot server on a Ldom 2.0 running Solaris10u9 with ZFS root. When i start the installation form the client with Ok Boot net - install , it takes at least 20-25 minutes just to download the miniroot on the client .. i read there was a bug on T servers firmware... (2 Replies)
Discussion started by: fugitive
2 Replies

6. IP Networking

Configuring ADSL/3G/4G connectivity with Failover and Fallback capability

Hello All, I have one requirement in which, i have 3 connections one ADSL and two 4G dongle (Jio/Airtel). Where i need to configure ADSL and 4G connections, which i have configured and able to connect internet throught them, Now i need to create set-up for failover and fall back between them,... (0 Replies)
Discussion started by: linux.amrit
0 Replies
SRU::Request(3pm)					User Contributed Perl Documentation					 SRU::Request(3pm)

NAME
SRU::Request - Factories for creating SRU request objects. SYNOPSIS
use SRU::Request; my $request = SRU::Request->newFromURI( $uri ); DESCRIPTION
SRU::Request allows you to create the appropriate SRU request object from a URI object. This allows you to pass in a URI and get back one of SRU::Request::Explain, SRU::Request::Scan or SRU::Request::SearchRetrieve depending on the type of URI that is passed in. See the docs for those classes for more information about what they contain. METHODS
newFromURI() newFromURI() is a factory method which you pass a complete SRU url. newFromURI() will return an appropriate object for the type of request being conducted: o SRU::Request::Explain o SRU::Request::Scan o SRU::Request::SearchRetrieve If the request is not formatted properly the call will return undef. The error encountered should be available in $SRU::Error. newFromCGI() A factory method for creating a request object from a CGI object. my $cgi = CGI->new(); my $request = SRU::Request->newFromCGI( $cgi ); asXML() Used to generate <echoedExplainRequest>, <echoedSearchRetrieveRequest> and <echoedScanRequest> elements in the response. type() Returns 'searchRetrieve', 'scan' or 'explain' depending on what type of object it is. perl v5.12.4 2009-11-20 SRU::Request(3pm)
All times are GMT -4. The time now is 05:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy