Displaying 2 results from an estimated 2 matches for "dfs2".
Did you mean:
dfs
2005 Oct 14
2
Help with lattice, regressions and respective lines
...48.68, 47.25, 42.19, 39.91, 34.69, 34.11, 32.74, 34.24)
Df = data.frame(bra, em, tem, tem2, r, y)
# Regressions
attach(Df)
Dfs1=subset(Df, (bra=='s' & em=='pov'), select=c(bra, em, tem, tem2, r, y))
Dfs1
rlin1=lm(y ~ tem + tem2, data=Dfs1)
summary(rlin1)
Dfs2=subset(Df, (bra=='s' & em=='po'), select=c(bra, em, tem, r, y))
Dfs2
rlin2=lm(y ~ tem, data=Dfs2)
summary(rlin2)
Dfs3=subset(Df, (bra=='s' & em=='ce'), select=c(bra, em, tem, tem2, r, y))
Dfs3
rlin3=lm(y ~ tem + tem2, data=Dfs3)
summary(...
2006 Sep 15
0
Re: samba Digest, Vol 45, Issue 18
...nown as \\dfsroot really is
> just a 'share directory service'. It doesn't have to have any other
> shares that it serves. It could be guest readable.
You got it! If you have significant users mapping through \\dfsroot, you
want a high availiabilty setup.
We have \\dfs1 & \\dfs2 that are "frontended" with a old network load
balancer. We're about to move to sles 10 w/ Linux Virtual Server and Linux
HA. The name we tell the users - \\dfs is registered in WINS & DNS to
point to the IP of the load balancer.
Our code that creates the dfs symlinks makes the...