Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Unix Administrators Schooling Post 428 by Astudent on Sunday 3rd of December 2000 08:22:48 PM
Old 12-03-2000
Hi,
I was wondering how everyone has gotten good their training in unix. Did anyone specialize in college/university or take a course at a computer institute.
At my college you can't really sepcialize in unix, there is only 2 courses.
The first unix course is all about shell programming and commands. The final course deals with administration and heavy programming.

I am really starting to enjoy unix and was just wondering some guidance, because I cannot just drop of out school and read books and practice all day at home (which I would love to do). So I am deciding whether to stay in college or not.

Has anyone taken a course at a computer institute, not for those 3-4 day courses but for the 4-12 months type(devry, ics, etc).

Thanks,

theA
 

6 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

System Administrators Tasks

Numbers of users unsure what is a System Administrators work, tasks and his routine. Here is a good link on a System Administrators Work Schedule also summary of tasks or work queue that the person handle (a full checklists). Also there is some details on every tasks. ... (0 Replies)
Discussion started by: killerserv
0 Replies

2. Post Here to Contact Site Administrators and Moderators

Question to Forum Administrators

How can i track all my previous, current posts at one single place. How to do that ? Thanks in Advance !!!! (1 Reply)
Discussion started by: dreams5617
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Question to Forum Administrators ?

How can i track all my previous, current posts at one single place. How to do that ? Thanks in Advance !!1 (2 Replies)
Discussion started by: dreams5617
2 Replies

4. AIX

Create Administrators

I think I've done all that is necessary to configure an account to administer a non-administrative group, but it doesn't work. One thing is strang is that when I log in as root, the group attributes in SMIT are like this: Group NAME Group ID ... (3 Replies)
Discussion started by: laurin1
3 Replies

5. Linux

Linux Systems Administrators

Please please tell me why/how you do it!!! I couldn't! Does anyone in here do it? If so... wwwwhhhhyyyyy? :) (2 Replies)
Discussion started by: TonyChapman
2 Replies

6. Shell Programming and Scripting

Shell Scripting for System Administrators

Hi, I am working as a linux adminstrator and I want to learn shell scripting which helps me for day to day administration. I want to know about the good books / links for shell scripting for system adminstrators. Thanks & Regards Arun (6 Replies)
Discussion started by: Arun.Kakarla
6 Replies
BHOST(5)							 LAM FILE FORMATS							  BHOST(5)

NAME
bhost - LAM boot schema (host file) format SYNTAX
# # comments # <machine> [cpu=<cpucount>] [user=<userid>] <machine> [cpu=<cpucount>] [user=<userid>] ... DESCRIPTION
A boot schema describes the machines that will combine to form a multicomputer running LAM. It is used by recon(1) to verify initial con- ditions for running LAM, by lamboot(1) to start LAM, and by lamhalt(1) to terminate LAM (note that wipe(1) has been deprecated by the lamhalt(1) command). The particular syntax of a LAM boot schema is sometimes called the "host file" syntax. It is line oriented. One line indicates the name of a machine, typically the full Internet domain name, an optional number of CPUs available on that machine, and optionally the userid with which to access it. Common boot schema for a particular site may be created by the system administrator and placed in the installation directory under etc/. They typically start with the prefix bhost. Individual users usually create their own boot schema, especially if the configurations are simple. EXAMPLE
Here is an example three node boot schema: # # example LAM host file # beowulf1.nd.edu cpu=2 beowulf2.nd.edu beowulf2.nd.edu somewhere.else.college.edu user=guest Note that the "guest" ID is significant, since the user has an alternate login ID on somewhere.else.college.edu. Additionally note that beowulf1 has a CPU count of 2 listed (a CPU count of 1 is assumed if it is not given). This value is used by mpirun(1), MPI_Comm_spawn(2), and MPI_Comm_spawn_multiple(2) for the "C" (or CPU) notation that specifies how many ranks to start. This is particularly useful for run- ning on SMP machines. beowulf2 is listed twice, but has no specific CPU count listed. In this case, LAM will keep a running tally of the total number of CPUs for that host. Hence, LAM will calculate that beowulf2 has two CPUs available for use. Calculating the number of CPUs by counting occu- rances of a hostname is useful in a batch environment where a hostfile may list the same hostname multiple times, indicating that the batch scheduler has allocated multiple CPUs for a single job (e.g., PBS operates this way). For the above-mentioned schema, the command "mpirun C foo" would start five instances of the foo program; two on beowulf1, two on beowulf2, and one on somewhere.else. FILES
$LAMHOME/etc/bhost.def default boot schema file SEE ALSO
lamboot(1), lamhalt(1), mpirun(1), MPI_Comm_spawn(1), MPI_Comm_spawn_multiple(1), recon(1), wipe(1) LAM 6.5.8 November, 2002 BHOST(5)
All times are GMT -4. The time now is 11:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy