Operating System - OpenVMS
1752805 Members
5373 Online
108789 Solutions
New Discussion юеВ

Re: Connecting to a HSC Controller from a Host System

 
SOLVED
Go to solution
fastfreddy
Occasional Advisor

Connecting to a HSC Controller from a Host System

What is the command to connect to a HSC controller from an attached OpenVMS Host
4 REPLIES 4
labadie_1
Honored Contributor

Re: Connecting to a HSC Controller from a Host System

$ set host/hsc hsc001
if you want to connect to the hsc001.

That was easy.
fastfreddy
Occasional Advisor

Re: Connecting to a HSC Controller from a Host System

Sorry I should have been more specific I also need to know how to load the driver before I set host to the controller because I get the following error.

set host/hsc hsc002
%HSCPAD-F-DRVNOTLOAD, FYDRIVER not loaded
-SYSTEM-W-NOSUCHDEV, no such device available
Jim_McKinney
Honored Contributor
Solution

Re: Connecting to a HSC Controller from a Host System

On Alpha:

$ MCR SYSMAN IO CONNECT FYA0/NOADAPTER/DRIVER=SYS$FYDRIVER


Or, on VAX:

$ MCR SYSGEN CONNECT FYA0/NOADAPTER
fastfreddy
Occasional Advisor

Re: Connecting to a HSC Controller from a Host System

On Alpha:

$ MCR SYSMAN IO CONNECT FYA0/NOADAPTER/DRIVER=SYS$FYDRIVER


Or, on VAX:

$ MCR SYSGEN CONNECT FYA0/NOADAPTER

$ set host/hsc hsc001