Sponsored Content
Full Discussion: [Solved] Tru64 vm
Top Forums UNIX for Dummies Questions & Answers [Solved] Tru64 vm Post 302891320 by Mack1982 on Wednesday 5th of March 2014 06:39:04 AM
Old 03-05-2014
Took out the faulty CPU out and the system came up.

Moderator's Comments:
Mod Comment edit by bakunin: thanks for the follow-up. Changed thread title.

Last edited by bakunin; 03-05-2014 at 08:31 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Cannot boot Tru64

Hi, I just got an AlphaServer DS10 in my lap with a note 'Fix it !'. It's just that I'm not very good with unix. Anyways, it seems like the osf_boot file is missing from root. I can boot the server in singel user mode with the Tru64 5.1 cd and from there open a console window. When I checked... (0 Replies)
Discussion started by: magher
0 Replies

2. HP-UX

Unix HP Tru64

Hi experts, I hope someone can help me with these simple tasks as I am new in Unix environment. I need to create a file system for backup purpose, therefore I need to know the commands in Unix. 1) What is the command to check my disk drives to see how much available space is not allocated... (2 Replies)
Discussion started by: kingsto88
2 Replies

3. UNIX for Advanced & Expert Users

ps report (on tru64)

hi, i have 10 processes running on a tru64 machine with 16 cpu. when i am checking the states of these processes with ps command, i saw that almost never more than 3 of them are in the R(unning) state. (generally they are in the S(leeping) state). although there are many other processes... (3 Replies)
Discussion started by: yakari
3 Replies

4. HP-UX

HP-UX and Tru64

I had buy two old workstation: a Digital alpha 21164 and a HP C360... What version of tru64 on alpha and HP-UX on HP C360 run on those boxes? Where i can buy/download a small/workstation-base (if exists) version of those operating system ? Tnx in advance (1 Reply)
Discussion started by: antani
1 Replies

5. UNIX for Dummies Questions & Answers

Tru64-unix

Hello everybody I am new in TRU64 UNIX and i would really appreciate if somebody can help me with some info regarding the classification of the user rights of this OS. The types of user i know from previous experience in HP-UX 11 i is the root user or the superuser, the user admn that is the... (0 Replies)
Discussion started by: adak2010
0 Replies

6. HP-UX

HP Tru64 NFS help

Hi guys, I have a setup where I nfsmount a directory from a solaris 8 server to a Redhat linux laptop. Machine: Redhat Directory: /NFS_MOUNT Machine: Solaris 8 Directory: /export/home/remote $ mount Sol_8_Server:/export/home/remote /NFS_MOUNT But first I have to edit the... (1 Reply)
Discussion started by: Stin
1 Replies

7. UNIX for Dummies Questions & Answers

tru64

hi i am trying to get ssh server on tru64 5.1 can anyone help? thanks ed. (1 Reply)
Discussion started by: deusprogrammer
1 Replies

8. HP-UX

Tru64 Question

Could any one tell me if there are still any versions or tru64 that are currently supported by HP.. I have been all over and my last resort should have been my first place to look. I am using Tru64 v 4.0 and am thinking about upgrading to 5.1B, But due to contract issues it has to be supported and... (3 Replies)
Discussion started by: car2nst2006
3 Replies

9. UNIX for Dummies Questions & Answers

Tru64

Two part question, I was told that you can download Tru64 5.1b for free, is this true and if so where? Second part, could I load this on a XP Pro PC with vmware? (1 Reply)
Discussion started by: Troberts50
1 Replies

10. Shell Programming and Scripting

[solved] merging two files and writing to another file- solved

i have two files as file1: 1 2 3 file2: a b c and the output should be: file3: 1~a 2~b 3~c (1 Reply)
Discussion started by: mlpathir
1 Replies
LIGHTYENABLEMOD(1)					      General Commands Manual						LIGHTYENABLEMOD(1)

NAME
lighty-enable-mod, lighty-disable-mod - enable or disable configuration in lighttpd server SYNOPSIS
lighty-enable-mod [module] lighty-disable-mod [module] DESCRIPTION
This manual page documents briefly the lighty-enable-mod and lighty-disable-mod commands. lighty-enable-mod and lighty-disable-mod are programs that enable (and respectively disable) the specified configuration file within lighttpd configuration. Both programs can be run interactively or from command line. If either program is called without any arguments, an input prompt is dis- played to the user, where he might choose among available lighttpd modules. Immediate action is taken, if a module name was given on the command line. EXIT STATUS Both programs indicate failure in their exit status. lighty-enable-mod or lighty-disable-mod respectively may leave execution with one of the following exit codes: 0 denotes success 1 denotes a fatal error (e.g., a module could not be enabled, or a dependency was not found) 2 denotes a minor flaw (e.g., a module was not enabled because it was already loaded before) Note You can (un-) load several modules at time. The exit status will only reflect the most serious issue (where a minor flaw beats no error, but a fatal error beats a minor flaw). This means, if a minor flaw was encountered as well as a fatal error, the program will leave with exit status 1 and stop immediately. DEPENDENCIES
Debian allows lighttpd modules to formulate dependencies to other modules they depend on. Configuration files are scanned for dependencies upon load or unload of modules, not at runtime of the web server. Such a magic line has the following format: # -*- depends: module[, module] -*- and may appear anywhere in the file. If such a line is found, the extracted name is interpreted as dependency to another lighttpd module. lighty-enable-mod will seek available configurations to satisfy this dependency and will recursively enable all dependencies found on its way. lighty-disable-mod will disable reverse dependencies recursively. SEE ALSO
lighttpd(1) AUTHOR
Program and man pages were originally written by Krzysztof Krzyaniak <eloy@debian.org> and later modified by Arno Toll <debian@toell.net> 2006-01-11 LIGHTYENABLEMOD(1)
All times are GMT -4. The time now is 05:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy