Inventory details - Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Inventory details - Solaris
# 1  
Old 10-28-2013
Inventory details - Solaris

i need to extract following information through command line on solaris machine :
1.manufacturer name (hardware as well as OS)
2.Model number
3.Serial number - Serial Number of the device or the Physical device serial number for Virtual Servers
4.whether the server is physical or virtual - Identify if this is a Physical Machine a Virtual Machine or the Logical Instance.
5.Cluster Name - If the server is within a Cluster enter the Cluster Name
6.Server name, ID tag or unique identifier used in the Asset (CMDB) system
7.Instance Name - If this is an Instance of a Server, enter the Server Instance Name
8.physical location of the server
9.operating system version and edition
10.Licensing Mode - Identify the licensing mode the Product has been set up for, e.g.. Per User, Per Device, Per Server, Per Seat, Per Processor or Per Core
11.Number of Physical Processors
12.Number of Cores / Virtual Cores Allocated
13.Product Function - unction of the product or server. E.g. Domain Controller, ISA Server, SMS Server, Exchange Server etc
14.Publisher - Publisher name of the Application hosted / installed including the Operating System
15.Application - Name of the Application hosted / installed including the Operating System
16.Version / Edition - Version or Edition of the Application hosted / installed.
# 2  
Old 10-28-2013
Run an explorer which is part of the service tools bundle.
# 3  
Old 10-28-2013
thanks...Smilie.but i am trying to retrive all the above information through command(s) as i will be using these commands in a shell script which will be used by Tivoli endpoint manager to display the extracted data on the console.

can someone help with few set of commands which can extract the required data
# 4  
Old 10-28-2013
The explorer will do just that. You only need to run it and figure out how the information is obtained. But some of your requirements are not possible to get by a command. others are easy and you should know how to get the information.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

NTP server name and ip details on Linux/Solaris

Hi All, Where can I find all the NTP server names/ip addresses on Linux/Solaris systems. How can I grep these names/IP address from specific files from a specific OS (Linux/Solaris). I know on linux /etc/ntp.conf and /etc/ntp/ntp.conf on solaris contains these details. Whether I am right about... (4 Replies)
Discussion started by: sanzee007
4 Replies

2. Solaris

How to find MQ details on Solaris 5.8?

Hi All, I want to find MQ details on a solaris 5.8 server , does anyone knows the command to findout the details I have used below command to find the following o/p command pkginfo | grep -i mq o/p application mqm WebSphere MQ for Sun Solaris application... (4 Replies)
Discussion started by: Jcpratap
4 Replies

3. Solaris

Sun Server Hardware Inventory Details

How can I get the hardware inventory details of the Sun Servers like T5220 running Solaris 10? I would like to see the following details: 1. Chassis Information - Part Number, Serial Number etc. 2. Slots Present in the chassis 3. Modules/Cards equipped on the slots. Module details like Part... (8 Replies)
Discussion started by: baddy
8 Replies

4. Solaris

[Solved] Solaris list physical volume details

in AIX, we have lspv command to display details of physical volume like below: lspv -l hdisk102 hdisk102: LV NAME LPs PPs DISTRIBUTION MOUNT POINT oradata112lv 1599 1599 320..320..319..320..320 /oracle/oradata11 Can you please tell how to... (2 Replies)
Discussion started by: sendtoshailesh
2 Replies

5. Solaris

I/O details of all FS in Solaris

Hi, Can anyone let me know which command should i use to find Filesystem I/O utilization report along with the respective process b/w specific time range (9 Replies)
Discussion started by: ali560045
9 Replies

6. Solaris

Solaris configuration details.

How to find the entire configuration details of a solaris. I need to know what partion were made, which OS is used and wat version is used etc... Thanks to tell (4 Replies)
Discussion started by: kkalyan
4 Replies

7. Solaris

Getting Network Interface details in solaris

Hi, /sbin/ifconfig -a when i login as guest user , output like below, lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 eri0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2 inet... (5 Replies)
Discussion started by: forumguest
5 Replies

8. Solaris

How to get HBA details in Solaris 9 ?

Hi , How can I collect information about any Hardware , specially HBA (Host Bus Adapter) .... I tried prtdiag but it is not shoing the HBA details. Regards (4 Replies)
Discussion started by: adel8483
4 Replies

9. Solaris

Where can I find details of what various Solaris packages do?

Among varous other items, I'm trying to find out what "Authentication Management Infrastructure" (package SUNWamix) does, and why would a sysadmin disable it? The reason given is 'for security purposes' without explanation ... how and why is AMI such a 'security risk' that it has to be turned off?... (3 Replies)
Discussion started by: muleheadjoe
3 Replies
Login or Register to Ask a Question