Results 1 to 9 of 9
-
11-29-2011, 10:28 AM #1Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
confused between physical label on tape and TSM labeling ???
Hi all,
what exactly label libvol does ?
I am confused between label physically located on Tape and labeling in TSM with "label libvol" command.
I have few new tapes that are having physical lablels on them and i tried to do following but TSM did not find them.
I have added these tapes to tape library (via I/O slot) and did following
Please let me know what is wrong and how to solve this.
thanks in advance!
and then i tried below too, but no luckCode:tsm: TSM>checkin libvol IBM3494-05 search=yes checklabel=yes status=scratch ANS8003I Process number 1974 started. tsm: TSM>q actlog search=1974 Date/Time Message -------------------- ---------------------------------------------------------- 11/28/2011 14:58:58 ANR0984I Process 1974 for CHECKIN LIBVOLUME started in the BACKGROUND at 14:58:58. (SESSION: 32040, PROCESS: 1974) 11/28/2011 14:58:58 ANR8422I CHECKIN LIBVOLUME: Operation for library IBM3494-05 started as process 1974. (SESSION: 32040, PROCESS: 1974) 11/28/2011 14:59:11 ANR2017I Administrator ADMIN issued command: QUERY PROCESS 1974 (SESSION: 32040) 11/28/2011 14:59:37 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 14:59:58 ANR2017I Administrator ADMIN issued command: QUERY PROCESS 1974 (SESSION: 32040) 11/28/2011 15:01:23 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:02:19 ANR2017I Administrator ADMIN issued command: QUERY ACTLOG search=1974 (SESSION: 32040) 11/28/2011 15:02:54 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:04:39 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:05:06 ANR2017I Administrator ADMIN issued command: QUERY ACTLOG search=1974 (SESSION: 32040) 11/28/2011 15:06:24 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:08:08 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:10:09 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:11:54 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:13:39 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:14:12 ANR2017I Administrator ADMIN issued command: QUERY ACTLOG search=1974 (SESSION: 32040) 11/28/2011 15:15:24 ANR8472I Error reading label of volume in drive IBM3592E07 (/dev/rmt9) of library IBM3494-05. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:16:33 ANR8431I CHECKIN LIBVOLUME process completed for library IBM3494-05; 0 volume(s) found. (SESSION: 32040, PROCESS: more... (<ENTER> to continue, 'C' to cancel) 1974) 11/28/2011 15:16:33 ANR0985I Process 1974 for CHECKIN LIBVOLUME running in the BACKGROUND completed with completion state SUCCESS at 15:16:33. (SESSION: 32040, PROCESS: 1974) 11/28/2011 15:21:06 ANR2017I Administrator ADMIN issued command: QUERY ACTLOG search=1974 (SESSION: 32040)
Code:tsm: TSM>label libvol IBM3494-05 checkin=scratch search=yes overwrite=yes ANS8003I Process number 1977 started. tsm: TSM>q actlog search=1977 Date/Time Message -------------------- ---------------------------------------------------------- 11/28/2011 15:29:50 ANR0984I Process 1977 for LABEL LIBVOLUME started in the BACKGROUND at 15:29:50. (SESSION: 32040, PROCESS: 1977) 11/28/2011 15:29:50 ANR8799I LABEL LIBVOLUME: Operation for library IBM3494-05 started as process 1977. (SESSION: 32040, PROCESS: 1977) 11/28/2011 15:29:52 ANR8801I LABEL LIBVOLUME process 1977 for library IBM3494-05 completed; 0 volume(s) labeled, 0 volume(s) checked-in. (SESSION: 32040, PROCESS: 1977) 11/28/2011 15:29:52 ANR0985I Process 1977 for LABEL LIBVOLUME running in the BACKGROUND completed with completion state SUCCESS at 15:29:52. (SESSION: 32040, PROCESS: 1977) 11/28/2011 15:30:06 ANR2017I Administrator ADMIN issued command: QUERY PROCESS 1977 (SESSION: 32040) 11/28/2011 15:30:06 ANR0942E QUERY PROCESS: Process 1977 cannot be found. (SESSION: 32040) 11/28/2011 15:30:13 ANR2017I Administrator ADMIN issued command: QUERY ACTLOG search=1977 (SESSION: 32040)
-
11-29-2011, 11:08 AM #2
Add OVERWRITE=YES and see if that fixes it.
-
11-29-2011, 11:14 AM #3Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
Hi Chad Small,
I added OVERWRITE=YES (in the second code below), but it din't find any tapes.
what may be the reason ?
-
11-29-2011, 11:36 AM #4
Your checkin probably caused the tapes to be checked in and then set to private when TSM could not use them. You need to check them out then rerun the label libvol command.
-
11-29-2011, 11:47 AM #5Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
Hi Chad Small,
i can't see them in list produced by "q libvol" command and also at AIX level i used "mtlib -l /dev/lmcp0 -qI" to check.
Anyway, how could i checkout the tapes ?
Thanks in advance!
-
11-29-2011, 03:23 PM #6Member
- Join Date
- Feb 2011
- Location
- Hyderabad, India
- Posts
- 114
- Thanks
- 12
- Thanked 1 Time in 1 Post
Use this command, it should work,
tsm> label libvolume library_name Search=Yes labelsource=barcode checkin=scratch
if above doesn't work, Use Library GUI to remove those tapes to I/O slot and run following command,
tsm> label libvolume library_name search=bulk labelsource=barcode checkin=scratch
or
tsm> label libvolume library_name search=bulk labelsource=barcode checkin=scratch override=yes
-
11-29-2011, 03:33 PM #7Newcomer
- Join Date
- Sep 2007
- Location
- Montreal
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
-
11-29-2011, 04:13 PM #8Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
thanks for the replies,
looks like "labelsource=barcode" option works only for SCSI library but mine is 349X library (http://publib.boulder.ibm.com/infoce...nragd55207.htm)
-
11-30-2011, 04:13 PM #9Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
OK...the tapes were ejected to I/O ports as checkin was not successful
so removed and added them again to I/O ports of library and did following and everything works fine.
Thanks everyone for replies.label libvol <library_name> search=yes checkin=scratch overwrite=yes
Similar Threads
-
Labeling with same label all the time
By sai in forum Tape / Media LibraryReplies: 0Last Post: 08-24-2011, 03:05 PM -
barcode label does not match tape label
By cwinters in forum Administrative ClientReplies: 2Last Post: 03-11-2010, 05:58 PM -
Labeling new tape in 4MM Manual tape library
By huttivoli in forum Tape / Media LibraryReplies: 3Last Post: 11-06-2008, 02:45 AM -
Labeling tapes already containing a label
By c.j.hund in forum Tape / Media LibraryReplies: 7Last Post: 10-16-2008, 04:12 PM -
2 physical tape libraries, 1 instance of TSM?
By bigmonkey30 in forum TSM ServerReplies: 5Last Post: 06-01-2007, 06:02 AM


Reply With Quote

