cancel
Showing results for 
Search instead for 
Did you mean: 

"not owner" error when running vxprint

csguest
Level 2

Hello all,

 

I'd appreciate any help with the following issue -

When I execute the command vxprint, I get the following error: bash: /usr/sbin/vxprint: Not owner

The same error is returned when I run the vxdisk command (as root using sudo).

 

Any idea regarding the cause of this error and how it can be resolved?

 

VRTSvxvm 5.0

SunOS 5.9

 

Thanks in advance.

4 REPLIES 4

Gaurav_S
Moderator
Moderator
   VIP    Certified

Hi ,

Can you paste a "ls -ltr" output for commands you are facing this error

 

G

Marianne
Level 6
Partner    VIP    Accredited Certified

Seems you have an OS access issue - not Storage Foundation issue.

Please speak to your sysadmins who decided that you cannot logon as root.

John_Meaders
Level 3
Partner Accredited

It has been my experience that you need to be root (or have root permissions) to run the vast majority of commands for Storage Foundation.

starflyfly
Level 6
Employee Accredited Certified

First , check  your privilege

 

 1. #id

 2.#who am i

 

second, if you have root privilege:

3.more /etc/passwd

4.more /etc/group

 

if you know root passwd:

5.su -  root

 

then try again.