- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- "Syntax error processing..." when using IFHW in Wi...
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
07-29-2011 09:25 PM
07-29-2011 09:25 PM
"Syntax error processing..." when using IFHW in WinPE 3.0 on Proliant DL380 G6
I am trying to write a script to check the versions of the BIOS and aray controller for a ProLiant DL380 G6 server from within WinPE 3.0. I run hpdiscovery first.
It works just fine for the BIOS version but then gives an error when I try to validate the array controller firmware version even though the commands are almost identical.
The command that works is:
ifhw hpdiscovery.xml allboards.xml HWQ:ROMDate neq "05/05/2011"
The command that fails is:
ifhw hpdiscovery.xml allboards.xml HWQ:CurrentControllerFirmware neq "5.06"
The failed command throws the error: syntax error processing "5.06"
What I find strange is that if I replace "5.06" with any word like "blah" then it works. I also learned that the quotations aren't necessary. Also, if I use numbers with a slash in them like the BIOS date then it also works. But numbers by themselves or with a decimal throw the error.
I thought for sure that googling the error would find some results but to my surprise there are none. So I am hoping that someone here can help me figure this out.