1837896 Members
3315 Online
110122 Solutions
New Discussion

Re: help

 
SOLVED
Go to solution
vmsserbo
Super Advisor

help

What is the command to find a logical on more than one systems.

I know the dir command is
dir amaril::usrdsk1:[000000...]plant*.dir
dir contra::usrdsk1:[000000...]plant*.dir
etc...

I want to find a logical for
show log multiof* (LNM$SYSTEM_TABLE)

"MULTIOF" = "YES"




what command do I use to search all of our nodes for that logical.
?????

5 REPLIES 5
Volker Halle
Honored Contributor
Solution

Re: help

Miles,

PLEASE use meaningful titles for your questions.

Volker.
Heinz W Genhart
Honored Contributor

Re: help

Hi Miles

$ MC SYSMAN
SET ENV/NODE=(node1,node2,node3,.....noden)
do SHOW LOGICAL multiof*

That's it

Regards

Heinz
Steven Schweda
Honored Contributor

Re: help

Will you ever use a meaningful title for a
posting?

MCR SYSMAN
HELP DO
Allan Bowman
Respected Contributor

Re: help

Miles,

As the others have said, the easiest way to display the logicals across nodes would be with SYSMAN. In fact, your DIR command example can also be done using SYSMAN. Check out the SYSMAN HELP files to see all the things you can do to aid in system management.

And, as others have also stated, it would be helpful to title your questions with some useful information rather than just "help". When the "experts" scan the list of new threads, it is less likely to be looked at if the real topic is not mentioned.

Allan in Atlanta
Wim Van den Wyngaert
Honored Contributor

Re: help