HP announces Proliant ML115


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS HP announces Proliant ML115
# 1  
Old 09-09-2008
HP announces Proliant ML115

The trusted leader in servers, HP, announces the first ProLiant AMD tower server designed for small and medium businesses. A true server at a desktop price, the new HP ProLiant ML115 is packed with the essential features to keep pace with a growing business.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris9 on Proliant 1850r

I am attempting to install solaris 9 for intel on a Proliant 1850r with a SmartArray 221 RAID controller. The setup program's detection routine seems to find all the required hardware and informs me that no changes are needed. However, once setup begins the GUI portion, it successfully passes the... (1 Reply)
Discussion started by: Brentetn
1 Replies
Login or Register to Ask a Question
QUOTAON(8)						    BSD System Manager's Manual 						QUOTAON(8)

NAME
quotaon, quotaoff -- turn file system quotas on and off SYNOPSIS
quotaon [-g] [-u] [-v] filesystem ... quotaon [-g] [-u] [-v] -a quotaoff [-g] [-u] [-v] filesystem ... quotaoff [-g] [-u] [-v] -a DESCRIPTION
The quotaon utility announces to the system that disk quotas should be enabled on one or more file systems. The quotaoff utility announces to the system that the specified file systems should have any disk quotas turned off. The file systems specified must have entries in /etc/fstab and be mounted. The quotaon utility expects each file system to have quota files named quota.user and quota.group which are located at the root of the associated file system. These defaults may be overridden in /etc/fstab. By default both user and group quotas are enabled. Available options: -a If supplied in place of any file system names, quotaon/quotaoff will enable/disable all the file systems indicated in /etc/fstab to be read-write with disk quotas. By default only the types of quotas listed in /etc/fstab are enabled. -g Only group quotas listed in /etc/fstab should be enabled/disabled. -u Only user quotas listed in /etc/fstab should be enabled/disabled. -v Cause quotaon and quotaoff to print a message for each file system where quotas are turned on or off. Specifying both -g and -u is equivalent to the default. FILES
quota.user at the file system root with user quotas quota.group at the file system root with group quotas /etc/fstab file system table SEE ALSO
quota(1), quotactl(2), fstab(5), edquota(8), quotacheck(8), repquota(8) HISTORY
The quotaon utility appeared in 4.2BSD. BSD
December 11, 1993 BSD