- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- BL460c G6 ESX 3.5 Update 4 Partitioning Error
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
08-11-2009 04:10 AM
08-11-2009 04:10 AM
Drive ‘cciss/c0d0’ does not exists…
Any idea why? SAN ports are disabled in Virtual Connect so the blade sees only the local drive. The same build works on older blades BL460G1.
The partition is setup like that:
# Partitioning
clearpart --all --initlabel --drives=%hddevice%
part /boot --fstype ext3 --size 100 --ondisk %hddevice%
part / --fstype ext3 --size 5000 --ondisk %hddevice%
part swap --size 1600 --ondisk %hddevice%
part /var --fstype ext3 --size 10000 --ondisk %hddevice%
# part /var/log --fstype ext3 --size 5000 --ondisk %hddevice%
# part /var/tmp --fstype ext3 --size 5000 --ondisk %hddevice%
part None --fstype vmkcore --size 100 --ondisk %hddevice%
part /tmp --fstype ext3 --size 10000 --ondisk %hddevice%
#%hddevice% gets the variable from vmesx.sh
Linux 5.3 Job works fine on the same blade BL460c G6 but ESX does not:
[root@DEMO ~]# fdisk -l
Disk /dev/cciss/c0d0: 146.7 GB, 146778685440 bytes
255 heads, 63 sectors/track, 17844 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 13 104391 83 Linux
/dev/cciss/c0d0p2 14 17844 143227507+ 8e Linux LVM
Help :-(
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-11-2009 10:55 PM
08-11-2009 10:55 PM
SolutionI had exactly the same "problem" when we changed machinetype of our vmware farm. The issue is that the raidcontroler has changed and uses a diffrent driver you need to change the name of the drives.
I solved it by setting the %hddevice% to SDA. Actually we had changed the %hddevice% in our previous working default.txt to cciss/c0d0. This is our working partiotion "maker" ATM
clearpart --all --initlabel --drives=sda
part /boot --fstype ext3 --size 100 --ondisk=sda
part / --fstype ext3 --size 10240 --ondisk=sda
part swap --size 1600 --ondisk=sda
part /var/log --fstype ext3 --size 5120 --ondisk=sda
part None --fstype vmkcore --size 100 --ondisk=sda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-12-2009 09:43 PM
08-12-2009 09:43 PM
Re: BL460c G6 ESX 3.5 Update 4 Partitioning Error
https://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=HP-RDP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-13-2009 04:05 AM
08-13-2009 04:05 AM
Re: BL460c G6 ESX 3.5 Update 4 Partitioning Error
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP