Operating System - HP-UX
1833875 Members
1832 Online
110063 Solutions
New Discussion

HP-UX 11.23 cannot detect VLS

 
SOLVED
Go to solution
Francis Flan
Regular Advisor

HP-UX 11.23 cannot detect VLS

Hi,
Cant get HP-UX v2 server running to see the VLS (MSL Library). Ive another server running 11iv3 and it can see everything.
Is there a document showing compatibility with HP-UX anywhere?
Thanks
5 REPLIES 5
Oviwan
Honored Contributor

Re: HP-UX 11.23 cannot detect VLS

Torsten.
Acclaimed Contributor

Re: HP-UX 11.23 cannot detect VLS

I think all of the VLS work with 11.23 - I guess there is something wrong with the device config itself or even with zoning.

Do you have any UNKNOWN devices in ioscan? If you have, you need drivers.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Francis Flan
Regular Advisor

Re: HP-UX 11.23 cannot detect VLS

Hi Torsten,

You were right, I had to zone the alias names for it to be found by 11.23. It appears as "Unknown" in an ioscan - Where can I get drivers?
Torsten.
Acclaimed Contributor
Solution

Re: HP-UX 11.23 cannot detect VLS

You need to include the stape drive for the tapes and the schgr driver for the robot into the kernel.

example:

# kcmodule stape=static
NOTE: The configuration being loaded contains the following change(s)
that cannot be applied immediately and which will be held for
the next boot:
-- The configuration is supposed to include a module 'stape' which
is not available without a kernel rebuild.
WARNING: The automatic 'backup' configuration currently contains the
configuration that was in use before the last reboot of this
system.
==> Do you wish to update it to contain the current configuration
before making the requested change? y
* The automatic 'backup' configuration has been updated.
* Building a new kernel for configuration 'nextboot'...
* Adding version information to new kernel...
* The requested changes have been saved, and will take effect at
next boot.
Module State Cause
stape (now) unused
(next boot) static explicit
#


Reboot!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Francis Flan
Regular Advisor

Re: HP-UX 11.23 cannot detect VLS

Torsten, as always your help is invaluable, many thanks.