Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1519

November 4th, 2010 10:00

new user account

How do I create a new user logging account on the celerra, besides having the nasadmin account?

38 Posts

November 4th, 2010 11:00

I have followed the below procedure to create an admin account, equal rights of nasadmin.

#nas_acl -name uswfrk8 -create -user 701

#  nas_acl -l

index     type    level     num_id    name

1         user    admin     201       nasadmin

2         user    observer  701       uswfrk8

# cat /nas/site/acl_param

1:nasadmin:1:201:2:

2:uswfrk8:1:701:4:

Change the properties of the new user uswfrk8 as below.

# vi /nas/site/acl_param

1:nasadmin:1:201:2:

2:uswfrk8:1:202:2:

save it using :wq or x!

#  cat /nas/site/acl_param

1:nasadmin:1:201:2:

2:uswfrk8:1:202:2:

Now check the role of the new user, it will change to admin.
[nasadmin@pamgt3159 cron.d]$ nas_acl -l
index     type    level     num_id    name
1         user    admin     201       nasadmin
2         user    admin     202       uswfrk8
Surya,
Storage Consultant

8.6K Posts

November 4th, 2010 12:00

which DART version? Celerra Manager or UniSphere?

99 Posts

November 4th, 2010 13:00

Please refer to the attached document.

Thanks.

- Sebby Robles

1 Attachment

24 Posts

November 5th, 2010 08:00

Thanks for the link. It has good info but it does not go into details on the steps I need to create the user account.

24 Posts

November 5th, 2010 08:00

I already have this pdf but it does go into detail on creating user accounts.

Thanks,

24 Posts

November 5th, 2010 08:00

I am going to give it a try and let you know.

Thanks,

24 Posts

November 5th, 2010 08:00

5.6.49-3

Thanks,

24 Posts

November 5th, 2010 09:00

I have followed the commad to create the user count you posted but it doe not work and I get the following:

Error 2100: usage: nas_acl
          -list
        | -info { -user | -group | -owner } numerical_id
        | -delete { -user | -group } numerical_id
        | [ -name name ] -create { -user | -group } numerical_id level=acl_level
        | -modify { -user | -group } numerical_id { [ num_id=numerical_id ] [ ,l

24 Posts

November 5th, 2010 09:00

Surya, based on you post it looks like the last digit 1:201:2: is the number that changes the user roles??
if I wanted to give  the new user account a different role such as storage admin etc... is there a list for the roles?

24 Posts

November 5th, 2010 13:00

ok, I figure out  the command and it's # nas_acl -name username  -create -user 701 level=2

Level 2 makes it admin.

Thanks,

24 Posts

November 5th, 2010 13:00

Any ideas on how I can set the password and home dir for added user account?

2 Intern

 • 

20.4K Posts

November 5th, 2010 21:00

take a look at this article

emc151973

24 Posts

November 10th, 2010 08:00

I have accomplish my question by using celerra manager...Thanks for your help.

8.6K Posts

November 10th, 2010 12:00

it was easier than the CLI - wasn't it?

No Events found!

Top