@scottalanmiller hi again....i guess the nfs drive is unmount from the server, because no file record on Nas after the 2016/07/28.....nothing changed on settings.....but a few server shutdown for hardware maintenance.....how can i fix it again ?
![](https://i.imgur.com/GzLMRdc.jpg)
Posts made by poorizad
-
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
-
RE: Learning Linux
thanks guys....most of all i want to use terminal and command line......is there any difference between the terminal syntax in ubunto or centos ?
-
Learning Linux
Hello guys....if i want to learn linux....what version is best to start? and is there any difference between syntaxes ?
-
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller thats it ! :first_place:
-
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller yes...because i cant find any how to in search. i guess yours is first one.
-
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller thankyou scott. All good now. very happy
you r awesome. -
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller said in Storing Elastix 2 Call Recordings on NFS NAS Share:
cd /var/spool/asterisk/monitor
yes its ok .
how can i copy monitor_old to monitor now ? -
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller really thx scott....sorry i bother you too much....imagine a guy with no linux background want do this :)))
now everything seems fine. and i saw the mount folder in df command.....
now how can i make sure its work? i meane how can i test the linux credential to copy files into that folder -
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller
ok i create another sharedfolder with nfs call: callrec
now i have to manually edit /etc/fstab ? and change the call recordings to callrec first? -
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller said in Storing Elastix 2 Call Recordings on NFS NAS Share:
cat /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
192.168.101.11:/volume1/call recordings /var/spool/asterisk/monitor nfs rsize=8192,wsize=8192,timeo=14,intr
192.168.101.11:/volume1/Call Recordings /var/spool/asterisk/monitor nfs rsize=8192,wsize=8192,timeo=14,intr
192.168.101.11:/volume1/Call Recordings /var/spool/asterisk/monitor nfs rsize=8192,wsize=8192,timeo=14,intr
192.168.101.11:/volume1/Call Recordings /var/spool/asterisk/monitor nfs rsize=8192,wsize=8192,timeo=14,intr
You have new mail in /var/spool/mail/root -
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller i got this error:
mount:cant find /var/spool/asterisk/monitor in /etc/fstab or /etc/mtabhere is my code:
/etc/init.d/asterisk stop
mv /var/spool/asterisk/monitor /var/spool/asterisk/monitor_oldecho '192.168.101.11:/volume1/Call Recordings /var/spool/asterisk/monitor nfs rsize=8192,wsize=8192,timeo=14,intr' >> /etc/fstab
mkdir /var/spool/asterisk/monitor
mount /var/spool/asterisk/monitor
/etc/init.d/asterisk start -
RE: Storing Elastix 2 Call Recordings on NFS NAS Share
@scottalanmiller sorry , i got this :
[root@localhost ~]# echo '192.168.101.11:/volume1/call recordings /var/spool/ast erisk/monitor nfs rsize=8192,wsize=8192,timeo=14,intr' >> /etc/fstab
[root@localhost ~]# mount /var/spool/asterisk/monitor
[mntent]: line 8 in /etc/fstab is bad
mount: can't find /var/spool/asterisk/monitor in /etc/fstab or /etc/mtab
[root@localhost ~]# echo '192.168.101.11:/volume1/Call Recordings /var/spool/asterisk/monitor nfs rsize=8192,wsize=8192,timeo=14,intr' >> /etc/fstab
You have new mail in /var/spool/mail/root
[root@localhost ~]# mount /var/spool/asterisk/monitor
[mntent]: line 8 in /etc/fstab is bad
[mntent]: line 9 in /etc/fstab is bad
mount: can't find /var/spool/asterisk/monitor in /etc/fstab or /etc/mtab -
RE: Storing Elastix 2 VoiceMails on NFS NAS Share
@scottalanmiller it means i use your previous command with this path . right ?
-
RE: Storing Elastix 2 VoiceMails on NFS NAS Share
@scottalanmiller oh....they dont have enabled voice mail.....they just want to record all the call recordings. ( external).....
-
RE: If you are new drop in say hello and introduce yourself please!
Hello All
my name is Pooria, I am 32, BSC In IT engineering.
mostly i worked with Microsoft and vmware services. but now i work for ebanking company.
also i support 2 small offices part time. -
RE: Storing Elastix 2 VoiceMails on NFS NAS Share
@scottalanmiller Thanks for the instruction. here are my question,
voicemail files in /var/spool/asterisk/voicemail/default but i want call recordings file. i guess there are in /var/spool/asterisk/Monitor ??because i find the wave files in Monitor directory.
second , is this (server:/share/name) is my nas and shared folder ?