Sponsored Content
Operating Systems Solaris Installtion of apache 2.2.22 on solaris 10 Post 302701051 by prash358 on Friday 14th of September 2012 03:47:28 PM
Old 09-14-2012
Thank you i was able to figure it out and now looks good.
 

10 More Discussions You Might Find Interesting

1. Solaris

solaris 9 intel installtion problem

Hi im trying to install solaris 9 Intel and when i insert the installation cd, i run threw all the steps and when it goes and configure the system it fails with this error cannot mount root on /pci@0,0/pci-ide@2.1/ide@1/sd@0,0"a fstype ufs panic/thread=fec29020" vfs_mountroot: cannot mount... (1 Reply)
Discussion started by: dennisca
1 Replies

2. Solaris

pkage installtion(pkgadd)

While installing the pakage getting an error ERROR: attribute verification </appl0-nz/RM/bin/d1cam.lst> failed pathname does not exist finally ending the installation with message Installation of <XYZ> partially failed. When do we get attribute verification error; (0 Replies)
Discussion started by: jitesh_roorkee
0 Replies

3. UNIX for Dummies Questions & Answers

apache on solaris 9

HI I want to use the apache server on my solaris 9 How do I start it?? (/etc/init.d/apache start does not work) Where do I need to put my html archives??? thanks (2 Replies)
Discussion started by: eldiego
2 Replies

4. Solaris

/usr not sufficient during installtion

Hi everyone.. During Installation of solaris 10(in vmware) on X86,,,i gave /usr only 1gb thinking that to install only few packages..But later after inserting the 2nd cd ,,it installed complete 2nd cd,,and gave a status message as "failed".I skipped the installation of later cd's.. I rebooted... (1 Reply)
Discussion started by: sdspawankumar
1 Replies

5. Solaris

Jdk 1.6 Installtion

How to install the jdk 1.6 in the solaris sparc 10 64bit. Any patch is required for jdk 1.6 for solaris (2 Replies)
Discussion started by: saktiviji
2 Replies

6. AIX

IBM P5 AIX Installtion

Hello, I am new to the area of ​​IBM AIX. I want a AIX 6.1 on IBM P5 server with four scsi hard disk size is 72GB each. after the the new boot from cdrom for the installtion. I could not find any Hard Disk (hdisk0). how can I configure the hard disk or find the Hard disk by first... (1 Reply)
Discussion started by: alkhatw
1 Replies

7. Ubuntu

Create a customized ubunto automated installtion cd

Hi 1- I want to create a cd or dvd of ubunto , that include a lot of installed packages entered by me . 2- automated installion (just enter the cd )and install by it self . (3 Replies)
Discussion started by: rashed
3 Replies

8. Ubuntu

Issue with installtion of Red Hat in Laptop

Hi, I have already installed Ubuntu 10 in my laptop specifications :-Pentium M series 1.6Ghz 1024 RAM 100 GB hardisk When I am trying to install a new OS RED HAt 6.0 in machine via bootable pendrive I am getting the following error: This Kernal requires the following features not... (3 Replies)
Discussion started by: amit123456
3 Replies

9. AIX

GPFS is too slow after installtion

we have implement GPFS 3.5.0.10 with 4 nodes cluster AIX 6.1 TL8 and they VIO clients , after that we noticed a big delay while we execute any command like mmgetstate -a will take about 2.5 minutes . time mmgetstate -a Node number Node name GPFS state ... (3 Replies)
Discussion started by: thecobra151
3 Replies

10. SCO

Need Help with installtion of SCO UNIXware 7.0.1

Hi, I need help to install SCO Unixware 7.0.1. Can any one help with any documentation or installation notes for SCO Unixware 7.0.1. Thank you (1 Reply)
Discussion started by: farhandalvi
1 Replies
DELLOFIG(3)						      MBK PHYSICAL FUNCTIONS						       DELLOFIG(3)

NAME
dellofig - delete and free a logical figure ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mlo.h" int dellofig(figname) char *figname; PARAMETER
figname Name of the figure to be deleted DESCRIPTION
dellofig deletes the figure called figname from the list of logical figure in memory. All the lists of elements belonging to the figure are also deleted and freed. RETURN VALUE
dellofig returns 1 if the figure was delete, and 0 if no figure called figname was present in memory. EXAMPLE
#include "mlo.h" void delete_na2_y() { if (dellofig("na2_y")) (void)fputs("deleted na2_y successfully", stdout); else (void)fputs("na2_y not present in ram !", stdout); } SEE ALSO
mbk(1), lofig(3), addlofig(3), getlofig(3), loadlofig(3), savelofig(3), flattenlofig(3), rflattenlofig(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 DELLOFIG(3)
All times are GMT -4. The time now is 01:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy