[root@RHEL249 ~]# service mauifs configure Enter Cluster location [Boston]: India1 Enter Tenant ID [58f84f0182f94df38d8f6db37f3d3312]: bf1be972777f40be9b8f2eee5e4700ee Enter SubTenant ID []: cbd9110f0e0542a6b399c1af023b9684 Enable logging of client loghook(Y/ )?:N Logging of client loghook is disabled. Enter RMS IP Addresses/Hostnames separated by spaces: 10.109.115.241 10.109.115.242 10.109.115.243 Getting Atmos Hosts Information ... ifsadmin@10.109.115.241's password: hosts 100% 605 0.6KB/s 00:00 Is the data network configured on Atmos nodes? (Y/ )?:Y Getting Atmos Network Configuration Information ... ifsadmin@10.109.115.241's password: comm_network_cfg.xml 100% 2039 2.0KB/s 00:00 mauifs is configured successfully. [ OK ]
[root@RHEL249 /]# service mauifs start Starting mauifs... [ OK ] [root@RHEL249 /]# cd /mnt/mauifs [root@RHEL249 mauifs]# mkdir dir1 mkdir: cannot create directory `dir1': Numerical result out of range [root@RHEL249 mauifs]# touch file1 touch: cannot touch `file1': Numerical result out of range
[root@RHEL249 mnt]# ls -lh total 4.0K drwxrwxrwx 2 root root 4.0K May 21 19:06 mauifs
[root@RHEL249 mnt]# mount /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sda1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) fuse on /mnt/mauifs type fuse (rw,nosuid,nodev,acl,allow_other)
If I try to do all these steps by installing file 'atmos-ifs-1.4.1.59250.x86_64.rpm' then I am getting error while creating directory inside /mnt/mauifs:
[root@RHEL250 ~]# cd /mnt/mauifs -bash: cd: /mnt/mauifs: Connection refused
vipmishal-2I4ZU
14 Posts
561
0
Posted May 27th, 2011 22:00
Also Tried...
vi /etc/sysctl/conf
net.core.rmem.max=4194304
net.core.wmem.max=4194304
sysctl -p
and i hv tried installing Atmos installable file on RHEL5.2-64 bit, 5.3-64bit, 5.3-32 bit. Still facing t same problem.