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
Refresh script
- Richard Siemers
- Site Admin
- Posts: 1333
- Joined: Tue Aug 18, 2009 10:35 pm
- Location: Dallas, Texas
Re: Refresh script
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?
Scheduled tasks cant be created by AD users, and must be done with a local 3par user.
I thought updatevv would preserve the wwns?
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
Re: Refresh script
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
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
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
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
- Richard Siemers
- Site Admin
- Posts: 1333
- Joined: Tue Aug 18, 2009 10:35 pm
- Location: Dallas, Texas
Re: Refresh script
Thanks for the update!
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
The views and opinions expressed are my own and do not necessarily reflect those of my employer.