Search Results

Search: Posts Made By: funksen
Forum: AIX 01-24-2013
2,760
Posted By funksen
the package you need ist bos.svpkg part of...
the package you need ist bos.svpkg

part of the base install media since aix 5.2



#: lslpp -f bos.svpkg
Fileset File
...
Forum: AIX 11-08-2006
27,947
Posted By funksen
startsrc -s xntpd
startsrc -s xntpd
Forum: AIX 03-26-2012
2,311
Posted By funksen
hi, map the disks to the lpar(s), and create...
hi,

map the disks to the lpar(s), and create the concurrent vg there

local vio-server disks, or external storage?




I would create the vg on one lpar, create all the filesystems etc....
Forum: AIX 10-16-2012
4,219
Posted By funksen
that's good but try to install the package...
that's good

but try to install the package rather then copying it over, I mean that's ok to test, but you wont get any updates for this library with new technology levels,

specially for...
Forum: AIX 08-14-2012
2,695
Posted By funksen
depending on the location of the second storage...
depending on the location of the second storage (if it is a second storage) the response time may increase
that's not easy to say


create a unmirrored filesystem, and run a tool like iozone on...
Forum: AIX 08-28-2012
2,068
Posted By funksen
if you manually export DISPLAY to point to your...
if you manually export DISPLAY to point to your desktop ip, then ssh has nothing to do with it

try

telnet yourdesktopip 6000


(port 6000 is for display 0.0, if you use display 10.0, telnet...
Forum: AIX 08-17-2012
12,569
Posted By funksen
if you check an installed patch, output looks...
if you check an installed patch, output looks like:


IY64319:devices.common.IBM.atm.rte:5.3.0.10:5.3.12.2:+:new function
IY64319:devices.common.IBM.ethernet.rte:5.3.0.10:5.3.12.3:+:new function...
1,558
Posted By funksen
check the permissions of the home directory...
check the permissions of the home directory itself, once had a long troubleshoot because of that
wont work if the home directory is writeable by "others"

cheers
Forum: AIX 07-25-2012
1,559
Posted By funksen
aix for hpux admins: IBM Redbooks | IBM AIX...
aix for hpux admins:

IBM Redbooks | IBM AIX 5L Reference for HP-UX System Administrators (http://publib-b.boulder.ibm.com/abstracts/sg246767.html?Open)

for aix 5.3, but most of the things...
Forum: AIX 07-13-2012
3,836
Posted By funksen
I use both, mediawiki and self written html...
I use both, mediawiki and self written html documentation,

but you may use dokuwiki, since it hast more security features, in mediawiki, everyone can read everything, but I don't want to migrate...
Forum: AIX 06-20-2012
3,421
Posted By funksen
you need at least 512mb of memory for an AIX...
you need at least 512mb of memory for an AIX 6.1/7.1 lpar, 128mb (from release note, would rather give at least 256mb, don't know if 128mb is even possible for an lpar) for an AIX 5.3 lpar. but I...
Forum: AIX 06-18-2012
29,226
Posted By funksen
if you have absolutely none of the above...
if you have absolutely none of the above commands, and you can't install one of them, you could try a different way,
copy your file to a network share within the script (scp/ftp/locally mounted...
Forum: AIX 02-22-2012
15,611
Posted By funksen
you get each disk over 2 fc adapters to the vio...
you get each disk over 2 fc adapters to the vio server, and each fc adapter is zoned to two storage controllers

depending on the san design, this may be due to a temporary problem with the fc...
Forum: AIX 01-16-2012
4,725
Posted By funksen
https://www-304.ibm.com/support/docview.wss?uid=sw...
https://www-304.ibm.com/support/docview.wss?uid=swg21008268

check out this link
Forum: AIX 12-14-2011
1,795
Posted By funksen
take care with your none/none disks, since you...
take care with your none/none disks, since you are running oracle these may be used by asm as raw disks, ask your oracle admin

I wrote a little script that reads some kind of id from asm disks, to...
6,906
Posted By funksen
echo V:01.002.007.Build1234 | awk -F . '{print...
echo V:01.002.007.Build1234 | awk -F . '{print "00"$3+1}'
Forum: AIX 11-21-2011
3,461
Posted By funksen
Rosetta Stone for Unix...
Rosetta Stone for Unix (http://bhami.com/rosetta.html)
Forum: AIX 11-17-2011
3,139
Posted By funksen
assuming you configured your system to send mails...
assuming you configured your system to send mails from command line:


ps -ef | grep "[/]usr/sbin/syslogd" >/dev/null 2>&1 || echo "syslog down on host $(hostname)" | mail -s "syslog down"...
1,973
Posted By funksen
at the cost of performance: while read...
at the cost of performance:


while read searchstring ; do grep -m 1 ${searchstring} file2 ; done < file1
Forum: AIX 10-10-2011
2,382
Posted By funksen
you touch exactly the same data with this method...
you touch exactly the same data with this method (running migratepv with -l lv_v60logplg),

and you need to add the superstrict mirror flag to your mklvcopy command, because not doing so, may...
Forum: HP-UX 01-19-2007
28,852
Posted By funksen
echo "$(date +%y%m%d) - 1" | bc is my...
echo "$(date +%y%m%d) - 1" | bc

is my suggestion, but is not working for the first of a month

I've found this thread (https://www.unix.com/showthread.php?t=11953)
Forum: AIX 06-30-2011
21,251
Posted By funksen
create a concurrent capable vg on one side, then...
create a concurrent capable vg on one side, then varyoff, and import it on the other node, of course you need to see the disk on both nodes

make sure you use the same vg major number

importvg...
4,956
Posted By funksen
the shell will not substitute $d when masked with...
the shell will not substitute $d when masked with '', use ""
2,511
Posted By funksen
sed 's/$/\nDelay1/g' file may not work with...
sed 's/$/\nDelay1/g' file

may not work with other sed then gsed

Edit:

with non gsed:


sed 's/$/\^JDelay1/g' file


^J

is control v + control j
Forum: AIX 07-13-2010
2,871
Posted By funksen
awk '!/^#|^$/{print $3}' applcust.txt | while...
awk '!/^#|^$/{print $3}' applcust.txt | while read i ; do grep $i patch999999.log >/dev/null 2>&1 || echo "$i not found in log" ; done
Showing results 1 to 25 of 28

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