Sponsored Content
Full Discussion: External Hardrive add on's
Operating Systems Solaris External Hardrive add on's Post 302226509 by incredible on Tuesday 19th of August 2008 06:45:05 AM
Old 08-19-2008
You can also you VxVM on Solaris 9 to mirror your disks. You can attach it to an entry level storedge like Sun Storedge 3510/3320 etc too. what's the system you're using? any thoughts you're having of connecting to EMC SAN?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

hardrive

I formated a 40 gig hardrive and if I check how much usable room there is it show only 34 gigs...Anyone have any ideas on how to reclaim a few of those lost gigs or why it would format so small. (5 Replies)
Discussion started by: macdonto
5 Replies

2. Programming

External comands in C?

Hey all, I'm writting my first C program (Apart from the little ones I did to learn the program). What I want for this program to do is ping a range of IP's and then place the reply if alive into a file the compare all in that file to the /etc/hosts file to find the host name. I know I... (2 Replies)
Discussion started by: merlin
2 Replies

3. Solaris

External USB

Is it possible to install Solaris 10 on an external USB drive? I'd like to dual boot Linux and Solaris 10. Thanks! (2 Replies)
Discussion started by: otterit
2 Replies

4. Solaris

Replacing hardrive on solaris

I have a problem with my Solaris box in my office, the storage capacity reach 95%. For that i need to think a way to replace the hard drive with the bigger one as all the slot was used. Do any of you guys have similar experience with me, please give any enlightment! Thanks a lot guys. (3 Replies)
Discussion started by: rockie
3 Replies

5. Linux

External disk

Hi, I connected a external hard disk to my linux machine(Redhat 5) and shared the external hard disk by using NFS. The problem is hard disk becoming read-only file system after some time, could some one please tell me the reason for it. I created two partitions with ext3 filesystem in... (10 Replies)
Discussion started by: ktrimu
10 Replies

6. Red Hat

Partitioning a new Hardrive

What is the command to partition a completely new hard drive using red hat linux (1 Reply)
Discussion started by: blend
1 Replies

7. UNIX and Linux Applications

Hardrive Spliter.

I am running Linux - Debian on my harddrive at present and i want to split the remainder of my hardrive into another portion so that i can install windows on it. What is the best way to go about this? (5 Replies)
Discussion started by: syco__
5 Replies

8. Ubuntu

Add external Jar file

Hi, how to add external jar file in jsp application on eclipse. Thanks SN:confused: (0 Replies)
Discussion started by: snallusami
0 Replies

9. UNIX for Dummies Questions & Answers

External HDD

I need to get an external HDD for a SUN server running Solaris 10. The Western Digital that I have will not recognize and when I went looking for drivers WD only has them for MAC and Windows. Is there a External HDD that is known to work with Unix? (24 Replies)
Discussion started by: SIFT3R
24 Replies

10. HP-UX

How to disable external media?

Hi, How do you disable external medias like cd-rom,usb devices,etc iin HP-UX? What ae the diffrent modules for these? Thanks in advance. (7 Replies)
Discussion started by: chacko193
7 Replies
dynamic_pager(8)					    BSD System Manager's Manual 					  dynamic_pager(8)

NAME
dynamic_pager -- external storage manager for dynamic pager SYNOPSIS
dynamic_pager [-F filename] [-S filesize] [-H high-water-trigger] [-L low-water-trigger] [-P priority] DESCRIPTION
The dynamic_pager daemon manages a pool of external swap files which the kernel uses to support demand paging. This pool is expanded with new swap files as load on the system increases. It is contracted when the swapping resources are no longer needed. The dynamic_pager daemon also provides a notification service for those applications which wish to receive notices when the external paging pool expands or contracts. OPTIONS
-F The base name of the filename to use for the external paging files. By default this is /private/var/vm/swapfile. -H If there are less than high-water-trigger bytes free in the external paging files, the kernel will signal dynamic_pager to add a new external paging file. -L If there are more than low-water-trigger bytes free in the external paging files, the kernel will coalese in-use pages and signal dynamic_pager to discard an external paging file. Low-water-trigger must be greater than high-water-trigger + filesize. -P This option is currently unimplemented. -S The fixed filesize [in bytes] to use for the paging files. By default dynamic_pager uses variable sized paging files, using larger sized files as paging demands increase. The -S, -H and -L options disable that default and cause dynamic_pager to use a series of fixed sized external paging files. FILES
/private/var/vm/swapfile* Default external paging files. /Library/Preferences/com.apple.virtualMemory.plist Configuration file. XML PROPERTY LIST KEYS
The following keys can be specified in the configuration file. Please see plist(5) for more information about property list files. UseEncryptedSwap <boolean> This optional key activates encrypted swap (aka Secure VM), so that all data is encrypted before being written to a swap file. The default is on for portable computers and off for other computers. Mac OS X July 8, 2003 Mac OS X
All times are GMT -4. The time now is 10:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy