- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- RDP & legacy OS support?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 04:54 AM
03-16-2010 04:54 AM
RDP & legacy OS support?
RDP 3.83 had a Virtual Deployment Tool Box that included support for W2K.
We still need this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010 09:03 AM
03-22-2010 09:03 AM
Re: RDP & legacy OS support?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010 09:10 AM
03-22-2010 09:10 AM
Re: RDP & legacy OS support?
I know I can create a DOS job to deploy W2K but won't all the scripts that are called fail as RDP 6 won't have or recognise them?
" Article: 188
Applies to: Releases 3.80 through 3.83
In 3.80, RDP has dropped support for Windows 2000. Once you upgrade to 3.80, all Windows 2000 jobs, while still present in the console, will no longer function. The Windows 2000 setup program does not work under the new WinPE 2.1 automation environment."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 04:38 AM
03-23-2010 04:38 AM
Re: RDP & legacy OS support?
Do they have to be scripted installs?
Why not manually build a 2K image on a VM with an Altiris Agent installed, sysprep it and then capture an image of it.
Then just deploy the image to new VMs.
You would need an Altiris Server Agent license for each VM though.
Once you have an OS with a licensed Agent you can run your own defined scripts on this to do any custom work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2010 04:36 AM
03-25-2010 04:36 AM
Re: RDP & legacy OS support?
Job properties:-
Distribute Disk Image - FAT32.img
Power Control - Reboot
Run script - Make bootable partition/copy files
Power Control - reboot
Details of script:-
rem Make Bootable Partition and copy Installation files
rem bootwork unload
a:
f:\Bootwiz\platfo~1\dos\MsDos\OS\sys.com f:\Bootwiz\platfo~1\dos\MsDos\OS\ c:
f:
copy f:\Bootwiz\platfo~1\dos\MsDos\OS\himem.sys c:\
copy f:\Bootwiz\platfo~1\dos\MsDos\OS\smartdrv.exe c:\
echo device=c:\himem.sys>>c:\config.sys
echo @echo on>>c:\autoexec.bat
echo c:\smartdrv.exe >>c:\autoexec.bat
echo c:\i386\winnt.exe /u:c:\default.txt /s:c:\i386 >>c:\autoexec.bat
echo c:\smartdrv.exe >>c:\autoexec.bat
md c:\altiris
copy f:\lib\osdist\w2k\aclient.exe c:\altiris
copy f:\lib\osdist\w2k\aclient.inp c:\altiris
copy f:\lib\osdist\w2k\runonce.cmd c:\altiris
md c:\i386
c:\smartdrv.exe /u /v
xcopy f:\lib\osdist\w2k\i386\*.* /e /s c:\i386
copy f:\lib\osdist\w2k\default.txt c:\
Make sure aclient.exe, aclient.inp & runonce.cmd are copied in to the W2K folder on the Deployment Server.
runonce.cmd should have the following command
"c:\pathto\aclient.exe c:\pathto\aclient.inp -install -silent"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2010 02:06 AM
04-23-2010 02:06 AM
Re: RDP & legacy OS support?
Regards
Al