Trouble with multipath device names in an OVM resource pool...

Hello everyone...
I'm trying to add a server to an older pool (2.2.1) and I'm getting a little confused about this multipathing business....
The master has 3 storage repos...like this...
[   ] 96b72edc-147f-45e3-8e8a-672344e5a474 => /dev/mapper/mpath4p1
[   ] 1af0a0f2-463d-4e67-b854-47d68f95eb15 => /dev/mapper/mpath6p1
[ * ] f481b38b-f582-4693-9768-1eb8f47f0e6c => /dev/mapper/mpath3p1
If I do a multipath -ll they show up like this:
mpath6 (360060e8006fee3000000fee300000052) dm-3
mpath4 (360060e800543f000000043f0000001ae) dm-2
mpath3 (360060e800543f000000043f0000001bb) dm-1
On my new server...I tried to set the bindings so they'd be the same, and it shows up like this:
mpath6 (360060e8006fee3000000fee300000052) dm-3
mpath4 (360060e800543f000000043f0000001ae) dm-1
mpath3 (360060e800543f000000043f0000001bb) dm-2
The dm-x is different between the two servers...
Does this have to be the same for it to work properly or can I add the storage to my new server and add it to the pool?
I want to make sure because I really don't want to cause any kind of storage issues.
Any help or guidance would be greatly appreciated.
Thanks!
Armin

Same counts for the applet.class resource on the Html page.At this point you have to deal with browser differences and the fact there is no <applet> tag in strict xhtml. There's a good series of increasingly complex examples on this page: [http://ww2.cs.fsu.edu/~steele/XHTML/appletObject.html]

Similar Messages

  • Edge Animation having troubles with iOS devices within Muse Site

    Hi All! I've been creating a mobile version of my website www.rinkdesigns.com and have it all complete. I created an animation/navigation bar within Adobe Edge Animate and imported it into Muse. It functions AMAZINGLY on my Nexus 4 (Android) in Chrome but on a buddies iPhone 5 Chrome only loads about 3/4 of the animation/nav bar, in Safari the animation does not load at all and half of the page background does not load either. Please check out the preview site here http://rinkdesignsmobile.businesscatalyst.com/phone
    Has anyone else been having animation/mobile troubles with iOS devices? Any hints as to how you fixed your errors would be extremely helpful! I also posted this question in the Muse forum and haven't gotten a response...
    Thanks,
    John

    Or, how about this:
    Does anyone know how to have Edge Animate objects that utilize "_top" in an open url trigger make the Muse site that they are a part of open a new window/tab with that action (as opposed to having it open the url in the current page, or using "_blank" in the trigger)?

  • Trouble with Boot Device

    I'm having some trouble with boot devices on my Neo Plat and I hoped someone here might have a fix.
    I recently installed a new hard-drive as C. I've gone into Bios/Advanced Features and set the boot order to the following:
    Hard Drive
    CD-ROM
    Floppy
    When I reboot now I get the message "Booting from CD" which it can't do because there is no bootable CD-ROM present. I then get a message like "No Boot Device Present" and the system halts.
    The strange thing is that if I select F11(Select Boot Device) at the BIOS test screen and select Hard Drive and then my C: Drive it boots just fine from that drive! But it will not do this automatically.
    Anyone know what the problem might be?

    F11 is pr. boot only .
    Need to be in the bios ..
    You need to go into "hd boot priority" submenu in advanced features menu and set/save the HD order there . (number three from the top)
    Toggle the boot drive from pos 1. to 2. in the list and back to pos 1.
    Then save the bios and exit .

  • I just uploaded the latest IPad software to my IPad and am now having loads of trouble with the device recognizing "online buttons", that is, links, etc.

    I just uploaded the latest IPad software to my IPad and am now having loads of trouble with the device recognizing "online buttons", that is, links, etc.  what can I do?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Trouble with audio devices

    I wrote a simple Java application to record audio on some mixer and then play it back. With my headphones / microphone connected, I got the following list of mixers:
    1. Primary Sound Driver : Direct Audio Device: DirectSound Playback
    2. Microsoft LifeChat LX-3000 : Direct Audio Device: DirectSound Playback
    3. SoundMAX HD Audio : Direct Audio Device: DirectSound Playback
    4. Primary Sound Capture Driver : Direct Audio Device: DirectSound Capture
    5. Microsoft LifeChat LX-3000 : Direct Audio Device: DirectSound Capture
    6. SoundMAX HD Audio : Direct Audio Device: DirectSound Capture
    7. Java Sound Audio Engine : Software mixer and synthesizer
    8. Port Microsoft LifeChat LX-3000 : Port Mixer
    9. Port SoundMAX HD Audio : Port Mixer
    Of these, mixers 2, 5 and 8 are not available when the headphones are detached, as expected.
    Now my problem is that when the headphones are not connected, any audio being played out through the sound card can be recorded through mixers 4 and 6 above. This includes sounds created by the operating system, any audio files being played out etc. However, when I connect my headphones, the audio at the microphones can be recorded through mixers 4 and 5 above but any audio produced by the computer (again, sounds produced by the OS, audio files being played out etc.) cannot be recorded at any mixer. I tried mixer 6 above without success.
    Is it not possible to record computer audiio when a microphone is connected? If it is, how?

    Uncle_Sam wrote: I wrote a simple Java application to record audio ..
    There is no simple way to record sound in Java, AFAIU.
    Uncle_Sam wrote: ...on some mixer and then play it back. ...
    Now my problem is that when the headphones are not connected, any audio being played out through the sound card can be recorded through mixers 4 and 6 above. This includes sounds created by the operating system, any audio files being played out etc. However, when I connect my headphones, the audio at the microphones can be recorded through mixers 4 and 5 above but any audio produced by the computer (again, sounds produced by the OS, audio files being played out etc.) cannot be recorded at any mixer. I tried mixer 6 above without success.
    Is it not possible to record computer audio when a microphone is connected? If it is, how?
    Significant question. Are you interested in getting this code to work for the machine you sit in front of, or is this for 'the general end user'?
    I have no general solution for the latter, but for a single machine, installing an 'audio loop-back' (either software or hardware) might be the answer. That is the most intelligent thing I can offer that might help get around this problem.
    (Note, also posted as ) [Trouble with audio devices|http://groups.google.com.au/group/comp.lang.java.programmer/browse_frm/thread/9983c6cd3e8204fd/e40278adaa2854cf] on usenet newsgroup comp.lang.java.programmer, and no, I personally do not consider that to be either a cross-post or multi-post (if anyone is interested in my opinion!).

  • Trouble with Bluetooth Devices

    I have a MacBook Pro 13" from late-2011.  Recently I have decided to use Bluetooth headsets instead of wired earbuds because I tend to forget they are in my ears and when I get up, they are yanked out of my ears, hurting me and potentially pulling my notebook off of something.  I had an LG Tone before getting my current Motorola S11-FLEX HD headset.  I switched because of the problems I have been having with Bluetooth but switching has not solved the issue.
    My biggest problem with my Bluetooth headsets is that the audio stutters and then de-syncs with any video.  The de-sync can be as bad as a full second.  I'll see the video's actions before I hear them.  The de-sync also affects the responsiveness of controls.  After I give a command, the audio will continue to play for however long the de-sync is before the command is performed.  It's like it's making up for the lost time.  The only solution I have come across is turning off the device, then turning it back on but that only works some of the time.  Usually, I have to turn it off and then on again two or three times before the de-syncing issue disappears.  I have no idea the cause as my LG Tone works to specifications with devices that belong to other people.  I have found that moving my head in a certain direction will cause the de-sync.  Sometimes, it's leaning back; other times, it's tilting my head.  It's as if the Bluetooth field is planar and I'm jumping out of the plane.
    Another issue is the distance I can be from my device.  My Bluetooth headsets boasts being able to function perfectly as far as 30 feet for one headset but moving even 5 feet will cause the previously mentioned de-syncing if the audio is playing.  If I pause the audio, I can move about 10 feet.  After I move 10 feet, when I press play, the de-sync appears.  It renders the function of being wireless to being useless.  I wanted to Bluetooth so I didn't have to pause, take off my device, do what I need to do, and before coming back, putting on the device, and resuming play, hoping that nothing has gone wrong to cause a de-syncing issue.
    A third issue I have is that sometimes, while listening to some audio of some kind, another program will make a noise causing the audio to cut out.  My notebook or the web browser is not aware that audio is no longer playing.  It's as if the new program has muted the original audio.  The only cure: turning off the device and turning it on again and hoping it's working.
    The last issue I can think of is that when I turn my notebook off for any reason, all Bluetooth devices are forgotten causing me to go through the hassle of repairing the devices again but many times, the repairing process fails and despite being on and not paired to anything else, my notebook is unable to pair unless I turn both the device off and my notebook's Bluetooth off before turning both back on.
    Has anyone run into issues like this? If so, does anyone have any recommendations on how to correct the problem? The problem is on my notebook side as the devices work fine with other products.  The LG Tone could be used across the house when it was attached to my father's Kindle Fire and when attached to my iPhone 5, I could walk 20 feet with doors and concrete between me and the device before any issues began (both devices had trouble with my iPhone but pausing usually fixes the issue so I don't care).  Please, I need some advice and help.

    Some details missing.
    I have a Pioneer DEH-P7000BT. On telephone settings, everything OK.
    When I want to sync to my Audio Bluetooth, I hear the sound in slow motion :-)
    I have to delete the Bluetooth device on the radio, and re-syncing on Audio Devices and everything fine.
    Same thing all the time.
    When I had iOS 3.1.3 on my iPhone 3G, everything was OK.
    I can't find Firmware Update for my radio.

  • Trouble with DNS/NetBIOS name resolution over VPN

    I’ve got one for the DNS/WINS gurus out there who are also familiar with VPN connections.
    We have a VPN setup on our Mikrotik RouterBoard 532 for a number of employees running Windows 7 Pro laptops. Unfortunately the Mikrotik is maintained by our ISP so I don’t have access to it, but I can call them to make changes. Anyhow, I do not believe it
    is a problem with the Mikrotik.
    The problem is with resolving NetBIOS names (UNC paths, drive letters, etc…) over the VPN from remote locations, and ONLY with laptops joined to our
    abc.local domain. If I use my home PC or disjoin the domain laptop from the
    abc.local domain and return it to WORKGROUP, keeping the same Windows VPN client settings, I am able to resolve paths just fine.
    For example, when I type \\server1 from Start>Run, it fails and tells me “server1 is not accessible. You might not have permission to use this network resource.” Using the FQDN is no problem at all, which makes me believe the problem is with NetBIOS resolution
    and takes me to the WINS servers on the network.
    The VPN hands out primary and secondary WINS servers, and they appear to be configured correctly in our Server 2003/2008/2012 environment. When I run
    nbtstat –A IPAddressOfLaptop from a WINS server it resolves the laptop, and the same command from the laptop looking to the server resolves OK too.
    What’s strange is that when I ping “server1” I get a valid response from server1.abc.local, as expected, but for some reason I still can’t browse to it from start>Run… “\\server1”.
    The DNS suffix abc.local is in the “DNS suffix or this connection” field in the properties of the VPN client since the Mikrotik VPN is unable to deal this to clients.
    I have ruled out Group Policy as the culprit because even after removing any group policy from applying to one of the laptops the result was the same.
    I’ve used every resource and tool that I could to try and find where the problem lies and can’t seem to solve it. Everything looks properly configured.
    I would greatly appreciate some assistance!

    When you run an ipconfig /all, do you see the WINS server addresses being provided? How about the connection specific suffix for the domain, domain.local (or whatever it is called)?
    I assume that you are using the Microtik as the VPN server and you are not using AD accounts for authentication. I would highly suggest to do that, otherwise, there will be a mismatch.
    What VPN client is being used?
    What is offering DHCP, a Windows Server or the Microtik?
    FYI, using NetBIOS connection method, such as \\server1, will use the current logged on account for authentication. If the VPN credentials are not AD credentials, but the VPN client is setting the logged on credentials account
    (some of them do that), then it will cause issues.
    From what I see that NetBIOS is not being blocked, so that doesn't appear to be an issue, but it's coming down to credentials. Maybe in the mapped drive you can preset the credentials, and might be one way around it.
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • CUOM - How to add IP address with hostname (device name)

    Hello all,
    I have a quick question regarding CUOM(Operation Manager).
    How I could add devices' hostname to CUOM for monitoring?
    I could add IP address as below ,  if I only add IP address, then it looks NO "device name' field which I could add.
    Devices ->Device Management->Add  Devices
    Thank you for your help in advance.
    Howard

    It is resolved by updating host file on CUOM server.

  • Trouble with Multiple devices and Ical

    I have one itunes account that is shared with a myself and my kids ipod. I have created a calendar for each kid and their activities. I was trying to share this calendar only with the specific ipod, which seems to work. the issue is they are still getting reminders for the other calendars not selected on their device. Is there a way to stop this and is there  way to only share the one calendar with them?

    Hello and thanks again. We're getting there.
    If I use AP Utility to set up two different wireless networks, can I name them differently? The reason I ask is the I use two C Crane wifi radios to listen to stations. They need to Log On to a netwrok that has b or g -- not n. For example, to establish a network for the C Crane radios to use, I could call it "Ronald b/g" and for a different wireless network for the Macs to use, I could call it "Ronald n" Does it sound like this would work?
    Now to some separate questions. One AE is set up to "join a network" and iTunes is checked for it to work with iTunes at the home surround sound. Could it join the n network, since the unit is a new one?
    The other AE unit is one that I'd like to "extend my network" to make the signal stronger downstairs. I suppose it would "extend" the n network?
    Finally, the two CCrane radios can log on to the b/g network and hope the signal is strong enough. Is there a device that will make the signal strength of the b/g network stronger? I wouldn't mind purchasing another AE if I could set it up to make the b/g stronger.
    Your information and advice has been very helpful so far.
    Thanks,
    Ron Morris

  • Trouble with Bluetooth device after ios8 update. I have jawbone era HD

    Bluetooth trouble since ios8 update. I have a new jawbone eraHD

    make it forget the headset
    put the headset in discovery / pairing mode
    make sure it's not currently connected to another device like a tablet or computer
    and re-add it to the phone in settings under bluetooth

  • Is anyone using VMware fusion and having trouble with USB devices not being recognised

    I have an Terratec Axon AX50 Guitar to Midi interface. The editor software is not Lion compatible so I have attempted to run that bit in Windows 7 on a virtual machine.
    The problem is that the VM machine will not recognise the USB device, even though when it asks which machine I want to connect to it names the device correctly.
    Any Ideas ?

    Device not recognized by iTune
    http://support.apple.com/kb/TS1591

  • U410: trouble with graphics device=opt​imus

    Hello!
    I have a problem when enable optimus graphics device in uefi on my U410: notebook can't load, only black screen. I solved this problem by uefi reset (discoonect battary from motherboard).
    Why in optimus graphics mode U410 "die"? How I can enable this mode and don't "kill" my device?

    Hi Arot6,
    Welcome to Lenovo Community!
    Have you checked with latest graphic driver which was released last month only?
    Uninstall the current version restart the system and download the latest version from the below link and run the installation file.
    http://support.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t44...
    Hope this helps.
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • I am having trouble with input device and Presonus Studiolive mixer.

    Trying to integrate a Presonus Studiolive 16.4.2 mixer/interface into Logic Pro 8.
    All the tutorials I've found/watched/read illustrate a window under audio preferences and the user switching the input device (or output device) to the Firestudio Mixer or something along those lines. This was a feature updated in Logic 9, and so my audio preferences are a little different. I still have an input device but not output and when I bring down the menu my only two options are "built-in device" and "built-in microphone" and the mixer isn't showing up. I am wondering if it's possible to integrate it this way? Is there perhaps an order to starting them up? Or is it even possible to use it with this version of Logic? Universal control is installed and operating (responding on screen to stimuli on physical mixer); running osx 10.6.8

    Yes, just checked the Presonus release notes for Universal Control 1.7.2 (the latest), and it has removed support for Snow Leopard (OSX10.6.8), so that may be a possible source of the problem - might be worth contacting Presonus Tech support to confirm.
    You could update your OSX, but I'd be a bit careful there - not sure if Mavericks supports Logic 8.  If not, I believe there are places where you can still get hold of Mountain Lion (which is supported by UC1.7.2) - a quick net search should do the trick.
    Also, I've just re-read your post and notice you ask about the start up order.  The Presonus manual says to switch the desk on first, then fire up the computer.  This used to work with me, but I've recently updated to a new Macbook Pro and had to start using a firewire to thunderbolt connector, and I found that I could now only get the Studiolive to show up in Logic if I start the computer first, then fire up the desk then open Logic.  I raised a tech support ticket with Presonus and they were baffled by this, and couldn't see any reason why it should be, but nonetheless, it's the only way it'll work for me, so probably worth giving it a shot.

  • Trouble with the device after iOS 5.0.1 update

    After upgrding my iPod Touch 4G to iOS 5.0.1, the device seems to have slowed down a little bit. For instance when im listening to music and i unlock my iPoad it takes a long tme to unlock (5-6 secs).Even during multi-tasking i experience a serious lag, it like my iPod is dragging itself and at times the screen just goes blank. I tried restoring it, but of no use. Kindy assist

    If you do a reset to factory ondition, you'll loose your data. First...
    Try just a simple Reset. Does Spotlight find if you do a search for it? Also check your Restrictions settings.
    Reset:     Press and hold both the Sleep/Wake button and the Home button for at least ten seconds, until the Apple logo appears (ignore the Slide to Power Off option that shows up first).

  • Do you have trouble with Bluetooth devices on ios 5

    I have to delete BT Hands free all time and repairing the devices to ear iTunes

    Some details missing.
    I have a Pioneer DEH-P7000BT. On telephone settings, everything OK.
    When I want to sync to my Audio Bluetooth, I hear the sound in slow motion :-)
    I have to delete the Bluetooth device on the radio, and re-syncing on Audio Devices and everything fine.
    Same thing all the time.
    When I had iOS 3.1.3 on my iPhone 3G, everything was OK.
    I can't find Firmware Update for my radio.

Maybe you are looking for

  • .DS_Store files on USB thumbdrives - a way to stop them from being created?

    Hello! Forgive me if this has been asked to death, but at school I need to copy homework files back and forth to the school's XP-based computers constantly. Because in any given day I usually update half a dozen files across the "homework" folder on

  • Alternate for stuff function of sqlserver

    Hi,Can Anyone please help me in migrating following code from sqlserver to oracle. set @sLastItemInPkts_2 = Stuff(@sLastItemInPkts_2, @iOffset, @iElementSize, SubString(@sLastItemInPkts_1, @iOffset, @iElementSize) set @sLastItemInPkts_1 = Stuff(@sLas

  • App Store For Macbook

    Can I get the app store for my macbook?

  • WCF RIA entity Update from Lightswitch for Many to many relationship

    I have two entities which have many to many relationship. I need to create a screen to update data from both the tables simultaneously using a screen. So I used First as a sql database entity in Lightswitch second is RIA service Entity(Which is junct

  • How to View SE38 Report data on to SAP Widget?

    Hello Every body,           I am new to widgets, I have lots of questions to you guys.... I know how to create a Widget using a Remote Function Module/RFC but can any one tell me how can I create a Widget for SE38 report program?? Please share you kn