Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Hardware dummy trying to set up Unix workstation for Oracle at home for practice! Post 11371 by tmanpakdee on Tuesday 4th of December 2001 02:07:42 AM
Old 12-04-2001
Hi UncleTony.
Thank you for your advice. I guess I will go ahead with it then. Would you happen to know anything about partitioning to have say two operating systems on the same machine? I'm thinking about having more than one db system on it. Maybe Oracle and SQL Server. Or can i do both on Unix?

Respectfully,
Toneman Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Set up the own Unix ENvironment at home

Hello! All Unix Expert, I just graduated from college with Bachalor degree in Computer Information System, and decided to start my career in Unix System. I am trying to set up my own unix Environment at home so that I can get more hand on experience since the class offered by unix vendors are... (1 Reply)
Discussion started by: jung1975
1 Replies

2. UNIX for Advanced & Expert Users

How to set up dummy printer on UNIX

Hi, I work at IT department of a home furnishing company in Canada. Presently we are working on printer issue on UNIX system and we like to set up a dummy printer on the system. We are not much sure about the procedure to try it and it woul dbe great if we get some advice to go ahead. Thanks... (3 Replies)
Discussion started by: srabanti
3 Replies

3. UNIX for Dummies Questions & Answers

VMWare Workstation for home lab

I was wondering if anyone has used VMWare Workstation? I wanted to practice and learn Unix in a networking environment and have my own home lab. However room and money prevent me from buying several computers to do so. Any input would help thank you. (0 Replies)
Discussion started by: vedder191
0 Replies

4. Shell Programming and Scripting

$HOME Not Getting Set for Oracle Scheduler Script at Runtime

We are researching the possibility of using Oracle 10g Scheduler on Solaris 10 to launch scripts at our site, and the script that I am testing does not get $HOME (and other environment variables) set correctly. Here is the Korn shell script (show_info.ksh): #!/usr/bin/ksh id env | sort Here... (4 Replies)
Discussion started by: shew01
4 Replies

5. Solaris

free software to test the hardware of a sun workstation specially the RAM how about f

hi can anybody give me a site that provide a free software for sun solaris workstation to test above title. i downloaded this RUMT-0.2 sofware in the net but it doesn't work after i try. thnks a lot for any help. (1 Reply)
Discussion started by: jao_madn
1 Replies

6. UNIX for Dummies Questions & Answers

To practice Unix at home

Hi Everyone, Gud Afternoon. Myself Amol working on unix (vi editor ). I want to practice shell scripts and vi editor command at home. So can anyone guide me, if there is any standalone application or some software like vi editor which can be installed at my home PC and i can... (9 Replies)
Discussion started by: Amol_Dicholkar
9 Replies

7. Solaris

Sun Workstation Hardware - Is it broken?

Hi everyone! I have an odd question - If a sun workstation (Blade 2000) boots up into a login prompt, is there any chance that it could have hardware issues? Or once it gets that far is it 100% working. I cant play with it before buying, so was interested to see if anyone could shed some... (4 Replies)
Discussion started by: ajdiamond
4 Replies

8. UNIX for Dummies Questions & Answers

Newbie Wants Hardware For Practice?

I want a cheap dedicated machine to install a flavour of unix on and try to learn this OS. I know nothing about unix, just gone out and bought some books etc. Should I just get the cheapest old laptop off Ebay to install it on? What type of unix OS should I install?...a version of... (5 Replies)
Discussion started by: IBMPBC
5 Replies

9. UNIX for Dummies Questions & Answers

Unix set home directory

Hi I've just made a directory, what command do I use to now make it the base directory? Thanks!!!!!!!!!!!!!!! (1 Reply)
Discussion started by: beckywatson
1 Replies

10. Shell Programming and Scripting

Bash set dummy ?

Could somebody please provide me with verbatim description / purpose of the following ? set dummy $ac_prog; ac_word=$2 set dummy $ac_tool_prefix; ac_word=$2 could it be written set dummy $ac_prog; ac_word=$2 set dummy $ac_tool_prefix; ac_word=$2 (9 Replies)
Discussion started by: anne
9 Replies
bootpd(8)						      System Manager's Manual							 bootpd(8)

Name
       bootpd - Server to help boot diskless clients

Syntax
       /usr/etc/bootpd [ -d ] [ -i ]

Description
       The server is for the Internet BOOTP protocol (a UDP-based protocol).  This allows a diskless machine to find out its Internet address, the
       address of a bootserver, and the name of a file to boot.

       The server is either started from or from If is started from the -i flag must be supplied by The server reads its configuration file,  when
       it starts up. When a new request arrives, checks to see if the file has been modified, and if so, reads it again.

       If  started  by	waits  until  no new requests arrive for one minute.  This limits the overhead of restarting the daemon without tying up a
       process slot when nothing is happening.	The following is an example of the format of the configuration file:
       #
       # /etc/bootptab:  database for bootp server (/usr/etc/bootpd)
       #
       # Blank lines and lines beginning with '#' are ignored.
       #
       # home directory

       /usr/local/bootfiles

       # default bootfile

       defaultboot

       # end of first section

       %%

       #
       # The remainder of this file contains one line per client
       # interface with the information shown by the table headings
       # below. The host name is also tried as a suffix for the
       # bootfile when searching the home directory (that is,
       # bootfile.host)
       #
       # host	      htype haddr	  iaddr 	 bootfile
       #

       hostx	      1 02:60:8c:06:35:05 99.44.0.65	 ultrix
       hosty	      1 02:07:01:00:30:02 99.44.0.65	 vms
       hostz	      1 02:60:8c:00:77:78 99.44.0.03	 lps40
       node1	      1 02:60:8c:00:99:47 99.44.0.01	 tops20
       The first two lines specify the home (default) directory and the default bootfile, respectively.  A line starting with  two  percent  signs
       (%%) separates these first lines from the host information table, which contains an entry for each bootable host.

       You  should  start with a configuration file similar to this and edit the host entries to correspond to your local systems.  The host field
       does not have to be a formal host name; it is used for identification in the log file and also as a  possible  extension  to  the  bootfile
       name.

       The  is	always	1  and	corresponds to the hardware type assigned Ethernet by the Assigned Numbers RFC.  The field can use a period (.), a
       hyphen (-), or a colon (:) as separators.  The entry is the file used if the client does not know the name of the file it  wants  to  boot.
       This is frequently the case when a diskless workstation is booted.

       The server logs interesting events using

Options
       -d   Logs all requests and indicates what responses are made.

       -i   If is started from the -i flag must be supplied by

Files
       Configuration file

See Also
       inetd(8c), tftpd(8c)

																	 bootpd(8)
All times are GMT -4. The time now is 05:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy