File system not mounting at bootup


 
Thread Tools Search this Thread
Operating Systems AIX File system not mounting at bootup
# 1  
Old 07-31-2007
File system not mounting at bootup

Hi,

I've got a recent problem with 2 file systems on an AIX 5.3 server. The fs's are marked to auto mount at startup and do show as being mounted after a a restart however if you cd to the mount point and 'df -g .' it shows the fs hasn't actually mounted.

Code:
$ mount |grep SQLT0001.0
         /dev/stpfadb03   /db2data/db2afaa1/stpfaad1/data/db2afaa1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
         /dev/stpmbdb04   /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
         /dev/stpdbdb04   /db2data/db2adba1/stpdbad1/data/db2adba1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
         /dev/stpdbdb09   /db2data/db2adbb1/stpdbad1/data/db2adbb1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
$ cd /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
/db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0 $ df -g .
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/stpmbdb02      1.00      0.97    3%      307     1% /db2data/db2amba1/stpmbadr/data
$

If I try and mount this fs I get the message 'The requested resource is busy', so I have to unmount it and then mount it and it mounts correctly.

Code:
$ ls -l /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
total 0
$ unmount /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
$ mount /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
$ ls -l /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
total 8
-rw-------   1 db2amba1 stpaadm         512 Jul 31 00:18 SQLTAG.NAM
$

Anyone got any ideas what could be causing this?

Thanks

Gareth
# 2  
Old 07-31-2007
Hi,

maybe the filesystem /db2data/db2amba1/stpmbadr/data was mounted after /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0.
In what order do they appear in /etc/filesystems?
# 3  
Old 07-31-2007
That hadn't crossed my mind as it had been working in the past but it looks like someone's been amending this manually. Thanks for your help.

Gareth
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Issue with mounting the file system .

Hi gurus, Need your help , Am facing some issue with one of the ext3 file system.while rebooting it failed to mount fs after running fsck i tried manuall but still no luck.However i made the machine up but am unable to mount file system can some one please help me. root@vm258902]~# cat... (2 Replies)
Discussion started by: kapil514
2 Replies

2. UNIX for Dummies Questions & Answers

Mounting File System

Hi Team , Team Can any give me a good explanation of mount file system.:wall:if we have do a df -k it show /var/orcl/abc/txt mounted on /var/orcl. example : Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 4021876 0 ... (2 Replies)
Discussion started by: kkabc789
2 Replies

3. Emergency UNIX and Linux Support

Problem mounting NTFS file System in REDHAT Enterprise 5

When I am trying to mount my windows partitions in REDHAT Enterprise Linux 5 using these command mount -t ntfs-3g /dev/sda1 /mnt/ntfs I have encountered with the problem mentioned below FATAL: Module fuse not found. ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root I have... (3 Replies)
Discussion started by: dearanik
3 Replies

4. UNIX for Advanced & Expert Users

system slows after bootup for some time

Hi, I am using a Linux system running at run level 3. I am finding a wired problem, once the system boots, the system terminal slows down, I need to type the characters repeatedly to enter my login and password info. Also running any commands takes time, it stays in this condition for some... (1 Reply)
Discussion started by: cjjoy
1 Replies

5. UNIX for Dummies Questions & Answers

Facts about mounting remote file system

Say, we are going to mount a remote file system on our server. I am not too sure about how will data be transferred back to original host when it is written to the mounted FS. Could you please share an article or your knowledge on this? Thanks in advance; Stephen W. (2 Replies)
Discussion started by: swmk
2 Replies

6. Solaris

Mounting a NFS network file system across platforms - Solaris to AIX

Hi all, Kind of an emergency situation, I have to NFS mount an AIX filesystem on to a Sun Solaris OS (5.10). Typically from Sun to Sun is: mount -F nfs <remote file system>/dir <mount point> Which of course doesn't work if the remote file system is another OS (like AIX). Is there... (1 Reply)
Discussion started by: jeffpas
1 Replies

7. Solaris

mounting file system /etc/vfstab

Hello. When I use format command - It shows: /dev/dsk/c0d0s4 is normally mounted on /u02 according to /etc/vfstab. Please remove this entry to use this device. What does it mean? (4 Replies)
Discussion started by: panchpan
4 Replies

8. Solaris

mounting windows(vfat) file system

how can i mount windows file system into solaris using vfstab or mount command. also please tell me how to display the partition information. (1 Reply)
Discussion started by: ajoy patel
1 Replies

9. UNIX for Dummies Questions & Answers

Mounting a Floppy on System V

Hi, i want to mount a floppy disk device on a System V/68 Release R3V6 system because i want to copy some files from this Unix computer to a Win-98 based computer. I have logged in as "root" and used command line: mount /dev/f0ps2 /floppy (the "floppy folder" on the computer i'm working on is... (1 Reply)
Discussion started by: xtremexp
1 Replies

10. UNIX for Advanced & Expert Users

Mounting an ISO As a file system in AIX

I want to mount an ISO image as a file system in AIX, have been unable to find a utility to do so after scouring the net. Bryan (1 Reply)
Discussion started by: murdaugh
1 Replies
Login or Register to Ask a Question