Sponsored Content
Operating Systems Solaris Luxadm display not showing a LUN as expected Post 302976166 by ludiegu on Friday 24th of June 2016 11:56:37 AM
Old 06-24-2016
@Gull04
I don't think so, as the same number of LUN is in an OK state on the other node of this cluster.

@Peasant
Correct, path are OK on format, but not on luxadm. As stated, the same OS is on the other node of the cluster, and the LUN is ok.
Veritas recognize the different paths of the "broken" disk as different ones, and here is my true problem Smilie

@achenle
The names are ibm_ds8x002_6146 for the "broken" one and ibm_ds8x002_4900 for the "correct" one.

Is there any way to "force" the luxadm infos?

Thanks!
--
Diego
 

9 More Discussions You Might Find Interesting

1. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

2. Solaris

luxadm probe and vxdisk list don't matchup

I have a new SAN (Fujitsu Eternus 2000) and am trying to setup a veritas cluster on it, however veritas does not see all of the vluns I have exposed to the box. The OS does see them though. I have seen a lot of post about this, but it seems they are about people having just the opposite problem... (0 Replies)
Discussion started by: timothy.edwards
0 Replies

3. Solaris

Non-Root mode ... luxadm to show path(s) for Disks

Hi Gurus out there... I am pondering over a situation where I have non-root access (user account), where I am trying to determine paths (including multipaths) on a host. "luxadm display" seems very appropriate, but requires root access. Is there anyway I can get the FC path information? ... (1 Reply)
Discussion started by: verisund
1 Replies

4. Shell Programming and Scripting

Display Error [: : integer expression expected

i have lunix 5.4 i make script to tack the export from database 11g by oracle user the oracle sheel is /bin/bash when run this script display this error ./daily_xport_prod: line 36: the daily_xport_prod script #! /bin/sh # ORACLE_HOME=/u01/appl/oracle/product/11.2.0/db_1 export... (8 Replies)
Discussion started by: m_salah
8 Replies

5. Solaris

SAN/Solaris: luxadm shows NOT CONNECTED

Hi, I have a question regarding HBA configuration. Here are the commands' output: # cfgadm -al | grep fc c1 fc-fabric connected unconfigured unknown c2 fc connected unconfigured unknown c5 ... (11 Replies)
Discussion started by: aixlover
11 Replies

6. Solaris

Mpathadm showing no paths to 1 lun, others luns are fine

Hi, I've noticed that mpathadm states that one of our luns has no active paths: /dev/rdsk/c6t60000970000298700009533031324333d0s2 Total Path Count: 4 Operational Path Count: 4 /dev/rdsk/c6t60000970000298700009533031333037d0s2 ... (3 Replies)
Discussion started by: badoshi
3 Replies

7. Solaris

Luxadm displaying incorrect LUN parameter...

Hello, I have Solaris 10 running on one of rack server with dual port FC card. Each port of FC card is connected to two switches respectively. I have been trying to test multipathing functionality with one of FC Storage. While I have two storage controllers , each connected to the two switches... (0 Replies)
Discussion started by: linuxfreaker
0 Replies

8. Solaris

Issue with luxadm?

Hello, I have Solaris 10 running on one of rack server with dual port FC card. Each port of FC card is connected to two switches respectively. I have been trying to test multipathing functionality with one of FC Storage. While I have two storage controllers , each connected to the two switches... (2 Replies)
Discussion started by: linuxfreaker
2 Replies

9. Solaris

LUn' unmapped from storage still showing on Solaris 10

How can i remove LUN's from solaris 10 those are unmapped from SAN? from storage side i got confirmation that they removed lun. but in my solaris box still it's visible. i tried below. root@globalares2.example.com #luxadm -e offline /dev/rdsk/c2t600D02310007D16C42FF09E24B5B8255d0s2... (7 Replies)
Discussion started by: bentech4u
7 Replies
MULTIPATHD(8)						      System Manager's Manual						     MULTIPATHD(8)

NAME
multipathd - multipath daemon SYNOPSIS
multipathd [options] DESCRIPTION
The multipathd daemon is in charge of checking for failed paths. When this happens, it will reconfigure the multipath map the path belongs to, so that this map regains its maximum performance and redundancy. This daemon executes the external multipath config tool when events occur. In turn, the multipath tool signals the multipathd daemon when it is done with devmap reconfiguration, so that it can refresh its failed path list. OPTIONS
-d Forground Mode. Don't daemonize, and print all messages to stdout and stderr. -v level Verbosity level. Print additional information while running multipathd. A level of 0 means only print errors. A level of 3 or greater prints debugging information as well. -k multipathd will enter interactive mode. From this mode, the available commands can be viewed by entering "help". When you are fin- ished entering commands, press CTRL-D to quit. COMMANDS
The following commands can be used in interactive mode: list|show paths Show the paths that multipathd is monitoring, and their state. list|show maps|multipaths Show the multipath devices that the multipathd is monitoring. list|show maps|multipaths status Show the status of all multipath devices that the multipathd is monitoring. list|show maps|multipaths stats Show some statistics of all multipath devices that the multipathd is monitoring. list|show maps|multipaths topology Show the current multipath topology. Same as "multipath -ll". list|show topology Show the current multipath topology. Same as "multipath -ll". list|show map|multipath $map topology Show topology of a single multipath device specified by $map, e.g. 36005076303ffc56200000000000010aa. This map could be obtained from "list maps". list|show config Show the currently used configuration, derived from default values and values specified within the configuration file /etc/multi- path.conf. list|show blacklist Show the currently used blacklist rules, derived from default values and values specified within the configuration file /etc/multi- path.conf. list|show devices Show all available block devices by name including the information if they are blacklisted or not. add path $path Add a path to the list of monitored paths. $path is as listed in /sys/block (e.g. sda). remove|del path $path Stop monitoring a path. $path is as listed in /sys/block (e.g. sda). add map $map Add a multipath device to the list of monitored devices. $map can either be a device-mapper device as listed in /sys/block (e.g. dm-0) or it can be the alias for the multipath device (e.g. mpath1) or the uid of the multipath device (e.g. 36005076303ffc56200000000000010aa). remove|del map $map Stop monitoring a multipath device. resize map|multipath $map Resizes map $map to the given size switch|switchgroup map $map group $group Force a multipath device to switch to a specific path group. $group is the path group index, starting with 1. reconfigure Reconfigures the multipaths. This should be triggered automatically after any hotplug event. suspend map|multipath $map Sets map $map into suspend state. resume map|multipath $map Resumes map $map from suspend state. fail path $path Sets path $path into failed state. reinstate path $path Resumes path $path from failed state. disablequeueing map|multipath $map Disabled queuing on multipathed map $map restorequeueing map|multipath $map Restore queuing on multipahted map $map SEE ALSO
multipath(8) kpartx(8) hotplug(8) AUTHORS
multipathd was developed by Christophe Varoqui, <christophe.varoqui@free.fr> and others. Linux Administrator's Manual November 2009 MULTIPATHD(8)
All times are GMT -4. The time now is 06:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy