Strog
May 17th, 2005, 17:58
I currently work in a Windows/AS400 shop and they got a G5 the other day for the new marketing person. I was rather suprised when my boss came in the office and asked me what I know about Mac. :wink:
First thing is we need to be able to back this thing up. I looked around at some of the imaging options and noticed that Veritas Backup Exec has an unix backup agent that supports OSX. We have a backup server that runs Backup Exec so it's a familiar solution and that makes my boss a lot happier. While this wasn't my first choice, everything I can do to make this integrate seamlessly into the network increases my chances of getting a Mac at my desk. :silly: I ran the install script and manually started the service. I went over to the backup server and browsed over to the unix agents. The box showed up and all the directories. We ran a backup and verified that it was really working.
Next I need to get it to login to Active Directory with the AD plugin. This turned out to be more frustrating than I hoped it would be. Long story short, our AD domain uses .local for the suffix and that's what Rendezvous uses too so they weren't talking on the same wavelength. There's some hacks you can do from either end but it can be a bit messy. Fortunately I found a great article (http://www.afp548.com/article.php?story=20041228092123788) that showed me that I just need to create a simple zone file in /etc/resolver/. Back to the AD plugin and add the directory for authentication. It's working like a champ. I logged in with my regular network user/pass and then I logged in remotely via ssh too. I did notice that it won't create your home directory via ssh. I have to login locally once first.
http://screamingelectron.org/~strog/pictures/osx-ad.jpg
Next, I setup the HP Business Inkjet 2800 printer. It setup pretty easy and I checked the box to share it out. Looking at the details revealed that the queue name for lpd is HP_Business_Inkjet_2800. We use the default queue name of L1 on the AS/400 and all Windows boxes with printers have TCP/IP printing installed with the printer shared as L1. I have a diskless PXE image that shares out the printer as L1. We have some commercial linux thin clients that have lp hardcoded into them and the vendor refuses to add an alias. These are annoying when we run into them so I wanted to make this Mac play nice. After much digging through CUPS/lpd/printcap/etc. docs, I finally went to edit /etc/cups/printers.conf by hand. A quick reboot reminded me that several files in /etc are rebuilt on boot and that I need to edit /private/etc/cups/printers.conf instead. Another reboot and my printer is shared out as L1.
<Printer HP_Business_Inkjet_2800> <-- Change to <Printer L1>
Info HP Business Inkjet 2800
Location sales17
DeviceURI usb://HP/HP%20Business%20Inkjet%202800?serial=TH4CK34057
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
The proxy is asking for user/pass if I go through it and I still have to decide the best route for mapping shares. I've made pretty good headway on this and I have a month before the user actually starts. People keep coming into my office to drool over the 23" Cinema Display and I show them remote dekstop to the terminal server, Entourage accessing Exchange, browsing network printers, etc. I hope this is the first of many Macs here. The Vice President of the company is really impressed and was thinking about getting one for his house. He keeps saying "Macs on every desk" but I'll wait for him to approve the purchase order. I'll try to follow up this post as I iron out more details on the integration.
First thing is we need to be able to back this thing up. I looked around at some of the imaging options and noticed that Veritas Backup Exec has an unix backup agent that supports OSX. We have a backup server that runs Backup Exec so it's a familiar solution and that makes my boss a lot happier. While this wasn't my first choice, everything I can do to make this integrate seamlessly into the network increases my chances of getting a Mac at my desk. :silly: I ran the install script and manually started the service. I went over to the backup server and browsed over to the unix agents. The box showed up and all the directories. We ran a backup and verified that it was really working.
Next I need to get it to login to Active Directory with the AD plugin. This turned out to be more frustrating than I hoped it would be. Long story short, our AD domain uses .local for the suffix and that's what Rendezvous uses too so they weren't talking on the same wavelength. There's some hacks you can do from either end but it can be a bit messy. Fortunately I found a great article (http://www.afp548.com/article.php?story=20041228092123788) that showed me that I just need to create a simple zone file in /etc/resolver/. Back to the AD plugin and add the directory for authentication. It's working like a champ. I logged in with my regular network user/pass and then I logged in remotely via ssh too. I did notice that it won't create your home directory via ssh. I have to login locally once first.
http://screamingelectron.org/~strog/pictures/osx-ad.jpg
Next, I setup the HP Business Inkjet 2800 printer. It setup pretty easy and I checked the box to share it out. Looking at the details revealed that the queue name for lpd is HP_Business_Inkjet_2800. We use the default queue name of L1 on the AS/400 and all Windows boxes with printers have TCP/IP printing installed with the printer shared as L1. I have a diskless PXE image that shares out the printer as L1. We have some commercial linux thin clients that have lp hardcoded into them and the vendor refuses to add an alias. These are annoying when we run into them so I wanted to make this Mac play nice. After much digging through CUPS/lpd/printcap/etc. docs, I finally went to edit /etc/cups/printers.conf by hand. A quick reboot reminded me that several files in /etc are rebuilt on boot and that I need to edit /private/etc/cups/printers.conf instead. Another reboot and my printer is shared out as L1.
<Printer HP_Business_Inkjet_2800> <-- Change to <Printer L1>
Info HP Business Inkjet 2800
Location sales17
DeviceURI usb://HP/HP%20Business%20Inkjet%202800?serial=TH4CK34057
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
The proxy is asking for user/pass if I go through it and I still have to decide the best route for mapping shares. I've made pretty good headway on this and I have a month before the user actually starts. People keep coming into my office to drool over the 23" Cinema Display and I show them remote dekstop to the terminal server, Entourage accessing Exchange, browsing network printers, etc. I hope this is the first of many Macs here. The Vice President of the company is really impressed and was thinking about getting one for his house. He keeps saying "Macs on every desk" but I'll wait for him to approve the purchase order. I'll try to follow up this post as I iron out more details on the integration.