Sponsored Content
Full Discussion: Retrieve LUN IDs
Operating Systems AIX Retrieve LUN IDs Post 302883214 by Fracker on Sunday 12th of January 2014 03:32:27 AM
Old 01-12-2014
INQ

We use "inq utility" to identify LUN IDs.

Code:
# ./inq.aix64_51 -showvol
Inquiry utility, Version V7.3-1506 (Rev 0.0)      (SIL Version V7.4.0.0 (Edit Level 1506)
Copyright (c) [1997-2012] EMC Corporation. All Rights Reserved.
For help type inq -h.

.............

---------------------------------------------------------------------------------
DEVICE        :VEND    :PROD            :REV   :SER NUM    :Volume  :CAP(kb)
---------------------------------------------------------------------------------
/dev/rhdisk0  :AIX     :VDASD           :      :hdisk2     :   00000:    71687000
/dev/rhdisk1  :AIX     :VDASD           :      :hdisk3     :   00000:    71687000

For EMC Storage you can use "powermt display dev=all" if powerpath is installed.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Ids

What's the relationship beteew IDS and informix ? (1 Reply)
Discussion started by: wuhuatao
1 Replies

2. UNIX for Dummies Questions & Answers

can't su to any IDs

hello friends, i had this problem couldn't figure out. Every time i tried to su to an id by this command. it gave all killed command after that. Can't use it at all. ( OS Irix ). Any help greatly appreciated. ========= server 23# su - hbl3121 Killed Killed Killed Killed Killed Killed... (2 Replies)
Discussion started by: anphdula
2 Replies

3. Shell Programming and Scripting

Migrating IDs

I need a script that will move files and change the ownership from a user's old home directory to a new home directory on multiple NIS+ servers. (0 Replies)
Discussion started by: mackdaddy07
0 Replies

4. Cybersecurity

Bayesian IDS

Hi there, I am working on Anomaly based Network IDS... Statistical based technique is simple but not quite effective in real scenario... I understand Bayesian classifier/Network is more effective in the context of anomaly detection, but i have very little idea about Bayesian approach for... (0 Replies)
Discussion started by: Dinakara
0 Replies

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

6. AIX

Multiple IDs

Hello Guys, We've around 20 machines & I've root access for all of them. Also, we have around 4 different ID's in these machines. I have to change the passwords every month, I was wondering is there a way to change the password for multiple IDs at one shot? Thanks, (1 Reply)
Discussion started by: AbhijithS
1 Replies

7. Shell Programming and Scripting

common ids

I have file1.txt I have file2.txt and I want to extract all the rows in file1.txt that have the same idsas file2.txt in the 3rd column in the file1.txt. so the output willl be I have tried sort ${data}/13.txt > ${data}/13 sort -k3,3 ${data}/333.txt > ${data}/333 awk... (4 Replies)
Discussion started by: johnkim0806
4 Replies

8. Shell Programming and Scripting

Match ids

Hello, I have two files File 1 with 10 columns rsid position ........ xx 1:10000 File 2 position 1:10000 2:2000 .... I need to extract the IDs given in file 2(column1) from file 1 (column2) and print all columns from file1. I am trying this command (1 Reply)
Discussion started by: nans
1 Replies

9. UNIX for Beginners Questions & Answers

List of all ids,groups, privilege ids

I wish to pull out a list of all user ids on the system, including the privileged ids, the groups to which they belong to. Sometimes after deleting an id also, its home dir does not get deleted or an entry is left behind in /etc/passwd. Can someone help me with a script to achieve both. (2 Replies)
Discussion started by: ggayathri
2 Replies
scsimgr_eschgr(7)					 Miscellaneous Information Manual					 scsimgr_eschgr(7)

NAME
scsimgr_eschgr - SCSI class driver eschgr plug-in for scsimgr DESCRIPTION
The SCSI class driver plug-in for implements management and diagnostic operations specific to classes of devices bound to the driver. is the native HP-UX SCSI class driver that handles, by default, all library/changer devices. The plug-in handles the following operations for driver o Display and clear driver global statistics and the statistics it maintains on instances of LUNs bound to it, and on related LUN paths. o Display status and other information maintained by driver on LUNs bound to it. o Get, set and save driver global and per-lun instance attributes. Commands The user can explicitly send the following commands to driver plug-in by specifying the Clears statistics. Displays information on attributes. Displays status and other information. Displays statistics. Saves value of attributes in a persistent store. Set current values of attributes. Note: Refer to scsimgr(1M) for the syntax of the above commands. However, the only instances where it is necessary to explicitly send a command to the plug-in is when performing operations on objects global to driver global statistics, attributes or status information. In all the other cases, automatically invokes the plug-in to perform the driver specific part of the operation, when the operation applies to LUNs bound to driver or to their LUN paths. Attributes The following table lists driver specific attributes. For details on the concept of attribute refer to scsimgr(1M). Note: The following conventions are used: o RO is Read Only. o RW is Read Write. o uint32 is unsigned 32 bits integer. ---------------------------------------------------------------- Object Attribute Name RO/RW Type Description ---------------------------------------------------------------- Global version RO string Version of driver eschgr ---------------------------------------------------------------- LUN default_secs RW uint32 Timeout for all com- mands not referenced below. Default: 30 ---------------------------------------------------------------- move_secs RW uint32 Timeout for the move command. Default: 1200 ---------------------------------------------------------------- readelem_secs RW uint32 Timeout for the read element status command. Default: 600 ---------------------------------------------------------------- initelem_secs RW uint32 Timeout for the ini- tialize element status command. Default: 600 ---------------------------------------------------------------- readaddr_secs RW uint32 Timeout for modesense 0x1D command. Default: 600 ---------------------------------------------------------------- exchange_secs RW uint32 Timeout for the exchange command. Default: 600 ---------------------------------------------------------------- I/O Load Balancing and Multi-Pathing Policies The driver does not support load balancing and has minimal support for multi-pathing. When the device is first opened after a system boot, a path is chosen and will remain fixed. If the path fails, the next open will pick a new path. EXAMPLES
To display plug-in general help and supported commands: To get driver global statistics: To clear driver global statistics: To get driver global status information: To display information about driver global attributes: AUTHOR
SCSI class driver plug-in for was developed by HP. SEE ALSO
scsictl(1M), scsimgr(1M), autochanger(7), intro(7), scsi(7). scsimgr_eschgr(7)
All times are GMT -4. The time now is 08:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy