Sponsored Content
The Lounge What is on Your Mind? From Systems Admin to Systems Eng. Post 302506758 by svalenciatech on Monday 21st of March 2011 10:13:55 PM
Old 03-21-2011
From Systems Admin to Systems Eng.

I have been wondering how do Systems Administrators do the jump into Systems Engineering? Is it only a matter of time and experience or could I actually help myself get there?

Opinions? Books I could read?

Thanks a lot for your help!
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

having 2 systems

Hello, My computer's operating system is Windows XP. Now, how can I install Red hat (ver7.3)? I want to have both of them in my PC. Please help... :rolleyes: Creative ;) (4 Replies)
Discussion started by: creative
4 Replies

2. Solaris

Sun Certified Systems Admin - SCSA

Hi Guys, I'm thinking of studying for the above course. As an entry level qualification would this be ok (from an employers point of view)? And can anyone recommend any good CBT's for it (Solaris 10 version)? Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies

3. Solaris

Sun Certified Systems Admin - Part1

Hey guys, I am taking the SCSA Part 1 next week in London. Any advise as to what I should gen up on, and as to which parts I should focus on? (What will be in the exam etc?) Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies

4. UNIX for Advanced & Expert Users

Where the operating systems are going

Dear administrators I want to post the following question and, honestly, I don't know in which forum to post it since its general meaning. my question is: Where the operating system are going? Microkernel, monolithich or hybrid ? Because this question involves more forums at the same but... (2 Replies)
Discussion started by: Puntino
2 Replies

5. UNIX for Dummies Questions & Answers

Different Linux Systems

I am new to the Unix/Linux environment, can someone give me a idea of what the differences is between all of the Linux systems. Example, Redhat, Suse etc.. Thanks MF (2 Replies)
Discussion started by: MFARMER
2 Replies

6. Google Chrome OS

Do we need many Operating Systems?

we have windows linux- redhat ubuntu -or more i don't know unix- solares snow-lepord and recently chrome what do you think well when i sow that all has extentions like exe -dsb i felt scared (1 Reply)
Discussion started by: Anna Hussie
1 Replies

7. UNIX for Dummies Questions & Answers

how to get the same time in two systems,

Hi all, how to get the same time in two systems, for example: in one system i have the correct time, and second system i have wrong time. now i want the first sytem to second sytem, i dont to want to do this work manually. i know there is one command to get the time. in ntp. ... (3 Replies)
Discussion started by: anishkumarv
3 Replies

8. Shell Programming and Scripting

Pick systems

looking for any advise on how to export Pick data from an AIX implementation. i have someone with limited experience that knows how to create a text file from a pick database. (1 Reply)
Discussion started by: jgt
1 Replies
MOUNT_LFS(8)						    BSD System Manager's Manual 					      MOUNT_LFS(8)

NAME
mount_lfs -- mount a log-structured file system SYNOPSIS
mount_lfs [-bdins] [-N nsegs] [-o options] special node DESCRIPTION
The mount_lfs command attaches a log-structured file system special device on to the file system tree at the point node. Both special and node are converted to absolute paths before use. In addition, the lfs_cleanerd(8) utility is invoked to clean the file system periodically. This command is normally executed by mount(8) at boot time. The options are as follows: -b Instruct the cleaner to count bytes written, rather than segments read, to determine how many segments to clean at once. -d Run lfs_cleanerd(8) in debug mode. -i Instruct the cleaner to use filesystem idle time as the criterion for aggressive cleaning, instead of system load. -o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings. -N nsegs Clean nsegs segments (or bytes' worth of segments if -b is also specified) at a time. -n Don't start lfs_cleanerd(8) on the file system. -s Cause lfs_cleanerd(8) to read data in small chunks when cleaning the file system. SEE ALSO
mount(2), unmount(2), fstab(5), dump_lfs(8), lfs_cleanerd(8), mount(8), newfs_lfs(8) Ousterhout and Douglis, "Beating the I/O Bottleneck: A Case for Log-structured File Systems", Operating Systems Review, No. 1, Vol. 23, pp. 11-27, 1989, also available as Technical Report UCB/CSD 88/467. Rosenblum and Ousterhout, "The Design and Implementation of a Log-Structured File System", ACM SIGOPS Operating Systems Review, No. 5, Vol. 25, 1991. Seltzer, "File System Performance and Transaction Support", PhD Thesis, University of California, Berkeley, 1992, also available as Technical Report UCB/ERL M92. Seltzer, Bostic, McKusick and Staelin, "An Implementation of a Log-Structured File System for UNIX", Proc. of the Winter 1993 USENIX Conf., pp. 315-331, 1993. HISTORY
The mount_lfs function first appeared in 4.4BSD. BSD
March 31, 2005 BSD
All times are GMT -4. The time now is 09:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy