system disks on aix 5.3


 
Thread Tools Search this Thread
Operating Systems AIX system disks on aix 5.3
# 1  
Old 02-13-2008
system disks on aix 5.3

hello

i'm running on P570 box aix 5.3 8 cpus 24G ram
there are 1850 users loged in to this box

the problem is that the two sysytem disks busy all the time

hdisk0 100% busy
hdisk1 100% busy

some one have an idea what writing to this disks?

thanks

ariec
# 2  
Old 02-13-2008
Why don't you have a look? Monitor the disk activity, there are plenty of tools for that purpose: iostat, nmon, topas, ....

If you want an in-depth analysis about what exactly is going on in your filesystem use "filemon" over 5-10 seconds and analyze its output. Read carefully what the manpage says about filemon, as it is not trivial.

Lacking any further information i would bet my money on swapping though: do an "lsps -a" and tell us what the figures are. Also the output of "svmon -G" would be helpful.

I hope this helps.

bakunin
# 3  
Old 02-14-2008
hello

first thanks for your help

second all the details that i've wrote comes from topas iostat and all the tools that you wrote.
my pagesapce is on emc disks, out of the machine.
on system disks i've only filesystems system
can you have more ideas?

thanks

ariec
# 4  
Old 02-15-2008
filemon and RPM lsof
# 5  
Old 02-17-2008
printing

where i can see jobs who send from unix and did not get out to printer?
# 6  
Old 02-17-2008
run level

hello

i've typed who -r command on aix 5.3 box and no answer
how do i know on what run level my machine P570 is running?

thanks

ariec
# 7  
Old 02-18-2008
o14: /home/vbe> oslevel
5.3.0.0
o14: /home/vbe> who -r
. run-level 2 Feb 08 14:13 2 0 S
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to scan the disks and make file system

Hi What I'm trying to do(manually) is logging into the server and running the below mentioned commands ls /sys/class/scsi_device/ | while read i; do echo "- - -" > /sys/class/scsi_device/$i/device/rescan;done lsblk echo -e "o\nn\np\n1\n\n\nw" | fdisk /dev/sdd partx -a /dev/sdd1... (7 Replies)
Discussion started by: James0806
7 Replies

2. AIX

How to reclaim hard disks and IP's in AIX?

Hello I recently received a request to reclaim hard disks and IP addresses within an AIX system(s). THe file systems are no longer in use and the client has indicated that it is OK to remove them and reclaim the disks and release the IP's. Now, since the file systems belong to a Volume group I... (8 Replies)
Discussion started by: Joseph Sabo
8 Replies

3. AIX

Stale PPs in AIX, failed disks.. how to replace?

I have a AIX 7.1 system that has 3 failed disks, 1 in rootvg and 2 in vg_usr1. Here is the output of lspv. # lspv hdisk0 00044d4dfbb11575 vg_usr1 active hdisk1 0000150179158027 vg_usr1 active hdisk2 ... (11 Replies)
Discussion started by: c3rb3rus
11 Replies

4. Solaris

Determining number of hard disks in the system

Hello to all, what is the command in Solaris/Unix which I can use to determine how many hard disks exist in the system? I have tried with different command such as df -lk and similar but cannot know for sure how many actual disks are installed. Commands like # fdisk -l | grep Disk and #... (14 Replies)
Discussion started by: Mick
14 Replies

5. Fedora

Read only disks on Linux system

Hi guys I have a SSL server that is running Fedora 9. I wanted to create a directory but get: mkdir: cannot create directory `test': Read-only file system Any ideas? (4 Replies)
Discussion started by: wbdevilliers
4 Replies

6. AIX

how to detect removable disks or volume in AIX using command

Hi I am new to AIX and any help regarding the same would be really appriciated, thanks In advance. My priority issue is how to detect from command line that the volume / disk on AIX machine is a USB or removable disk /volume and if possible can we list out details for that disk / volume (1 Reply)
Discussion started by: mak_mailbox
1 Replies

7. AIX

Configuring new disks on AIX cluster

We run two p5 nodes running AIX 5L in a cluster mode (HACMP), both the nodes share external disk arrays. Only the primary node can access the shared disks at a given point of time. We are in the process of adding two new disks to the disk arrays so as to make them available to the existing... (3 Replies)
Discussion started by: dnicky
3 Replies

8. AIX

Configurin EMC SAN disks on AIX

This may sound like an absolute rookie question, and it is. I have been working on Migrating our HP and Solaris servers to the new EMC SAN and know the routines backwards. Now we've suddenly got a new IBM server and I don't even know how to check if it is connected to the switch. Can someone... (1 Reply)
Discussion started by: ronellevan
1 Replies

9. HP-UX

donation on hpux system admin cbt disks

Does anyone has a CBT diskett on HPUX admin that you want to donate or sell for $50. I"m a newby admin in need of assistant... thanks..all :( (0 Replies)
Discussion started by: hpux2006
0 Replies

10. UNIX for Dummies Questions & Answers

Disks on AIX

Hello I've been working on AIX 5.3 ML3 on IBM pSeries520. That server has 6 HDD drives in 3 volume groups (1+mirror in each group). I must check which phisical disk is which disk in the system. For ex. I want to know that disk in 4th slot in the machine is marked as hdisk5 on AIX. Does anybody... (2 Replies)
Discussion started by: piooooter
2 Replies
Login or Register to Ask a Question