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.
 
Jifty::DBI::Handle::Oracle(3pm) 			User Contributed Perl Documentation			   Jifty::DBI::Handle::Oracle(3pm)

NAME
Jifty::DBI::Handle::Oracle - An oracle specific Handle object SYNOPSIS
DESCRIPTION
This module provides a subclass of Jifty::DBI::Handle that compensates for some of the idiosyncrasies of Oracle. METHODS
connect PARAMHASH: Driver, Database, Host, User, Password Takes a paramhash and connects to your DBI datasource. database_version Returns value of ORA_OCI constant, see "Constants" in DBD::Oracle. insert Takes a table name as the first argument and assumes that the rest of the arguments are an array of key-value pairs to be inserted. build_dsn PARAMHASH Takes a bunch of parameters: Required: Driver, Database or Host/SID, Optional: Port and RequireSSL Builds a dsn suitable for an Oracle DBI connection blob_params column_NAME column_type Returns a hash ref for the bind_param call to identify BLOB types used by the current database for a particular column type. The current Oracle implementation only supports ORA_CLOB types(112). apply_limits STATEMENTREF ROWS_PER_PAGE FIRST_ROW takes an SQL SELECT statement and massages it to return ROWS_PER_PAGE starting with FIRST_ROW; distinct_query STATEMENTREF takes an incomplete SQL SELECT statement and massages it to return a DISTINCT result set. AUTHOR
Jesse Vincent, jesse@fsck.com SEE ALSO
Jifty::DBI, Jifty::DBI::Handle, DBD::Oracle perl v5.14.2 2011-04-26 Jifty::DBI::Handle::Oracle(3pm)
All times are GMT -4. The time now is 10:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy