Wednesday, January 07, 2009
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: Failed to make volume C:\ bootable on HP ProLiant server
Prev Next
You are not authorized to post a reply.

AuthorMessages
TomKUser is Offline

Posts:4

Send Message
08/07/2008 9:39 AM  

Hello,

I have done some research of deploying HP ProLiant Server with SCCM 2007. I know that for HP ProLiant Servers you can use the HP Rapid Deployment Tool from Altiris to deploy the HP servers unattended. But I was thinking this can also be done with SCCM, because RDP is also using some kind of task sequencing. I use an HP ProLiant DL360 G3 server for testing with two SCSI disks. I have made the following task sequence:

1. Restart in Windows PE
2. Configure HP ProLiant DL360 G3 BIOS Settings (conrep.exe -l -f.\Data\DL360G3.XML)
3. Configure SA5i Array A (RAID 0+1) (cpqacuxe.exe -i .\Data\SA5I_ArrayA_RAID01.INI)
4. Waiting for HP Smart Array Configuration to finish (Sleep.exe 30)
5. Rescanning for logical disk (diskpart.exe /s x:\windows\system32\rescan.txt)
6. Create Primary Partition & Format (Disk 0, Standard MBR, Size 30Gb, Make this the boot partition)
7. Apply Operating System (Windows 2003 Standard Edition, WIM file)

The problem I get is that after creating & format the partition, the OS wim file is not installed because it generated error: Failed to run the action: Apply Operating System.
Unspecified error (Error: 80004005; Source: Windows). If I check the log file is says:

System partition not set
Unable to locate a bootable volume. Attempting to make C:\ bootable.
MakeVolumeBootable( pszVolume ), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installcommon.cpp,759)
Failed to make volume C:\ bootable. Please ensure that you have set an active partition on the boot disk before installing the operating system.
Unspecified error (Error: 80004005; Source: Windows)

If I configure the RAID configuration manually during the boot process with F8 and disable the task sequence to configure the SA 5i, (step 3 – 5) the task sequence is running successfully. I think that I need a reboot to successfully deploy the WIM file, but it's not possible to reboot in a task sequence and then come back in the task sequence with a PXE boot. I have tried tools like mbrfix or AEFDISK32.EXE to solve this issue, but no luck so far.

Is there a solution to deploy the OS without needing an extra reboot so that the partition is discovered as a system partition.

Best regards
Tom Klaver

TomKUser is Offline

Posts:4

Send Message
09/02/2008 6:20 AM  

Hello all,

I think I solved my problem. This is how I did it.

My first thought was that a HP server would start with no Smart Array configuration. This is where I went wrong. My test server (HP ProLiant DL360 G3 with two SCSI disks) will automatically configure a Disk Array when no user interaction is given during BIOS startup. In my case it generated an RAID 0+1 disk array automaticaly. You can also manually configure an Array by hitting F8 during startup, but when you use a Blade system, you don’t want to plug-in a mouse, keyboard and monitor first (I want to deploy a server with zero touch installation). What I think is important is that WinPE must start with a configured Disk Array, after that you can erase or reconfigure the Disk Array. (This is the solution). Hopefully all other (new) HP ProLiant servers will also configure a disk array automatically when no user input is giving during BIOS startup. (Perhaps someone can confirm this.) I use now the following task sequence.

1.  Restart in Windows PE
2.  Configure HP ProLiant DL360 G3 BIOS Setting
·         conrep.exe -l -f.\Data\DL360G3.XML (SCCM Package)
3.  Erase Smart Array configuration
·         cpqacuxe.exe -i .\Data\ERASE.INI (SCCM Package)
4.  Waiting for 15 seconds to finish for Smart Array
·         Sleep.exe 15 (Exe integrated in Boot.wim)
5.  Configure SA5i Array A (RAID 0+1)
·         cpqacuxe.exe -i .\Data\SA5I_ArrayA_RAID01.INI (Same SCCM Package)
6.  Waiting for 15 seconds to finish for Smart Array
·         Sleep.exe 15 (Exe integrated in Boot.wim)
7.  Format and Partition Disk
·         30Gb / Quick Format / Make this boot partition)
8.  Apply Operating System
·         Windows 2003 Standard R2 wim image.
9.  Etc.

At the end I install the latest HP ProLiant Support Pack.

I’m now able to deploy all kind of HP ProLiant Server with use of the WMI feature in SCCM.

I also received from HP a White Paper about deploying HP ProLiant server using SCCM 2007. You can find it here: http://h18013.www1.hp.com/products/servers/management/integration/ms_integration.html

Good Luck with you HP ProLiant Servers deployment.

Tom Klaver 

 

 

You are not authorized to post a reply.
Forums > Related Technologies > System Center Configuration Manager 2007 > Failed to make volume C:\ bootable on HP ProLiant server



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt