Andreas_Weigl

updated

15 years ago

0

1080

August 2nd, 2011 02:00

nas_replicate: User is not allowed to perform this operation.

Hi

$ nas_version
6.0.41-4

I've created a user and gave it admin rights.

$ nas_acl -info -user 520

id        = 23

name      = bb

level     = admin

user_id   = 520

$ id
uid=520(bb) gid=201(nasadmin) groups=201(nasadmin)
When I try to do a nas_replicate -info -all I get the message that this User is not allowed to perfom this operation. Is there anything else i ahve to do so it works? All other commands seem to work so far, just the nas_replicate makes problems.
Thanks
Andreas

  • Peter_EMC

    674 Posts

    390

    0

    Posted August 2nd, 2011 05:00

    Please try using the GUI and assignung the user storage_admin role

  • Peter_EMC

    674 Posts

    390

    0

    Posted August 2nd, 2011 02:00

    Hmm, assuming there are remote replications, nas_replicate is queriing the remote machines.

    Is the user bb also created and privileged on the remote systems?

    Thanks

    Peter

  • 390

    0

    Posted August 2nd, 2011 04:00

    Hello

    yes, there are replications and the user exists and is privileged on both systems:

    Celerra: nascs01de
    uid=520(bb) gid=201(nasadmin) groups=201(nasadmin)
    id        = 23
    name      = bb
    level     = admin
    user_id   = 520
    Celerra: nascs02de

    uid=520(bb) gid=201(nasadmin) groups=201(nasadmin)
    id        = 22
    name      = bb
    level     = admin
    user_id   = 520
    The nas_replicate -info -all works with nasadmin and root.
    Andreas