Start a Conversation

Unsolved

This post is more than 5 years old

2929

November 20th, 2012 12:00

VNX5300 issue.

I get this message when trying to mount up this file and the directory exists already "special device 10.10.2.108/blackboarddb does not exist”.

20 Posts

November 20th, 2012 12:00

yes we have exported 3 files from the VNX and I can see them on the VNX DM, however from my Linux client I cannot mount them i.e. # mount 10.10.2.108/blackboarddb /blackboard”.

1 Rookie

 • 

20.4K Posts

November 20th, 2012 12:00

you are trying to mount NFS export from VNX on your local linux/unix client ?

1 Rookie

 • 

20.4K Posts

November 20th, 2012 12:00

make sure to add colon

mount 10.10.2.108:/blackboardb /blackboard

1 Rookie

 • 

20.4K Posts

November 20th, 2012 18:00

can you cd into /blackboard and "touch file.out" ?

20 Posts

November 20th, 2012 18:00

ok after that we have had an Read /write issue trying to write data into these files..?

20 Posts

November 22nd, 2012 05:00

yes I can do that then we mount ed the files where we need them and in /usr/home/backup and we are now having permission issues...?

1 Rookie

 • 

20.4K Posts

November 22nd, 2012 06:00

be more specific, what permission issues are you having, what have you done to fix permissions ? (chmod, chown)

1 Rookie

 • 

20.4K Posts

November 26th, 2012 08:00

we use Blackboard, we actually used to run in on Celerra but now it has been migrated to Isilon. Oracle DB was on block storage (VMAX) but content was on NFS exports. We did not do anything special on Celerra, just regular export where Blackboard server has root, read/write and access permissions.

20 Posts

November 26th, 2012 08:00

do you know i there is an EMC white paper for deploying a VNX NFS share for the this application Blackboard this is an education application that uses oracle as a DB, and  is part of this NFS permissions error.

20 Posts

November 26th, 2012 12:00

this sound great maybe you can help me here the client is running a procedure called oracle installer and we get this oracle issue has

[root@bbdata]# df

10.10.2.108:/blackboarddb  303200000       608 303199392   1% /usr/local/oracle/oradata

[root@bbdata oracle]# ll

total 16

drwxr-xr-x 7 root   root     1024 Nov 21 00:53 oradata

drwxr-xr-x 2 oracle oinstall 4096 Nov 21 14:06 oraInventory

drwxr-xr-x 3 oracle oinstall 4096 Nov  5 15:08 product

[root@bbdata local]# chown oracle.oinstall oracle/oradata/

chown: changing ownership of `oracle/oradata/': Operation not permitted

can i just do the following

# chmod g+rw oracle/oradata/     to get this to run...?

79 Posts

November 26th, 2012 12:00

Jaloma:

I've seen this oracle installer issue even when the filesystems were laid out on Local Disks (non-SAN/non-NAS devices). I think it has something to do with the traces of files left over after one unsuccessful attempt of Oracle Installation. If your DBA is running Oracle Installer for the second (or more ) time, then ask him to delete or move the directories to another place and re-run the installer once again.

Regards,

-Kennedy

20 Posts

November 26th, 2012 13:00

ok I can do that but the person doing the work is not an Oracle DBA, also i was looking at the chown command and it looks wrong ...?

should it be # chown root oracle

or               # chown  : oracle/oradata

thoughts,

1 Rookie

 • 

20.4K Posts

November 26th, 2012 14:00

you need to specify "chown username:group "

20 Posts

November 26th, 2012 15:00

so this looks incorrect

[root@bbdata local]# chown oracle.oinstall oracle/oradata/

should it be   # chown oracle:oinstall  oracle/oradata/

thoughts...?

1 Rookie

 • 

20.4K Posts

November 26th, 2012 18:00

try it

No Events found!

Top