HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: controlling visible partitions under Win2003 s...
HPE EVA Storage
1827280
Members
2409
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-2004 02:02 AM
07-29-2004 02:02 AM
controlling visible partitions under Win2003 setup
Hello,
I am currently trying to come up with an Altiris script (Compaq RDP 1.5 or 1.6) to boot to and then install Win2003 to a SAN presented volume - (Part iv) below is where I'm having a problem)
i) set hardware configuration
ii) deploy a DOS_ONLY.IMG image to an existing SAN volume
iii) copy all windows 2003 install files plus SAN adapter-specific drivers from $OEM$.
iv) present only ONE copy of the SAN volume to Win2003 setup - this seems to be necessary in order for the 'ExtendOEMPartition=xxxx' switch in order to work - we require an 8GB C drive partion to be available on the SAN - the actual total size of the volume presented to this server is 18GB.
v) the rest of the build is then completed using a standard script which I know works ok...
My question is this - is there a way to force the SAN driver to only see a single path to the SAN volume, thus making Win2003 think that there is only one partition there ??
At the moment, the volume which the DOS_ONLY.IMG file is happily deployed to shows up TWICE under Windows 2003 server setup.
The symptom at the moment of this problem is that the ExtendOEMPartition= switch fails (silently) and I am left with a 2GB partition which will not boot.
Also, does anyone else have a working copy of a file called 'FCDriverBootSupportRDP-1-40_1-50.zip' ? I have managed to unzip this file, run the cscript command to install the files onto our build server, but the BFSJobs.bin file will not import under Altiris, claiming that it can't read a file called ~evttimes.dat . This ZIP file is accompanied by a PDF which describes the method and I have been trying to follow this as far as possible ...
Hardware : HP DL360G2 ; emulex LP9802DC HBA
SAN : SANswitch 2/16 ; HP EVA
OS : Windows 2003 EE
Any ideas, hints or tips (or solutions !) would be very welcome.
Regards
Jo Rose
Systems Engineer
NTL
joseph.rose@ntl.com
I am currently trying to come up with an Altiris script (Compaq RDP 1.5 or 1.6) to boot to and then install Win2003 to a SAN presented volume - (Part iv) below is where I'm having a problem)
i) set hardware configuration
ii) deploy a DOS_ONLY.IMG image to an existing SAN volume
iii) copy all windows 2003 install files plus SAN adapter-specific drivers from $OEM$.
iv) present only ONE copy of the SAN volume to Win2003 setup - this seems to be necessary in order for the 'ExtendOEMPartition=xxxx' switch in order to work - we require an 8GB C drive partion to be available on the SAN - the actual total size of the volume presented to this server is 18GB.
v) the rest of the build is then completed using a standard script which I know works ok...
My question is this - is there a way to force the SAN driver to only see a single path to the SAN volume, thus making Win2003 think that there is only one partition there ??
At the moment, the volume which the DOS_ONLY.IMG file is happily deployed to shows up TWICE under Windows 2003 server setup.
The symptom at the moment of this problem is that the ExtendOEMPartition= switch fails (silently) and I am left with a 2GB partition which will not boot.
Also, does anyone else have a working copy of a file called 'FCDriverBootSupportRDP-1-40_1-50.zip' ? I have managed to unzip this file, run the cscript command to install the files onto our build server, but the BFSJobs.bin file will not import under Altiris, claiming that it can't read a file called ~evttimes.dat . This ZIP file is accompanied by a PDF which describes the method and I have been trying to follow this as far as possible ...
Hardware : HP DL360G2 ; emulex LP9802DC HBA
SAN : SANswitch 2/16 ; HP EVA
OS : Windows 2003 EE
Any ideas, hints or tips (or solutions !) would be very welcome.
Regards
Jo Rose
Systems Engineer
NTL
joseph.rose@ntl.com
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 02:25 AM
07-29-2004 02:25 AM
Re: controlling visible partitions under Win2003 setup
iv) is accomplished by setting up the zoning in the SANswitch(es) so that the server has only one path to the virtual disk.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 04:37 AM
07-29-2004 04:37 AM
Re: controlling visible partitions under Win2003 setup
Hello,
I realise that this can be achieved by zoning, but I wanted to find a way to do it through a build script. After all, I want the multiple paths to be visible once the server has been installed (for redundancy) but not at setup time.
A utility such as lputilnt.exe is able to distinguish between different fabrics (since each has its own ID) so how is it that Windows 2003 setup can't tell that it is seeing the same presentation of the same volume through TWO fabrics ?
I am trying to achieve this - setup needs to see the presented volume only once, so it needs to stop scanning once it has found that volume.
Is this possible ?
regards
Jo Rose
Systems Engineer
NTL
p.s. a tech case has also been logged with Emulex on this issue, so will update the forum if they reply with a solution
I realise that this can be achieved by zoning, but I wanted to find a way to do it through a build script. After all, I want the multiple paths to be visible once the server has been installed (for redundancy) but not at setup time.
A utility such as lputilnt.exe is able to distinguish between different fabrics (since each has its own ID) so how is it that Windows 2003 setup can't tell that it is seeing the same presentation of the same volume through TWO fabrics ?
I am trying to achieve this - setup needs to see the presented volume only once, so it needs to stop scanning once it has found that volume.
Is this possible ?
regards
Jo Rose
Systems Engineer
NTL
p.s. a tech case has also been logged with Emulex on this issue, so will update the forum if they reply with a solution
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP