Sponsored Content
Operating Systems Solaris Solaris 10 installed in vmware Post 302767551 by DukeNuke2 on Thursday 7th of February 2013 05:01:02 AM
Old 02-07-2013
solve what? you don't stated any problem...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris installation using VMware

Hi All I have installed solaris 10 using VMware on my personal computer where the host operating system is Windows XP. After the installation i can see only one disk (c0t0) . ie the disk containing the boot partition . Is there any option that vmware installation gives me wherein i can... (1 Reply)
Discussion started by: ss250041
1 Replies

2. Solaris

Solaris And VMware

hello all I have prob with solaris 10 and vmware 5.5, 6.0 that befor it's good work and from yesterday when I try to add new vm in SCSI Controller from vmware it's Don't see any Hard Disk or controller when I used solaris 5 cd-cdrom and DVD version but when try to make vm with IDE controller... (0 Replies)
Discussion started by: Hosam
0 Replies

3. Solaris

vmware solaris oracle!!!!!!!

I heard that there is composed vmware, which has already installed solaris and oracle. Is there anybody know where to download it. Thx very much. I have searched it on google for really a long time and totally stopped here. Thx very much. (1 Reply)
Discussion started by: summer_cherry
1 Replies

4. Solaris

vmware on solaris 10

pls can someone direct me on the vmware product that i can install on solaris 10 (4 Replies)
Discussion started by: seyiisq
4 Replies

5. 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

6. Solaris

Solaris in vmware rebooting

Hello All, Solaris 10 which installed in Vmware workstation rebooting automatically and throwing the following error. Looks kernel thread issue, Need experts advice. Error: Warning: rpcmod:svc_default_stksize is set more than once in /etc/system/. "set rpcmod:svc_default_stksize =... (7 Replies)
Discussion started by: gowthamakanthan
7 Replies

7. Solaris

Solaris 9 on vmware wstation

l am trying to install solaris 9 on vmware workstation using iso dvd image. (downloaded). When the installation starts , it says "Network boot from AMD ....... client Mac addr:00 0C.... PXE-MOF: exiting intel PXE ROM.. Operating system not found.. I have vista on my laptop & iso image of... (10 Replies)
Discussion started by: snchaudhari2
10 Replies

8. Solaris

Solaris on vmware rebooting itself

Hello Admins, I am facing an issue with Solaris system running/rebooting on vmware. It has VCS installed and configured. It is a 2nd node out of 3-node cluster. After long time I opened these 3 nodes to run. Rest 2 nodes are running OK. This 1 node is starting and rebooting itself. Attached... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

9. Solaris

Solaris Templating on VMware

Hi, I have an interesting automation problem I'm working on, wondering if anyone has $0.02? I work in a locked down environment, and don't have access to AI Servers and such. I need to create a VMware Template with Solaris 11 using Packer - on the face of it, straight forward. However; 1.... (4 Replies)
Discussion started by: cdtaylor3
4 Replies

10. UNIX for Beginners Questions & Answers

How to find whether Solaris installed on physical machine or on a VMware/KVM?

Hi All, . I am trying to find whether Solaris 11 installed on physical server or on VMware/KVM. I tried uname -a but it's giving only whether i installed on X86 or sparc machine. I tried prtdiag command but it's giving below information. command : prtdiag -v |grep "System... (2 Replies)
Discussion started by: sravani25
2 Replies
ppmquantall(1)						      General Commands Manual						    ppmquantall(1)

NAME
ppmquantall - run ppmquant on a bunch of files all at once, so they share a common colormap SYNOPSIS
ppmquantall [-ext extension] ncolors ppmfile ... DESCRIPTION
Takes a bunch of portable pixmap as input. Chooses ncolors colors to best represent all of the images, maps the existing colors to the new ones, and overwrites the input files with the new quantized versions. If you don't want to overwrite your input files, use the -ext option. The output files are then named the same as the input files, plus a period and the extension text you specify. Verbose explanation: Let's say you've got a dozen pixmaps that you want to display on the screen all at the same time. Your screen can only display 256 different colors, but the pixmaps have a total of a thousand or so different colors. For a single pixmap you solve this problem with ppmquant; this script solves it for multiple pixmaps. All it does is concatenate them together into one big pixmap, run ppmquant on that, and then split it up into little pixmaps again. (Note that another way to solve this problem is to pre-select a set of colors and then use ppmquant's -map option to separately quantize each pixmap to that set.) SEE ALSO
ppmquant(1), ppm(5) AUTHOR
Copyright (C) 1991 by Jef Poskanzer. 27 July 1990 ppmquantall(1)
All times are GMT -4. The time now is 04:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy