Sponsored Content
Operating Systems Solaris effect of change of mpd preferred path settings Post 302336961 by sundar3350 on Thursday 23rd of July 2009 07:25:20 AM
Old 07-23-2009
effect of change of mpd preferred path settings

Hello All,

In the output of the command "mpdcontrol -no xlist", I found that, some of the preferred paths are marked as "err". You can see the output below:

Code:
# mpdcontrol -noxlist
Unit Dev# MPD_ID/Policy   DeviceName      FC_AL DevMajMin IOcnt State
==============================================================
   0    0 mpd0            c16t0d0             - 32,1920   10150 opn enb prf
        1 prefer          c18t0d0             - 32,2160       0 opn enb
--------------------------------------------------------------------------------
   1    0 mpd1            c16t0d1             - 32,2400     424 opn enb
        1 prefer          c18t0d1             - 32,3072   51714 opn enb prf
--------------------------------------------------------------------------------
   2    0 mpd2            c16t0d2             - 32,2408    1888 opn enb prf
        1 prefer          c18t0d2             - 32,3080       0 opn enb
--------------------------------------------------------------------------------
   3    0 mpd3            c16t0d3             - 32,2416     247 opn enb
        1 prefer          c18t0d3             - 32,3088   29714 opn enb prf
--------------------------------------------------------------------------------
   4    0 mpd4            c16t0d10            - 32,2472   44936 opn enb prf
        1 prefer          c18t0d10            - 32,3144       0 opn enb
--------------------------------------------------------------------------------
   5    0 mpd5            c17t1d0             - 32,2048      56 err
        1 prefer          c19t1d0             - 32,2288   87250 opn enb prf
--------------------------------------------------------------------------------
   6    0 mpd6            c17t1d1             - 32,2904   41400 err prf
        1 prefer          c19t1d1             - 32,3576   11942 opn enb
--------------------------------------------------------------------------------
   7    0 mpd7            c17t1d2             - 32,2912      56 err
        1 prefer          c19t1d2             - 32,3584    1832 opn enb prf
--------------------------------------------------------------------------------
   8    0 mpd8            c17t1d3             - 32,2920   29409 err prf
        1 prefer          c19t1d3             - 32,3592   68081 opn enb
--------------------------------------------------------------------------------
   9    0 mpd9            c17t1d10            - 32,2976     295 err
        1 prefer          c19t1d10            - 32,3648   44936 opn enb prf
--------------------------------------------------------------------------------

In this output we can see that some of the preferred paths were set to "err". So, those preferred paths were later changed to point to the normal disks.

Will changing of these settings result in any slowdown of the system?
 

9 More Discussions You Might Find Interesting

1. Solaris

how do I change locale settings?

I support a product which writes to log files and it's currently formatting the date in US format. I've established this is due to these settings: account1# locale -k d_fmt t_fmt d_fmt="%m/%d/%y" t_fmt="%H:%M:%S" If I log on with a different account the settings are different: ... (1 Reply)
Discussion started by: m223464
1 Replies

2. HP-UX

command to change duplex settings..

Hi Folks, I want the command to change the duplex settings of a HP-UX server. Thanks in advance. Sagar. (2 Replies)
Discussion started by: sag71155
2 Replies

3. Shell Programming and Scripting

PATH variable settings

The contents of My PATH variable gets printed more than once if get it using the command echo $PATH Is there any way to set it right (5 Replies)
Discussion started by: preyan
5 Replies

4. Shell Programming and Scripting

How to change Absolute path to Relative path

Hello, I have a doubt:- --------------------- Current script:- ################################################################################################ prefix=user@my-server: find . -depth -type d -name .git -printf '%h\0' | while read -d "" path ; do ( cd "$path" || exit $?... (4 Replies)
Discussion started by: sahil_jammu
4 Replies

5. UNIX for Dummies Questions & Answers

PATH settings don't seem to persist across sessions

I recently installed LaTeX on my linux machine and I attempted to add a directory to the PATH as the instructions say to do. They tell me to give the following command: PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH; export PATH After I do this I can use commands such as "pdflatex" anywhere,... (5 Replies)
Discussion started by: TR5
5 Replies

6. AIX

Settings change in aix

Hi Can any one tell the procedure to change the maxpout and minpout settings on AIX (1 Reply)
Discussion started by: newtoaixos
1 Replies

7. Red Hat

Change user settings..

Hi, I have 48 cores in my server. I want to assign 50% of the cores to certain programs and rest to some other programms. I found the command "taskset" very good option to assign cpu afinity to already running programms or newly created programms. But the problem is even if i set a cron to... (1 Reply)
Discussion started by: Rantu
1 Replies

8. UNIX for Dummies Questions & Answers

Nofiles & nproc change on RHEL not taking effect

I am installing a statistical applicaton and for its web components it is a listed requirement that I have soft limits of files (20480) and no of processes (soft t o 10240). I am on RHEL 6.1. As root I made the following changes in /etc/security/limits.conf * soft nproc 10240 * hard nproc... (4 Replies)
Discussion started by: rsheikh01
4 Replies

9. Shell Programming and Scripting

[All variants] Change settings

Hi, I have a big settings confg (file attached). There are a few separate tasks that I have to accomplish. All scripting/programming languages are appreciated. 1. I need to parse all values and output to stdout. Sample output (truncated): VALUEA 2017-01-01 Lores ipsum Lorem ipsum dolor sit... (11 Replies)
Discussion started by: useretail
11 Replies
set cdscp preferred clearinghouse(1m)									     set cdscp preferred clearinghouse(1m)

NAME
set cdscp preferred clearinghouse - Specifies a preferred clearinghouse to use for satisfying read requests that result from CDS control program commands SYNOPSIS
cdscp set cdscp preferred clearinghouse [clearinghouse-name] ARGUMENTS
The full name of the preferred clearinghouse. If you omit this argument, the command causes CDS to revert to the default, which is to use any clearinghouse. DESCRIPTION
The set cdscp preferred clearinghouse command specifies a preferred clearinghouse to use for satisfying read requests that result from CDS control program commands. You cannot specify a preferred clearinghouse for making modifications, because these requests always use the master replica. You must use this command within the CDS control program. Exiting from the CDS control program removes the preferred clearinghouse setting. You must reset the preferred clearinghouse each time you enter the CDS control program. Permissions Required None NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
The following command specifies /.:/Paris_CH as the preferred clearinghouse: $ cdscp cdscp> set cdscp preferred clearinghouse /.:/Paris_CH RELATED INFORMATION
Command: show cdscp preferred clearinghouse(1m) set cdscp preferred clearinghouse(1m)
All times are GMT -4. The time now is 03:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy