Keyboard issue for Stop-A command

HI guys,I've got a SUN Workstation Ultra40 with Sun keyboard with solaris 5.10 release 6/6 installed.Their is no responds when I try a Stop-A command. Does anyone experienced the problem? Can some one help.Tks
[238 byte] By [kcm] at [2007-11-26 11:00:09]
# 1
Sun's Ultra-40 workstation uses x86 architecture, including a traditional PeeCee BIOS. http://sunsolve.sun.com/handbook_pub/Systems/Ultra40/spec.html There is no OpenBoot in that system design.If no OBP, then you "can't get there from here" with a STOP-A.
rukbat at 2007-7-7 3:13:45 > top of Java-index,Sun Hardware,Workstations - General Discussion...
# 2
thanks for the info, but in this case how can i launch a boot -r command.Do I have to launch a shutdown -y -g0 -is ?Tks
kcm at 2007-7-7 3:13:45 > top of Java-index,Sun Hardware,Workstations - General Discussion...
# 3

If you're able to be up in a functional Solaris environment,

for Solairs-SPARC and for Solaris-x86,

you can use the reboot command (with proper syntax).

As root user you do ...

# reboot -- -r <enter>

That is "reboot" <space> two dash marks <space> dash "r".

The paired double dash is the delimiter for the command,

telling it to expect a 'dashed' argument.

Glance through the man page.

That sort of a reconfiguration reboot method will reconfigure any new devices

for their device paths and append them to the existing path-to-inst file.

There is another command with Solaris 8 and newer,

than can rebuild the path-to-inst file and clean out any inappropriate paths.

Do ...

# devfsadm -C <enter>

The uppercase "C" will re-Construct, (or perhaps "clean") the file

for proper functionality, leaving only valid and current entries in path-to-inst.

Again, glance through its man pages.

-

I have never been a fan of the 'touch /reconfigure' method

of initiating a reconfiguration reboot.For some reason, it does not

always seem to work for me.

I use the reboot, as described, from up in Solaris,

else I use the reconfig boot option from within the bootloader,

which currently is GRUB in Solaris-10 x86.

rukbat at 2007-7-7 3:13:45 > top of Java-index,Sun Hardware,Workstations - General Discussion...
# 4
thanks Rukbat,Will try. The issue I've got is with a disk which is a data disk only. the system is on an other one. but when I want to take off the data disk the Sun isn't booting proprely.
kcm at 2007-7-7 3:13:45 > top of Java-index,Sun Hardware,Workstations - General Discussion...