- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SGLX in VMware
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
11-04-2008 03:09 AM
11-04-2008 03:09 AM
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1221017
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2008 06:00 AM
11-04-2008 06:00 AM
Re: SGLX in VMware
( Red Hat Linux, SUSE Linux )
PDF @ http://docs.hp.com/en/12122/SGLX-VMware.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2008 07:00 AM
11-04-2008 07:00 AM
Re: SGLX in VMware
In the link i mentioned Erick said he had done this in VMware Server, so rather than reinvent the wheel i'd hoped that he (or someone else) had documented what they'd done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2008 09:12 AM
11-05-2008 09:12 AM
SolutionFor practical reasons, HP cannot support our products in a platform that is not offically supported by a vendor. Since VMware server is free, it is not officially supported by VMware. Therefore, if we had issues, we could not support our customers.
That said, I have used VMware server as a training vehicle. The "trick" is setting up additional LUNs as shared storage. The only process I have generated is one that has all virtual machines that are part of the cluster on the same servers and using files that represent shared storage. You can see why this is only for training (or some development).
Given this STRONG statement of non-support, and given the following is on the web (although difficult to find) here is the process. Read this 3 times before trying this.
First, make sure the virtual servers are powered off. Before adding any extra disks add the following lines to the servers â .vmxâ files. Watch for typos, especially on the last line since it is slightly different.
scsi1.present = "TRUE"
scsi1.virtualDev = "lsilogic"
scsi1.sharedBus = "virtualâ
disk.locking = "FALSE"
Note the â lsilogicâ assumes that scsi0 is also â lsilogicâ
Edit virtual machine Node1 (using the VMware GUI, not an editor)
Add
Hard disk
Create new virtual disk
SCSI
Size
When it asked for disk file I suggest the following:
Use a different directory than the servers. For instance, use the â .vmdkâ extension. For example: shares/share1.vmdk
Before selecting Finished â select Advanced (this is important)
Select a SCSI address with scsi1:x (recommend 1 for first package (LUN), etc).
Select â independentâ (persistent will be selected by default)
Select â Finishedâ - A disk will now be created
Edit the â .vmxâ file for the first server and you will find â independent-persistentâ listed for the new disk. Make this be â persistentâ .
Each disk should have the following entries: scsi1:x.present = â trueâ
scsi1:x.filename = â this will be the pathâ
scsi1:x.mode = â persistentâ
scsi1:x.deviceType = â plainDiskâ
For the second machine do the same except select the â use an existing diskâ . Everything else is the same. Make sure you select the same SCSI identifier for the disk, e.g. 1:1
Some of this info is on the web. You now had a lot of keywords to google if you need.
Expect that you may have to reboot servers an extra couple of times if you have ANY problems related to disk access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2008 09:37 AM
11-05-2008 09:37 AM
Re: SGLX in VMware
As for your non-support statement i understand. This is not for production or development purposes. i have been working on HPUX for over 10 years and until recently had a test (play) lab made up of a couple of D-Class servers (Cannibalised) using serviceguard 11.15.
However as all things come to an end one of my nodes died recently and i had to lay it to rest. so i'm looking for another play area and servicguard in linux via vmware server looked to be a reasonable lower cost approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2008 09:43 AM
11-05-2008 09:43 AM
Re: SGLX in VMware
"
I think the copy and paste had some side effects.