Sponsored Content
Operating Systems Solaris probe-scsi-all hangs - not returning anything Post 302520756 by DukeNuke2 on Monday 9th of May 2011 06:06:18 AM
Old 05-09-2011
so you should check your external storage and the cables to the server... looks like the loop is not closed properly...

Last edited by DukeNuke2; 05-09-2011 at 07:17 AM..
This User Gave Thanks to DukeNuke2 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

probe software

can anyone point me towards a program to list what's installed on my sunOS box and their version numbers. (2 Replies)
Discussion started by: sphiengollie
2 Replies

2. Solaris

solaris booting to probe menu

Hi all, everytime the sun fire server reboots in always boots to the probe menu. This needs to be manually booted by command named boot. Is there a boot file somewhere on the system that changes the boot script to boot fully not to the probe menu. (2 Replies)
Discussion started by: dennisca
2 Replies

3. Solaris

probe-scsi-all hangs probing D1000

Hi folks, I´m having a problem with a Ultra60 box with diff scsi pci card conected to one D1000. The conection are correct because a checked the D1000 guide. When a do probe-scsi-all in the OBP, the D1000 blink all disks one time then the led of one of the disks powers off and then nothing... (2 Replies)
Discussion started by: spacewalker
2 Replies

4. Solaris

Help probe-scsi-all

I have run init 0 to bring it to OK prompt. I know that probe-scsi-all can hang the system. I want to know what is the difference between probe-scsi-all and probe-scsi. I was told that probe-scsi-all external and internal devices and probe-scsi shows only internal devices. what dose this ... (3 Replies)
Discussion started by: nitinkgoud
3 Replies

5. Solaris

probe-scsi => error

i have a new netra 240 server when i make probe-scsi in obp i have this output : ERROR: /pci@1c,600000: Last Trap: Fast Data Access MMU Miss am upgarading obp firmware but the problem is always here the os solaris 10) is installed correctely and i can use it , when i type #format i can see... (2 Replies)
Discussion started by: lid-j-one
2 Replies

6. BSD

PROBE not find the device ID

Hi All, Probe is not returning the Device ID, while device (PCI Express-to-PCI Bridge) is already detected by "lspci". I checked this with printing all the device ID which has been detected. Can anyone give me any suggestion or solution. Thanks (in advance) Appu (2 Replies)
Discussion started by: appu
2 Replies

7. High Performance Computing

What does the 'probe' do in VCS?

Weird question I know, but I'm intrigued. Say for instance you have an Application in an SG with the usual start/stop/monitor. To successfully probe does it just check for existence of the script/file ? Thanks... (1 Reply)
Discussion started by: itsupplies
1 Replies

8. Shell Programming and Scripting

Network probe script

Hi. I just wrote my first shell script, it's very ugly but it works. I was wondering if someone could help me clean it up a bit. Original Problem: Current command-line tool (FIND-NEIGHBORS.exe) outputs MAC addresses of neighboring wireless devices and I need the IP address instead;... (0 Replies)
Discussion started by: skeller
0 Replies

9. Shell Programming and Scripting

Network probe script

Hi. I just wrote my first shell script, it’s very ugly but it works. I was wondering if someone could help me clean it up a bit. Original Problem: Current command-line tool (FIND-NEIGHBORS.exe) outputs MAC addresses of neighboring wireless devices. I need the IP address instead;... (0 Replies)
Discussion started by: skeller
0 Replies

10. Solaris

Help Explain the output of probe-scsi

Can anyone explain the output of probe-scsi command below? ok probe-scsi Target 0 Unit 0 Disk SEAGATE ST373207LSUN72G 045A Target 1 Unit 0 Disk SEAGATE ST373207LSUN72G 045A I have no idea what it means. I tried to read online but I still did not understand. I appreciate... (6 Replies)
Discussion started by: cjashu
6 Replies
wxMenuItem(3erl)					     Erlang Module Definition						  wxMenuItem(3erl)

NAME
wxMenuItem - See external documentation: wxMenuItem. DESCRIPTION
See external documentation: wxMenuItem . DATA TYPES
wxMenuItem() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxMenuItem() Equivalent to new([]) . new(Options::[Option]) -> wxMenuItem() Types Option = {parentMenu, wxMenu() (see module wxMenu)} | {id, integer()} | {text, string()} | {help, string()} | {kind, WxItemKind} | {subMenu, wxMenu() (see module wxMenu)} WxItemKind = integer() See external documentation . WxItemKind is one of ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX check(This::wxMenuItem()) -> ok Equivalent to check(This, []) . check(This::wxMenuItem(), Options::[Option]) -> ok Types Option = {check, bool()} See external documentation . enable(This::wxMenuItem()) -> ok Equivalent to enable(This, []) . enable(This::wxMenuItem(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . getBitmap(This::wxMenuItem()) -> wxBitmap() (see module wxBitmap) See external documentation . getHelp(This::wxMenuItem()) -> string() See external documentation . getId(This::wxMenuItem()) -> integer() See external documentation . getKind(This::wxMenuItem()) -> WxItemKind Types WxItemKind = integer() See external documentation . WxItemKind is one of ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX getLabel(This::wxMenuItem()) -> string() See external documentation . getLabelFromText(Text::string()) -> string() See external documentation . getMenu(This::wxMenuItem()) -> wxMenu() (see module wxMenu) See external documentation . getText(This::wxMenuItem()) -> string() See external documentation . getSubMenu(This::wxMenuItem()) -> wxMenu() (see module wxMenu) See external documentation . isCheckable(This::wxMenuItem()) -> bool() See external documentation . isChecked(This::wxMenuItem()) -> bool() See external documentation . isEnabled(This::wxMenuItem()) -> bool() See external documentation . isSeparator(This::wxMenuItem()) -> bool() See external documentation . isSubMenu(This::wxMenuItem()) -> bool() See external documentation . setBitmap(This::wxMenuItem(), Bitmap::wxBitmap() (see module wxBitmap)) -> ok See external documentation . setHelp(This::wxMenuItem(), Str::string()) -> ok See external documentation . setMenu(This::wxMenuItem(), Menu::wxMenu() (see module wxMenu)) -> ok See external documentation . setSubMenu(This::wxMenuItem(), Menu::wxMenu() (see module wxMenu)) -> ok See external documentation . setText(This::wxMenuItem(), Str::string()) -> ok See external documentation . destroy(This::wxMenuItem()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxMenuItem(3erl)
All times are GMT -4. The time now is 12:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy