Routing

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Profile Database Error without commit

    Posted 11-23-2020 23:23
    Hi All,

    I am seeing profile database error on device since past few days. It says ' Could not open profile database, continuing . . . err: PDB_ERROR_PLATFORM_NOT_SUPPORTED'. 

    Everytime this error is being received, I see ffp process being called. Did some research and found that ffp process gets linked only when commit is made. Afaik, there is no commit done recently. Is this a result of a previous commit? Fortunately there is no impact as of yet. Any leads would be helpful in thia direction.


  • 2.  RE: Profile Database Error without commit
    Best Answer

    Posted 11-23-2020 23:31
    Hello Netgear,

    The following error messages are seen on PTX1k devices when committing configuration on the PDB-unsupported platforms. Kindly check your commits on the system to confirm if there were any previous commits made.

    Log messages:

    Jul 27 07:30:11.716  abc ffp[5023]: pdb_activate:7939: Could not open profile database, continuing... err:PDB_ERROR_PLATFORM_NOT_SUPPORTED
    Jul 27 08:02:11.052  abc ffp[8121]: pdb_activate:7939: Could not open profile database, continuing... err:PDB_ERROR_PLATFORM_NOT_SUPPORTED
    Jul 27 14:26:11.131  abc ffp[44991]: pdb_activate:7939: Could not open profile database, continuing... err:PDB_ERROR_PLATFORM_NOT_SUPPORTED
    
    root@abc> show system commit
     
    0   2020-07-28 09:06:11 UTC by root via junoscript commit synchronize
    1   2020-07-28 07:30:13 UTC by root via junoscript commit synchronize
    2   2020-07-28 06:57:48 UTC by _warpsvc via cli
    3   2020-07-28 03:57:35 UTC by netscript1_rw via cli commit synchronize
    4   2020-07-28 02:05:52 UTC by _warpsvc via cli commit synchronize
    5   2020-07-28 01:39:20 UTC by netscript1_rw via cli commit synchronize
    6   2020-07-28 01:33:07 UTC by netscript1_rw via cli commit synchronize
    7   2020-07-27 17:38:11 UTC by root via junoscript commit synchronize

    In case there have been commits at the time, this is a cosmetic issue, and informational only. It does not impact any other services.

    There is an informational article regarding the issue. Please click on the link below to access the article.

    Click here

    Thanks.



  • 3.  RE: Profile Database Error without commit

    Posted 11-24-2020 02:11
    Good info, thanks for sharing.

    Elvin