Re: mt_st and 3590 compression

2011-01-21 Thread Tom Duerbusch
Thanks Mark The documentation showed that the mt_st RPM needed to be installed. But their examples continued to use the mt command. Oh well. That is solved and documented. Thanks Tom Duerbusch THD Consulting >>> Mark Post 1/21/2011 12:37 PM >>> >>> On 1/21/2011 at 01:26 PM, Tom Duerbusch

Re: mt_st and 3590 compression

2011-01-21 Thread Mark Post
>>> On 1/21/2011 at 01:26 PM, Tom Duerbusch wrote: > I'm doing something wrongimagine that...but what? # rpm -qlp mt_st-0.9b-97.1.50.s390x.rpm | grep bin/ /usr/bin/mtst /usr/sbin/stinit It seems the command is actually mtst, not mt. Mark Post ---

mt_st and 3590 compression

2011-01-21 Thread Tom Duerbusch
I asked this back in 2009 and the response was to install the mt_st RPM. The problem was, how to enable 3590 tape hardware compression from Linux. Now, I'm on SUSE 11 SP 1 for this run. Well, I install the mt_st RPM. When I try to do: linux72:/VSEVTAPE/archive # mt -f /dev/ntibm0 compression m

Performance Education scheduled

2011-01-21 Thread Barton Robinson
For those of you interested in performance, or performance management of your Linux and z/VM environment, our Performance Education schedule is now posted for 1st half, at "http://velocitysoftware.com/seminar/index.html";. Offerings are the 4 day workshop and 1 day seminars.

Re: vswitch name in sysfs

2011-01-21 Thread Patrick Spinler
On 1/20/11 12:57 PM, Christian Paro wrote: > > #!/bin/bash > ### BEGIN SCRIPT: getswitchname ### > function getVSwitch { > local iface=$1 > local userid=$(awk '/^VM00 Name:/{print $3}' /proc/sysinfo) > local vdev=$(readlink -f /sys/class/net/${iface}/device) > vdev=${vdev##*.} > # G