Displaying 20 results from an estimated 29 matches for "wwids".
Did you mean:
wwid
2009 Oct 01
1
Repost of Patch 6/6 for ovirt-node
All other patches from the sequence remain unchanged. Repost of patch 6 based on comments from Joey to follow.
Mike
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated.
These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated.
Mike
2010 Mar 24
1
[PATCH node] Fix blkid.conf to scan devices for findfs calls.
findfs in F12 finds partitions on /dev/sdX devices instead of
/dev/mapper/<wwid> devices. This sets an option that forces
findfs to scan instead.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-post.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 9243751..0a2e180 100644
---
2019 Feb 07
2
persistent generic device for tape changer
Hello,
mtx and therefor amanda use generic device /dev/sg<x> for tape changer.
These devices change on reboot.
How to make them persistent?
/dev/sch0 and /dev/sch1 seem to be persistent.
/dev/tape/by-id/ shows links from WWID to generic device
An UDEV rule could help? I have not found any example.
--
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565
2011 Mar 18
1
IPV6 - request for info
Greetings,
I am trying to wrap my head around on this topic.
Was wondering : Just as there is some scope for mapping ipv4 directly
into IPV6 space, Is there a MAC ID or some kind of WWID has also been
taken into consideration?
Regards,
Rajagopal
2011 Sep 08
1
HBA port
Hi,
I have a host which is connected to SAN via single Fibre channel HBA
(qlogic). I have several LUNS assigned to this (sdc, sdd). I added
another single port HBA to this host. I can now see two world wide
names.
Now the confusion is which world wide name does sdc and sdd is/was using.
scsi_id -g -u -s /block/sdc only gives wwid but I need the wwn for sdc and sdd.
Thanks
Paras.
2010 Mar 23
1
[PATCH node] Filter out /dev/dm-* devices from device list
dm-* devices are references to existing /dev/sd* and
/dev/mapper/<wwid>. We should not depend on them and only present
/dev/sd* and /dev/mapper/<wwid> to the user.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-storage | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt-config-storage
2008 Apr 23
2
Transport endpoint is not connected
Hi,
I want to share a partition of an external disk between 3 machines. It
is located on a Sun StoreTek 3510 and bound (via multipathing) to all 3
machines.
One machine (say mach1) is the node I used to create the filesystem and
setup /etc/ocfs2/cluster.conf. I copied the file to the other 2
machines. All use the same /etc/multipath.conf[1], too. All start
/etc/init.d/ocfs2 at boot, all are
2019 Feb 07
2
persistent generic device for tape changer
Hello Ron,
sounds good. I have 2 tape changer. I persume, udev creates the same
link for both.
Can I modify
SYMLINK+="changer-$env{ID_SERIAL}"
The serial should be unique.
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565 Stuttgart
Gesch?ftsf?hrung
Helmut Drodofsky
HRB 21091 Stuttgart
USt.ID: DE190582774
Fon: 0711 781941 0 <tel:+497117819410>
Fax:
2005 Dec 27
2
NoMethodError in new scaffold
Hi All,
I created a new rails application using rails 1.0. I used "ruby
script\generate scaffold" for each of my tables. This worked on all but
2 of my tables. When I go to the new or edit action of my requests or
admins table, I get the error below.
On one table called admins I hadn''t followed the correct naming
convention and wasn''t able to edit or create
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
Quote everywhere that we reference wwid in o-c-storage, o-c-boot
and ovirt-functions.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 6 +-
scripts/ovirt-config-storage | 178 +++++++++++++++++++++---------------------
scripts/ovirt-functions | 38 +++++-----
3 files changed, 111 insertions(+), 111 deletions(-)
diff --git
2011 May 19
8
Mapping sas address to physical disk in enclosure
Hi, we have SunFire X4140 connected to Dell MD1220 SAS enclosure,
single path, MPxIO disabled, via LSI SAS9200-8e HBA. Disks are visible
with sas-addresses such as this in "zpool status" output:
NAME STATE READ WRITE CKSUM
cuve ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
2016 Feb 17
1
slightly off-topic, RAID program for on-board SAS 2308-4i ?
On Tue Feb 16 03:35:06 PM, John R Pierce wrote:
Thanks to both you and Mark Roth for chiming in and thank you
for the lsi-raidinfo script.
> On 2/16/2016 3:23 PM, Zube wrote:
> >Does anyone know what program can be used to query the RAID status
> >from the OS for an on-board LSI SAS 2308-4i?
>
> the 2308 isn't actually a megaraid,
Right, that is in agreement with both
2017 Oct 09
0
SCSI block device name/multipath question
...SUNG_MZ7LM480HMHQ-00005_S2UJNX0J102216
-> ../../dm-5
disks 2:0 + 3:0 are configured as multipath devices (and subsequently
set up by device mapper), disks 0:0 + 1:0 are not.
SAMSUNG_MZ7LM480HMHQ-00005_S2UJNX0J102216 and
SAMSUNG_MZ7LM480HMHQ-00005_S2UJNX0J102214 are listed in
/etc/multipath/wwids (and get re-listed after reboot when i manually
remove them).
why are two of the four local disks configured as multipath devices? As
far as i understood documentation this shouldn't happen
thx 4 help
matthias
2019 Feb 07
0
persistent generic device for tape changer
On Thu, 2019-02-07 at 10:56 +0100, Helmut Drodofsky wrote:
> Hello,
>
> mtx and therefor amanda use generic device /dev/sg<x> for tape
> changer.
>
> These devices change on reboot.
>
> How to make them persistent?
>
> /dev/sch0 and /dev/sch1 seem to be persistent.
>
> /dev/tape/by-id/ shows links from WWID to generic device
>
> An UDEV rule
2019 Feb 07
0
persistent generic device for tape changer
I've taken you as far as I can go. ?Now you will have to experiment a
bit for your use case. ?I should point out that at least in my system,
the link with the serial number in it shows up even with the line
commented in the rules file.
As always, YMMV.
On Thu, 2019-02-07 at 22:29 +0100, Helmut Drodofsky wrote:
> Hello Ron,
>
> sounds good. I have 2 tape changer. I persume, udev
2007 Apr 26
2
OGG Vorbis I
Hi,all
I don't quite understand why vorbis I spec dictates that "Ogg stream
must be unmultiplexed".
Ogg can include both audio and video, that means one Ogg stream can both
have vorbis and theora multiplexed. How vorbis I spec say could not
allowed?
Thanks!
Best Regards,
Emily Gao
Tel:86-21-38764688 ext:6392(WWID 0760)
VIA-VEPD-APP-CODEC
-------------- next part
2007 Aug 24
1
OGG Vorbis I
Hi,all
I don't quite understand why vorbis I spec dictates that "Ogg stream
must be unmultiplexed".
Ogg can include both audio and video, that means one Ogg stream can both
have vorbis and theora multiplexed. How vorbis I spec say could not
allowed?
Thanks!
Best Regards,
Emily Gao
Tel:86-21-38764688 ext:6392(WWID 0760)
VIA-VEPD-APP-CODEC
-------------- next part
2010 Jul 20
1
RDAC for IBM DS4700
Hi all,
I have problem with my servers. I use two of HP Blade Servers and RHEL 4.6
installed on them, and have IBM DS4700 connected to them.
In those servers are running RHCS (Red Hat Cluster Suite) with GFS for
handling Oracle Database.
Yesterday, I had missing one partition from the storage, suddenly. I called
IBM and they suggested to use RDAC.
The question is, Why should use IBM RDAC for
2014 Feb 24
0
NPIV & multipath inside domU
Hopefully someone can help get multipath working inside a domU. I'm using Xen 4.2.3 on a SLES 11 dom0, and both a SLES11 domU and a CentOS 6 domU. I'm using NPIV to connect my SAN disks to my domU, and, due to the way my SAN presents the LUNs, need to use multipath inside the domU. I've tried this on both SLES11 and CentOS6 with pretty much the same result. The root issue seems to