SourceFire - How to register a PAK/Claim Certificate

- Login to License Registration Portal.
- Enter the PAK in " Enter a Single PAK or Token to fulfill " Textbox. Click on " Fulfill Single PAK/Token" 
- Enter License Key of Defense center in " License Key:" Textbox, provide email_id , Click Next. 
- Email with License will be sent the user
- DD (Sourcefire Acquisition Business Analyst)

Mohit,
You need to go to this link in order to obtain  software lic key with your PAK ,    https://tools.cisco.com/SWIFT/Licensing/PrivateRegistrationServlet
You need CCO access account  , when you click on the link above you  will provide username and password to gain access to the  automated software registratoin , just follow instructions .
If you do not have CCO account , please contact Cisco TAC support to have them get what  you need to register your software .  Cisco TAC support lines are in this link  http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html
Regards

Similar Messages

  • New powerbook battery - 1 year warranty? How to register?

    Hi.
    Recently bought a second battery for my 15" G4/1.33. The powerbook is out of warranty, but I wanted to register the battery. From what I see at Apple's web site, though, there's no way to register a battery serial number for warranty purposes. Anyone know different? Is the battery covered by 1 year warranty? It works fine, I just wanted to be sure re. coverage, especially as some batteries have had problems in the past (e.g., the battery recall). Given the price of batteries, I would hope they're covered!
    Anyone know how to register? Or do you have to call Applecare?
    Thanks.

    Why "common sense"? As opposed to stated specifications and international laws?
    Anyway, there's a little booklet-type warranty card in the box with the battery, sealed in plastic, which is entitled "One (1) Year Limited Warranty - Worldwide".
    Re. common sense, seeing as Apple sells these batteries thru its web site store, and the batteries are compatible with a lot of powerbooks that are out of warranty, clearly the warranty on the battery refers to the battery, not the powerbook.
    I guess Apple just goes by the date on the sales receipt, which is okay; it's just that they usually want you to register the product at their site too.
    Re. the warranty not being good for one year: I think this should be supported by people's experiences. Anyone ever get denied coverage on a new battery that was faulty?
    I guess Apple could always debate what "faulty" means, i.e. if a fairly new battery only lasts 1 hour, to me that's faulty, but maybe to Apple it's just "normal wear and tear". Whatever.
    Though in Apple's warranty terms for the battery, they clearly state "if a hardware defect arises and a valid claim is received within the warranty period..." etc. I guess it could be just up to Apple's customer service people to decide what a "defect" is. Oh well.

  • How to import the self-signed certificate in runtime

    HI.
    I work to connect between JSSE client and OpenSSL server with self-signed certificate.
    But I met the SSLSocketException during handshaking.
    Many Solutions registered in this page.
    But their are all using keytool.
    My application connect many site support the self-signed certificate.
    So, I want to import the certificate in run time.
    How Can I do??
    Please, answer me..
    Thanks,

    did you figure this out??? I need to know how to accept a self-signed certificate, otherwise it's this exception...
    D:\javatools\apis\jsse1.0.2\samples\urls>java -cp jcert.jar;jnet.jar;jsse.jar;. URLReader
    Exception in thread "main" javax.net.ssl.SSLException: untrusted server cert chain
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write([DashoPro-V1.2-120198])
    at java.io.OutputStream.write(OutputStream.java:61)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.doConnect([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.NetworkClient.openServer([DashoPro-V1.2-12019
    8])
    at com.sun.net.ssl.internal.www.protocol.https.HttpClient.l([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpClient.<init>([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.<init>([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect([DashoPro-V1.2-120
    198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStream([DashoPro-V
    1.2-120198])
    at java.net.URL.openStream(URL.java:798)
    at URLReader.main(URLReader.java:46)

  • How to register the recipient when create job by function

    I am now use JOB_OPEN , JOB_SUBMIT and JOB_CLOSE to create a job in the program. And need to post the result of the report to the person by email.
    Can you tell me how to register the recipient when create the job.
    ( in sm36, it is easily to do but how to do in coding? )
    regards,
    slam

    Hi
    I think in Back ground using the above fun modules you can't send a mail to the receipient.
    see the use of the above fun modules;
      IF p_bjob = 'X'.
        CONCATENATE sy-cprog sy-datum sy-uzeit
                    INTO jobname SEPARATED BY '_'.
        CALL FUNCTION 'JOB_OPEN'
          EXPORTING
            jobname          = jobname
          IMPORTING
            jobcount         = jobcount
          EXCEPTIONS
            cant_create_job  = 1
            invalid_job_data = 2
            jobname_missing  = 3
            OTHERS           = 4.
        CALL FUNCTION 'GET_PRINT_PARAMETERS'
          IMPORTING
            out_archive_parameters = arc_params
            out_parameters         = print_params
            valid                  = valid
          EXCEPTIONS
            archive_info_not_found = 1
            invalid_print_params   = 2
            invalid_archive_params = 3
            OTHERS                 = 4.
        IF valid = chk.
          SUBMIT ybrep
                          WITH < sel Screen>
                          AND RETURN
                          USER               sy-uname
                          VIA JOB            jobname
                          NUMBER             jobcount
                          TO SAP-SPOOL
                          SPOOL PARAMETERS   print_params
                          ARCHIVE PARAMETERS arc_params
                          WITHOUT SPOOL DYNPRO.
          CALL FUNCTION 'JOB_CLOSE'
            EXPORTING
              jobcount             = jobcount
              jobname              = jobname
              strtimmed            = 'X'
            EXCEPTIONS
              cant_start_immediate = 1
              invalid_startdate    = 2
              jobname_missing      = 3
              job_close_failed     = 4
              job_nosteps          = 5
              job_notex            = 6
              lock_failed          = 7
              invalid_target       = 8
              OTHERS               = 9.
          IF sy-subrc <> 0.
           MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ELSE.
            MESSAGE i029 WITH jobname.
          ENDIF.
        ELSE.
          MESSAGE s000 WITH text-003.
          STOP.
        ENDIF.
      ENDIF.
    Reward points if useful
    Regards
    Anji

  • How to register multiple ipods on same email account

    how do register multiple ipods using the same email account?

    Maybe here
    How to use multiple iPods, iPads, or iPhones with one computer
    You can have an unlimited number of devices that you own or control for private use tied to one iTunes account. But you have only have five tied to one iCloud account.
    To alllow FT and Messagibng between them see:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • How to get warranty service claim from nokia c5-03...

    how to get warranty service claim from nokia c5-03 in india because i have problem with nokia c5-03 I Purchase 2 week ago a new nokia c5-03 but from day 1 i facing same problem like 1) app close itself 2) internet browse close if any thing is downloading or downloading over 3) memory full always then i should reboot the phone then it work. 4) ovi map is open it shows memory full close the app So kindly help me how to get warranty service claim from nokia c5-03 in india i am unhappy with nokia c5-03
    Solved!
    Go to Solution.

    i updated software also but the same problem cont... I want to know that nokia will give back money or exchange for other new mobile

  • How to register custom report under Custom Development Application

    Hi 2 all
    How to register custom report under the Custom Development application in R12 vision DB, and also confirm location/folder of Custom Development application in R12.
    Thanks
    Zulqarnain

    Hi,
    You may or may not need to "register" the workflow - it depends on the changes that you made and which Item Type you modified. Some applications are essentially hard-coded to use a specific item type and process, some hard-coded to use an item type but you can configure the process to use, and some allow you to specify which item type and which process to use.
    Without knowing exactly what you have done, though, there is no specific advice that anyone can give you here on what you need to do, apart from to ensure that you have saved the new definition to the database.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • A friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as yahoo address is no longer valid. Erasing the phone doesn't solve the issue. How to register the phone with Apple?

    A computer illiterate friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as his yahoo address is no longer valid. Erasing the phone doesn't solve the issue as the Apple server identifies the hardware as registered. How to register the phone with Apple?
    I helped him create a new email address and new iCloud account on my Mac but when we try to register the phone with Apple it says: Maximim accounts limit reached for this device. How can he register the phone? I read different threads and found out that only Apple care can do that. We're in Romania and don't know where to call. Any suggestions on how we fix this?

    When I checked the support site for Romania, you apparently don't have an Apple Care contact center.  You "may" try calling the US Apple care number to verify the account and have the password reset sent to a different email address.  800-694-7466

  • How to register the phone number of my friends to imessage,and i able to contact them or call them?

    I buy my ipad in qatar duty free i mean ipad4 wifi +cellular i thought i can use it for text or call by means of phone number only but im dissapoint when i used it and found out that i have to register all numbers to imessage and i cannot find how to register it.please help me to solve this matter.

    You have a password, so good move on your part.  Whether you erase it or the thief does, they still get to use the iPhone as theirs.  Which is more important (pick one), protecting your data or punishing the thief?
    Ringing occurs at the carrier.  Chances are you're going to voicemail after only two or three rings.  If you have an iCloud backup also a good move.  Re-read my question in the first paragraph.

  • How do you add a gift certificate to your account?

    How do you add a gift certificate to your account?
    AJBG

    I think its the same process as adding an itunes card just go to redeem and type in the code.

  • How do I get to the certificate manager for my firefox browser so I can manage the certificates of sites I frequently visit?

    It looks like my firefox browser is using an old facebook security certificate dated 2-28-14. How do I get to my certificate manager in my firefox browser so I can see if there's an updated security certificate (4-18-14 or after) and get that in place? Be specific with steps for me to follow please.

    I think what you are looking for is<BR><BR>
    '''Firefox Options > Advanced > Certificates.'''

  • How to register youtube videos on mac hard drive?

    how to register youtube videos on mac hard drive?
    iMac 21.5 po, mid 2010 .Processor Intel i3

    You cannot. Doing so would violate YouTube's Terms of Use.
    Best of luck.

  • How to register discoverer report

    Can some one tell me how to register discoverer report from scratch
    thanks in advance

    You'll have to wait for the next release for Discoverer integration.

  • Hi , i've ipad 4G . i live in dubai (UAE) , i make apple id but cannot able to download any apps so plz suggest me. How to register apple ID without cradit card on Itune in UAE region ?

    hi , i've ipad 4G . i live in dubai (UAE) , i make apple id but cannot able to download any apps so plz suggest me. How to register apple ID without cradit card on Itune in UAE region ?

    Step 1 to 8 with pictures attached:
    1. Select any free app
    http://i1224.photobucket.com/albums/ee374/Diavonex/5622c304.jpg
    2. Tap install App
    http://i1224.photobucket.com/albums/ee374/Diavonex/9c71cbba.jpg
    3. Just tap Create New Apple ID
    http://i1224.photobucket.com/albums/ee374/Diavonex/3564262e.jpg
    4. Confirm your country; fill in your country's name
    http://i1224.photobucket.com/albums/ee374/Diavonex/15af6726.jpg
    5. Agree with Term and Condition
    http://i1224.photobucket.com/albums/ee374/Diavonex/a50cb07a.jpg
    6. Fill in your Apple ID and Password
    http://i1224.photobucket.com/albums/ee374/Diavonex/f942f7f5.jpg
    7. Create and answer secret question
    http://i1224.photobucket.com/albums/ee374/Diavonex/774b1991.jpg
    8. Select NONE for billing information
    http://i1224.photobucket.com/albums/ee374/Diavonex/6f6e54ff.jpg
    Other pictures
    http://i1224.photobucket.com/albums/ee374/Diavonex/553a2651.jpg
    http://i1224.photobucket.com/albums/ee374/Diavonex/52783119.jpg
    http://i1224.photobucket.com/albums/ee374/Diavonex/a5fcfc6b.jpg

  • Regarding ...How to register a serivce in Service Registry ....!

    HI All,
    i want to know about how we can register a serivce in Service registry from SAP and Third party ...?
    and how we can use that resistry in ESR(Enterprise Service Registry) of SAP PI 7.1...?
    Help would be appreciated ....!
    Thanks in advace ,
    Aziz khan

    thanks abhishek ,
    i have gone through this link  provided by you ... this says how to publish a service ....in ESR !
    I am completly new to SAP  PI 7.1 ... HENCE looking for some more information on how to register a  service in SR
    and after registring what all thigs we can follow in ESR (Design side ) to make use of those services ...............!
    pls any info would appreicated ...!
    Thanks
    Aziz khan.

Maybe you are looking for

  • Mobile Sales - Error while Saving Sales Order

    Hi, When I try to create and save a sales order in the Mobile Sales, the error message UI_CONT_STATUSBAR_ICON_TT is displayed, blocking the saving process and the new order is not saved. I tried to debug the SAP Mobile Application Studio(Visual Basic

  • Multiple FDM Value by -1 in import script

    This should be an easy answer, but we have certain line items in our source file where we want to multiply the amount by -1.  What would be the correct syntax.  Everything I try fails.  Below is what I have that gives a type mismatch error on v_Amt_2

  • How do I get podcasts on my 3g iPod?

    I'm up to date on all my software, but I can't seem to bring up my podcasts on my 3g iPod. Although others have experienced this problem, a few others bring up podcasts without any difficulty. I have lots of podcasts, definitely want them to appear i

  • Front row gone entirely?

    I just tried to start up Front Row with my remote. Nothing. My remote still controls iTunes, so it is communicating properly. I tried to find it with Spotlight for a manual start, but nothing turns up. System/Library/Core Services/ reveals only a scr

  • Errors in the conexion indicates by the modem

    24 errors for examples and more ever