This is the script we daily run. The tape goes to another location.
#!/usr/bin/ksh
##########################################
# #
# By Marcel Bogaard #
# #
# Make first an savevg of all your...
Bill,
When i run the command this is the result:
# savevg -f /tmp/oravg1 -v -i -e oravg1
Creating information file for volume group oravg1.
Creating list of files to back up.?*+ not preceded by valid expression.
Backing up 6 filesBacking up to /tmp/oravg1.
Cluster 51200 bytes (100 blocks)...
This is what we do for disaster recovery
To save the information about your vg use this command:
savevg -f /tmp/xxxx -v -i -e xxxx
The xxxx is the name off your vg. This saves only the information about the vg and not the data
Then make an mksysb
In case of an recovery you need to restore...
I have to deliver a file what is tarred and zipped. Now i do first the tar and than gzip. The file extension is .gz
but they want the extension .tgz
In Linux i found the for the tar command the parameter -z to compress and tar but in AIX i cannot found this.
How can i create the .tgz file in...
NMONO is an not supported IBM tool. Look with Google for NMON and find more information about this tool. The tool writes information in an file. There is also an script to convert this to an excel file. For Excel there is an analyser tool witch creates graphics.
Thanks PHV, but i get the message from the else statement :
/dev/lvpsf is xx 89 % full and mounted on /var/psf
while
[ "$gebruik" -gt "50" ] && [ "$mounted" = "/var/psf" ]
is true in the if statement
I wrote the an script to check the file systems.
df -k | tr -d "%" | grep dev |
while read filesystem blocks free gebruik A1 iused mounted
do
if
[ "$gebruik" -gt "50" ] && [ "$mounted" = "/var/psf" ] |
[ "$gebruik" -gt "90" ] && [ "$mounted" =...
Thanks rzs0502. I have seen this FAQ but mij problem is that the script stops when i use the mailx command. If i run the script without this is works ok.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.