SharePoint 2010 and proper NIC teaming
Posted by duanewolff in SharePoint 2010 on August 31, 2010
Hi All,
I just wanted to write a quick gotcha I ran into when installing SharePoint 2010 (or any application that relies on DNS, for that matter) onto a server with multiple NICs. Proper teaming is crucial because, if the NICs aren’t teamed, they will individually report themselves to DNS as the local machine’s host name, an example being, each NIC on a server will report itself as MACHINE.DOMAIN.LOCAL. Not a real problem if the application references resources by IP instead of host name, but, if the application references everything by host name, you’re in for a real headache, in terms of troubleshooting. If the computer I am using to connect to MACHINE.DOMAIN.LOCAL from has MACHINE’s IP as 10.1.1.1 and the 2nd NIC reports to DNS as 10.1.1.2, my IP query fails, not good for an application that relies on constant communication to SQL. Set up NIC teaming before installing applications that rely on AD DNS and you’ll save yourself LOTS of trouble.
Duane
MOSS Next Gen, ahem, I mean SPS 2010 review part 2
Posted by duanewolff in Uncategorized on June 18, 2010
The new Central Administration, Ala Carte Services installs and general happiness about the new SharePoint. OK, so I’ve planned several 2010 installs since May and the overwhelming theme about the installs is the ala carte services structure. In the past, we needed to install the whole shebang when choosing MOSS services. Needed BDC, Excel Web Services, InfoPath Forms Services, MySites, Enterprise Search and everything else? Install SSP. Needed to view a KPI spreadsheet and that’s it? Install SSP. Either way, we needed to install every feature known to man, just not activate them. Now, we don’t even need to install the services. This does make configuration kind of a pain as we need to configure the services one by one now, but we can still benefit from the decreased resource demand on each of the boxes. That’s it for now, ladies and gentlemen! Stay tuned for another post on SharePoint 2010 Administration and design!
SharePoint and Active Directory fun
Posted by duanewolff in MOSS on April 12, 2010
Spring time… the birds are chirping, the gentle rains are falling and the boss is wanting the MOSS environment to talk to another AD domain. Thus, this post will deal with a specific command (peoplepicker-searchadforests) in the Active Directory integration feature set in SharePoint. Besides the usual user import in the SSP, SharePoint has a plethora of different features related to pulling users from other forests and domains, as well as authentication to those domains. Most of us have, at one point or another, used the peoplepicker to pull in a person to grant them access to a list, library or site. “What if that person isn’t a member of the domain that my machines are hosted upon?” “Do I need to make more accounts on my users domain now?” Fortunately, no. The command string “stsadm -o setproperty -pn peoplepicker-searchadforests -pv “forest:mydomain.local,forest:myotherdomain.net”,DOMAIN\ USERNAME,PASSWORD -url http://mysite.mydomain.com” is all you need to set SharePoint looking at 2 different domains for users. If you haven’t run this before, you’ll also need to run the following: “stsadm setapppassword -password “MYPASSMAN”" (without quotes) on each web front end server. The setproperty function is used to set a specific property to a value we specify, easy thus far, right? The peoplepicker-searchadforests property is used to set which AD forests we’ll use to populate users in our Peoplepicker. Then we specify the domain(s) we’re interested in using and provide an administrative credential for SharePoint to use when getting users. the last piece is to specifiy the URL we’re desirng to work with. This isn’t a farm change but a site collection change and we’re done. When specifying the URL make sure you include the HTTP:// as SharePoint balks when it encounters a URL without the http and willl throw the ever-cryptic “COMMAND LINE ERROR”. Hope this has helped some admins out there with your hair intact.
Thanks again!
Duane
I have another iPhone
Posted by duanewolff in iPhone on February 25, 2010
Yes folks, it’s true. I ponied up the $99 for another one since my Fuze went to the great beyond and it wasn’t by choice either. I wanted another Windows Moblie device but the cheapest device (smartphone, NOT PocketPC) was $249 WITH a 2 year agreement. Now, I am not sure about your finances but I don’t have that kind of dosh so I have another iPhone. Regular readers may remember my previous experience with the Messiah phone and I am still not really impressed with the device, so I am still looking to move away from it and go back to WM. But, since I did pay for it and now have it in my pocket, I can test its’ “ITness”. I have your standard RDP, Telnet, NetTools apps and they perform well. Like before, the UI is crisp, though not as responsive I’d like, apps are plentiful if not useless and just a general “meh”. Bill Ray over at the Register commented on a recent ed-op post that he wants “a computer that makes phone calls” and I can’t agree more. While the iPhone is a FANTASTIC consumer device, it doesn’t have the features I need on a mobile device. Browsing the web while at the dentist was decent but my arms got tired holding my phone in the air for 3 hours. And Safari? YIKES!! I need things like built-in RDP, video camera (for documenting the smoking remains of servers after a web development team build) document editing capabilities (not $30 later, but built in), stuff like that. So for now I have an iPhone but soon, if things go my way, I’ll be back home in WMland.
MOSS Next Gen, ahem, I mean SPS 2010 review part 1.
Posted by duanewolff in MOSS on January 30, 2010
What is it with Microsoft and renaming product lines?!?! First, SharePoint Team Services 2001, then SharePoint Server 2003, on to Microsoft Office SharePoint Server 2007 and now back to SharePoint Server 2010. Anyway, enough rants, let’s get onto a review. First, install was buttery smooth, not ONE hitch, even on a non-spec box. They want a minimum of 4GB of RAM and now I see why. SPS2010 HAMMERS a server with services, requests and, if you chose the standalone option, database hits. Apart from a monster box with oodles of resources, don’t expect it to fly. When it installed and PSCONFIG (I assume that’s what they’re calling it as I haven’t heard different) finished, I was presented with a decent looking Central Admin site. Not the ground-shaking change that SPS2003 to MOSS was but it was still WAY different. I felt the social tags on Central Admin were a bit much (what, we REALLY like Central Admin now and want to share with our friends?!?!) but other than that, it’s a true improvement over what was there before. Total setup time from bare metal box rebuild to opening Central Admin was 1 Hr, 48 Minutes. Nice and fast in case I need to turn up a farm or five. More unboxing, installing, etc. later as I get time. Thanks for reading!!!
OCS 2007 R2 not supported on Windows Server 2008 R2?!?!
Posted by duanewolff in OCS on January 5, 2010
Really Microsoft?!?! Well, so be it, but it did cause a reinstall of our OCS pilot. Thank goodness for great server admins and team members. OK, so you heard it here, OCS 2007 R2 is NOT supported on Windows Server 2008 R2. Not sure why but it ain’t. So if you’re beating your head on a cert issue and you call the MS boys, don’t expect support for that for AT LEAST Q1, possibly into Q2. Weird. On a positive note, SharePoint 2007, MOSS and SharePoint 2010 ARE supported in a virtualized environment, if you are using Hyper-V (which we are).
OCS External testing tool
Posted by duanewolff in Cool Stuff, General Microsoft, OCS on December 21, 2009
OK, testing external connectivity on an Access Edge server is kind of a pain. We all know this but rather than setting up your home machine to accept RDP (like I’ve done), try this site. I’ve used it on a couple of occasions now and it’s becoming an invaluable tool in my admin toolbox.
https://www.testocsconnectivity.com/
Awesome tool. Do yourself a favor and check it out.
SQL Server 2005 on a MOSS 2007 generates dump files on SQL
Posted by duanewolff in MOSS on October 30, 2009
Hello
I don’t know if you’re like me but when I have to keep deleting error dump files on a 250GB partition or the TEST environment’s SQL Server will lock up, it’s annoying to say the least. I also had the issue where the TEST SharePoint full crawl wouldn’t stop, no matter what I did. Stop the service? Didn’t work. Run STSADM -o execsvcjobs? Also, didn’t work. I installed SQL Server 2005 SP2 on our TEST SQL machine and both the errors and the crawl stopped. Checking on it now but that appears to have worked. UPDATE: yup, it worked. There are no error dumps in the log folder and SharePoint is humming along nicely.
TwitToday, CETwit and now, PocketTwitV76
Posted by duanewolff in Windows Mobile on October 30, 2009
So a couple of posts ago I promised to review TwiToday and CETwit. Some things have happened since but you’ll still get a review. First, a bit of background. A couple of weeks ago I bit the bullet and bought an iPhone (GASP!! NOOOoooo). Yes, and I did like some things about it. First, movies were SUPERB on it. I’m not much of a mobile media guy but the movie quality on the iPhone was excellent. The interface, while novel, wasn’t any faster than my Fuze but still pretty good. The silence switch on the side, while not something that I normally wish for, was a nice addition. But then, the new toy feeling started to wear off. First, no integrated tasks app?!?!? Really, Apple?!?! I am a guy that LIVES off my task list and it’s not even built-in, much less syncs with Exchange? Second, why, when I just dropped $150 on a phone and a case, do I need to pay $7 or $30 for good apps? I see many “LITE” (read: reduced functionality) apps but if I want to use an actual spreadsheet, I want my phone to already include the software for that purpose and don’t even get me started on remote desktop apps. I am an IT guy, remote desktop is a NEED here, not just something nice to have. Windows Mobile includes its own RDP app for free, why not iPhone? Weird. Well, at least my wife wants the iPhone, so not a big loss there.
Now, lets review apps here. First, TwitToday. I found the UI to be minimalistic, which in an app like Twitter, isn’t a bad thing, however the one line update on the today screen got kind of annoying. If, however, you are a heavy updater, then you will want to take a look at it. The one line updates would be almost invaluable to such a person.
CETwit was a clear favorite of mine (until I found PocketTwitv76). I liked the UI, crisp, clean and responded great to touch commands. The feature set was also pretty complete with searching for users and posts. Even though I’ve moved on to PocketTwitv76, I’d still recommend CETwit for non-touchscreen devices.
Then, there was PocketTwitv76. Great, touch responsive UI, fantastic feature set, including support for TwitPic, detail on the post you’re reading and hashtagging. It’s my Twitter client choice, and frankly, a well executed app. Since it is a touch app, I’m not sure about it’s operation on non-touchscreen phones, as I don’t have a non-touch device, so in that case, I’d recommend CETwit.
Stay tuned for more app reviews.
Windows Mobile App “TBLOGGER”
Posted by duanewolff in Windows Mobile on September 17, 2009
I’ve often tried to make blogging about the usual things that an admin would face throughout a “normal” (how normal is IT anyway?) day. I thought about blogging on the go and came across this app. I like MoBlog as well but this app seems to fit a bit better. The feature set is better and if I wanted to, I could edit the HTML on my post. But that’s why we have WYSIWYG, isn’t it?
Microsoft