Jump to content

cheredenine

Members
  • Posts

    260
  • Joined

  • Last visited

Everything posted by cheredenine

  1. I believe I gave up on installing it through the task sequence and set it to install through other means afterwards. Can't remember if I deployed it using SCCM or Group Policy, though either would work. The install process just wouldn't work with a task sequence as mentioned above, but once removed things went back to normal. Pretty sure this is correct - can't check, however, as no longer employed at that school!
  2. After many attempts at reimaging and looking at logs, I found the following causes of problems! Firstly the package to install dotNet v4 wasn't set up right and replacing it helped out. Secondly the msi file for Sketchup Make 2015 you can extract from the installation exe doesn't play nice with SCCM - the software needs a reboot to finish, but if you let it reboot it then cancels the task sequence and if you suppress the reboot the task sequence sits there for ages waiting for the software to report back... The main issue for me was the hard drive on the computers in question. What with setting the sccm client cache to 20gb to allow Adobe CS6 to install, along with a load of other software, the computers were running out of space. Task sequence would then fail towards the end and the computer was left with only a few mb of space available. I fixed by removing one of the larger, but not essential, software titles and using a two step process to raise the size of the sccm client cache at the start of the task sequence and then drop it back down at the end.
  3. Bump! More info - I get failed application installation tasks when deploying task sequences to some computers; all sorts of different errors including access errors and timeouts, etc. I think the reasons given may be red herrings, however, as the same task sequences work fine on other equipment. The difference between the computers that work and don't work? Age! Or more specifically performance which is linked to age... An example would be a Toshiba Satellite Pro C660 with an original hard drive versus one with upgraded with an SSD - the latter appears to install assigned software and settings far more reliably... So, have any of you fine people encountered problems deploying tasks sequences to older clients where the client might be on the slow side, performance-wise? I'm currently struggling with some Dell Optiplex 755s that must be 6 years old and will not complete my task sequence correctly...
  4. Hello all! I'm looking for some hints if anyone has come across this. Sometimes, not all the time, but sometimes, a computer running a task sequence will have one or more application fail to install, with the rest working fine. The error given will generally be failed to install, operating system reported error 5: access is denied. Now if it happened all the time I'd believe it was an access issue, but sometimes it works just fine. The issue does seem to predominantly affect Internet Explorer 10 as well, though this might be a red herring and just reflect the fact it's one of the first applications to be installed. Any clues? Task sequence in question installs Windows 7, joins domain, installs drivers, installs SCCM client, boosts cache size to 20gb, and sets about installing applications, some of which are targetted to specific collections through the use of custom variables.
  5. All sorted - it seems there was an issue with the roles function on the ZoneDirector. The default role had been disassociated from all the configured WLANS, so even though the Radius server was authenticating, the ZD was denying access... Tick the box again and it starts to behave. Thanks for the support anyway, chaps!
  6. Hello! I've got a Ruckus ZoneDirector that until today worked flawlessly with our 2012 R2 NPS server doing radius authentication. Currently I have wireless clients trying to connect and the Windows server reports access is granted, but the Ruckus server claims login failed due to no permission or incorrect credentials... Any thoughts?
  7. Didn't get chance to update this last week, but basically you're all correct. The core switch was correctly set up, but the web filter needed routing set up to direct traffic back to the BYOD VLAN. A support call and team viewer session later and it's working nicely. Thanks for the help and suggestions!
  8. Routing is enabled as far as I can see! But the browser just wont display a web page... Feel like I'm missing a link in the chain whereby the browser, which is configured with the web filter IP, needs a little help to connect to the web filter. From a device on the BYOD VLAN I can ping the default VLAN and do DNS look ups on Google, etc.
  9. Hello! We have a Ruckus wifi setup, a HP 5412zl core switch and a Protex webfilter running in a VM. I am setting up BYOD and have a new VLAN for BYOD traffic; this is now working in that wireless clients can connect, pick up an IP via DHCP and can resolve addresses via DNS. They can't connect to the internet, however. Our web filter, Protex, doesn't allow transparent proxying, so I can't list it as a default gateway or anything clever. How to arrange things so that wireless BYOD clients can get on the net? Our core switch is on IP 10.103.163.1 for the default VLAN and on 172.16.0.1 for VLAN-10, the BYOD VLAN. This is the setup on the core switch: ; J8698A Configuration Editor; Created on release #K.15.06.0017 ; Ver #02:10.0d:1f hostname "HP-E5412zl" module 1 type J9534A module 2 type J9535A module 3 type J9534A module 4 type J9534A module 6 type J9637A interface F11 speed-duplex 100-full exit ip default-gateway 10.103.162.1 ip routing ip directed-broadcast ip udp-bcast-forward vlan 1 name "DEFAULT_VLAN" untagged A1-A24,B1-B24,C1-C24,D1-D24,F1-F24 ip address 10.103.163.1 255.255.254.0 exit vlan 10 name "BYOD" ip helper-address 10.103.162.6 ip address 172.16.0.1 255.255.255.0 tagged B20,C20,F4,F6,F9,F13-F22 exit console inactivity-timer 10 ip route 0.0.0.0 0.0.0.0 10.103.162.1 snmp-server community "public" unrestricted spanning-tree no autorun no dhcp config-file-update no dhcp image-file-update password manager password operator Ip address 10.103.162.5 is the DHCP and DNS server. The web filter I want clients to go through is on IP address 10.103.163.24. Is it a case of adding another helper-address or do i need to do some routing?
  10. Hmm... I think I did save the changes... Looks like a reboot is necessary either way, unless there are other options anyone can suggest.
  11. I've been fiddling with our core switch, trying to work out VLANs, and I've may have configured something on our HP 5412zl switch that could cause trouble. I ran the command 'IP route 172.16.0.0/24 10.103.163.1' to set up a route but received a message along the lines of '10.103.163.1 can not be switch IP address and route gateway at the same time' I assumed this had failed to configure, but looking at the switch web interface in the configuration report, I can see it is set up. If I try to remove the route with the command 'no IP route 172.16.0.0/24 10.103.163.1' I get the same message as above, but the route isn't removed. Any ideas how to get rid or if this might cause issues if it can't be removed? FYI the core switch has the IP address of 10.103.163.1 on the default VLAN and I'm trying to set up a second VLAN for BYOD wifi devices using our Ruckus setup. The core switch has an IP for the second VLAN of 172.16.0.1
  12. Just a quick answer, but just use %HOMESHARE%%HOMEPATH% and dispense with the \My Documents as this is redundant I believe.
  13. Hmm.. You can manually add updates from the 'All Software Updates' list to a Software Update Group and assign that group to a Collection without downloading, but it usually does nothing... Clients in the collection will expect to get the updates from SCCM, though maybe with the alternate update source I mentioned before you could persuade them to download directly from the MS Update source online?
  14. I don't think you would. SCCM is designed around managing deployments and updates, etc, for large enterprise environments where having a single store of update files makes a lot of sense compared to maybe a few thousand client PCs updating themselves individually with no data available on compliance. The ADR business means you can choose particular sets of updates for particular products and deploy them automatically, where the deployment process downloads them. If I remember correctly there is a client settings option to choose download locations for clients, but this is to provide a backup for clients that aren't always connected to SCCM on site; you'd still have to have the update feature setup and configured to install... Is 40gb that big of a deal to have hanging round? It is kind of handy to have a repository on hand for when a client needs it, especially as you can roll updates in to your Windows install image and add 'install updates' commands to your reimaging task sequence, however infrequent...
  15. Has anyone played with these at all? We have some shiny new Linx 8 tablets running Win8.1 and I have them linked via InTune to our System Centre Config Manager instance, but whilst I can see data transferring from the client device to SCCM, the tablet doesn't seem to have installed the Endpoint Protection anti-virus product. I've read that it can be installed and managed through InTune, but if it doesn't install automatically, I'm not sure how its done as there don't seem to be many guides available... Any clues?
  16. We have a Ruckus installation organised after a site survey - we're in a school built in 1938 and have APs approx every other room. We've a newer two story building with three rooms over three rooms, with another two off to one side; four APs cover the lot, split between ground and first floor. We don't have many devices kicking round at the moment, but coverage for what we do have seems very strong and goes everywhere we need it. Also have to say that I've had zero problems with the install; once in it has just worked perfectly for us. Best part was the price - we had a competing quote from a company offering Meru equipment and who wanted to put an AP in every room. We saved about £25k by going Ruckus and had probably half the number of APs in total.... Meant we were able to do the whole site, rather than just one section as originally planned.
  17. Just to wrap up - with the help of a colleague at another school who has been working with us as he is an expert in Office365, etc, we determined that producing a print out of a calendar with all events guaranteed to be displayed isn't possible. We can use a Sharepoint calendar and use the ribbon menu option 'Expand All' to see all events on each day, but this wont print and isn't accessible without a login. We can use the personal calendar feature in Office365 to print a monthly view, but this wont show more than a fixed number of events per day. Finally, we can use Outlook 2013 to display and print a calendar to A3 which, when non-work days are removed, will show most events, but still doesn't guarantee every event per day will be shown during very busy periods. Next issue is that we might now have to keep our school calendar maintained in two locations so that the 'Expand All' feature can be used, but also so that we can link to an instance of the calendar from our website, but that's another story....
  18. The above was just an executive summary - I've gone all round the houses and tried running it through Outlook 2013, but couldn't get it to work. Error message was talking permissions, but I have a suspicion there is more to it than that.
  19. I think I'm done with this issue, even if the answer isn't desirable. I've gone through and found that, while you can add other calendars as overlays to a Sharepoint calendar, this isn't possible from an Exchange Online account - so sharing a calendar created on one of our Office 365 accounts is a non-starter. Even if we then re-enter all our school calendar events on to a Sharepoint calendar and get the 'Expand All' feature, the Sharepoint page doesn't even have a dedicated print button! You have to use the browser controls which doesn't work very well...
  20. This is what I was struggling with - it does look a bit like a sharepoint page, but the obvious question is then how you get a calendar already in existence to display on a sharepoint page. I've found how to create a new calendar on a page, but this isn't particularly helpful as the calendar we need to be able to print has many, many events on it for the entire school year...
  21. I'm 99.9% sure it isn't Outlook 2013 - I have this installed and have checked the appearance and it is different. The screenshot appears to be an online version, either the Calendar link once you log in to Office365 or some Sharepoint page. The person who advised us that an expanded print-out is possible pointed to my screen and specifically said it was the Calendar page is where he sees the ribbon... I have asked him how it was activated, but no reply as yet. SLT are keen to work this out, hence I'm pursuing other avenues (you lot!) Thanks
  22. Thanks for the reply - just to be clear we had found both the print command and the >> and << options for showing the day's events. The issue is about being able to print a sheet with all the events visible, rather than the truncated list and +1/+2/+3 at the bottom of each day. I can't find a ribbon, nor how to activate one, but we're told it is possible and I have been sent a screenshot... Any other ideas?
  23. Hello all! We're using Office 365 through an educational implementation and are having issues with our calendar. We've successfully shared a whole school calendar with all staff, this calendar being set up under an admin account. There are a significant number of events on each day, however, so each day is truncated, showing a couple of events and a +x number for the additional events. Initially I was asked to see if there was a way to print the calendar so that all the events are visible, something that doesn't appear to be possible in the way required. We've since been advised by a colleague from another school that it is possible if you use the 'Expand All' command on the ribbon menu above the users' calendar.... Only trouble is, we don't have this menu and I can't find a way to activate one. In summary: on a user's calendar page (from the link menu across the top, next to the Outlook link) we've been told there should be a ribbon menu, but we don't have one. We need it to allow all events per day to be viewed, and have been advised we can then proceed to print a copy of the calendar. I can't see, having gone through all the admin menus and controls I can find, how to activate this. Any ideas?!?!
  24. Hmm.. My concern is that the recommendation we have been given would result in an enormous amount of money to be spent, and I want to be sure its necessary! I think the core switch recommendation holds water - its not getting any younger, there is only space for one more module and doing anything involved gigabit ethernet would be difficult I think... But can't quite see the point in upgrading the out lying switches just yet. @IrritableTech - what monitoring tool are you using, out of interest?
×
×
  • Create New...