|
|
Posted Oct 02, 2007 at 4:14:12 PM
Subject: FILE SERVERS RUNNING ON VERITAS CLUSTER
I am new to Linux and a work colleague of mine helped me to install a veritas cluster service for 2 file serve nodes.
My colleague did not use a shared disk for this cluster.
I have made the following observations:
1. when i switch from node 1 to node 2 , a resource named samba share does not go offline completely on node1 and has the message: agent is calling clean for smbshare resource unable t offline on node1
2. node one goes offline but when i use the command hastatus it shows 'faulted'
3.i have to power off node1 before the resource smbshare goes fully online to node2
4.when i try to access the 'share' directory(192.168.1.42) from a client machine using windows i can't log in to the login dialog box.
5. Please check the information i have added below:
6. I can provide more useful information if needed
THANK YOU
path:etc/VRTSvcs/conf/config/main.cf ( cluster configuration file):
sambashare smbshare(
critical =0
sharename=share
share options:=path=/share; valid users=admin,linux; public =no, writable =yes; oplocks=no;
share dNFS_share(
pathname=/share'
client=192.168.1.0/255.255.255.0
otherclients=192.168.0.0/255.255.255.0
options='raw,async'
path:etc/samba/smb.conf( samba server configuration file)
wins support=no
domain router=no
interfaces=192.168.1.42
home=home directory
valid users=%S
browseable=no
read only=no
inherit acls=yes
path:etc/passwd ( share user entry)
share:x:1001:100:shareuser:/share:/bin/bash
|