DS5.2P4 SMC and Trusted Extensions

I am having real trouble installing JDS 5.2P4 on my TX system. Here is the just of the issue:
I have installed a SunBlade 2500 from scratch with Solaris 10 8/07 (SUNWXall)
I then install and configure TX.
Reboot -- -s and install Patch Cluster dated 29 Jan 08 (yes there is a newer patch cluster but I have not tested that one in my environment)
Reboot -- -r -s, install the following patches:
122212-23
119538-14
125533-05
128404-01
119313-16
11 9315-11
Next I install Directory Server, start smc, and execute the dtsetup commands.
The problem is I only see files in the list of managable scopes. I have found very little to no documentation on dtsetup.
The frustrating thing is I have done this at least 10 times prior and have NEVER seen this problem.
I am completely stuck and would appreciate any suggestions.
Elton

Found the problem, I feel stupid, I was opening the non-TSOL toolbox in SMC.

Similar Messages

  • SSL/TLS clients binds fail to Solaris 10 06/06 DS5.2p4 Server

    hello all,
    this is a bizarre issue that i think is related to the solaris version that is running on the directory server, at least this appears to the the issue. i have 2 SunDS servers running solaris 10 06/06 and the other solaris 10 01/06 with DS5.2p4. both have SSL enabled, the certs i signed with my own CA which i maintain with tinyca2. the directory starts fine and is listening on both 389(ldap) and 636(ldaps). i am able to successfully bind to both servers on the non-secure ports fine, commands like getent, finger, id are pulling the people from the directory. when i enable the clients to use ssl/tls those same commands fail against the solaris 10 06/06 machine but NOT the solaris 10 01/06 server. on the linux machines i'm getting "nscd: pam_ldap: could not search LDAP server" errors and on the solaris machines "Mesg: openConnection: failed to initialize TLS security" and "libsldap: Status: 7 Mesg: Session error no available conn."
    using "ldapsearch -x -ZZ" from the clients is successful to both systems, and i can use "openssl s_client" to view the certs fine. another bizzare occurance is when i do "getent passwd" i see the local and ldap users but "getent passwd ldap_user" will return nothing. again this are against the solaris 10 06/06 machine.
    has anyone see this before? i'm going to open a service request for sun on this but i wanted to see if anyone else has run into this.

    there was a problem with the certificate db which was causing this.

  • Trusted Extensions not installing correctly - Solaris 10 x86 11/06

    I've installed Solaris 10 11/06 x86 selecting the "development" install, and I assigned 7GB to the root slice and 3GB to /export/home. The install goes fine, so I then install Trusted Extensions. After installing Trusted Extensions and rebooting, the Trusted Extensions CDE desktop is not listed as a login option. The JDS Trusted Extensions desktop is listed, but attempting to login to it gives the error "Your X Server has not been set up with SUN_TSOL extension to login to Trusted JDS. Select ordinary JDS to login", and the login fails. Are there any required steps that are not listed in the documentation, or are Trusted Extensions broken in Solaris 10 version 11/06? Any tips at all are greatly appreciated.

    It took me a few days of headaches, but I finally figured it out! I'm working under VMWare, and installing VMWareTools in Solaris 10 seems to somehow break the Trusted Extensions. There are no errors, the Trusted Extension features just don't work. When I installed the Trusted Extensions first I did get the Trusted CDE desktop and it logged in just fine, but after installing VMWareTools the desktop option disappeared from the login menu. I hope this helps someone else.

  • My 27" Imac (A1312/EMC2390) keeps shutting down unexpectedly with no warning or "screen of death". I replaced the power supply, reset the SMC, and zapped the PRAM, but the problem continues. Can anyone help me?

    My 27" Imac (A1312/EMC2390) keeps shutting down unexpectedly with no warning or "screen of death". So far I reset the SMC, and zapped the PRAM. I even replaced the power supply but the problem continues. My error and system logs seem unhelpful too. Can anyone help me out?

    You can get a shutdown like that if the computer gets too hot. Make sure the air intakes on the bottom and the exhaust vent on the top are clean and are not blocked by something in your workspace like papers or the back of the computer being too close to part of the furniture. You need a good six inches (15cm) of clearance between the exhaust slot and other objects or surfaces.
    Anti-virus/internet security software, especially the "pay for" kinds, can increase operating temps. So can third-party backup software furnished with many "name-brand" external hard drives.
    Fan motors and/or temperature sensors can fail. If you have the original grey disks that shipped with your iMac, find the on that has Apple Hardware Test (AHT) and run it. If you have a failed heat sensor or fan motor, it will detect it with an error code containing "SNS" if it's a bad sensor or "MOT" if its a bad fan motor.
    AHT instructions here:
    http://support.apple.com/kb/HT1509
    Also see if your iMac 27 falls under theis Apple Repair Extension Program:
    iMac 1TB Seagate Hard Drive Replacement Program

  • Facelets and jsf-extensions problem.

    I'm fairly certain I've run into a problem between facelets and jsf-extensions. I'm working with JSF 1.2 RI, Woodstock, Facelets 1.1.13, on Tomcat 6.
    When trying to get Woodstock autoValidation to work I get a javascript error the "I has no properties". The error occurs in the com_sun_faces_ajax.js file in the jsf-extensions-dynamic-faces-0.1.jar (I've used both the RC4 and a build today ,10/18/07 from source with the same results). Here is the code snippet where it happens (with my comment).
    var I = G.getElementsByTagName("components")[0];
    var C = I.getElementsByTagName("render");
    for(var F = 0; F < C.length; F++) {
    In the second line there it looks like the variable I is null, but based on the post response below I don't know why.
    The response from the post looks like this:
    <partial-response><components><render id="PayableForm:vendorGci"><markup><![CDATA[{"valid":true,"id":"PayableForm:vendorGci"}]]></markup></render></components>
    However the server side code (validation method) never gets executed. I'm willing to do some digging and debug work, but I'd need to be pointed in the right direction.
    The following is more potentially useful code snippets.
    Here is the textField code:
    <w:form id="PayableForm">
    <w:textField style="display:none;" />
    <w:message for="vendorGci" />
    <w:label id="vendorGciLabel" for="vendorGci" text="Vendor: " />
    <w:textField id="vendorGci" autoValidate="true"
    text="${vendorBean.searchGci}" maxlength="8" required="true"
    validatorExpression="#{ vendorBean.validateVendor}" />
    Here is the javascript in the page (the init function is called from the body: onLoad="setTimeout('init();', 0);" , this does happen):
    <w:script type="text/javascript">
    function VendorListener(){
    function VendorNotify(props){
    alert("VendorNotify called!"); <--------------- I never see this alert message
    if ( props.id != "PayableForm:vendorGci") { return; }
    var field = document.getElementById("PayableForm:vendorGciLabel");
    field.setProps({
    valid: props.valid
    VendorListener.prototype.notify = VendorNotify;
    function initAccountRows(){
    var table = document.getElementById("PayableForm:vendorAccountTable");
    table.initAllRows();
    function init(){
    initAccountRows();
    var listener = new VendorListener();
    dojo.subscribe(
    webui.suntheme.widget.textField.event.validation.endTopic ,
    listener, listener.notify);
    Here is the validator method. It currently doesn't do anything, just trying to get something to work. I never see the output, and I never hit the breakpoint in the method.
    public void validateVendor(FacesContext context, UIComponent comp, Object value){
    System.out.println("**********************************");
    System.out.println("validateVendor called");
    System.out.println(value);
    System.out.println("**********************************");
    }

    Actually I don't need a global variable. I need to refer in my included template the actual backing bean used in the current page. As all my backing bean extends a abstract class I could bind my component to a property of the current backing bean, no matters which one. Just like a polymorphic call but without the parameter. Let's imagine I could get this object of the facesContext object I would be able to do:
    <rich:datascroller renderIfSinglePage="false" align="right" for="listagem" maxPages="12" fastStep="10"
    pageIndexVar="pageIndex" pagesVar="pages" stepControls="show" fastControls="hide" boundaryControls="show"
    inactiveStyleClass="paginacaoInativa" selectedStyleClass="paginacaoSelecionada"
    styleClass="paginacao" tableStyleClass="paginacaoTabela"
    binding="#{facesContext.currentBackingbean.formDataScroller}" id="paginacao">
    Instead of pass the backing bean to the ui:param of this template... Dou you get the point?

  • After upgrading to yosemite on my macbook pro the spinning wheel does not go away.i have reset the SMC and PRAM but the problem still persists

    After upgrading to Yosemite on my macbook pro,the spinning wheel doesn't go away.I have reset the SMC and the PRAM but the problem still persists.Can anyone please help

    Try starting in Safe Mode
    OS X: What is Safe Boot, Safe Mode?
    Try booting to Recovery and repairing the startup disk
    OS X: About OS X Recovery - Apple Support
    Reinstall Yosemite
    OS X Yosemite: Reinstall OS X
    This is the Mac Pro desktop forum. I requested your post be moved to the MacBook Pro laptop forum.

  • How can I re-run the SMC and EFI driver updaters ?

    When I bought my iMac Intel 20" in mid-2006, I immediately had a problem with the video driver when the computer woke up from sleep : the screen was badly flickering.
    After lengthy talks with Apple, I was sent two updaters (one for the SMC and one for EFI) which solved the problem. Just to make sure, I deactivated completely the energy saver.
    No problem for two years and a half.
    Last night, for a reason unknown to me, the computer went into sleep mode and when it woke up, the whole screen was flickering and had vertical lines in it, despite having up-to-date SMC and EFI drivers.
    Assuming that they had been corrupted, I wanted to re-run the updaters. But the computer refuses, saying that it is not needed.
    So, my question is "HOW CAN I FORCE A RE-RUN" OF THE SMC AND EFI UPDATERS ?"
    I have tried everything else, resetting the PRAM, resetting the SMC, tinkering with the monitor settings. But nothing works.
    I believe that running again the updaters is the only possibility left, but they are up-to-date
    Here is a summary of the iMac system info :
    iMac (20-inch, Early 2006) IM41.0055.B08 (EFI 1.1) 1.1f5 (SMC 1.0).
    Many thanks in advance for any suggestions
    Patrice
    PS : I have tried to contact the "experts" at Apple Support but, because my machine is two years old, they want me to buy time to ask this question from them, despite the fact that the problem stems clearly from a faulty design at the beginning of the iMac life, and that the knowledge base says that there is no unresolved issue presently with this model !
    Well, the problem is still there after two years and I only avoided it by deactivating the energy saver.
    But Apple never mentioned how to force running an updater if the machine does not want to ...

    You can restore a backup only by using the iOS Setup Assistant.
    iOS: Back up and restore your iOS device with iCloud or iTunes

  • C# compiling error: 'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found (are you missing a using directive or an assembly reference?)

    Hello experts,
    I'm totally new to C#. I'm trying to modify existing code to automatically rename a file if exists. I found a solution online as follows:
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
            string tempFileName = fileName;
            int count = 1;
            while (allFiles.Contains(tempFileName ))
                tempFileName = String.Format("{0} ({1})", fileName, count++); 
            output = Path.Combine(folderPath, tempFileName );
            string fullPath=output + ".xml";
    However, it gives the following compilation errors
    for the Select and Contain methods respectively.:
    'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found
    (are you missing a using directive or an assembly reference?)
    'System.Array' does not contain a definition for 'Contains' and no extension method 'Contains' accepting a first argument of type 'System.Array' could be
    found (are you missing a using directive or an assembly reference?)
    I googled on these errors, and people suggested to add using System.Linq;
    I did, but the errors persist. 
    Any help and information is greatly appreciated.
    P. S. Here are the using clauses I have:
    using System;
    using System.Data;
    using System.Windows.Forms;
    using System.IO;
    using System.Collections.Generic;
    using System.Text;
    using System.Linq;

    Besides your issue with System.Core, you also have a problem with the logic of our code, particularly your variables. It is confusing what your variables represent. You have an infinite loop, so the last section of code is never reached. Take a look 
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.IO;
    namespace consAppFileManipulation
    class Program
    static void Main(string[] args)
    string fullPath = @"c:\temp\trace.log";
    string folderPath = @"c:\temp\";
    string fileName = "trace.log";
    string output = "";
    string fileNameOnly = Path.GetFileNameWithoutExtension(fullPath);
    string extension = Path.GetExtension(fullPath);
    string path = Path.GetDirectoryName(fullPath);
    string newFullPath = fullPath;
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
    string tempFileName = fileName;
    int count = 1;
    //THIS IS AN INFINITE LOOP
    while (allFiles.Contains(fileNameOnly))
    tempFileName = String.Format("{0} ({1})", fileName, count++);
    //THIS CODE IS NEVER REACHED
    output = Path.Combine(folderPath, tempFileName);
    fullPath = output + ".xml";
    //string fullPath = output + ".xml";
    UML, then code

  • HT5577 I lost recovery key and trusted device, how do I rescue my funds on account?

    Lost recovery key and trusted dev, and need to transfer balance on account how do I do this?

    You will need one of your trusted devices to be able to change your password : Apple ID: Can't sign in with two-step verification - Apple Support
    Nobody else should be able to download from a new device or computer unless they have access to two of your password, a trusted device, and your recovery key. You are sure that they are using it e.g. there are a number of phishing emails doing the rounds saying that something has been downloaded on an account and to click on a link in the email if it wasn't you that made it so as to request a refund (i.e. so that they can capture your password and payment details).
    If they are 'proper' purchases then you can try contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • How to install Thunderbird and Lightning Extension to StarOffice 9

    I just purchased StarOffice 9, read the entire documentation, including the "Getting Started" PDF file. Looked all over Sun.com and nowhere can I find how to install the Thunderbird and Lightning extensions touted as being available for StarOffice 9. Thanks for any help.
    LarryMcJ

    Hi Larry,
    Thunderbird and the extension Lightning are two independant parts, and with StarOffice 9 deluxe available.
    If u have StarOffice 9 u should download -free- the email and calendar client from
    the Mozilla Thunderbird page and Mozilla Lightning page
    after downloaded Lightning 0.9 !!
    open thunderbird -->options --> addons chose the file downloaded, click ok, and install
    Now u can manage tasks and so on in your thunderbird, but independant of StarOffice apps !!
    greetings,
    m.com

  • MacBook Pro Exchange and Repair Extension Programs

    Hi:
    I have a MacBook Pro Early 2008, and I think my laptop problem is the Nvidia Card. My laptop doesn't start. I can't hear the chime at startup, but I can hear the DVD and the HD spinning, and the fans working. I phoned the nearest Apple mervice and they said me that it is imperative that my computer is running so they can perform the test that determines whether the problem of my computer is covered by the Exchange and Repair Extension Programs "or distorted video no video issues". I have told them that's impossible, because the  logic board defect causes a impossibility to boot the laptop.
    Can anyone tell me if it's true that the Apple Service says to me? How they intend I start my laptop?
    Thanks in advance.
    (Sorry for my english)

    Thanks a lot for your reply.
    But...
    Why are you so sure that the Nvidia failure does not prevent the computer start-up. The laptop has worked flawlessly so far.
    In some forums I read that the cause of the boot failure is just the defective nvidia board. First I had some screen flickering problems, and the latest  problems are screen blackouts, this seems that the boot failure is the last symptom of a defective board.
    In any case, I find it's a kind of surreal nightmare that Apple launch a replacement program, and deny coverage for units that have been rendered useless because the problem that justifies the replacement program. Doesn't have Apple the serial numbers of the units that can be affected by a problem that Nvidia recognize?
    Anyway, thanks again

  • Flash Builder 4.6 and CS Extension Builder 1.5

    I have downloaded Flash Builder 4.6 and CS Extension Builder 1.5 and we have one big problem related to design mode.
    Actually when we switch to design the visual editor is completely black!
    Thanks.
    Diego

    It's not going to be fixed.
    The only version of FB where design mode really works is 4.0. Even in 4.5, it's very fragile for Flex 3. (Flex 4 should work fine.)
    Yes. I use EB 1.5 all the time. The lack of a working Design Mode is annoying and makes devlopment somewhat less efficient, but it's not a show-stopper...
    Harbs

  • Import and trust a self-signed CA certificate from the Terminal

    Hello there,
    i have a problem: I would like to import and trust a self-signed CA(root) certificate from the Terminal to the System.keychain.
    My request is to create a installation script to install the Cisco AnyConnect VPN Client and the needed certificates.
    For the import i have used the following command:
        sudo security import certificate.cer -k "/Library/Keychain/System.keychain" -A
        The Option "-A" says:
    Allow any application to access the imported key without warning (insecure, not recommended!) <- From the Mac Developer Library
    The command reportet: 1 certificate is importet ... but ... the certificate is not trusted.
    What do i need to do to set this certificate as trustworthy at the terminal?
    Thanks for your help and best regards
    Benjamin
    P.S. The command: sudo security add-trusted-cert -d -r trustRoot -k “/Library/Keychains/System.keychain” “/private/tmp/certs/certname.cer” doen't run, i get an error message. Found on http://derflounder.wordpress.com/2011/03/13/adding-new-trusted-root-certificates -to-system-keychain/

    Hello Linc Davis,
    thanks for your answer and sorry for my mistake, because i had already changed the last argument but for this discussion i had only copy this example.
    But your answer show me the right way, big thanks.
    I had entred the following command (see the last argument):
         sudo security add-trusted-cert -d -r trustRoot -k "/Library/Keychains/System.keychain" "~/Downloads/mycert.cer"
    ... and i get the following message:
        ***Error reading file ~/Downloads/mycert.cer
         Error reading file ~/Downloads/mycert.cer
    Today i changed the last argument to:
         /Users/User/Downloads/mycert.cer
    and its run.
    Many thanks!
    Benjamin

  • X11 and xlib extensions

    I'm having 'issues' using X11 on my Powerbook. I connect to work with a VPN. Once on the network I ssh to one of the servers.
    I can start X11 apps and the gui's show up on my mac as I expect (xeyes, nedit, etc). The problem is when I start some apps I get the following error(s) -
    Xlib: extension "GLX" missing on display "localhost:12.0".
    Xlib: extension "RENDER" missing on display "localhost:12.0"
    Kate gives both errors. It does start, but its really slow running. Other apps only give one error.
    What do they mean? Is there a different X server other than Apple's that will support those extensions?
    Thanks,
    Aaron R>

    X11 servers support runtime extensions, which are just what they sound like...external files that provide additional features and functions. If you run a program that wants to use the functionality of a certain extension and that extension is not present (or fails to load, or whatever) the program can either abort entirely, or else try to run but avoid using the enhancement (maybe a slower internal function instead of an efficient server extension?). Apple's X11 does not have every possible extension, but I thought it did have those two, but maybe they don't work load properly via the number of hoops your jumping through from remote program to local display? Try running 'xdpyinfo' from a local xterm to see what extensions are available, and then run it in an xterm on the remote machine to see if things are missing?

  • Assign the name of a file and its extension when using DESTYPE=MAIL

    Hello,
    I've developed a report running Oracle Reports 10g that is being emailed to a user. I would like to specify the name of the file and it's extension that is attached. Are there variables or parameters in Oracle Reports that I can use to accomplish this?
    It looks like by default that the file name is using the Name value found in the Property Inspector for the report. I have not been able to find a way to re-assign this value with a value from either the input or select values in the data model.
    Will Oracle Reports 10g allow me to define the name of the file and the extension?
    Any help or direction would be greatly appreciated.
    Thanks in advance
    Jesse
    Message was edited by:
    Sutherland

    Thank you for the quick reply and information. I almost thought you had solved my problem until I found out that distribution and bursting do not support delimited and spreadsheet output. One of the two files I need to email has a desformat of SPREADSHEET.
    Is there any other way to manipulate the file name and extension when using destype of MAIL?

Maybe you are looking for

  • Mac Pro 3,1 Superdrive won't open? Help!

    Hi, my early 2008 MacPro (3,1) Superdrive will not open anymore. I hit the eject button on the keyboard and it makes a motor sound, but the drive door will not open -- is there a way to manually trigger it so it will open? I absolutely need it to ope

  • Upgrade path for Cisco Secure ACS 4.X Solution Engine 1113 Appliance.

    Hello, I am having Cisco Secure ACS 4.X Solution Engine 1113 Appliance, and is running on version Cisco Secure ACS Release 4.1(1) Build 23 and now want to upgarde it to the latest version. Need to know the upgrade path for the same. As per my informa

  • Generate single ramp signal

    I cannot seem to figure out the time parameters of the Simulate Arbitrary Signal. I want to make a single ramp from -1 to 1 over .990ms then back to -1 in under 10us. So when I put it in a for loop I can get N sawtooth cycles. I've been pulling my ha

  • How does one down load pictures from a PC hard drive to an itouch 4th gen.

    How does one download pictures from a PC hard drive to a 4th generation itouch ?

  • ITunes for windows stopped - playing videos

    This is driving me nuts Windows 7 Pro 64Bit system with 16GB of memory on a Core i7 Have not seen problems like this much in the past. Have uninstalled quicktime and iTunes then reinstalled, to no change - the only one that's been fairly consistent i