Unsolved
This post is more than 5 years old
2 Intern
•
2K Posts
0
518
August 31st, 2008 06:00
Shared Data Source
I am sharing a Clarrion LUN as Data Source between two Solaris servers. When Resource Group is online on one server, the data source is still visible to the other server. ls -l does not show you the folder that was there for the first server but it allows you to create new folders etc. When the RG is brought online to this host, it refreshes and everything is visible here now. Again, nothing visible now on the first server but you can create new folders etc.
Is this a natural behaviour? What could have gone wrong here?
Is this a natural behaviour? What could have gone wrong here?
No Events found!


tribicic
157 Posts
0
August 31st, 2008 23:00
amediratta
2 Intern
•
2K Posts
0
September 1st, 2008 01:00
tribicic
157 Posts
1
September 1st, 2008 02:00
Ryan9
45 Posts
0
September 2nd, 2008 09:00
The mountpoint directory must be empty then you can mount the filesystem and see your data. I had an instance where somehow, the datasource test ran and created the .FT_RESPONSE_TEST directory BEFORE the datasource was attached. So when it did attach, it appeared as though all of the data was gone. So I had to detach the datasource, delete the .FT_RESPONSE_TEST and lost+found directories. Then I attached the datasource and the filesystem was mounted properly.
Again this was AIX and I'm not sure if SUN will let you mount a filesystem when it isn't empty. Does that make any sense?