Sponsored Content
Full Discussion: Help with ldmconfig
Operating Systems Solaris Help with ldmconfig Post 302757285 by pingmeback on Thursday 17th of January 2013 05:22:31 PM
Old 01-17-2013
Help with ldmconfig

I am trying to setup LDOMs on a newly installed Solaris 10 T4 server. I have installed all the necessary firmware and packages recommended in the Oracle VM for SPARC admin guide. I am tryin

But when I try to run to the "ldmconfig" command it fails with the following error:

Code:
   ERROR: Non-factory default configuration is current.  This utility will
   only operate on unconfigured environments.

   Press enter to continue ...

Here's what I see when I try to list the LDOM configurations :
Code:
root@server1 # ldm list-spconfig
factory-default [next poweron]
root@server1 # ldm ls-config
factory-default [next poweron]

I powered the server down and also ran the following command on the ILOM
Code:
bootmode config=”factory-default”

But it still did not fix anything.

Can anybody please help me ?
Thank you.

---------- Post updated at 04:22 PM ---------- Previous update was at 09:10 AM ----------

Smilie This is a BUG in Oracle VM Server for SPARC 3.0 software

ldmconfig Fails: Fix for Bug ID 7169681 Precludes Unmodified factory-default Configuration
Bug ID 15829698: The ldmconfig command does not work with the Oracle VM Server for SPARC 3.0 software because it only runs when the system runs an unmodified factory-default configuration. A bug introduced in Oracle VM Server for SPARC 3.0 always reports the configuration as being modified.

Workaround: Instead of performing an initial installation of Oracle VM Server for SPARC 3.0, first install Oracle VM Server for SPARC 2.2 and then run ldmconfig. After the domains are created, upgrade the SUNWldm package to Oracle VM Server for SPARC 3.0.
 
DBIx::Class::Storage::DBI::Oracle::WhereJoins(3)	User Contributed Perl Documentation	  DBIx::Class::Storage::DBI::Oracle::WhereJoins(3)

NAME
DBIx::Class::Storage::DBI::Oracle::WhereJoins - Oracle joins in WHERE syntax support (instead of ANSI). PURPOSE
This module is used with Oracle < 9.0 due to lack of support for standard ANSI join syntax. SYNOPSIS
DBIx::Class should automagically detect Oracle and use this module with no work from you. DESCRIPTION
This class implements Oracle's WhereJoin support. Instead of: SELECT x FROM y JOIN z ON y.id = z.id It will write: SELECT x FROM y, z WHERE y.id = z.id It should properly support left joins, and right joins. Full outer joins are not possible due to the fact that Oracle requires the entire query be written to union the results of a left and right join, and by the time this module is called to create the where query and table definition part of the SQL query, it's already too late. METHODS
See DBIx::Class::SQLMaker::OracleJoins for implementation details. BUGS
Does not support full outer joins. Probably lots more. SEE ALSO
DBIx::Class::SQLMaker DBIx::Class::SQLMaker::OracleJoins DBIx::Class::Storage::DBI::Oracle::Generic DBIx::Class AUTHOR
Justin Wheeler "<jwheeler@datademons.com>" CONTRIBUTORS
David Jack Olrik "<djo@cpan.org>" LICENSE
This module is licensed under the same terms as Perl itself. perl v5.18.2 2013-07-12 DBIx::Class::Storage::DBI::Oracle::WhereJoins(3)
All times are GMT -4. The time now is 03:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy