Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gmmastros on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Procadmin SecM

Status
Not open for further replies.

dneis

Technical User
May 8, 2006
42
0
0
EU
Hello, I made a mistake and unregistered SecM process with procadmin -u -g SecM

but I can't re-register the process with procadmin -r SecM

Any idea how to re-register the process group SecM in HiPath 4000 v4?

Regards,
Denis
 
On the 4K, the procadmin command uses the following switches:
-l = list
-s = start
-t = terminate
-g = group
-d = daemon

That's all I can remember off the top of my head, but to start security management, you would type:
procadmin -s -g SecM

 
Hello,

Thanks for the answer but procadmin -s -g SecM is when the process is stop. Here the process is unregister du to the -u option I untered instead of -s.
so if I run procadmin -r SecM, the unixware is requesting for the absolute path of SecM which I don't know where it is..
I search for secm on the unixware and found /opt/secm/ or /var/secm but impossible to run it..
 
I didn't read your post as thoroughly as I should have. You did say "un-registered" rather than "stopped". I've never used the registered/unregistered switches, as there has been no need.
Just guessing now: Did you try procadmin -r -g SecM? I noticed that there is no "group" in the procadmin command when you attempted to re-register.
Restarting UW7 will not help, since only those apps that are "registered" will start.
I'll poke around today and see if I can come up with something.
There's a lesson to learn from this: don't do that!
 
Yes for sure not to re-do again, here is a solution from a very good siemens engineer :
/opt/bin/reg_postinst -v SecM /opt/secm/cfg/SecM-AS-L.xml

Then I had to restart SecM process
and restart cm_subadm.

Thanks for your help, much appreciated.

Cheers,
Denis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top