- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Command to find out if windows 2003 installation i...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-22-2006 04:30 PM
тАО05-22-2006 04:30 PM
Command to find out if windows 2003 installation is 32-bit or 64-bit.
Is there a command (at dos prompt) to find out if the windows 2003 installation is 64-bit or 32-bit?
Please suggest,
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2006 07:34 PM
тАО05-22-2006 07:34 PM
Re: Command to find out if windows 2003 installation is 32-bit or 64-bit.
look under CPU.
Check the value that corresponds to CPU.
if it starts with x86: 32-bit
if it starts with ia64: 64-bit
Run winmsd and you'll see the same output as if you run srvinfo.
http://support.microsoft.com/kb/827218/en-us
Additionally, you can run
srvinfo >> file1.txt
and then,
findstr /c:"CPU" file1.txt >> file2.txt
Tnks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2006 09:17 PM
тАО05-22-2006 09:17 PM
Re: Command to find out if windows 2003 installation is 32-bit or 64-bit.
I went through the microsoft article.
I have the following queries:
1. The article says it applies to windows xp. Windows 2003 is not mentioned. Please correct me if I am missing something.
2. I did not find a command named srvinfo on my windows 2003 system.
Assuming the document from microsoft holds good for windows 2003, we can arrive at the following conclusion:
1. We have windows 2003 64-bit and 32-bit versions of the operating system software available.
2. We can install only 64-bit version of windows 2003 on itanium based servers.
3. We can install only 32-bit version of windows 2003 on x86 based server.
4. We can install both 32-bit and 64-bit version of windows 2003 on EM64T servers.
Please suggest.
Thanks & Regards,
-GnanaShekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2006 09:37 PM
тАО05-22-2006 09:37 PM
Re: Command to find out if windows 2003 installation is 32-bit or 64-bit.
It works the same for 2K3.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2006 10:23 PM
тАО05-22-2006 10:23 PM
Re: Command to find out if windows 2003 installation is 32-bit or 64-bit.
http://www.ittvis.com/services/techtip.asp?ttid=4040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2006 11:20 PM
тАО05-23-2006 11:20 PM
Re: Command to find out if windows 2003 installation is 32-bit or 64-bit.
1) PROCESSOR_ARCHITECTURE=x86 ..... 32-bit
2) PROCESSOR_ARCHITECTURE=AMD64 ... 64-bit
---
Stefan Pendl