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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Whatkit Equiv

Status
Not open for further replies.

gonko

Technical User
Aug 12, 2002
45
GB
Hello, can someone let me know the Whatkit equivilant for Solaris?
 
hmm, WHAT is "whatkit"?

Regards
-- Franz
Sorry I'm not a native spaeker, I'm from Munich, Germany - "Home of the Whopper", oh no, "Home of the Oktoberfest" ;-)
 
Hello, in ICL unix for example the command used to give the System Configuration. Disks, scsi connectors etc.

I was mainly looking for a command showing all disks, processors , connected devices on our Solaris box

Regards
 
try
/usr/platform/`uname -i`/sbin/prtdiag -v

connected devices:
if you want to find out wether the disks you have attached are ok use
format (exit with CRTL-D or enter 0 and exit)
this will give you a list of disks
or shutdown the machine to the Openbootprom (Prompt is ok)
and enter
ok setenv auto-boot? false
ok reset-all
ok reset (on older hardware)
the system will perform a reset and won't boot
enter
ok probe-scsi-all
and doublecheck the devices

to enable the autoboot and boot up the OS type
ok setenv auto-boot? true
ok reset
or perform
ok boot






Regards
-- Franz
Sorry I'm not a native spaeker, I'm from Munich, Germany - "Home of the Whopper", oh no, "Home of the Oktoberfest" ;-)
 
Cheers, with this I am getting:-

ROOT> /usr/platform/`uname -i` /sbin/prtdiag -v
/bin/ksh: /usr/platform/SUNW,Ultra-250: cannot execute
ROOT>
 
I think you have an extraneous space at the end of `uname -i`

Take this out and it should work. Good luck.
 
That's great. Thanks for your help all!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top