Operating System - HP-UX
1834150 Members
2548 Online
110064 Solutions
New Discussion

UID indicator - turning on/off from the command line?

 
thom_14
Regular Advisor

UID indicator - turning on/off from the command line?

I'm looking for a way to turn the UID blue light on or off from the command line in HP-UX. In solaris, you use the 'locator' command - I imagine there's something similar in HP-UX.
3 REPLIES 3
Tim Nelson
Honored Contributor

Re: UID indicator - turning on/off from the command line?

Did you access the MP and review the available commands there ?

from the console

You did not mention the model of equipment you have so specifics are left out.

Tim Nelson
Honored Contributor

Re: UID indicator - turning on/off from the command line?

On my rx6600


cm
loc

ma
vfp (to confirm)
thom_14
Regular Advisor

Re: UID indicator - turning on/off from the command line?

I want/need to do this from the HP-UX command line, ie in a script.

For example, in solaris I can do this:

#!/bin/sh

if [ $condition = "true" ]
then
/usr/sbin/locator -f
fi

exit 0