Unsolved

This post is more than 5 years old

5 Posts

682

July 11th, 2006 05:00

Tape Label : Solaris 9 Legato NW 7.2.2 : Label Block size Problem

I think that the default label block size of LTOII IBM with solaris is 64KB. I have label new tapes without problem. A storage node ( solaris) come and load the tape and say
"media warning: rd=xxxxx:/dev/rmt/5cbn opening permission denied
media notice: volume FJ0xxx on device rd=xxxxx:/dev/rmt/5cbn : Block size is 32768 bytes not 64536 bytes. Verify the device configuration. Tape positioning by record is disable"

the tape was newly on solaris new labled. The device block size on the gui is " "hanler default".

we try to with 64KB it came the same problem...

what's the problem or the solution?

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

July 11th, 2006 05:00

Default block size is 64KB for LTO2.

That block size can be changed by special NSR environment variable.

No matter what you set for NW OS can still change it via setting in st.conf.

However I think your problem might not be block size related as first error message is permission denied on 5cbn. I would suggest to make few tests with tar or dd between server and storage node and see what happens.

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

July 11th, 2006 06:00

Perhaps label was overwritten due to SCSI bus reset? I would check the tape you have problem with by running scanner on it from different storage nodes...

5 Posts

July 11th, 2006 06:00

i become this problem not all the time only sometimes... my environnement has a lot of storagenode which are sharing the drives on a tapelibrary...which test must be done?

1 Rookie

 • 

65 Posts

July 11th, 2006 18:00

I had meet this problem.
And I do all of OS(use networker backup) the same block size,so the networker work with no problem.
I think you do this solution in SAN,so have this problem.

5 Posts

July 12th, 2006 22:00

yes i am working on san... but how can i set the block size for all machine?

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

July 13th, 2006 01:00

By checking each machine involved in work with tape drive - there won't be many. Once you find a setting that's needs to be set (if it exists) make that change part of existing build for your machines.

5 Posts

July 31st, 2006 02:00

There was 2 problem :
Block size :
in S95networker :
NSR_DEV_BLOCK_SIZE_LTO_ULTRIUM_2=64
export NSR_DEV_BLOCK_SIZE_LTO_ULTRIUM_2


This will correct the problem that the tapes are set full with low data :
In st.conf
"IBM ULTRIUM-TD2", "IBM Ultrium-2", "CLASS_LTO2",
CLASS_LTO2 = 2,0x3B,0,0x38619,4,0x40,0x40,0x42,0x42,3,60,1080,540,9060,720,660,9060;

Und aktivierung ohne reboot durch :
/etc/rc2.d/S95networker stop
modinfo |grep SCSI
modunload -i
modload /kernel/drv/st
drvconfig -i st
tapes
inquire
/etc/rc2.d/S95networker start
No Events found!

Top