Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: 10.2 clients can’t authenticate against 10.4.3 for AFP? #377921
    cedge
    Participant

    [QUOTE][u]Quote by: Ross[/u][p]I actually ran into this today… I had to choose “Standard” for Auth. under AFP to get it to work (Kerb or Any method did not work), this was only with replicas and connected to directory servers. The master was not a problem..[/p][/QUOTE]

    I believe this only occurred in upgrade scenarios.
    Charles Edge

    http://www.krypted.com

    cedge
    Participant

    Auto Performance Tuning allows the firmware to set frame sizes (MFS), logging and the fibre channel virtual interface (FC-VI) to maximize performance. I typically leave this setting at its default value, which sets all of these settings based on the switch type. Qlogic also suggests not messing with this one unless you are nasty good at programming these things…

    Hope this helps,

    in reply to: IMAP errors #365170
    cedge
    Participant

    That reconstruct command can be found at:
    /usr/bin/cyrus/bin/reconstruct
    From the /usr/bin/cyrus/bin you can do a “reconstruct -r username” and it usually fixes this for me.

    in reply to: How to limit ftp brandwith ? #365169
    cedge
    Participant

    You can use the “ipfw pipe ” (and of course a few more lines to shape the traffic) to limit bandwidth from the command line. Man ipfw and read the section on pipe/Dummynet for more information. Something like this:

    ipfw add pipe 1 ip from any to any in via en0
    ipfw add pipe 2 ip from any to any in via en1

    ipfw pipe 1 config mask src-ip 0xffffffff bw 128kbits/s
    ipfw pipe 2 config mask dst-ip 0xffffffff bw 128kbits/s

    Hope this helps,

    in reply to: Appletalk error #365168
    cedge
    Participant

    What kind of resources are being taken up by AFP? Backup Software?

    in reply to: File creation dates / modification #365088
    cedge
    Participant

    This issue is not common with 1.2, but you can use the cvcp command to get around this issue. If you use -z with the command it will preserve modification dates. This is how I always bring in data from external sources when I’m setting up one of these things (about 70 under my belt now) as it’s faster and has the ability to use -t to increase the number of threads for the copy…

    Hope this helps!

    Charles Edge, ACSA, MCSE, CCNA, Network+
    Author :: Mac Tiger Server Little Black Book
    Partner :: Three18 Consulting
    http://www.three18.com
    [email protected]

    cedge
    Participant

    Apple has posted some documentation for this process at http://docs.info.apple.com/article.html?artnum=302135

    Charles Edge, ACSA, MCSE, CCNA, Network+
    Author :: Mac Tiger Server Little Black Book
    Partner :: Three18 Consulting
    http://www.three18.com
    [email protected]

Viewing 7 posts - 1 through 7 (of 7 total)