BOOTPARAMS(5) BSD File Formats Manual BOOTPARAMS(5)NAME
bootparams -- boot parameter database
SYNOPSIS
/etc/bootparams
DESCRIPTION
The bootparams file specifies the boot parameters that diskless clients may request when booting over the network. Each client supported by
this server must have an entry in the bootparams file containing the pathnames for its root and (optionally) swap areas.
Each line in the file (other than comment lines that begin with a #) specifies the client name followed by the pathnames that the client may
request by their logical names. The components of the line are delimited with blank or tab, and may be continued onto multiple lines with a
backslash.
For example:
dummy root=host:/export/dummy/root
swap=host:/export/dummy/swap
dump=host:/export/dummy/swap
When the client named "dummy" requests the pathname for its logical "root" it will be given the pathname ``host:/export/dummy/root'' as the
response to its RPC request. The "host:" component must be supplied.
FILES
/etc/bootparams default configuration file
SEE ALSO bootparamd(8)Linux NetKit (0.17) October 2, 1994 Linux NetKit (0.17)
Check Out this Related Man Page
BOOTPARAMS(5) BSD File Formats Manual BOOTPARAMS(5)NAME
bootparams -- boot parameter database
SYNOPSIS
/etc/bootparams
DESCRIPTION
The bootparams file specifies the boot parameters that diskless(8) clients may request when booting over the network. Each client supported
by this server must have an entry in the bootparams file containing the servers and pathnames for its root, area. It may optionally contain
swap, dump, and other entry types.
Each line in the file (other than comment lines that begin with a #) specifies the client name followed by the pathnames that the client may
request by their logical names. Names are matched in a case-insensitive fashion, and may also be wildcarded using shell-style globbing char-
acters.
The components of the line are delimited with blank or tab, and may be continued onto multiple lines with a backslash.
For example:
dummy root=server:/export/dummy/root
swap=server:/export/dummy/swap
dump=server:/export/dummy/swap
gateway=router:255.255.255.0
When the client named "dummy" requests the pathname for its logical "root" it will be given server ``server'' and pathname
``/export/dummy/root'' as the response to its RPC request.
netra[1-5]www* root=server:/export/jumpstart/netra_www
When any client with a name matching the pattern "netra[1-5]www*" requests the pathname for its logical "root" it will be given server
``server'' and pathname ``/export/jumpstart/netra_www'' as the response to its RPC request. As this example implies, this is useful for set-
ting up Jumpstart servers for Sun clients.
NOTES
The server does not default to the localhost, and must be filled in.
FILES
/etc/bootparams default configuration file
SEE ALSO diskless(8), rpc.bootparamd(8)BSD February 28, 2002 BSD
what do you record or look for when using these dummy files to test I/O throughput on disk drives. i have no clue and reading from books sure aint helping much.
i know all about the creation and every other thing there is to it but when it comes to actual testing, how do i use them
this is... (4 Replies)
A REAL dummy question:
could someone explain to me the specifics of the <, >, >> and | symbols as they are used in Unix shells? I'm taking a bit of a crash course in this matter, and I feel this is very much a basic.
I know that | is the pipe, meaning that it will tunnel the output of the... (4 Replies)
Hi,
From my workstation (win XP)I open a telnet session on Linux(Red Hat) server.
When I issue :
# xclock
I have :
Error: Can't open display:
Then :
# export DISPLAY=192.16.1.87:0.0
# xclock
Error: Can't open display: 192.16.1.87:0.0
Do you have an idea ?
Many thanks. (6 Replies)
Im trying to awk two values from each a line (about 40000 lines in the file):
e.g.
gi|10580442|gb|AAG19320.1| inosine-5'-monophosphate dehydrogenase-like
I want to get the value between the first set of pipes and then the value between square brackets separated by a tab, i.e.
10580442... (6 Replies)
This seems to be a question whose answer uses sed or awk.
For a file like:
a
b
c
d
e
How to swap the order of the line pairs, to end up with:
b
a
d
c
e
All lines from the original file need to wind up in the output file. (8 Replies)
Hi All !
As a dummy, I try to search for multiple string of characters contained in 2 types of list.
Not clear? No it's not.
Example:
I have a tab-delimited file called "inventory" with 2 columns that looks like that:
#ref #year,color
xrt3 2000,blue
gf5 2000,red,green,yellow... (4 Replies)
hi,
i want to create a dummy file even if the path to that file is not exist as follows.
suppose, in my working directory 2 files are there. and
i create one more file which is exist as follows
# pwd
/home/satya
# ls
file1.txt file2.txt
# echo dummy > /home/satya/file3.txt
# ls... (3 Replies)
my file is :
hello1
hello2
hello3_B,dummy,N
Need to change to :
hello1
hello2
hello3_B,dummy_01,N
Can anyone help? Thank you.
Please use code tags next time for your code and data. (6 Replies)
Dear everyone,
I have a big file with many information in it, but I just want some lines.
I don't know exactly what the number of the line I want, I only know some part of these line. It all starts with the word 'F(tot :1 )'
I use grep command and find it. It looks like that on the screen:... (3 Replies)
Hi,
Have to filter out string before the last underscore in the following
input: UNIX_Solaris_59_KSH
output: UNIX_Solaris_59
dummy one but :mad:
Thanks & Regards,
Sourabh Singh Khichi (4 Replies)
Hi, I have following data in a file. Not all but most of the lines start with letter 'T' has 8 SPACES from column 121 to 128 and I want to replace that portion with some dummy value. Is it possible through sed?
Input File:-
T1111111111111A 20140310000000005076358416369283 AAAAA ... (6 Replies)
After running
integrity -e
( may not have done this code thing correctly )
I got the following
.io/bootdisk/boot group root should be backup
mode 0600 should be 0440
.io/bootdisk/swap group root should be mem
... (3 Replies)
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)