Page 1 of 1

Refresh script

Posted: Mon Jul 30, 2012 10:08 am
by rmeertens
Hi,

Is there an alternative for updatevv? Removevv and createvv wouldn't work, because I need the 'device WWN' to stay the same after the refresh.

There is another issue, when I run updatevv I get a permission denied error. I use a user with 'super' privileges.

Cheers,

Rick

Re: Refresh script

Posted: Tue Jul 31, 2012 10:04 am
by Richard Siemers
Are you running the updatevv as a scheduled task when you get the access denied? Are you using AD integration?

Scheduled tasks cant be created by AD users, and must be done with a local 3par user.

I thought updatevv would preserve the wwns?

Re: Refresh script

Posted: Wed Aug 01, 2012 3:48 am
by rmeertens
Hi Richard,

Thanks for your reply.

1. We use AD integration, but for this 'command' we use the default 3paradm(super) account.
2. We don't use a scheduled task for this, but through the SSH CLI shell.

Cheers,

Rick

Re: Refresh script

Posted: Mon Aug 06, 2012 7:55 am
by rmeertens
It is working now.

I needed to add some ACL's to my super user:

"setuseracl 3paradm updatevv *" did the trick.

The ACL system is nice, but strange that the updatevv is not looking at the 'role' of a user, which is in my case 'super'.

Cheers,

RIck

Re: Refresh script

Posted: Fri Aug 17, 2012 12:17 am
by Richard Siemers
Thanks for the update!