This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PVCS VM Get issue.

Hi,

We have Serena VM v8.5.2.0 on an AIX server.
While running pcli get i am getting failed to read from archive error.
It works with pvcr user,but not with other users.
Details below:

/usr/serena/vm/aix/bin/pcli get -prXXXX -o -z -q -a/xxx/xx/ -rXXXLABEL /FilePath

Serena PVCS Version Manager (PCLI) v8.5.2.0 (Build 111) for AIX/RS-6000
Copyright (C) 1985-2014 Serena Software. All rights reserved.
Error: /FilePath: Serena PVCS Version Manager could not read the information stored in the archive "FilePath-arc". Please contact your Serena administrator for further assistance.

Let me know if any additional information is required.

rgds,
Santhosh.
  • 0  
    Hi Shantosh,

    If it affects some users but not others this is either a setuid issue, a File Server Client Cache issue or something involving whatever process is being used to access the archives, if not File Server.

    To help get an idea what might be going on, what does:
    /usr/serena/vm/aix/bin/vmsetsuid -verify

    return?
    What is in the .islvrc file in the pvcs user's home directory with respect to pvcs.fileserver.path=?
    What is in the .islvrc file in the failing users' home directories with respect to pvcs.fileserver.path=?
    What are the permissions and ownership on all of these .islvrc files, as well as the home directories they are contained in?
    What do you have in the file /usr/serena/vm/common/bin/aix/nfsmap?

    Thanks,

    - Richard.
  • 0
    Hi Richard,

    Thank you so much for your update.
    Checkout works only for user pvcs.

    Below is the pvcs.fileserver.path value in .islvrc for pvcs as well as non working user.

    pvcs:
    pvcs.fileserver.path=/usr/serena/vm/common/bin/aix/servers.ini

    not working user:

    pvcs.fileserver.path=/usr/serena/vm/common/bin/aix/servers.ini

    Below file permissions:

    pvcs:

    pvcs@server1/usr/serena> ls -lrt .islvrc
    -rw-r--r-- 1 pvcs pvcsgrp 297 Jul 20 07:47 .islvrc

    not working user:

    nw@server01/home/nw> ls -lrt .islvrc
    -rw-r----- 1 nw nw01 2586 Aug 18 2013 .islvrc

    /usr/serena/vm/common/bin/aix/nfsmap seems to be empty.

    # The following are examples of entries into this file:
    # M /product/dev
    # "\\ralenws1\vol2 abc" /product/dev
    # \\ralenws1\sysvol /product/dev2

    Please let me know if you want more info.

    rgds,
    Santhosh.
  • Verified Answer

    0
    i installed v8.6 and issue is resolved.:)
  • 0   in reply to 
    Hi Santhosh,

    Glad to hear that you managed to solve the problem by upgrading VM.

    Based on the information you shared, it was likely a change in setuid mode between the old and the new installation what ultimately solved the problem, but it's great that you're up and running!

    Kind regards,

    - Richard.