Is there an md5 command in Solaris 11

Hi All,
We have a customer looking for the executable 'md5' command in Solaris11.  Cust has several scripts that has the md5 command hardcoded in their scripts, and would like to use the exact 'md5' command.  I inform them about the built-in /usr/bin/md5sum and /usr/bin/digest checksum utility in Solaris, but they're still looking for the md5 command cause it will be difficult for them to rewrite multple scripts, and also they mentioned that the output of digest is different from the md5 command output.
Is there an md5 command available for Solaris 11?  is there an optional package that contains the md5 executable? Pls help. thanks.

Hello
the md5 of a file can be done using the command digest (man digest)
example
/usr/bin/digest -a md5 /usr/bin/ls
821a17eb71fc5c409ec289ae90539484
-bash-4.1$ uname -a
SunOS xxxxx.11 11.2 sun4v sparc sun4v
the disgest command is installed in the core-os pkg
basename   file   usr/bin/digest                                 
pkg:/system/[email protected]
Regards
Eze

Similar Messages

  • 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.

  • 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

  • Md5 command inside of .mpkg directories?

    Hello.
    I found out that .mpkg is actually directory and not a file. Is that correct? I was using Mac OS X 10.7.4's Terminal's md5 command to compare files until it said .mpkg was a directory. I also cannot seem to find a way to make it MD5 recursively. Is there a way to do this? I am basically comparing a burned CD files and my local copies.
    Thank you in advance.

    Linc Davis wrote:
    cd whatever.mpkg
    find . -type f -exec md5 -r {} \;
    Thank you.

  • 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

  • Where is "md5" command sol10x86 thanks

    this should be an eay one for sol admins...
    i'm new to solaris and having trouble finding md5 command
    please advise
    kind regards
    phil

    Solaris doesn't have the md5 command, so if you're looking to setup checksums for files and such then you could look into "sum(1)" and "cksum(1)" commands, or simply use 'bart(1)' to generate a full batch of file checksums.
    However, I think you're looking for the "digest(1)" command. First see if it supports md5 by using "digest -l" and then you can use it. Another option is to grab the md5 tool from an older Solaris version or even Sun Freeware.

  • 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)

  • 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

  • Bought a used Mac Mini and can't get past security password Seller refuses to answer emails. is there a keyboard command to take it back to factory settings or do I need to buy a Disc set and OS???

    bought a used Mac Mini and can't get past security password Seller refuses to answer emails. is there a keyboard command to take it back to factory settings or do I need to buy a Disc set and OS???

    You can bypass the password and wipe the drive and return to the original facory installation if the seller included the orginal install DVDs with the Mac mini. If not you will need a retail version of Mac OS X.  To boot from the Install DVD restart the mini, immediately slip in the DVD and press and hold the C key.

  • Is there an NXOS command to check to see if traffic is being dropped from traversing a Nexus vPC link?

    Is there an NXOS command to check to see if traffic is being dropped from traversing a Nexus vPC link?

    iTunes 11 seems to shuffle just fine for me.
    You can restore much of the look & feel of the previous version with these shortcuts:
    Ctrl-B to turn on the menu bar.
    Ctrl-S to turn on the sidebar (your device should be listed here as before).
    Ctrl-/ to turn on the status bar.
    Click the magnifying glass top right and untick Search Entire Library to restore the old search behaviour.
    If you want to roll back to iTunes 10.7 first download a copy of the 32 bit installer or 64 bit installer as appropriate, uninstall iTunes and suppporting software, i.e. Apple Application Support & Apple Mobile Device Support. Reboot. Restore the pre-upgrade version of your library database as per the diagram below, then install iTunes 10.7.
    See iTunes Folder Watch for a tool to scan the media folder and catch up with any changes made since the backup file was created.
    tt2

  • 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

  • Is there any Update command in MDX query

    My situation is follows:<BR><BR><BR> Jan-2005 Brands Products Sales <BR>Bill:20001-ABC 100<BR>Bill:20001-XYZ 20<BR> Customers<BR><BR>Is there any way where i can delete the member "Bill:20001-XYZ" and add the value 20 into<BR>"Bill:20001-ABC" so that it becomes<BR><BR><BR> Jan-2005 Brands Products Sales <BR>Bill:20001-ABC 120<BR> Customers<BR><BR><BR>Is there any update command introduced in MDX query which would resolve the above issue?.

    In it's current incarnation, Essbase MDX can't do this, I believe it is coming in a future release, but I wouldn't expect it too soon, maybe within a year. There are others that can provide more insight if and when it will be available.<BR><BR>By the way, I'm assuming this is an Aggregate Storage Database. If it were a Block Storage database, there would be a couple of different ways to do this (Calc script, lock & send via spreadsheet)<BR><BR>

  • Is there a Terminal command that will pick up DNS numbers?

    Hello all,
    Is there a Terminal command that will pick up the DNS numbers utilized by a router?
    The router options don't show any, though the router is set to use PPPoA to pick them up.
    I kindly TIA,
    Eme '~[ )♥♪

    Hi, Thanks for the reply, I appreciate it.
    What do you mean by "pick up"?
    I mean to show what the DNS numbers are that the router is using.
    They are not entered in the DNS server field in Networks, TCP/IP tab.
    If you mean refresh the client settings, the DNS settings are obtained as part of the DHCP lease (or PPP connection in the case of PPP).
    The user/ OP is actually using PPPoA, when i googled PPPoA.. seems he is using Cisco perhaps.
    http://en.wikipedia.org/wiki/Point-to-PointProtocol_overATM (Asynchronous Transfer Mode)
    "PPPOA or PPPoA, Point-to-Point Protocol (PPP) over ATM, is a network protocol for encapsulating PPP frames in ATM AAL5. It is used mainly with cable modem, DSL and ADSL services.
    It offers standard PPP features such as authentication, encryption, and compression. If it is used as the connection encapsulation method on an ATM based network it can reduce overhead slightly (around 0.58%) in comparison to PPPoE".
    Essentially the original poster removed the OpenDNS #s from his DNS server field in the TCP/IP tab (b/c they seem to make Adobe.com inaccessible to him)
    removing them & allowing his router to "pick them up from the ISP" seems to solved his problem.
    However he can not, find what the numbers are that are being utilized,
    b/c they are not entered as usual in the Network, & part of the DHCP lease,
    or in Airport admin Utility.
    I/ we wondered, if there was a Terminal command that will show what the
    numbers are that are being used .
    Does that help clarify what I mean? Sorry to be so long winded.
    Eme '~[ )♥♪

  • Is there a terminal command-...

    Is there a terminal command to dump the trash that is not only in the trash but also on a external hard drive?

    worksafe wrote:
    I have a old Backups.backupdb on the external drive that I want to get rid of.
    Is there anything else on the drive?  If not, just erase it with Disk Utility.
    If there is (not a good idea) see #E6 in Time Machine - Troubleshooting.

  • Is there a Siri command to get to the home screen from the lock screen?

    Here is the situation - an elderly friend of mine (94 years old) was in a panic because there were text messages on the lock screen and try as he might he could not "slide to open."
    He has no passcode set.
    Anyway, I had him try this and it worked:
    1. Use Siri to "open calendar."
    2. After it opened, press the Home button to get to the home screen.
    That way he was able to get in.
    Is there a Siri command to go directly to the Home Screen from the lock screen? I tried various things I could think of, but couldn't figure out anything that worked.
    What would be best is being able to bypass the lock screen altogether. I have another elderly friend who is blind and it is a source of constant confusion for him.
    As for voiceover - he is finding it impossible to figure out. I can see, and I am also finding it impossible to figure out. We tried to use it to get into the TED app and select, play and stop videos and all sorts of weird UI elements starting popping up and it was frustrating him so we turned voiceover off. But that's for another discussion thread.
    In the meantime, is there an easy way to get home if somebody is having trouble sliding?
    Thanks,
    doug

    Doug Lerner2 wrote:
    I think the more "assistive" features are turned on the harder it is for both my sighted and blind friend to use.
    Yes, that can sometimes be true.
    Unless your older but sighted friend has difficulty with fine motor movements, I suspect that the slide to open is a matter of practice. If you can convice your friend that they are capable of learning it and get them to work with it a bit that might help. I've found that older learners can become frustrated very quickly with technology. They either have themselves convinced they can't learn technolgy or that get annoyed because iPhones are supposed to be "intuative". The challenge is getting them to feel okay about being a beginner at something.
    You're a good friend to take on this teaching task.
    Best of luck.

Maybe you are looking for

  • In iphone4, How and where to save a file attached in mail

    hey, i have started using iPhone. presently using iPhone4. How and where can i save files attached in mail.

  • Ipad email virus

    my wife opened an email she thought was from me.  It said it was from me but was not.  The subject line said VCBG or something like that.  When she opened it, the screen went into garbled broken code.  She closed that email and every email she opened

  • Yoga 2 Pro screw fell out again - THANKS LENOVO

    OK, so I've been an owner of the Best Buy Special (the Yoga 2 Pro with 256 GB SSD, 8 GB RAM, and i7 CPU) since last November, and the system died on me once a few months back.  Fine, I send into Lenovo for repair and they got it back to me pretty qui

  • How to print phone book contacts out of Lumix 920?

    Yes, I believe It's all backed up to the cloud. But, I can't see the cloud.  How do I get a printed (hard) copy of my contacts? No probs with iPhone 3G (from which I switched) Solved! Go to Solution.

  • Kuler and CS Live not connecting (Mac)

    I know this topic has been discussed here before.  I read them all but the issue still persists.  This happens only on my Mac (OSX 10.5.8), and not on my Win XP install.  It have CS4 and CS5 installed, and either one does not connect to Kuler or to C