lsdev -Cc and location info


 
Thread Tools Search this Thread
Operating Systems AIX lsdev -Cc and location info
# 1  
Old 10-18-2010
lsdev -Cc and location info

Hi,

I try to understand what means the following location code I can get with the following command :
Code:
lsdev -Cc tape
rmt0 Available 05-08-02 IBM 3580 Ultrium Tape Drive (FCP)
rmt1 Available 05-08-02 IBM 3580 Ultrium Tape Drive (FCP)


I can find info for 05-08, means RMT0/1 are discovered/using FCS0 Hba :

Code:
lsdev -Cc adapter |grep fcs
fcs0      Available 05-08 FC Adapter
fcs1      Available 09-08 FC Adapter
fcs2      Available 0A-08 FC Adapter
fcs3      Available 0B-08 FC Adapter

but ... what means the XX-XX-02 number ?

Thanks,

Fabien
# 2  
Old 10-18-2010
It is the so-calloed "location code". You might want to google it and to read this thread for more information.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with copying the list of files from one location to other location

A) I would like to achive following actions using shell script. can someone help me with writing the shell script 1) Go to some dir ( say /xyz/logs ) and then perform find operation in this dir and list of subdir using find . -name "*" -print | xargs grep -li 1367A49001CP0162 >... (1 Reply)
Discussion started by: GG2
1 Replies

2. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies

3. Shell Programming and Scripting

File created in a different location instead of desired location on using crontab

Hi, I am logging to a linux server through a user "user1" in /home directory. There is a script in a directory in 'root' for which all permissions are available including the directory. This script when executed creates a file in the directory. When the script is added to crontab, on... (1 Reply)
Discussion started by: archana.n
1 Replies

4. Shell Programming and Scripting

Shell Script for Copy files from one location to another location

Create a script that copies files from one specified directory to another specified directory, in the order they were created in the original directory between specified times. Copy the files at a specified interval. (2 Replies)
Discussion started by: allways4u21
2 Replies

5. Shell Programming and Scripting

Put one string from one location to another location in a file

Hi Everyone, I have 1.txt here a b c' funny"yes"; d e The finally output is: here a b c d e' funny"yes"; (1 Reply)
Discussion started by: jimmy_y
1 Replies

6. UNIX for Dummies Questions & Answers

Dynix/ptx equivalents of lsdev, mkdev etc.

I am familiar with the AIX commands lsdev, mkdev, rmdev and so on. Have been asked to look at a very old Sequent Quad box running Dynix/ptx - believed to be version 2.4.1 ! These commands don't appear to be present. Can anyone please identify the equivalent Dynix commands? I've been handed the... (0 Replies)
Discussion started by: itboss
0 Replies

7. UNIX for Advanced & Expert Users

copy files from one location to similar location

I need help in forming a script to copy files from one location which has a sub directory structure to another location with similar sub directory structure, say location 1, /home/rick/tmp_files/1-12/00-25/ here 1-12 are the number of sub directories under tmp_files and 00-25 are sub... (1 Reply)
Discussion started by: pharos467
1 Replies

8. Shell Programming and Scripting

lsdev

i am currently migrating code from Hp-ux to linux. The lsdev command however didn't seem to work. I even tried the lspci command do ul know of any alternative? (1 Reply)
Discussion started by: VGR
1 Replies

9. AIX

bindprocessor and lsdev

hello I don't understand the difference between bindprocessor -q and lsdev -Cc processor When i use the first, i have 8 processors, but when i use the second, i have 4 processors ? thank you for your help, (0 Replies)
Discussion started by: pascalbout
0 Replies
Login or Register to Ask a Question