Sponsored Content
Top Forums UNIX for Beginners Questions & Answers How to find whether Solaris installed on physical machine or on a VMware/KVM? Post 303043761 by Chubler_XL on Wednesday 5th of February 2020 05:47:03 PM
Old 02-05-2020
You could look for VM[wW]are in the output from /usr/X11/bin/scanpci as it should output something like [VMware SVGA II] PCI Display Adapter on a VMWare client.

Try:
Code:
if /usr/X11/bin/scanpci | grep -q "VM[wW]are"
then
     echo "System is running on VMWare"
else
     echo "Not VMWare"
fi

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to Find JRE installed in linux machine..?

Hi all, Im new to linux... Im in need to write a shell script to check wthr JRE in linux machine... Wtz de best way to find thru BASH?? Plz help me out to solve this issue... Thanks (3 Replies)
Discussion started by: XivaX
3 Replies

2. IP Networking

To find switch port of machine running under VMware

I would like to find a switch port( of a VLAN of CISCO switch) of a machine which is acutally running under VMware. Now I only know about IP & MAC address of a machine which running under VMware and I do not know about the real machine where VMware is installed. Is there any possibility? (2 Replies)
Discussion started by: Tlogine
2 Replies

3. HP-UX

How to find the number of physical processors and architecture in a hp-ux machine

Hi, I have two questions here. I need to find out the number of physical processors the HP-UX operating system is running in. Here i am referring to the physical processors in a system and not the number of cores. I can get the number of cores using the command 'ioscan -fnkC processor'.... (7 Replies)
Discussion started by: shawshank
7 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

5. Solaris

Having solaris installed over VM ware machine in windows

I have installed solaris 10 over VM ware in windows machine. now i want to share the files from windows to solaris. how can i do so.. and pls tell if through putty i can access the solaris from windows machine without logging onto VMware. (4 Replies)
Discussion started by: jain_sharad143
4 Replies

6. Virtualization and Cloud Computing

solaris virtual machine vmware esx

Hi All How would you send a solaris virtual machine in vmware esx, a break signal? :confused: (0 Replies)
Discussion started by: jakerock
0 Replies

7. Solaris

Solaris 10 installed in vmware

I had no idea where I should post before i posting this . I have googled many many articles about how I share my host win 7 file into my vmware 9 solaris 10 system but what the solutions I found are all not work for me. for example VMware Communities: file sharing - Windows XP guest -...... (3 Replies)
Discussion started by: SSUUser
3 Replies

8. Solaris

How to count number of physical and virtual processors on Solaris machine.?

hi, I am using command psrinfo -p to check the number of physical processors present on any soalris machine.I want to check the number of virtual processors assigned for particular solaris machine. which command/set of command need to be used which can grep or show the total virtual processors... (8 Replies)
Discussion started by: omkar.jadhav
8 Replies

9. Solaris

Solaris installed Physical Processor ..how to check?

I would like to know how to identify the installed "Physical Processor" .here is the output #psrinfo -pv of from 2 systems : - System 1 The physical processor has 8 virtual processors (0-7) SPARC-T4 (chipid 0, clock 2848 MHz) -System 2 The physical processor has 8 virtual... (3 Replies)
Discussion started by: ahmedamer12
3 Replies

10. UNIX for Beginners Questions & Answers

How to check everything are migrated after the physical to vmware virtual machine?

I have a physical machine , just use vmware tools migrated data to virtual machine . how can I check these two servers - old and new server , the data are the same , all files are copy to new server ? thanks (2 Replies)
Discussion started by: ust3
2 Replies
dxkerneltuner(8)					      System Manager's Manual						  dxkerneltuner(8)

NAME
dxkerneltuner - Modifies or displays kernel subsystem attributes SYNOPSIS
/usr/bin/X11/dxkerneltuner OPTIONS
The Kernel Tuner application accepts all of the standard X Toolkit command-line options, which are documented in the OPTIONS section of the X(1X) reference page. DESCRIPTION
The Kernel Tuner application, dxkerneltuner, is used to maintain and manage the attributes of loadable kernel subsystems. It enables you to update the current and boot time values of updatable kernel subsystem attributes. Use Kernel Tuner to: Display kernel subsystems Display boot time and current values of kernel subsystem attributes Modify boot time values of kernel subsystem attributes Modify current values of updatable kernel subsystem attributes Read values for kernel subsystem attributes from a file Write values for kernel subsystem attributes to a file You must have root privileges to run the Kernel Tuner application. The Kernel Tuner application can be invoked from the CDE Application Manager from the following categories: Application Group: System_Admin System Admin Subgroup: Monitoring and Tuning For additional information about the graphical user interface, see the online help volume. The online help does not describe kernel subsys- tem attributes. For information on tuning particular attributes, refer to System Configuration and Tuning. EXAMPLES
To start the Kernel Tuner application from the command line, enter: /usr/bin/X11/dxkerneltuner To view the Kernel Tuner online help volume without running the application, enter the following command: /usr/dt/bin/dthelpview -h /usr/dt/appconfig/help/C/Dxkerneltuner.sdl FILES
Contains the Kernel Tuner application Contains the Kernel Tuner help volume Contains the default values for the application's X resources SEE ALSO
Commands: sysconfig(8), X(1X) Files: sysconfigtab(4) System Configuration and Tuning dxkerneltuner(8)
All times are GMT -4. The time now is 12:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy