ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to Generate a UUID on Solaris

    IT Discussion
    solaris uuid guid unix curl
    2
    3
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      On most operating systems, even Windows, getting a UUID or GUID is pretty simple, but not on Solaris. But never fear, if you have an Internet connection there are some simple ways to get a UUID without needing a local utility.

      curl https://www.uuidgenerator.net/ | grep uuid | cut -d '>' -f2 | cut -d '<' -f1
      
      dbeatoD 1 Reply Last reply Reply Quote 2
      • dbeatoD
        dbeato @scottalanmiller
        last edited by

        @scottalanmiller said in How to Generate a UUID on Solaris:

        On most operating systems, even Windows, getting a UUID or GUID is pretty simple, but not on Solaris. But never fear, if you have an Internet connection there are some simple ways to get a UUID without needing a local utility.

        curl https://www.uuidgenerator.net/ | grep uuid | cut -d '>' -f2 | cut -d '<' -f1
        

        I haven’t used Solaris recently so that’s awesome.

        1 Reply Last reply Reply Quote 1
        • scottalanmillerS
          scottalanmiller
          last edited by

          I was pretty surprised to find that uuidgen was not available, not even available for install!

          1 Reply Last reply Reply Quote 1
          • 1 / 1
          • First post
            Last post