ADSM-L

Re: [ADSM-L] Using a NFS for FILE devclass

2014-04-18 09:39:46
Subject: Re: [ADSM-L] Using a NFS for FILE devclass
From: "Rhodes, Richard L." <rrhodes AT FIRSTENERGYCORP DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 18 Apr 2014 13:37:44 +0000
We use our DataDomain systems as NFS based file devices.  It works very well as 
long as you keep in mind it's NFS you are dealing with.  

If your TSM server is on AIX, we found that these mount options help a LOT :  
combehind,biods=128,numclust=1024.   AIX has some issues with high sequential 
NFS workload, and these help a lot.   We use to get timeouts to DD based file 
vols fairly frequently and these options stopped that. 

If you are running as non-root, then you need to set owner:group of the mount 
point and files/dirs under it to the TSM  owner:group.
Also, to access a DD from AIX you need to issue cmd:  nfso -p -o 
nfs_use_reserved_ports=1  

Here is our /etc/filesystems entry for a DD mount point:
  /DD/tsmx:
        dev             = "/data/col1/tsmx"     (=> that's a mtree that the DD 
replicates to a DR site)
        vfs             = nfs
        nodename        = isddxxxx
        mount           = true
        options         = 
bg,hard,intr,sec=sys,rsize=65536,wsize=65536,proto=tcp,timeo=600,retrans=2,combehind,biods=128,numclust=1024
        account         = false

and from the mount cmd
    isddxxxx   /data/col1/tsmx  /DD/tsmx      nfs3   Mar 05 12:50 
bg,hard,intr,sec=sys,rsize=65536,wsize=65536,proto=tcp,timeo=600,retrans=2,combehind,biods=128,numclust=1024,rw

Your devclass points to the AIX mount point.  Above it is /DD/tsmx.  Actually, 
we put a subdir for the stgpool as in /DD/tsmx/<stgpoolname>.  We also write 
the db backups recovery plan to a subdir /DD/tsmx/recovery, and have a script 
to copy the devconfig, scripts, crontabs,  and other stuff into /DD/tsmx/config.


Rick




-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of 
Tuncel Mutlu (BT Isletim ve Teknik Destek Bölümü)
Sent: Friday, April 18, 2014 9:02 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Using a NFS for FILE devclass

Hi, can we use a direct NFS for FILE type device class and what is the exact 
syntax of the directory parameter ?

For example I can mount the NFS on my TSM AIX server

172.21.9.32:/data/col1/TSM2DB 215820.41  77422.70   65%        6     1% /TSM2DB

and then use the "/TSM2DB" as the directory and it works. Bu when I try to use 
"172.21.9.32:/data/col1/TSM2DB" as the directory it is not accepted. What is 
the proper syntax ? I know I can do it with CIFS shares.

Regards,

Tuncel Mutlu 






Değerli görüş ve önerilerinizi internet sayfamızdaki Bize Ulaşın bölümünden 
iletebilirsiniz.
Bu e-posta ve muhtemel eklerinde verilen bilgiler kişiye özel ve gizli olup, 
yalnızca mesajda belirlenen alıcı ile ilgilidir. Size yanlışlıkla ulaşmışsa 
lütfen göndericiye bilgi veriniz, mesajı siliniz ve içeriğini başka bir kişiye 
açıklamayınız, herhangi bir ortama kopyalamayınız. Bu mesaj veya ekleri, aksi 
sözleşme ile veya mesaj içeriğinde açıkça belirtilmedikçe, herhangi bir işleme 
ilişkin olarak Bankamız adına herhangi bir teklif, kabul veya teyit amacı 
taşımamaktadır. Verilen bilgilerin doğru veya eksiksiz olmasına yönelik bir 
garanti verilmemekte olup, bilgiler önceden bildirilmeksizin 
değiştirilebilecektir. Bu mesajın içeriği Bankamızın resmi görüşlerini 
yansıtmayabileceğinden Akbank T.A.Ş. hiçbir hukuki sorumluluğu kabul etmez.

Akbank T.A.Ş Sabancı Center 4.Levent, 34330 İstanbul - Ticaret Sicil Memurluğu: 
İstanbul - Sicil Numarası: 90418 - www.akbank.com


You are kindly requested to share your valuable views and opinions to us via 
the Contact Us section on our website.
The information provided in this e-mail and any attachments it may contain is 
proprietary and confidential, and is only related with the receiver of this 
message. If it is sent to you by mistake; please inform the sender, delete the 
message and do not explain its contents to anyone, and do not copy it in any 
form. Unless otherwise provided by contract, this message is not intended to 
act as a banking transaction such as an offer, purchase or sale of a financial 
transaction or confirmation of a remittance. No guarantee is given for the 
accuracy or integrity of any or all information provided herein and such 
information may be changed without prior notice. Akbank T.A.Ş. acknowledges no 
legal responsibility whatsoever as may be related with or arise out of the 
content of this message as it may not reflect the official policy of our Bank.

Akbank T.A.Ş Sabancı Center 4.Levent, 34330 İstanbul - Trade Registry Office: 
İstanbul - Registration Number: 90418 - www.akbank.com
-----------------------------------------
The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If
the reader of this message is not the intended recipient or an
agent responsible for delivering it to the intended recipient, you
are hereby notified that you have received this document in error
and that any review, dissemination, distribution, or copying of
this message is strictly prohibited. If you have received this
communication in error, please notify us immediately, and delete
the original message.

<Prev in Thread] Current Thread [Next in Thread>