GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RDP, EVA and RHEL 5
Operating System - Linux
1855824
Members
2439
Online
104106
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
back
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
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
02-28-2008 11:46 AM
02-28-2008 11:46 AM
RDP, EVA and RHEL 5
Hi,
I have a EVA4100 and servers connected to RHEL 5 EVA bag when an image of a server, the RDP only makes disk presented at the EVA and not from the local disks, someone can help me please.
Regards,
I have a EVA4100 and servers connected to RHEL 5 EVA bag when an image of a server, the RDP only makes disk presented at the EVA and not from the local disks, someone can help me please.
Regards,
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 01:51 PM
02-28-2008 01:51 PM
Re: RDP, EVA and RHEL 5
Shalom,
This is normal. The EVA can't see local disks.
SEP
This is normal. The EVA can't see local disks.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 02:17 AM
02-29-2008 02:17 AM
Re: RDP, EVA and RHEL 5
RHEL will see the EVA disks before the local disks as the EVA disks are presented as /dev/sda and the local disks are /dev/cciss/c0d0
Basically there are two options during the install. Disconnect the EVA, or modify you kickstart file using the 'driveorder' and 'ondisk' options
KS example:
bootloader --location=mbr --driveorder=cciss/c0d0,cciss/c0d1 --append="rhgb quiet"
clearpart --all --drives=cciss/c0d0,cciss/c0d1 --initlabel
zerombr yes
clearpart --drives=cciss/c0d0 --all
partition /boot --fstype=ext3 --size=200 --ondisk=cciss/c0d0
partition swap --size=1000 --grow --maxsize=2000 --ondisk=cciss/c0d0
partition / --fstype=ext3 --size=700 --grow --ondisk=cciss/c0d0
Basically there are two options during the install. Disconnect the EVA, or modify you kickstart file using the 'driveorder' and 'ondisk' options
KS example:
bootloader --location=mbr --driveorder=cciss/c0d0,cciss/c0d1 --append="rhgb quiet"
clearpart --all --drives=cciss/c0d0,cciss/c0d1 --initlabel
zerombr yes
clearpart --drives=cciss/c0d0 --all
partition /boot --fstype=ext3 --size=200 --ondisk=cciss/c0d0
partition swap --size=1000 --grow --maxsize=2000 --ondisk=cciss/c0d0
partition / --fstype=ext3 --size=700 --grow --ondisk=cciss/c0d0
No support by private messages. Please ask the forum!
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
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP