Jump to content

cluberti

Patron
  • Posts

    11,045
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by cluberti

  1. Actually order does matter for some updates. I have tried to make on numerous occassions to make a fully updated usb key but I had to install certain updates at the end. Some of them have pre-reqs for those updates.

    That would not be an order update, then, it would be the fact that the prereqs aren't ready during staging. Well, OK, it's an order thing (if the updates had applied the prereqs would be available), but that doesn't matter if you're dumping them all in - any update that requires a previous update to be installed (or any updates that modify the servicing engine itself) shouldn't be added offline anyway, due to the very fact that they require other components to have been updated first (which is impossible during setup).
  2. CurrentControlSet is the current running boot, and it's saved to ControlSet00x when you shut down. When you boot, the last ControlSet00x that was used is used again, and the CurrentControlSet you see in the registry is actually just a symlink to the ControlSet00x that was booted from. After a successful boot sequence, another ControlSet00x is created (or overwritten) as a backup of the currently loaded ControlSet to be used as the Last Known Good control set to be used with the Last Known Good boot option. Microsoft talks about it in a KB article here.

  3. You need to run sysprep on the parent VM (and don't install any roles beforehand - just install the OS, patch, and run sysprep). Once sysprep completes and shuts down the VM, you will now have your "parent" VHD you can use to create new VM copies or differencing disks off of. You can use dism from the command line to enable/install roles if you want to do it in an automated fashion later on, or you can simply use the GUI if it isn't a server core OS (but for DCs, I would strongly recommend considering server core, especially virtualized hosts).

  4. 1. Is there a way to use VNC without it taking over the current windows session?

    2. Is there a easy reliable way to use VPN without the use of a dedicated server?

    3. Is it worth looking into a VPN router or is this moot due to the modems lack of capability as a passthrough?

    1 - unfortunately, no. Windows XP only legally allows one interactive session at a time (as does Vista, 7, etc). If you want terminal services, you have to pay for a server license and install that.

    2 - reliable is relative, but if you mean a direct VPN connection to the client, no - this would require server (as above) or dedicated hardware to handle endpoint connectivity.

    3 - If you can already make connections (and can pass port 3389 or another configured port already), then this isn't really necessary. If you want multiple logins, though, you need server. Client can do this if illegally hacked, but we don't discuss things of that nature here, and it will likely cause system instability anyway (and I don't think that's desired on something as important as a POS system).

  5. User-friendliness isn't one of diskpart's goals ;) - it's meant to be a scriptable environment for modifying disks, and also for use on core versions of Windows Server that have no UI (there are other reasons for diskpart to exist, as not everything you can do in diskpart can you do in disk management).

    As to creating partitions, you would run diskpart via the diskpart command from an elevated cmd prompt, then you would select the disk to be partitioned:

    list disk
    sel disk <disk # from list>

    If the selected disk has data you wish to destry, you can use the clean command to do so:

    help clean

    Once you've selected the disk, you create partitions using the create partition (create par) commands:

    help create par pri

    From there, you can now manipulate the volumes in disk management. You can also use the volume commands (help vol) in diskpart to do it manually, if you so prefer.

  6. Be careful removing IE entirely - Windows Update no longer uses IE for downloading or installing updates, but if you don't install IE that means you won't be installing wininet or urlmon binaries, which WinHTTP uses from time to time to do connection-based security and zone lookups. Not having those binaries can actually cause issues with WinHTTP apps (like Windows Update). It's not a guarantee, but it's still possible too. Also, any applications that host the WebBrowser Control (WebOC) will not be able to display anything, as mshtml will not be on the system either.

    I am usually all for doing what you want (hey, it's your box after all ;)), but removal of IE from a Windows system isn't necessarily a wise way to go, as other components rely a lot on certain IE components for functionality (even including Explorer). If you don't use it, it is probably better (functionality-wise) to simply leave the latest version installed (IE8) and patch it regularly. This way it stays patched, you still have the necessary supporting components on the system that IE provides, and you can still use whatever browser you want other than IE.

    I can't speak to Media Player removal, although that would remove default codecs and handlers from Explorer that you'd have to replace with something else. It's not as critical as removing IE though (Microsoft provides a version (Windows XP N) without WMP for the EU already).

  7. That's what I had mentioned earlier, although that would require VM-capable hardware (host-based virtualization wouldn't necessarily be a good idea here for a migration perf-wise), which has already been discounted due to not being able to acquire new hardware.

  8. Different strokes for different folks I guess. We're probably addressing different needs with vSphere (me) and Hyper-V (you). We use it as a thin "shim" (ESXi that is) to have an OS that will run/restore on any hardware (we've had to do it too), and some server consolidation too, whereas you're most likely using it for server consolidation. Hyper-V as a "host" is heavier and takes longer to install, and around here all consultants only support/recommend vSphere (we even rented a temp server that was running it), and we already had significant experience & investment in VMWare's solutions, so it was really a no-brainer for us (I'm not suggesting that's the one and only universal solution for everybody though)
    Yeah, possibly - it sounds like upgrades for 3 different forests (potentially different companies, I would surmise), and I tend to use Hyper-V in that scenario for migration (put the DCs on the Hyper-V box temporarily until the physical hardware can be replaced/upgraded/whatever). It can be permanent too, although yes, that is more server consolidation.

    Thanks all for the info. Will try and update status.

    Good luck to you - please do let us know how it goes.

  9. I'm looking for something like step-by-step information to follow with!! Please provide some help!!!!

    Thanks.

    Microsoft has a whole series of Technet articles on directory services upgrades.

    Again, if I were you, I would *strongly* recommend they migrage and pony up for new hardware (even temporarily). Otherwise, you need to make sure they're aware that there WILL be downtime during the transition, as you will need to take full backups (disk2vhd is a good method, assuming the Windows partitions are 127GB or smaller) of EVERY DC IN THE ENVIRONMENT AT THE SAME TIME, and then migrate, carefully, one DC at a time (waiting between upgrades to make sure replication, auth, etc. are all still working after each DC is physically upgraded to the next OS. Also, given you may be going from 2000 to 2003, and then from 2003 to 2008 or 2008 R2, you will need to do everything TWICE, including a full environment backup of the 2000 environment, upgrading each and every DC (one at a time) pausing between each upgrade to make sure everything is working on each DC post-OS upgrade, and then (once you're at 2003 across the board) doing everything a second time (including a full environment backup of each DC).

  10. This is one of the many reasons you should do *new installs* of 2008 R2 (x64) and migrate

    This. That's the only way I would do it personally. And with a virtualization platform too (vSphere or Hyper-V).

    Considering 2008 R2 comes with Hyper-V, and if the OP uses an enterprise or datacenter license, the first 4 VMs (or all of them, in datacenter's case) would be freely licensed), that would be the obvious choice in this case, at least to me.

  11. You can only upgrade from 2003 to 2008 (and yes, you must stick to x86 unless your 2003 servers are x64), so you'd need to upgrade to 2003 first on all your domain controllers. This is one of the many reasons you should do *new installs* of 2008 R2 (x64) and migrate, rather than in-place upgrade as we've recommended ;).

  12. No, I'm saying there was a change in XP SP2 which made the difference. However, booting to a volume with larger than 4K clusters is generally a performance and disk space waste - data volumes with large file sizes are really the only way that larger clusters will make a large difference, and XP isn't really designed to be booted from a drive like that. It can use them, sure, but booting from one isn't as nice.

  13. Unless you have an XP RTM or SP1 installation media disc, this is going to fail. There are ways to make it work (usually by copying certain files from an SP1 i386 folder over the SP2 or SP3 versions before install), but note that any update that updates these files will hose your installation afterwards anyway.

    What are the reasons for installing XP onto a volume with larger than 4K NTFS clusters anyway?

×
×
  • Create New...