Cannot remove root Filesystem from the Multipath configuration

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Cannot remove root Filesystem from the Multipath configuration
Prev   Next
# 1  
Old 01-23-2014
Cannot remove root Filesystem from the Multipath configuration

Hello all,

I am running "Red Hat Enterprise Linux Server release 6.4 (Santiago)"
The root Filesystem is currently part of the Multipath configuration and I need to remove it without rebooting the production Server.
The wwid I want to remove from Multipathing is the last one i the list of wwid's below, i.e. 3600508b1001c5c8ef3f93243d9a1bd41
I'll provide the files I think might be required. Any help would be great.
Code:
#cat /etc/fstab
/dev/mapper/vgroot-lvroot /                       ext4    defaults        1 1
UUID=4562a55c-c3ab-436a-a222-e82df753c756 /boot                   ext4    defaults        1 2
/dev/mapper/vgroot-lvoracle /bt/oracle              ext4    defaults        1 2
/dev/mapper/vgroot-lvmigration  /bt/migration      ext4    defaults        1 2
/dev/mapper/vgbackup-lvbackup    /bt/backup      ext4    defaults        1 2
/dev/mapper/vgroot-lvhome /home                   ext4    defaults        1 2
/dev/mapper/vgroot-lvopt /opt                    ext4    defaults        1 2
/dev/mapper/vgroot-lvtmp /tmp                    ext4    defaults        1 2
/dev/mapper/vgroot-lvusr /usr                    ext4    defaults        1 2
/dev/mapper/vgroot-lvvar /var                    ext4    defaults        1 2
/dev/mapper/vgroot-lvswap swap                    swap    defaults        0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0

# ll /dev/mapper
total 0
lrwxrwxrwx. 1 root root      7 Jan 23 16:37 asm-data -> ../dm-3
lrwxrwxrwx. 1 root root      7 Jan 23 16:37 asm-data1 -> ../dm-8
lrwxrwxrwx. 1 root root      7 Jan 23 16:37 asm-data2 -> ../dm-1
lrwxrwxrwx. 1 root root      7 Jan 23 16:37 asm-data3 -> ../dm-7
lrwxrwxrwx. 1 root root      7 Jan 23 16:37 asm-log -> ../dm-0
lrwxrwxrwx. 1 root root      7 Jan 23 16:37 asm-stdby-data -> ../dm-9
lrwxrwxrwx. 1 root root      7 Jan 23 16:37 backup01 -> ../dm-2
crw-rw----. 1 root root 10, 58 Jan 23 14:34 control
lrwxrwxrwx. 1 root root      7 Jan 23 14:34 mpatha -> ../dm-4
lrwxrwxrwx. 1 root root      7 Jan 23 14:34 mpathap1 -> ../dm-5
lrwxrwxrwx. 1 root root      7 Jan 23 14:34 mpathap2 -> ../dm-6
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgbackup-lvbackup -> ../dm-19
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvhome -> ../dm-15
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvmigration -> ../dm-18
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvopt -> ../dm-13
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvoracle -> ../dm-17
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvroot -> ../dm-10
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvswap -> ../dm-11
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvtmp -> ../dm-14
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvusr -> ../dm-16
lrwxrwxrwx. 1 root root      8 Jan 23 14:34 vgroot-lvvar -> ../dm-12

#cat /etc/multipath/wwids
/360a98000424a414b453f443548503642/
/360a98000424a414b453f443548503644/
/360a98000424a414b453f443548503646/
/360a980004246534a342b444739665568/
/360a980004246534a342b44473966556a/
/360a980004246534a342b444739665566/
/360a980004246534a342b44473966556c/
/360a980004246534a342b444739665572/
/360a980004246534a342b444739665570/
/360a980004246534a342b444739665574/
/360a980004246534a342b44473966556e/
/360a98000424a414b453f44354850364a/
/360a980004246534a342b444739665576/
/360a980004246534a342b444739665578/
/360a980004246534a342b44473966557a/
/3600508b1001c5c8ef3f93243d9a1bd41/

# multipath -F
Jan 23 17:27:37 | asm-data: map in use
Jan 23 17:27:37 | mpatha: map in use
Jan 23 17:27:37 | backup01: map in use
Jan 23 17:27:37 | asm-log: map in use
Jan 23 17:27:37 | asm-stdby-data: map in use
Jan 23 17:27:37 | asm-data3: map in use
Jan 23 17:27:37 | asm-data1: map in use

#cat /etc/multipath.conf | grep -v ^#
defaults {
        user_friendly_names yes
        path_grouping_policy multipath
        find_multipaths yes
}

multipaths {
   multipath {
      wwid     360a980004246534a342b44473966556e
      alias    backup01
      }
   multipath {
      wwid      360a98000424a414b453f443548503644 
      alias     asm-data
      }
   multipath {
      wwid      360a98000424a414b453f443548503642 
      alias     asm-log
      }
   multipath {
      wwid     360a980004246534a342b444739665576
      alias    asm-data1
      }
   multipath {
      wwid     360a98000424a414b453f44354850364a
      alias    asm-data2
      }
   multipath {
      wwid     360a980004246534a342b44473966557a 
      alias    asm-data3
      }
   multipath {
      wwid     360a980004246534a342b444739665578 
      alias    asm-stdby-data
      }
   }

===========================================================

Thanks in advance for any help!

Last edited by vbe; 01-23-2014 at 02:22 PM.. Reason: code tags
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Multipath configuration not being detected

Hi, In a RHEL 5 box, I have just added new multipath configurations in /etc/multipath.conf : blacklist_exceptions { wwid "360002ac0000000000000008e0001ee00" wwid "360002ac0000000000000008f0001ee00" wwid "360002ac000000000000000900001ee00" wwid... (0 Replies)
Discussion started by: anaigini45
0 Replies

2. Solaris

Multipath address configuration in Solaris 10.

Hi all, I'm wondering if anyone knows whether Solaris IPMP can be configured such that the IPs of the physical NICs are not available to applications when using IP4 or if the group address and the underlying physical address are always present? Thanks. (3 Replies)
Discussion started by: Skrynesaver
3 Replies

3. Red Hat

Multipath.conf configuration max_fds

Hi all, I am looking at the specific configuration settings for multipath.conf on RHEL5.5. In particular i was looking at the max_fds setting. Can anyone tell me the max number of open file descriptors that the RHEL5.5 system can have? It has been set previously to 8192, and i was... (4 Replies)
Discussion started by: Tommyk
4 Replies

4. Linux

root filesystem goes readonly

I see this when tried to create a dir using root fstab entries are pretty normal tried to remount with rw but it is still the same block device /dev/sda2 is write-protected ---------- Post updated at 04:57 PM ---------- Previous update was at 03:51 PM ---------- fstab entry ... (4 Replies)
Discussion started by: robo
4 Replies

5. Solaris

Resizing the Root Filesystem

Is it possible to increase the root filesystem size without reboot ?? (4 Replies)
Discussion started by: gowthamakanthan
4 Replies

6. UNIX for Dummies Questions & Answers

Root filesystem filling up!

Hi all. New to the forum and new to Unix admin... / filesystem filled up and I can't find where the large files are. Any help will be apppreciated: # df -k Filesystem kbytes used avail capacity Mounted on /dev/dsk/c1t0d0s0 8063580 7941745 41200 100% / /proc ... (4 Replies)
Discussion started by: jamie_collins
4 Replies

7. Solaris

Root Filesystem

Hi, Can we install root file system on other than 0th slice???? (5 Replies)
Discussion started by: tirupathiraju_t
5 Replies

8. UNIX for Advanced & Expert Users

Mounted Root Filesystem

In my Solaris 10 based server, I have noticed the following mounts when a use DF -K /dev/dsk/c0t0d0s0 5062414 3213876 1797914 65% / / 5062414 3213876 1797914 65% /net/se420 I understand the first mount because it appears in my vfstab file and is the mount of root that I would expect.... (1 Reply)
Discussion started by: jimthompson
1 Replies
Login or Register to Ask a Question