1830939 Members
2713 Online
110017 Solutions
New Discussion

Re: Secure Path problem

 
SOLVED
Go to solution
Victor Burguillos_4
Frequent Advisor

Secure Path problem

Hi
I have a problem with Secure Path 3.0.F, SP is work but when run de spmgr display the command not show nothing, I not want unistall Secure path because its server are in producction and I can't loss the data.
What can do??
9 REPLIES 9
Tonya Underwood
Regular Advisor

Re: Secure Path problem

When you say the command shows nothing, do you mean that it hangs? Or it returns to a prompt with no output?

Tonya
Victor Burguillos_4
Frequent Advisor

Re: Secure Path problem

it returns to a prompt with no output
John Payne_2
Honored Contributor

Re: Secure Path problem

Are you disks mounted? If so, you are ok for now, unless you oexpact some component failure soon.

If the disks are not mounted, try a /sbin/init.d/spinit stop and /sbin/init.d/spinit start.

If the disks are mounted, work through your other problem. Is this a new install of SecurePath?

John
Spoon!!!!
Victor Burguillos_4
Frequent Advisor

Re: Secure Path problem

Hi John

The disk is mounted, and is not new installations, I need check the sp installation for a migration the actual EVA a new EVA.

Thanks
Tonya Underwood
Regular Advisor
Solution

Re: Secure Path problem

Have you tried stopping/starting spinit?

#spagent -k

Verify that it is killed

#ps -ef | grep sp

#/sbin/init.d/spinit start

----------------------------

After the above - tell me, were you able to kill the spagent?

Retry your spmgr display... any change?
Victor Burguillos_4
Frequent Advisor

Re: Secure Path problem

Hi Tonya

can I restart the spinit with the disk mounted??
Tonya Underwood
Regular Advisor

Re: Secure Path problem

Yes...

I'm assuming this is an HP-UX server.

Can you see the LUNs via ioscan -fnCdisk?

Do you see any errors in syslog? dmesg?
Victor Burguillos_4
Frequent Advisor

Re: Secure Path problem

Yes I can see the LUNs, but in syslog and dmesg not show errors.
John Payne_2
Honored Contributor

Re: Secure Path problem

Victor,

Just start by stopping and starting securepath with the spinit commands we have given you. (They need to do some work on 3.0F, I think.) I have had to do this a couple of times on the 2 machines I have installed this release for. (You would think that if they were going to require this release for certain SAN enclosures to be used, they would make sure it didn't have any bugs...)

John
Spoon!!!!