Sponsored Content
Special Forums Hardware Filesystems, Disks and Memory vxdisk list output showing extra LUNs Post 302295405 by bond_ankur on Sunday 8th of March 2009 05:19:22 AM
Old 03-08-2009
hey budyy!!

yeh the controllers were changed for the storages
For this storage both the controllers failed at one go
So both were changed
Smilie

chek d below output if u cn chek nethin out Smilie

logs attached ...plz chek yr

and this command
vxdmpadm getlungroup dmpnodename=c#t#d#
does nt seem tob working
i think dats nt an option in my system

vxdmpadm getlungroup dmpnodename c4t2d2
VxVM vxdmpadm ERROR V-5-1-2585
Incorrect Usage


Usage: vxdmpadm option <attribute=value..>
option = [enable | disable | listctlr | getctlr | getsubpaths | getdmpnode | setattr |
listenclosure | start restore | stop restore | stat restored |
stat errord | cfgapm filename | listapm | iostat | getattr]

attribute can be one or more of ctlr, type, nodename, dmpnodename, interval
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Showing extra line/record in file

Hello everybody, My job is to load the data from Oracle table to flat file and from flat file to oracle table using ETL tool Informatica. My flat files are fixed width. In the first phase, it is loading 66351 records into data file through tool. When I checked through wc -l <data filename> it is... (1 Reply)
Discussion started by: srivsn
1 Replies

2. Filesystems, Disks and Memory

Showing an extra record/line

Hello everybody, I am working on ETL side. My job is to load the data from Oracle table to flat file and from flat file to oracle table using ETL tool Informatica. My flat files are fixed width. In the first phase, it is loading 66351 records into data file through tool. When I checked through... (1 Reply)
Discussion started by: srivsn
1 Replies

3. Shell Programming and Scripting

Extra output in the script

Hi , I am trying to execute the following script. #!/bin/sh find . -name "common.log.diff" if ; then cp common.log common.log.diff diff common.log common.log.diff > DIFFERENCE.log cp common.log common.log.diff grep "ERROR" DIFFERENCE.log if ; then echo "1" else echo "0" fi... (5 Replies)
Discussion started by: himvat
5 Replies

4. 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

5. Shell Programming and Scripting

Output from sql session having an extra whitespace

I am running a sql session within a shell script. Later I am performing some validations on the value coming from the sql session. The problem is that, the value I am getting from sql session have an extra white space at the begining(I am actually, assigning the outcome of the sql session to a... (5 Replies)
Discussion started by: mady135
5 Replies

6. Solaris

Adding new luns to mpxio config - showing up twice in format.

Hi, I have a sun 440, it already has LUN's configured with MPXIO. I just had more LUNS added, I did devfsadm and cfgadm -al, and they're showing up twice in "Format". :confused: There are no new fiber cables or HBA's involved, same physical setup, just adding LUNS. Aren't they... (0 Replies)
Discussion started by: BG_JrAdmin
0 Replies

7. 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

8. Shell Programming and Scripting

Now showing the correct output

Hello I am working on one script where I am trying to display all the directories which is inside the workspace but somehow it is giving me weird output and this is occurring only with one directory other also having the result.html file inside the directory. for i in `ls -1 | egrep -iv... (2 Replies)
Discussion started by: anuragpgtgerman
2 Replies

9. Shell Programming and Scripting

Extra Space in output - remove

Hi All I am trying to perform the below operation -count=`cat abc.txt | wc -l` echo$count 5 Head=Start"$DATE"00000"$count"File echo $HEAD START15020300000 5File There is a space coming before 5 which is not needed . How to ignore that . (4 Replies)
Discussion started by: honey26
4 Replies

10. Shell Programming and Scripting

Extra data in output file

Gents, I did a small scritp called make_file It read file1.txt file and generate an output as attached.. But the script is showing more extra information not needed. I have attached the output file as desired. Could you please help to fix this scrip to get the correct output Thanks... (4 Replies)
Discussion started by: jiam912
4 Replies
CGCLASSIFY(1)							 libcgroup Manual						     CGCLASSIFY(1)

NAME
cgclassify - move running task(s) to given cgroups SYNOPSIS
cgclassify [-g <controllers>:<path>] [--sticky | --cancel-sticky] <pidlist> DESCRIPTION
this command moves processes defined by the list of processes (pidlist) to the given control groups. The pids in the pidlist are separated by spaces -g <controllers>:<path> defines the control groups where the task will be moved. controllers is a list of controllers and path is the relative path to con- trol groups in the given controllers list. This flag can be used multiple times to define multiple pairs of lists of controllers and relative paths. Instead of the list of all mounted controllers, the wildcard * can be used. If this option is not used then cgclassify will automatically move the task to a control group based on /etc/cgrules.conf. --sticky If this option is used, the daemon of service cgred (cgrulesengd process) does not change both the specified pidlist and their chil- dren tasks. Without this option, the daemon does not change the specified pidlist but it automacically changes their child tasks to the right cgroup based on /etc/cgrules.conf. --cancel-sticky If this option is used, the daemon of service cgred (cgrulesengd process) can automatically change both the specified pidlist and their child tasks to the right cgroup based on /etc/cgrules.conf. FILES
/etc/cgrules.conf default libcgroup configuration file SEE ALSO
cgrules.conf (5), cgexec (1) Linux 2009-03-15 CGCLASSIFY(1)
All times are GMT -4. The time now is 02:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy