Cann't find ldap_gen_profile command on Solaris 9

Hi all,
I installed Directory server 5.2 at Solairs 9(Intel). But I cann't find the ldap_gen_profile command.
Any idea?
thanks

Update your $PATH environment variable to include the /opt/sfw/bin directory.
For csh:
set path=(/opt/sfw/bin $path)
For sh:
PATH=/opt/sfw/bin:$PATH
export PATH

Similar Messages

  • How to remove truncation in the output of ps -ef command in solaris

    Hi,
    One silly question but i m unable to find solution.
    In solaris-10 when i executed the command ps -ef some datas in the output in the command column is truncated as below
    UID PID PPID C STIME TTY TIME CMD
    root 6811 1 0 19:33:36 pts/3 0:00 sh /export/home/bti/bti/Revathi/BTI/EMS/bin/startemsserver.sh
    root 6827 6819 0 19:33:37 pts/3 2:33 /export/home/bti/bti/Revathi/BTI/EMS/jre/bin/java -DJBOSS_HOME=/export/home/bti
    Where in the CMD column the path */export/home/bti/bti/Revathi/BTI/EMS/jre/bin/java -DJBOSS_HOME=/export/home/bti* continues. Only half of the path is shown. I need the entire path how to achieve it
    Regards
    Revathi

    Just to make things a little more complex...
    /usr/ucb/ps (actually /usr/ucb/sparcv9/ps) used to be SUID root so that it could read the full args directly out of the address space of the process (/proc/<pid>/as).
    Sun removed this behavior in Solaris 8 with patch 109023-05 and in Solaris 9 with patch 120240-01 (it's been removed from Solaris 10 since FCS)

  • Reg: stat command in solaris 10

    Hi Gurus,
    Where i can find the stat command in solaris 10.
    Any one help is appreciated.

    Hi
    /opt/sfw/bin/stat
    if you do a full install including the Companion DVD.
    More importantly, what exactly are you trying to achieve?
    Paul

  • I can find gunzip utility in solaris 2.6

    Hi,
    when i issue find . -name gunzip -print command in my solaris 2.6. I cant find it.
    how can i add gunzip back to my platform?
    Jeff

    2 things,
    1. Your find command will find what you're looking for if what
    you're looking for is under your present directory. That's what
    the . is indication. The search your entire system, replace the
    . with a / which will tell find to start from the root directory
    and work down. The only problem with that is, if you have mounted
    drives, find will try to search them (this isn't always
    desirable), and if you are using find as a user you will see a
    large number of permission denied messages.
    2. If you are using /bin/ksh for your shell, another way to find
    a command (assuming it's in your path) is to use the 'whence'
    command. Here's an example:
    ksh> whence gunzip
    /usr/bin/gunzip
    ksh>
    If your system doesn't have gzip or gunzip, go to the gnu web page
    www.gnu.org

  • Is there chatr command for solaris??

    Hi Everybody,
    In HP-UX, I use chatr command for finding the library dependencies and for changing their flags dynamically.
    Can you please let me know if there is any such command in solaris 10??
    I know ldd command, but it does not allow me to change the library loading flags.
    Thanks in advance
    Durga Prasad

    Solaris will always use your LD_LIBRARY_PATH to find the location of your dynamic libraries. If you haven't defined any LD_LIBRARY_PATH the systems settings are used instead. You may alter the default settings of your system by running the crle utility.
    As far as i understand; if you build a static library under Solaris, the executable will actually contain the static libraries which you linked into it so it won't have to load external libraries.
    7/M.

  • A locate command for solaris

    Hi all,
    does anyone know any equivalent to the locate command for Solaris?
    Thanks all
    Here I'm helping others to find it faster than me :-)
    locate for solaris
    locate equivalent for solaris
    how to find files in solaris
    how to find directories in solaris
    find filenames quickly

    This would be a good question for one of the forums on opensolaris.org, you might
    get better answers there. If the file you are looking for was installed via packages,
    then you can use the package database to look it up.
    I think you have to be root (which is lame). Here is an example for
    the file "libxil.so.1"
    # pkgchk -l -P libxil.so.1
    Pathname: /opt/SUNWits/Graphics-sw/xil/lib/libxil.so
    Type: symbolic link
    Source of link: /usr/openwin/lib/libxil.so.1
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed
    Pathname: /opt/SUNWits/Graphics-sw/xil/lib/libxil.so.1
    Type: symbolic link
    Source of link: /usr/openwin/lib/libxil.so.1
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed
    Pathname: /usr/lib/libxil.so
    Type: symbolic link
    Source of link: ./libxil.so.1
    Referenced by the following packages:
    SUNWxwrtl
    Current status: installed
    Pathname: /usr/lib/libxil.so.1
    Type: symbolic link
    Source of link: ../openwin/lib/libxil.so.1
    Referenced by the following packages:
    SUNWxwrtl
    Current status: installed
    Pathname: /usr/openwin/lib/libxil.so
    Type: symbolic link
    Source of link: libxil.so.1
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed
    Pathname: /usr/openwin/lib/libxil.so.1
    Type: regular file
    Expected mode: 0755
    Expected owner: root
    Expected group: bin
    Expected file size (bytes): 952740
    Expected sum(1) of contents: 59048
    Expected last modification: Jan 22 19:00:53 2005
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed

  • Sysdef command in Solaris 10.

    Hi All,
    sysdef command in Solaris 10 ( 5.10, s10_58 ) no more reports the message queue related Kernel
    parameters i.e msgsys:msginfo_msgmax ( MSGMAX ) etc. For more info refer the link below :
    http://docs.sun.com/db/doc/816-7137/6md5paukq?a=view
    Since sysdef command no more reports the above parameters, what is the other way we can get the
    same in Solaris 10? We have written our script in such a way that it greps for MSGMAX from the outcome
    of sysdef and gets its value and perform certain operations. Quick reply would be greatly appreciated.
    Thanks

    We have written our script in such
    a way that it greps for MSGMAX from the outcome
    of sysdef and gets its value and perform certain
    operations. Quick reply would be greatly appreciated.msgmax (maximum per-message size) has been removed completely -- there is no equivalent on Solaris 10. Instead, the
    maximum total bytes on the queue, process.max-msg-qbytes (previously msginfo_msgmnb) is the only restriction on what can be placed in a SysV message queue.
    To retrieve the current value of this in a script, you can use:prctl -P -n process.max-msg-qbytes -t privileged $$ | tail -1 | read x x value x x xNote that this is no longer a system-wide tunable -- the administrator can control this on a per-project basis. (see projects(1))
    - jonathan

  • Cannot run zpool (zfs feature) command in Solaris 10 6/06

    Hi, I couldnt run ZPOOL command in Solaris 10 6/06. It said command not found.
    May I know what should I do? My Solaris 10 version provide Solaris zoning features, but no ZFS feature provided.
    How?

    check your PATH- the zpool command is in the /usr/sbin directory.
    Also, double check you have the zfs packages-
    #pkginfo | grep zfs
    system SUNWzfskr ZFS Kernel (Root)
    system SUNWzfsr ZFS (Root)
    system SUNWzfsu ZFS (Usr)

  • I cann't find the"define" option in adobe reader when I read a PDF file in iPad 3.

    I cann't find the "define" option in adobe reader when I read a PDF file in my iPad 3. I have already latest reader version and iOS 5.1.1 installed.

    I believe that I figured it out.
    holding finger over a word, will bring the copy/define menu
    holding finger where there is NO text, empty space or image, will bring up the annotation menu.
    but note that if you have a scanned document, where the words are actually an image, you will get the annotation menu, since there really is no text, just a bunch of pixels that look like text...
    you can turn scanned text into "real" text by using OCR functionality of the desktop version of Acrobat Pro (not Reader), it would then create a layer of invisible text under the image of the text.

  • How to Setup an ACL over a Command in solaris 2.6

    Hi all,
    Has anyone have an idea on how to setup an ACL over a command
    in solaris 2.6 . i.e: to force a user (or a group) to enter a
    password to run a command (like mount and others).
    Thanks for your help.
    haed98.
    [email protected]

    Hi head98,
    You can set ACL using setfacl commands. This way you can exclusively assign read/write/execute permissions on command that you wish. But ACL doesn't prompt for passwords or you can set passwords using ACL. One way of doing this will be to create wrapper for commands which will prompt for passwd, compare them with /etc/shadow and then execute the real command.
    Hope this helps, Thanks. SUN/DTS

  • Finder Window - command 1, 2, 3 or 4 key sequences don't work

    Help with this one would be greatly apprecieated. In a finder window, command 1, 2, 3 or 4 key sequences don't work. In fact, command 2 sleeps the computer instead of displaying the icons in List View
    Please help

    Got it!
    It's not Command-1 but Command-Alt-1, etc.
    Did it change recently? I don't know...

  • Find Next command doesn't work right in CS3?

    The Find Next command (F3 in Windows) used to go immediately
    to the next instance of a search term. What was great was that I
    could search for a term on one page, close it, then open a
    different page and immediately press F3. But now, the command keeps
    bringing up a "Find and Replace" dialog (that has no Replace box,
    which is also odd) instead of going immediately to the next
    instance of the search term. This dialog already has the correct
    search term in it, so it isn't like I'm trying to find an empty
    string.
    Is this a bug, or am I losing it?

    I am running OS X 10.8.2 (supplemental) and Preview v6.01.
    I can search for a particular string in a PDF. It will highlight all occurrences in yellow. Then, whether from the Find menu > Find Next, or by using Command+G from within Preview, it will quickly step to the next occurrence of the Find target. Just tested this on my machine, and it works fine. Nothing special set to make this work.
    Unaware of any setting to disable search as you type feature.
    If there is a com.apple.Preview.plist file in your home directory/Library/Preferences, you might try dragging it to the Trash and emptying it.

  • I have somehow added a divider to my browser screen. When I open firefox there are 2 screens with seperate scroll bars. I am not using the add on feature that allows screen seperation. I cannot find a command to remove the 2nd screen.

    The Left side of my browser screen has a seperate screen with it's own scroll bar. I can use the curser to pull this screen half way to the right. it has a seperate web page than the main window. I can't find a command to remove it. I did have a yahoo toolbar I thought may have been involved.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.] Safe mode disables the installed '''Extensions''', themes ('''Appearance''') and '''Plugins''' in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''.
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • I have a hp5510b111 photosmart all in one add I cann;t find my Ipad2

    When i try to printing with my ipam2 Its tell me cann't find printer?

    Hi,
    Please verify that both the iPad and the printer connected to the same network.
    From the printer front panel, Click the Wireless icon.
    Click Display Network Configuration
    Locate the printer IP address.
    From your iPad, Type the IP into Safari and check if the EWS page si accessible.
    Additionally, make sure the latest Firmware is installed for the printer.:
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c02879297&cc=us&dlc=en&lc=en&product=5063582&tmp​...
    If the latest firmware is installed, the EWS page can be accessed but the printer cannot be located as Airprint, please clarify your router brand and model.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Cann't find default database

    I install Oracle 8.1.7 on my computer,but it cann't find default database.
    I have been reinstall a lot of time ,except the first time it can get the db in Enterprise Manager Console.
    How can I do ?

    Hi,
    For using oracle enterprise manager console, you would need to connect to a repository. Are you able to connect to the database using sqlplus? What is the error you are getting? The default username and password to connect to enterprise manager console is sysman/oem_temp.
    HTH

Maybe you are looking for