Search Results

Search: Posts Made By: jabberwocky
Forum: Solaris 09-10-2015
11,393
Posted By jabberwocky
vielen Dank
Don,Peasant,jlliagre,

Thank-you for your replies; my post was to determine how I could see the effect of setting atime=off for zfs. Unfortunately I cannot install the gnu utils for solaris to get...
Forum: Solaris 09-09-2015
11,393
Posted By jabberwocky
Zfs - what does atime update?
It is widely documented that on zfs atime updates the access time on zfs.
Where is the access time updated on Solaris 11.2?

If I create file atimetest.txt under rpool/export/home:


# zfs...
4,283
Posted By jabberwocky
I did try this; first I amended vfstab adding: ...
I did try this; first I amended vfstab adding:

/export/home/asm/nasm_disk1 - /dev/lofi/1 lofs no yes rw
/export/home/asm/nasm_disk2 - /dev/lofi/2 lofs no yes rw

On reboot was the server was...
4,283
Posted By jabberwocky
loopback filesystem disappears after reboot
I am running solarix x86 on a dell r810; I have mirrored the two internal 300Gb disks and accepted the default directory structure during the installation. Oracle 11g R2 was then installed with a...
1,782
Posted By jabberwocky
Windows based auditing
Jim,

Thanks for the feedback. At the moment we are in POC with ldap, so by organising our AD users better and specifying named folders during the ldap client install we effect the control that we...
1,782
Posted By jabberwocky
kinit auditing
I have implemented solaris login authenticating against an active directory server, using solaris x86 on a Dell R810 8xXeon CPUs and 262Gb RAM.

The actual OS is:

# uname -a
SunOS ms-svr012...
Forum: Solaris 10-06-2009
3,149
Posted By jabberwocky
Solaris zones and PATH
Hi,

I use a zoned solaris box, 5.10 Generic_118833-33, E2900. It is used for both a database and application. The databases are installated on one zone and then there are separate live,...
Forum: Solaris 08-07-2008
8,290
Posted By jabberwocky
solaris containers/zones reboot order
Hi,

I'm running containers/zones on Solaris 10:

SunOS be2900 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-T12

zoneadm list -vc gives:

ID NAME STATUS PATH
0...
11,914
Posted By jabberwocky
mailx output format in outlook
We have a deamon monitoring script on Solaris 10 - uname -a gives:
SunOS be2900 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-T12

Thes script is:

#!/usr/bin/ksh

if [ ! -z "$(ps -efZ | grep...
7,963
Posted By jabberwocky
awk printf for user defined variables
I am working on a SunFire 480 - uname -a gives:

SunOS bsmdb02 5.9 Generic_112233-08 sun4u sparc SUNW,Sun-Fire-480R

I am tyring to sum up the total size of all the directories for each running...
13,239
Posted By jabberwocky
Doh! The problem is with the tape type; the...
Doh!

The problem is with the tape type; the tape drive is a SDLT 320. This takes SDLT Tape 1 data cartridges, I was using a DLT 4 cartridge which the tape drive will recognise, but only use as...
13,239
Posted By jabberwocky
I checked the permissions on the device files: ...
I checked the permissions on the device files:

bash-2.05# rsh bmsapp01 ls -lt /dev/rmt/0cbn
lrwxrwxrwx 1 root other 45 May 31 2005 /dev/rmt/0cbn ->...
13,239
Posted By jabberwocky
This syntax: ufsdump 0fuc...
This syntax:

ufsdump 0fuc <appserver>:/dev/rmt/0cbn <filesystem>

works on one of our combinations of application and database server.
However on the application and database server combination...
13,239
Posted By jabberwocky
remote ufsdump permissions
Hi,

I have two solaris 9 boxes:
SunOS bmsapp01 5.9 Generic_118558-06 sun4u sparc SUNW,Sun-Fire-V440
and
SunOS bmsdb01 5.9 Generic_118558-06 sun4u sparc SUNW,Sun-Fire-V440.
The bmsapp01 server...
Forum: Solaris 05-11-2006
4,978
Posted By jabberwocky
solaris mail query
Hi,

I have deployed the same script on a number of Solaris application servers.
It is run by cron every ten minutes to check the OS for application daemons.
If any of the daemons is found not...
Forum: Solaris 02-16-2006
8,801
Posted By jabberwocky
vmstat and waiting kernel threads
I am running Apache:

# httpd -version
Server version: Apache/1.3.26 (Unix)
Server built: Jul 15 2002 03:27:01

On a V280:

# uname -a
SunOS bsmweb01 5.8 Generic_108528-23 sun4u sparc...
Forum: AIX 02-16-2006
54,384
Posted By jabberwocky
kmtune vs lsattr
Thanks for your info. I have used lsattr -E -l sys0 command to look at the tunable kernel parameters. I cannot find any mention of minperm/maxperm nor minfree/maxfree in the output. Can these...
Forum: AIX 02-13-2006
54,384
Posted By jabberwocky
understood
I think that has cleared it up lsps -a gives real time % usage of swap space.
I was originally thinking that the % Used column gave that amount of device- based swap space that has been allocated...
Forum: AIX 02-12-2006
54,384
Posted By jabberwocky
Excuse my previous vagueness. My point is the...
Excuse my previous vagueness.
My point is the output of lsps -a gives:

# lsps -a
Page Space Physical Volume Volume Group Size %Used Active Auto Type
hd6 hdisk0 rootvg 2272MB 50 yes yes lv
...
Forum: AIX 02-12-2006
54,384
Posted By jabberwocky
aix swap
I have an unsupported legacy server:

# uname -a
AIX ibmms01 3 4 0054960A4C00

Following a period of poor performance, it was investigated using vmstat 10.
There upto 10 blocked kernel threads...
6,674
Posted By jabberwocky
Message Understood
Thanks for taking the time to explain that to me.
A working version of the script has now been implemented.

J
6,674
Posted By jabberwocky
nawk solves the problem
Thank-you very much, nawk has solved the problem.
Can anyone explain what the limitations of awk in the initial problem
were?

Thanks in anticipation,

J
6,674
Posted By jabberwocky
Is this really an awk problem?
Hi,

I've got a problem with awk.

On a solaris box:

SunOS 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Fire-280R,

I am running the follow awk script:

# awk -f jawk ntest.dat
awk: too...
Showing results 1 to 23 of 23

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