10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hello,
I hope someone can hep with this. I use a skript to send multiline Data to a Monitoring system. Bu I'm not able to use linebreaks or escape sequences.
The skript is simple like that:
#!/bin/bash
var="Erste Zeile \n zweite Zeile \n Dritter Teil"
zabbix_sender -c... (17 Replies)
Discussion started by: mpmichael
17 Replies
2. Solaris
I am building a new server on sol10_X86.
I am new to ZFS, this will be one of the first systems to use it.
I would like to have /opt /usr and a /u01 as separate file systems from the main ZFS pool. I know that this goes against the basic idea of ZFS, but this is so I can restrict the size/usage... (1 Reply)
Discussion started by: robsonde
1 Replies
3. Shell Programming and Scripting
I have the following ksh-script:
#!/bin/ksh
# Ueberprüfe, ob genau ein Parameter angegeben wurde
test "$#" -eq "1" || { echo "USAGE: path_cleanup <PATH_NAME>"; return 1; }
# Ueberpruefe, ob awk und nawk installiert sind
test -x /bin/nawk || { echo "ERROR: nawk is not installed"; return 1;... (2 Replies)
Discussion started by: doc_symbiosis
2 Replies
4. Solaris
Hi Peeps,
Created a jumpstart server for an unattened install and it works, but got 2 bugs in the config which I would like to work out:
when you boot net install
It still asks you to select a language and locale, after you do this it kicks of an unattended install.
So my question is,... (5 Replies)
Discussion started by: callmebob
5 Replies
5. Solaris
Hello all,
I configured a jumpstart server ( the server is in the same subnet as the client) and gave boot net - install in the client.
The client boots up shows the banner and then displays error:
cant read disk label
cant open disk label package
and then goes to OK prompt.
What... (1 Reply)
Discussion started by: Pratik Gharti
1 Replies
6. Shell Programming and Scripting
Just I'm trying to find script, which will do the following job:
1. as a CRON-Job it shoult
a) delete files which will be either older than 24 hours or
b) all files within
a) a directory deleting recursive
b) only a special directory.
2. write an error-/Delete_log... (9 Replies)
Discussion started by: ManfredWL
9 Replies
7. UNIX for Advanced & Expert Users
Hi,
where can i find documention on how to create a jumpstart system?
dori (2 Replies)
Discussion started by: dorilevy
2 Replies
8. UNIX for Advanced & Expert Users
HI.
i was wondering if you can jumpstart using the solaris intel platform? please help thanks (3 Replies)
Discussion started by: souldier
3 Replies
9. UNIX for Dummies Questions & Answers
Hi,
Which sites have general information on JumpStart for Solaris 8?
I would like to know more about boot server, installation server, and configuration server.... and all other good things about JumpStart....Thanks..:p
Doo... (2 Replies)
Discussion started by: dookeobih
2 Replies
10. UNIX for Dummies Questions & Answers
I have been asked to research Jumpstart and don't know where to begin! Any ideas would be much appreciated! Thanks! :-) (1 Reply)
Discussion started by: avana100
1 Replies