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.
 
OCI_SERVER_VERSION(3)													     OCI_SERVER_VERSION(3)

oci_server_version - Returns the Oracle Database version

SYNOPSIS
string oci_server_version (resource $connection) DESCRIPTION
Returns a string with the Oracle Database version and available options PARAMETERS
o $connection - RETURN VALUES
Returns the version information as a string or FALSE on error. EXAMPLES
Example #1 oci_server_version(3) example <?php $conn = oci_connect("hr", "hrpwd", "localhost/XE"); echo "Server Version: " . oci_server_version($conn); // Displays: // Server Version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production // With the Partitioning, OLAP, Data Mining and Real Application Testing option oci_close($conn); ?> NOTES
Note In PHP versions before 5.0.0 you must use ociserverversion(3) instead. This old name still can be used. However it is deprecated and not recommended. SEE ALSO
oci_client_version(3). PHP Documentation Group OCI_SERVER_VERSION(3)
All times are GMT -4. The time now is 01:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy