|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Command to get Vendor information on Solaris
Hello
I know that prtdiag and prtconf both give the Vendor information on the first line, something like this: System Configuration: Oracle Corporation sun4u Sun Fire V240 But is there a command that would ONLY output the vendor, so therefore in this example, it would only output Oracle Corporation? Thanks in advance |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Try this: Code:
prtconf | head -1 | cut -d' ' -f4,5 |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
thanks for the workaround
but is there an actual single command? what if the model came back to be a single field? say like this: System Configuration: Fujitsu sun4u Sun Fire V240, the workaround would pull in sun4u Last edited by flagman5; 01-28-2013 at 01:58 PM.. |
|
#4
|
||||
|
||||
|
Vendor would not be accomplished with a single command. For other items, see Code:
man uname |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| prtdiag output for Solaris on Fujitsu hardware shows vendor as Sun Microsystems | chattygk | Solaris | 8 | 09-25-2011 03:05 AM |
| How to get the Solaris system information? | forumguest | Solaris | 15 | 09-21-2010 11:25 AM |
| vendor of physical host with Solaris OS | epriya2003 | UNIX for Dummies Questions & Answers | 1 | 05-25-2010 07:13 PM |
| How to get Device id information on solaris 8 | vikashtulsiyan | Solaris | 3 | 02-07-2008 04:57 AM |
|
|