HPE 9000 and HPE e3000 Servers
1753501 Members
4818 Online
108794 Solutions
New Discussion юеВ

Re: TC a vclass from management station. possible?

 
Scott_20
Occasional Advisor

TC a vclass from management station. possible?

Ok. I have heard two stories so i need clarification.
On the management station if i go to the appropriate complex, cd /spp/bin, and type ./do_reset that will either 1. core dump or 2. reset (reboot) the system. which one??????
or is it do_reset 4?
I'm ok
5 REPLIES 5
D Block 2
Respected Contributor

Re: TC a vclass from management station. possible?

Reset (RS) does the reboot

I would do this one on my V:

# do_reset 0 1

also, you should have auto-boot on:

# au bo on

Golf is a Good Walk Spoiled, Mark Twain.
Stefan Stechemesser
Honored Contributor

Re: TC a vclass from management station. possible?

Hi,

do_reset nodenumber 4

will TOC the system. => all CPUs jump directly to the address, the TOC vector is pointing to and this normally means that a crash dump is written to the dump device and after that a reset is done.
nodenumber is 0 if you have only one V-Class.

the other useful command is

do_reset nodenumber 1

which does a complete reset of the V-Class Node.

Best regards

Stefan

moonchild
Regular Advisor

Re: TC a vclass from management station. possible?

I have a similar issue

running:

do_reset nodename

from V class workstation, it comes back with no nodes available but resetting manually works fine.

there is only one vclass on the network.

any ideas?
thanks in advance
Torsten.
Acclaimed Contributor

Re: TC a vclass from management station. possible?

Please open your own thread.

if you want to toc node number 0 run

do_reset 0 4

for a hard reset do

do_reset 0 1

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
tkc
Esteemed Contributor

Re: TC a vclass from management station. possible?

If you only have a single node, from the test station :

#do_reset 0 4
for TOC.

#do_reset 0 1
for hard reset.