Search Results

Search: Posts Made By: ravager
Forum: AIX 12-01-2009
30,454
Posted By ravager
there are a few things you can do Kill -6...
there are a few things you can do
Kill -6 will crate a coredump

kill -l will provide you with a full list of kill codes
in AIX you can now control where you want any core dumps to go ...
Forum: AIX 09-29-2009
14,017
Posted By ravager
jfs2 is all you need to know there is no real...
jfs2 is all you need to know there is no real bennifit in using jfs any more
Forum: AIX 09-29-2009
51,736
Posted By ravager
may be usefull to look at the output from lsvg...
may be usefull to look at the output from
lsvg |lsvg -il
lsvg |lsvg -ip
Studdy this output and see what is going on
Now you will be able to see if one or more mirrors are stale and if there...
Forum: AIX 09-29-2009
4,060
Posted By ravager
There are many ways in which you can keep the...
There are many ways in which you can keep the systems in sync
1 Using Rsync Copy from one system to the other directly
This also alows cloning of directories , exports...
Forum: AIX 09-28-2009
41,652
Posted By ravager
This will allow you to check all network settings...
This will allow you to check all network settings on your system


#!/bin/ksh
#for i in `lsdev -Cc if |grep en |awk '{print $1}'`
for i in 0 1 2 3 4 5 6 7 8 9 ; do
ifdev=`lsdev -C |grep...
Forum: AIX 09-28-2009
9,613
Posted By ravager
It refers to your operating system settings ...
It refers to your operating system settings

smitty system changes sys0 as well


have a look at smitty chgsys and compare to output from lsattr -EL sys0
Forum: AIX 09-28-2009
9,881
Posted By ravager
lquerypv -h ./core Also to findout what...
lquerypv -h ./core

Also to findout what cause the system core use this
lquerypv -h ./core 6b0 64
Forum: AIX 09-28-2009
5,253
Posted By ravager
try using diag
try using diag
Forum: AIX 09-28-2009
3,487
Posted By ravager
chvg -G
chvg -G
Forum: AIX 07-06-2009
18,337
Posted By ravager
Extended Error Handling (EEH) device drivers that...
Extended Error Handling (EEH) device drivers that allow recovery from intermittent PCI bus errors. This approach works by recovering and resetting the adapter, thereby initiating system recovery for...
Forum: AIX 07-06-2009
6,379
Posted By ravager
go to www-912.ibm.com/pod/pod make sure you...
go to www-912.ibm.com/pod/pod

make sure you have a code that show you vet on the system you are looking at
then speak to support to help you find out what is going on
Forum: AIX 06-05-2009
9,299
Posted By ravager
YOU WILL HAVE TO SEE WHAT IS IN ...
YOU WILL HAVE TO SEE WHAT IS IN
/etc/security/user

AS THIS RESTRICTS THE SYSTEM EVEN MORE
also have a look at
the /etc/security/login.cfg
make sure that Ldap is not configerd on this...
Forum: AIX 06-04-2009
12,209
Posted By ravager
mkdvd -d /dev/cd0 -m /fullpath_to_mksysb_image ...
mkdvd -d /dev/cd0 -m /fullpath_to_mksysb_image


From one system to other
===================
smitty mkdvd
use an existing mksysb image? --> no
Select format
-->leave DVD-R or DVD-RAM Device...
Forum: AIX 06-04-2009
22,149
Posted By ravager
I use this to find my big file bud do not use it...
I use this to find my big file bud do not use it in / as it will find all the big files on a system.

This version will only give you name and size and sort it by the bigest at the top.


...
Forum: AIX 06-04-2009
18,051
Posted By ravager
SCRIPT bla bla mail_to="yourmail@mail1 ...
SCRIPT bla
bla
mail_to="yourmail@mail1 othermail@mail"
/bin/mailx -s "`uname -n|tr '[a-z]' '[A-Z]'` Backup Report `" $mail_to < /tmp/bkp_monitor.log.$$

bla
#end script
Forum: AIX 06-04-2009
12,389
Posted By ravager
Sorry I should have explaned some more the...
Sorry I should have explaned some more the information is in the output as well
you get the model number ( 2107900) storage

Pop this in to GOOGle and you will findout what you have IBM Model...
Forum: AIX 06-03-2009
12,389
Posted By ravager
Normaly you have to have a look at the disks ...
Normaly you have to have a look at the disks

lscfg -vlp hdiskxx
this should be done on any disk that you need to find out

-----Post Update-----

sorry


-----Post Update-----

sorry...
Forum: AIX 06-02-2009
12,525
Posted By ravager
This is related to boot device could not be...
This is related to boot device could not be opened or read you may have to do mksysb recovery of your system.
Forum: AIX 06-02-2009
3,114
Posted By ravager
There is a few thing that could cause this...
There is a few thing that could cause this problem

One that I have come across is settings in the system that will cause the system not to boot

One like lgpg_regions or lgpg_size If this is...
Forum: AIX 05-29-2009
13,721
Posted By ravager
There are no obvious and known limitations by...
There are no obvious and known limitations by default.


/etc/services is read via getservent > line by line > first match wins
There may a line lenth limit but I have used port 80000 be for for...
Forum: AIX 05-28-2009
7,888
Posted By ravager
make sure you have installed the corect device...
make sure you have installed the corect device driver for this tape ( lib )
cfgmgr
then you can use tapeutil
tctl or mt -f /dev/rmtX - rewind


Also have a lookat
Rosetta Stone for...
Forum: AIX 05-28-2009
8,353
Posted By ravager
You will have to ask IBM to help you fix this ...
You will have to ask IBM to help you fix this

There are a few things that I know you need to have a look
If you are using the new 450 disks and you are using space efficient flash copy you...
Forum: AIX 05-27-2009
17,199
Posted By ravager
Now then you use chvg -G vgname ...
Now then you use

chvg -G vgname


This will pick up the changes
Forum: AIX 05-27-2009
17,199
Posted By ravager
Yes you will have to unmap the disk and remap it...
Yes you will have to unmap the disk and remap it back to the Lpar

if the Lpar is up you may have to export the vg (not rootvg )
Unmap the disk in the vioserver ( rmdev -dev device_name )
remap...
Forum: AIX 05-26-2009
2,792
Posted By ravager
to findout what it is have a look at this ...
to findout what it is have a look at this

oslevel -r
oslevel -rq
5300-09
5300-08
5300-07

then use the top one fro the following command

eg
oslevel -rl 5300-09

this will tel you...
Showing results 1 to 25 of 127

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