SLIST(1) slist SLIST(1)NAME
slist - Lists available NetWare Servers
SYNOPSIS
slist [ pattern ]
DESCRIPTION
slist lists all NetWare Servers available in your network.
If slist does not print to a tty, the decorative header line is not printed, so that you can count the servers on your network by doing
slist | wc -l
OPTIONS
pattern
pattern is used to list only servers whose names match the specified pattern. For a server to be listed, the pattern must match the full
server name. You can use wildcards for the pattern, but you must protect these wildcards from any command line expansion by quoting.
Case doesn't matter.
EXAMPLE
slist "I*"
or
slist "i*"
List all available Netware servers on your Network, that begin with an "I".
SEE ALSO ncpmount(8), ncpumount(8), pqlist(1), nprint(1)CREDITS
slist was written by Volker Lendecke (lendecke@math.uni-goettingen.de)
BUGS
slist works only in IPX environment, as it uses SAP to find first server and then Bindery to get list of servers.
slist 01/07/1996 SLIST(1)
Check Out this Related Man Page
SLIST(1) slist SLIST(1)NAME
slist - Lists available NetWare Servers
SYNOPSIS
slist [ pattern ]
DESCRIPTION
slist lists all NetWare Servers available in your network.
If slist does not print to a tty, the decorative header line is not printed, so that you can count the servers on your network by doing
slist | wc -l
OPTIONS
pattern
pattern is used to list only servers whose names match the specified pattern. For a server to be listed, the pattern must match the full
server name. You can use wildcards for the pattern, but you must protect these wildcards from any command line expansion by quoting.
Case doesn't matter.
EXAMPLE
slist "I*"
or
slist "i*"
List all available Netware servers on your Network, that begin with an "I".
SEE ALSO ncpmount(8), ncpumount(8), pqlist(1), nprint(1)CREDITS
slist was written by Volker Lendecke (lendecke@math.uni-goettingen.de)
BUGS
slist works only in IPX environment, as it uses SAP to find first server and then Bindery to get list of servers.
slist 01/07/1996 SLIST(1)
Hi
Let say there is a file a.txt which contain number rows.
My intention is to find the number of occurences of a pattern. Let say the pattern is mdbase. then it should not count the occurences of mdbase1 or mdbase2 like this. When I tried to find it like
grep "/backup/surjya/mdbase"... (7 Replies)
I need a clarification on one of the scripts that i have written, I new to file handling and i need help:
I am trying to find a particular pattern in a file "****** PBX" in set of 5 files named:
xy.cc3
xv.cc3
xx.cc3
xr.cc3
xd.cc3
in a directory. If i find the files starting with these... (16 Replies)
Here we go again :D
At work, where ever that is, on how many computers/servers/workstations do you have root access?
Only count unix or linux boxes, thanks (no mainframes, windows or older macs, etc). (34 Replies)
Good evening,
Thanks a lot for your help, we appreciate it a bunch. Heres basically a summary of what we have (sorry Im adding some extra history as well):
We have 2 Ibm Servers (Hag and Aki) that are running AIX Version 5. Each connect to a SAN device via 2 separate fiber paths. Hag seems to... (9 Replies)
Hi
I have to find if a pattern is present in a line.
eq
line="dasdasd hello asdasdasd"
Have to find if "hello" is present in the line or not.
Which command to be used?
Thanks (10 Replies)
hi everyone,
i need to passing variable from one server to another server.
How can i do it?
Assume that i have got two servers (exp: A and B servers)
i am in A server and i need to get value which in B server.
i think i have to do ftp connection, but after connection how can i get... (6 Replies)
Hi,
I am not very familiar with sed and awk and i have a huge file to process which is impossible to do manually. I want to print out beginning from "Network" until end of line only (excluding the Version). AND. the decription to be all in one line.
File:
Version: 2.0 Network: xxx... (9 Replies)
Hi,
I need to match lines after a pattern, upto the first blank line.
Searched in web and some forums but coulnt find the answer.
where <restart_step> =
10 -- Execute query
20 -- Write the contents to the Oracle table
30 -- Writing Contents to OUTPUT... (7 Replies)
Hi,
I have to run several unix commands like lsof or sed and need to execute across different servers as part of my monitoring tasks.
There are around 40 Unix Servers. It is really cumbersome to run those command on several servers.
can some help me in this regard. Is it possible to run... (6 Replies)
i have a file like below. how can i printout the digits followed by the pattern -bwout and -bwin. say i run the script by entering line number 145 (the fourth line), then the o/p should be like
5000000 1024000
8 test1 -ipprot erp -ppsout 500 -ppsin 500 -bwout 300000 -bwin 300000 -statsdevice... (7 Replies)
At work we have 5 servers. I would like to write a script that would list all users on the servers (network). So I would not have to log into each servers and type in "who". This will allow me to earily use the "sendnote" function.
Any ideas? (9 Replies)
cat rf|nawk '/Use SSL= 0/{n+=1}{if (n==3){sub("Use SSL= 0","Use SSL= 0x1",$0)};print }' > rf2Fails.
sed 's/Use SSL= 0/Use SSL= 0x1/g' rf > rf2Fails.
In addition, the goal is to ONLY replace the 2nd occurence of the... (15 Replies)
Hey Gang-
I have a list of servers. I want to exclude servers that begin with and end with certain characters. Is there an easy command to do this?
Example
wvm1234dev
wvm1234pro
uvm1122dev
uvm1122bku
uvm1344dev
I want to exclude any lines that start with "wvm" OR "uvm" AND end... (7 Replies)
Hello all,
I have a task to patch red hat servers and some servers have a corrupted rpm database and return the error:
Error: rpmdb open failed
I know how to fix this when it occurs. What I'm hoping to do is scan a list of servers by IP and report back which server have this error.
... (6 Replies)